Type Alias holochain_types::dna::ActionHash

source ·
pub type ActionHash = HoloHash<Action>;
Expand description

The hash of an action

Aliased Type§

struct ActionHash { /* private fields */ }

Trait Implementations§

source§

impl From<TestChainHash> for ActionHash

source§

fn from(a: TestChainHash) -> ActionHash

Converts to this type from the input type.