注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。
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