Type alias SmartCheckoutInsufficient

SmartCheckoutInsufficient: {
    sufficient: false;
    transactionRequirements: checkout.TransactionRequirement[];
    router?: checkout.SmartCheckoutRouter;
}

Represents the result of smartCheckout when smart checkout is insufficient.

Type declaration

  • sufficient: false

    Indicates that smart checkout determined the user has insufficient funds

  • transactionRequirements: checkout.TransactionRequirement[]

    The transaction requirements smart checkout determined were required for the transaction.

  • Optional router?: checkout.SmartCheckoutRouter

    The type containing the funding routes the user can take to fulfill the transaction requirements

Generated using TypeDoc