function defaultAccountState<T>(): AccountState<T>;Defined in: account-kit/core/src/store/store.ts:311
Returns the default state for an account of a supported type.
import { defaultAccountState } from "@account-kit/core";
const defaultLightAccountState = defaultAccountState<"LightAccount">();| Type Parameter | Description |
|---|---|
|
AccountState<T>
The default state for the specified account type