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