hashToBytes
hashToBytes(
hash
):Uint8Array
<ArrayBufferLike
>
Defined in: astrobase/src/hashing/utils.ts:12
Coerces a HashLike value to Uint8Array
.
Parameters
Section titled “Parameters”The HashLike value.
Returns
Section titled “Returns”Uint8Array
<ArrayBufferLike
>
The Uint8Array
.