Skip to content
Alchemy Logo

SemiModularAccountV2StaticImpl

type SemiModularAccountV2StaticImpl = StaticSmartAccountImplementation<
  false,
  "0.7",
  SemiModularAccountV2FactoryArgs,
  typeof entryPoint07Abi,
  typeof semiModularAccountBytecodeAbi,
  typeof accountFactoryAbi
>;

Defined in: packages/smart-accounts/src/ma-v2/mav2StaticImpl.ts:15

Was this page helpful?