Type alias WalletWidgetConfiguration

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

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

Type declaration

  • Optional showDisconnectButton?: boolean

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

  • Optional showNetworkMenu?: boolean

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

Generated using TypeDoc