Skip to content

hashToBytes

hashToBytes(hash): Uint8Array<ArrayBufferLike>

Defined in: astrobase/src/hashing/utils.ts:12

Coerces a HashLike value to Uint8Array.

HashLike

The HashLike value.

Uint8Array<ArrayBufferLike>

The Uint8Array.