Interface: Wallet
Object representation of a user's wallet.
Hierarchy
Wallet
Properties
address
• address: string
The wallet address.
chainId
• Optional
chainId: string
DO NOT USE: This feature is under active development.
The chain ID of the active connected wallet, if used to verify in the current session. Only present for the active wallet.
e.g. testnet, mainnet, goerli
chainType
• chainType: "ethereum"
| "solana"
Chain type of the wallet address.
walletType
• Optional
walletType: "metamask"
| "coinbase_wallet"
| "wallet_connect"
DO NOT USE: This feature is under active development.
The wallet type of the active connected wallet, if used to verify in the current session. Only present for the active wallet.