Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 799 Bytes

client.decodehashfrombase64.md

File metadata and controls

55 lines (27 loc) · 799 Bytes

Home > @holochain/client > decodeHashFromBase64

decodeHashFromBase64() function

Decodes a Base64 encoded string to a byte array hash.

Signature:

export declare function decodeHashFromBase64(hash: HoloHashB64): HoloHash;

Parameters

Parameter

Type

Description

hash

HoloHashB64

The Base64 encoded string to decode.

**Returns:**

HoloHash

The hash in byte format.