Type Definition holochain_types::dna::ActionHash

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

The hash of an action

Trait Implementations§

source§

impl From<TestChainHash> for ActionHash

source§

fn from(a: TestChainHash) -> ActionHash

Converts to this type from the input type.