Alchemy Logo

UseAccountResult

type UseAccountResult<TAccount> = object;

Defined in: account-kit/react/dist/types/hooks/useAccount.d.ts:5

Type Parameter

TAccount extends SupportedAccountTypes

PropertyType

account?

SupportedAccount<TAccount>

address?

Address

isLoadingAccount

boolean

Was this page helpful?