Skip to content
Alchemy Logo

SupportedAccounts | @account-kit/core

type SupportedAccounts =
  | LightAccount<AlchemySigner, LightAccountVersion<"LightAccount">>
  | MultiOwnerModularAccount<AlchemySigner>
  | MultiOwnerLightAccount<
      AlchemySigner,
      LightAccountVersion<"MultiOwnerLightAccount">
    >
  | ModularAccountV2<AlchemySigner>;

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

Was this page helpful?