Type alias SmartCheckoutRouter

SmartCheckoutRouter: {
    availableRoutingOptions: AvailableRoutingOptions;
    routingOutcome: RoutingOutcome;
}

Represents the routing outcome for a transaction.

Type declaration

  • availableRoutingOptions: AvailableRoutingOptions

    The routing options available to the user

  • routingOutcome: RoutingOutcome

    The routing outcome for the transaction which includes the funding routes if routes were found

Generated using TypeDoc