注意: 此页面尚未翻译成中文。以下内容为英文原版。
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