Function: base64ToHash() ​
base64ToHash(
b64):Uint8Array
Defined in: hash.ts:126
Parse a base64 string into a 32-byte hash. Throws RangeError if the decoded result is not 32 bytes.
Parameters ​
b64 ​
string
Returns ​
Uint8Array
base64ToHash(
b64):Uint8Array
Defined in: hash.ts:126
Parse a base64 string into a 32-byte hash. Throws RangeError if the decoded result is not 32 bytes.
string
Uint8Array