function hexlify(data): string

Returns a DataHexString | DataHexString representation of data.

Parameters

ParameterTypeDescription
dataBytesLikeThe data to convert to a hex string.

Returns

string

The hex string.

Source

utils/data.ts:140