hexToUint8Array
bitcoinjs-lib / hexToUint8Array
Function: hexToUint8Array()
hexToUint8Array(
hex
):Uint8Array
Defined in: packages/scrypt-ts-btc/src/utils/common.ts:28
Converts a hexadecimal string to a Uint8Array.
Parameters
hex
string
The hexadecimal string.
Returns
Uint8Array
The resulting Uint8Array.