# CreateModularAccountV2AlchemyClientParams | @account-kit/smart-contracts

> Overview of CreateModularAccountV2AlchemyClientParams from @account-kit/smart-contracts

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

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

```ts
type CreateModularAccountV2AlchemyClientParams<TTransport, TChain, TSigner> =
  Omit<
    CreateModularAccountV2ClientParams<TTransport, TChain, TSigner>,
    "transport"
  > &
    Omit<
      AlchemySmartAccountClientConfig<TChain, LightAccount<TSigner>>,
      "account"
    > &
    object;
```

Defined in: [account-kit/smart-contracts/src/ma-v2/client/client.ts:73](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/ma-v2/client/client.ts#L73)

## Type Declaration

<table>
  <thead>
    <tr>
      <th align="left">Name</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `dummyPaymasterAndData?`
      </td>

      <td>
        `never`
      </td>
    </tr>

    <tr>
      <td>
        `paymasterAndData?`
      </td>

      <td>
        `never`
      </td>
    </tr>

  </tbody>
</table>

## Type Parameters

<table>
  <thead>
    <tr>
      <th align="left">Type Parameter</th>
      <th align="left">Default type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `TTransport` *extends* [`Transport`](https://viem.sh)
      </td>

      <td>
        [`Transport`](https://viem.sh)
      </td>
    </tr>

    <tr>
      <td>
        `TChain` *extends* [`Chain`](https://viem.sh)
      </td>

      <td>
        [`Chain`](https://viem.sh)
      </td>
    </tr>

    <tr>
      <td>
        `TSigner` *extends* `SmartAccountSigner`
      </td>

      <td>
        `SmartAccountSigner`
      </td>
    </tr>

  </tbody>
</table>