Skip to content

hexToUint8Array

hexToUint8Array(hex): Uint8Array<ArrayBuffer>

Defined in: utils/helper.ts:102

Converts a hex string to Uint8Array (accepts with or without 0x prefix)

string

Uint8Array<ArrayBuffer>