UseAccountResult

1type UseAccountResult<TAccount> = object;

Defined in: account-kit/react/src/hooks/useAccount.ts:22

Type Parameters

Type Parameter

TAccount extends SupportedAccountTypes

Properties

PropertyType

account?

SupportedAccount<TAccount>

address?

Address

isLoadingAccount

boolean