Type Alias TransferWidgetParams

TransferWidgetParams: {
    language?: WidgetLanguage;
    amount?: string;
    tokenAddress?: `0x${string}` | "native";
    toAddress?: `0x${string}`;
    showBackButton?: boolean;
}

Type declaration

  • Optionallanguage?: WidgetLanguage

    The language to use for the Purchase widget

  • Optionalamount?: string

    The amount to transfer

  • OptionaltokenAddress?: `0x${string}` | "native"

    The token address to transfer

  • OptionaltoAddress?: `0x${string}`

    The to address to transfer to

  • OptionalshowBackButton?: boolean

    Whether to show the back button