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
impl TryFrom<HoloHash<AnyLinkable>> for ExternalHash
Source§type Error = HashConversionError<AnyLinkable, External>
type Error = HashConversionError<AnyLinkable, External>
The type returned in the event of a conversion error.