method Uint8ArrayConstructor.fromHex
#Uint8ArrayConstructor.fromHex(string: string): Uint8Array<ArrayBuffer>
Creates a new Uint8Array
object from a hex string.
Parameters #
#string: string
Return Type #
Uint8Array<ArrayBuffer>
#Uint8ArrayConstructor.fromHex(string: string): Uint8Array<ArrayBuffer>
Creates a new Uint8Array
object from a hex string.
#string: string
Uint8Array<ArrayBuffer>