# wrapSignatureWith6492 | @aa-sdk/core

> Overview of the wrapSignatureWith6492 function from @aa-sdk/core

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

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

```ts
function wrapSignatureWith6492(params): `0x${string}`;
```

Defined in: [aa-sdk/core/src/signer/utils.ts:36](https://github.com/alchemyplatform/aa-sdk/blob/main/aa-sdk/core/src/signer/utils.ts#L36)

Wraps a given signature with additional data following the EIP-6492 standard.

## Example

```ts
import { wrapSignatureWith6492 } from "@aa-sdk/core";

const signature = wrapSignatureWith6492({
  factoryAddress: "0x...",
  factoryCalldata: "0x...",
  signature: "0x...",
});
```

## Parameters

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

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

      <td>
        `SignWith6492Params`
      </td>

      <td>
        The parameters to wrap the signature
      </td>
    </tr>

  </tbody>
</table>

## Returns

`` `0x${string}` ``

The wrapped signature