# CreateWebauthnModularAccountV2ClientParams | @account-kit/smart-contracts

> Overview of CreateWebauthnModularAccountV2ClientParams 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 CreateWebauthnModularAccountV2ClientParams<TTransport, TChain> =
  CreateWebauthnModularAccountV2Params<TTransport> &
    Omit<
      TTransport extends AlchemyTransport
        ? AlchemySmartAccountClientConfig<TChain>
        : SmartAccountClientConfig<TTransport, TChain>,
      "transport" | "account" | "chain"
    > &
    object;
```

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

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        `credential`
      </td>

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

    <tr>
      <td>
        `getFn?`
      </td>

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

    <tr>
      <td>
        `rpId?`
      </td>

      <td>
        [`ToWebAuthnAccountParameters`](https://viem.sh)\[`"rpId"`]
      </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) | `AlchemyTransport`
      </td>

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

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

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

  </tbody>
</table>