Objects
Wallet
An object containing the attributes about the user wallets.
Props
Field | Description |
---|---|
additionalAddresses: WalletAdditionalAddress[] | Additional addresses associated to the wallet (e.g. ordinals and payment addresses for bitcoin wallets) |
address: string | Public address of the connected wallet |
authenticated: boolean | True if the user is authenticated, otherwise it’s false |
chain: string | Current BlockChain name (e.g: ‘ETH’, ‘SOL’, ‘BTC’, etc) |
connected: boolean | Whether this wallet has been connected or not |
connector: WalletConnector | See WalletConnector object |
id: string | The wallet’s unique id (matches thw wallet verified credential on connect-anf-sign) |
key: string | The wallet key (e.g. metamask, phantom, etc) |
The network which the wallet is connected on (e.g: 1, 137, ‘mainnet’, etc) |
network is deprecated. Use connector.getNetwork()
instead.
Was this page helpful?