Type alias AvailableRoutingOptions

AvailableRoutingOptions: {
    onRamp?: boolean;
    swap?: boolean;
    bridge?: boolean;
}

A type representing the Smart Checkout routing options available for a user if they are configured and enabled (not geo-blocked etc.)

Type declaration

  • Optional onRamp?: boolean

    If the user can use onramp

  • Optional swap?: boolean

    If the user can use swap

  • Optional bridge?: boolean

    If the user can use bridge

Generated using TypeDoc