Type Alias 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

Source§

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.