# Function: convertBigIntsToStrings()

> **convertBigIntsToStrings**(`obj`): `any`

Defined in: [packages/bitbadgesjs-sdk/src/transactions/precompile/helpers.ts:142](https://github.com/BitBadges/bitbadgesjs/blob/master/packages/bitbadgesjs-sdk/src/transactions/precompile/helpers.ts#L142)

Recursively convert all bigint values in an object to strings for JSON serialization

## Parameters

### obj

`any`

The object to convert

## Returns

`any`

Object with all bigint values converted to strings
