# CreateWebauthnModularAccountV2Params | @account-kit/smart-contracts

> Overview of CreateWebauthnModularAccountV2Params 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 CreateWebauthnModularAccountV2Params<TTransport> = Pick<
  ToSmartContractAccountParams<"ModularAccountV2", TTransport, Chain, "0.7.0">,
  "transport" | "chain" | "accountAddress"
> &
  object;
```

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

## 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>
        `deferredAction?`
      </td>

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

    <tr>
      <td>
        `entryPoint?`
      </td>

      <td>
        `EntryPointDef`\<`"0.7.0"`, [`Chain`](https://viem.sh)>
      </td>
    </tr>

    <tr>
      <td>
        `factoryAddress?`
      </td>

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

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

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

    <tr>
      <td>
        `initCode?`
      </td>

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

    <tr>
      <td>
        `mode`
      </td>

      <td>
        `"webauthn"`
      </td>
    </tr>

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

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

    <tr>
      <td>
        `salt?`
      </td>

      <td>
        `bigint`
      </td>
    </tr>

    <tr>
      <td>
        `signerEntity?`
      </td>

      <td>
        [`SignerEntity`](SignerEntity)
      </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>

  </tbody>
</table>