Utils
hexlify
Returns a DataHexString | DataHexString representation of data
.
Parameters
Parameter | Type | Description |
---|---|---|
data | BytesLike | The data to convert to a hex string. |
Returns
string
The hex string.
Source
Was this page helpful?
Returns a DataHexString | DataHexString representation of data
.
Parameter | Type | Description |
---|---|---|
data | BytesLike | The data to convert to a hex string. |
string
The hex string.
Was this page helpful?