Skip to content
Alchemy Logo

BaseMaV1AccountImplementation

type BaseMaV1AccountImplementation = SmartAccountImplementation<
  typeof entryPoint06Abi,
  "0.6",
  {
    formatSignature: (signature) => Promise<Hex>;
    prepareSignature: (request) => Promise<SignatureRequest>;
    smartAccountType: MaV1AccountType;
  },
  false
>;

Defined in: packages/smart-accounts/src/ma-v1/accounts/base.ts:35

Was this page helpful?