# ToModularAccountV2BaseParams

> Overview of ToModularAccountV2BaseParams

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

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

```ts
type ToModularAccountV2BaseParams<TTransport> = object;
```

Defined in: [packages/smart-accounts/src/ma-v2/accounts/base.ts:93](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/ma-v2/accounts/base.ts#L93)

## 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>

  </tbody>
</table>

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="accountaddress" /> `accountAddress`
      </td>

      <td>
        [`Address`](https://abitype.dev)
      </td>
    </tr>

    <tr>
      <td>
        <a id="authorization" /> `authorization?`
      </td>

      <td>
        [`ToSmartAccountParameters`](https://viem.sh)\[`"authorization"`]
      </td>
    </tr>

    <tr>
      <td>
        <a id="client" /> `client`
      </td>

      <td>
        [`Client`](https://viem.sh)\<`TTransport`, [`Chain`](https://viem.sh), | [`JsonRpcAccount`](https://viem.sh) | [`LocalAccount`](https://viem.sh) | `undefined`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="deferredaction" /> `deferredAction?`
      </td>

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

    <tr>
      <td>
        <a id="getfactoryargs" /> `getFactoryArgs`
      </td>

      <td>
        () => `Promise`\<\{ `factory?`: [`Address`](https://abitype.dev); `factoryData?`: [`Hex`](https://viem.sh); }>
      </td>
    </tr>

    <tr>
      <td>
        <a id="owner" /> `owner`
      </td>

      <td>
        [`JsonRpcAccount`](https://viem.sh) | [`LocalAccount`](https://viem.sh)
      </td>
    </tr>

    <tr>
      <td>
        <a id="signerentity" /> `signerEntity?`
      </td>

      <td>
        [`SignerEntity`](SignerEntity)
      </td>
    </tr>

  </tbody>
</table>