adamant-api / index / hexToBytes
Function: hexToBytes()
ts
function hexToBytes(hex): Uint8Array<ArrayBuffer>;Defined in: src/helpers/encryptor.ts:17
Parameters
| Parameter | Type |
|---|---|
hex | string |
Returns
Uint8Array<ArrayBuffer>