# BaseMaV1AccountImplementation

> Overview of BaseMaV1AccountImplementation

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
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](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/ma-v1/accounts/base.ts#L35)