function stripZerosLeft(data): string
Return the DataHexString | DataHexString result by stripping all leading zero bytes from data.

Parameters

ParameterTypeDescription
dataBytesLikeThe data to strip.

Returns

string The stripped data.

Source

utils/data.ts:201