Skip to main content

Documentation Index

Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

convertTrackerStructsToStrings(trackers, trackerNames): string[]
Converts tracker structures into human-readable strings.

Parameters

ParameterTypeDescription
trackersTrackerOnChain[]An array of tracker structures.
trackerNamesstring[]An array of names corresponding to each tracker, used for formatting the output.

Returns

string[]

Defined in

src/parsing/reverse-parsing-logic.ts:509