Alchemy Logo

SupportedAccountTypes

type SupportedAccountTypes =
  | "MultiOwnerLightAccount"
  | "LightAccount"
  | "MultiOwnerModularAccount"
  | "ModularAccountV2";

Defined in: account-kit/core/src/types.ts:33

Was this page helpful?