Module holo_hash::hash_b64[][src]

Expand description

Implements base-64 serialization for HoloHashes

It’s already the case that HoloHash can be deserialized from either a byte array or a base-64 string. This type just specifies how serialization should be done.

Structs

A wrapper around HoloHash to denote that deserialization should /// base-64 strings rather than raw byte arrays

Type Definitions

Base64-ready version of AgentPubKey

Base64-ready version of AnyDhtHash

Base64-ready version of DhtOpHash

Base64-ready version of DnaHash

Base64-ready version of EntryHash

Base64-ready version of HeaderHash

Base64-ready version of NetIdHash

Base64-ready version of WasmHash