Interface WalletInfo

Interface representing information about a wallet used in GetWalletAllowListResult.

interface WalletInfo {
    walletProviderName: WalletProviderName;
    description?: string;
    icon?: string;
}

Properties

walletProviderName: WalletProviderName

The wallet provider name for the wallet.

description?: string

A description of the wallet.

icon?: string

The URL/data:image of an icon for the wallet.