BridgeWidgetParams: {
    tokenAddress?: string;
    amount?: string;
    walletProviderName?: checkout.WalletProviderName;
    language?: checkout.WidgetLanguage;
}

Bridge Widget parameters

Type declaration

  • Optional tokenAddress?: string

    The contract address of the token to bridge from, used to populate the bridge form token field

  • Optional amount?: string

    The formatted amount to bridge, used to populate the bridge form amount field

  • Optional walletProviderName?: checkout.WalletProviderName

    The wallet provider name to use for the bridge widget

  • Optional language?: checkout.WidgetLanguage

    The language to use for the bridge widget

Generated using TypeDoc