uint8ArrayToHex
bitcoinjs-lib / uint8ArrayToHex
Function: uint8ArrayToHex()
uint8ArrayToHex(
bytes
):string
Defined in: packages/scrypt-ts-btc/src/utils/common.ts:19
Converts a Uint8Array to a hexadecimal string.
Parameters
bytes
Uint8Array
The input array of bytes.
Returns
string
The hexadecimal representation of the input bytes.