Skip to content

UseAccountsResult

Defined in: packages/react/src/hooks/useAccounts.ts:10

data: object[]

Defined in: packages/react/src/hooks/useAccounts.ts:12

List of connected accounts

optional disabled: boolean

optional externalTxId: string

hint: string

namespace: string

networkId: string

partyId: string

primary: boolean

publicKey: string

optional reason: string

signingProviderId: string

status: "initialized" | "allocated"

optional topologyTransactions: string


error: Error | null

Defined in: packages/react/src/hooks/useAccounts.ts:18

Error if accounts could not be retrieved


isConnected: boolean

Defined in: packages/react/src/hooks/useAccounts.ts:20

Whether the wallet is connected


isError: boolean

Defined in: packages/react/src/hooks/useAccounts.ts:16

Whether there was an error getting accounts


isLoading: boolean

Defined in: packages/react/src/hooks/useAccounts.ts:14

Whether accounts are loading (during initial connection)