> ## Documentation Index
> Fetch the complete documentation index at: https://thrackle.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# convertTrackerStructsToStrings

> **convertTrackerStructsToStrings**(`trackers`, `trackerNames`): `string`\[]

Converts tracker structures into human-readable strings.

## Parameters

| Parameter      | Type                                                                      | Description                                                                      |
| -------------- | ------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| `trackers`     | [`TrackerOnChain`](../../../modules/types/type-aliases/TrackerOnChain)\[] | An array of tracker structures.                                                  |
| `trackerNames` | `string`\[]                                                               | An array of names corresponding to each tracker, used for formatting the output. |

## Returns

`string`\[]

## Defined in

[src/parsing/reverse-parsing-logic.ts:509](https://github.com/forte-service-company-ltd/forte-rules-engine-sdk/blob/5aad4d7c3c8cc91280e4449c17ac8ea31219fbed/src/parsing/reverse-parsing-logic.ts#L509)
