Type alias BridgeWidgetParams

BridgeWidgetParams: {
    tokenAddress?: string;
    amount?: string;
    walletProviderName?: WalletProviderName;
    language?: 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?: WalletProviderName

    The wallet provider name to use for the bridge widget

  • Optional language?: WidgetLanguage

    The language to use for the bridge widget

Generated using TypeDoc