createDefaultAccountState

1function createDefaultAccountState(chains): object;

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

Creates the default account state for the given chains.

Parameters

ParameterTypeDescription

chains

Chain[]

The chains to create the account state for

Returns

object

The default account state for the given chains