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

  • OptionalonRamp?: boolean

    If the user can use onramp

  • Optionalswap?: boolean

    If the user can use swap

  • Optionalbridge?: boolean

    If the user can use bridge