Skip to content
Alchemy Logo

createDefaultAccountState

function createDefaultAccountState(chains): object;

Defined in: account-kit/core/src/store/store.ts:378

Creates the default account state for the given chains.

ParameterTypeDescription

chains

Chain[]

The chains to create the account state for

object

The default account state for the given chains

Was this page helpful?