# deepHexlify | @aa-sdk/core

> Overview of the deepHexlify 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 deepHexlify(obj): any;
```

Defined in: [aa-sdk/core/src/utils/index.ts:59](https://github.com/alchemyplatform/aa-sdk/blob/main/aa-sdk/core/src/utils/index.ts#L59)

Recursively converts all values in an object to hex strings

## Parameters

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

  <tbody>
    <tr>
      <td>
        `obj`
      </td>

      <td>
        `any`
      </td>

      <td>
        obj to deep hexlify
      </td>
    </tr>

  </tbody>
</table>

## Returns

`any`

object with all of its values hexlified