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 TryFrom<HoloHash<AnyLinkable>> for ExternalHash

§

type Error = HashConversionError<AnyLinkable, External>

The type returned in the event of a conversion error.
source§

fn try_from(hash: AnyLinkableHash) -> Result<Self, Self::Error>

Performs the conversion.