Type alias InsufficientFundsError

InsufficientFundsError: {
    tag: -42000002;
    type: InsufficientFunds;
}

An insufficient funds CIS-2 rejection error.

Type declaration

  • tag: -42000002

    The error tag specified in the CIS-2 standard

  • type: InsufficientFunds

    The type of the error

Generated using TypeDoc