Interface: UseAccountsReturn
Defined in: useAccounts.ts:13
Return type of the useAccounts hook.
Properties
| Property | Type | Description | Defined in |
|---|
accounts | WalletAccount[] | All accounts from the current wallet session. | useAccounts.ts:15 |
isConnected | boolean | Whether the wallet is currently connected. | useAccounts.ts:19 |
isConnecting | boolean | Whether a connection attempt is in progress. | useAccounts.ts:21 |
isReconnecting | boolean | Whether the SDK is attempting a silent auto-reconnect. | useAccounts.ts:23 |
selectedAccount | any | The currently active account, or null if none is selected. | useAccounts.ts:17 |