Skip to main content

Interface: UseAccountsReturn

Defined in: useAccounts.ts:13

Return type of the useAccounts hook.

Properties

PropertyTypeDescriptionDefined in
accountsWalletAccount[]All accounts from the current wallet session.useAccounts.ts:15
isConnectedbooleanWhether the wallet is currently connected.useAccounts.ts:19
isConnectingbooleanWhether a connection attempt is in progress.useAccounts.ts:21
isReconnectingbooleanWhether the SDK is attempting a silent auto-reconnect.useAccounts.ts:23
selectedAccountanyThe currently active account, or null if none is selected.useAccounts.ts:17