@lelantos-org/sdk / core / hexBytes
Function: hexBytes() โ
ts
function hexBytes(v, path): Uint8Array;Defined in: @lelantos-org/sdk/dist/core/decode.d.ts:30
Hex bytes, 0x-prefixed or bare. Rejects odd length and non-hex.
Parameters โ
| Parameter | Type |
|---|---|
v | unknown |
path | string |
Returns โ
Uint8Array