# Pack1271SignatureParams

> Overview of Pack1271SignatureParams

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

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

```ts
type Pack1271SignatureParams = object;
```

Defined in: [packages/smart-accounts/src/ma-v2/utils/signature.ts:23](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/ma-v2/utils/signature.ts#L23)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="entityid" /> `entityId`
      </td>

      <td>
        `number`
      </td>
    </tr>

    <tr>
      <td>
        <a id="validationsignature" /> `validationSignature`
      </td>

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

    <tr>
      <td>
        <a id="validationsignatureprefix" /> `validationSignaturePrefix`
      </td>

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

  </tbody>
</table>