Serializes a Uint8Array into a hexadecimal string.
Uint8Array
A base-16 encoded string of the provided byte array.
The Uint8Array to be serialized.
Generated using TypeDoc
Serializes a
Uint8Array
into a hexadecimal string.Returns
A base-16 encoded string of the provided byte array.