# WebauthnModularAccountV2 | @account-kit/smart-contracts

> Overview of WebauthnModularAccountV2 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 WebauthnModularAccountV2 = SmartContractAccount<
  "ModularAccountV2",
  "0.7.0"
> &
  object;
```

Defined in: [account-kit/smart-contracts/src/ma-v2/account/common/modularAccountV2Base.ts:80](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/ma-v2/account/common/modularAccountV2Base.ts#L80)

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        `encodeCallData()`
      </td>

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

    <tr>
      <td>
        `getExecutionData()`
      </td>

      <td>
        (`selector`) => `Promise`\<[`ExecutionDataView`](ExecutionDataView)>
      </td>
    </tr>

    <tr>
      <td>
        `getValidationData()`
      </td>

      <td>
        (`args`) => `Promise`\<[`ValidationDataView`](ValidationDataView)>
      </td>
    </tr>

    <tr>
      <td>
        `params`
      </td>

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

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

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

  </tbody>
</table>