Type Alias holo_hash::ActionHash
source · pub type ActionHash = HoloHash<Action>;Expand description
The hash of an action
Aliased Type§
struct ActionHash { /* private fields */ }Trait Implementations§
source§impl TryFrom<HoloHash<AnyLinkable>> for ActionHash
impl TryFrom<HoloHash<AnyLinkable>> for ActionHash
§type Error = HashConversionError<AnyLinkable, Action>
type Error = HashConversionError<AnyLinkable, Action>
The type returned in the event of a conversion error.