Type Alias WalletWidgetConfiguration

WalletWidgetConfiguration: {
    showDisconnectButton?: boolean;
    showNetworkMenu?: boolean;
} & WidgetConfiguration

Wallet Widget Configuration represents the configuration options for the Wallet Widget.

Type declaration

  • OptionalshowDisconnectButton?: boolean

    Show/hide the disconnect button in the Wallet Widget (defaults to true)

  • OptionalshowNetworkMenu?: boolean

    Show/hide the network menu in the Wallet Widget (defaults to true)