Type Alias holo_hash::ExternalHash

source ·
pub type ExternalHash = HoloHash<External>;
Expand description

The hash of some external data that can’t or doesn’t exist on the DHT.

Aliased Type§

struct ExternalHash { /* private fields */ }

Trait Implementations§

source§

impl From<HoloHash<AnyLinkable>> for ExternalHash

source§

fn from(hash: AnyLinkableHash) -> Self

Converts to this type from the input type.