Type Definition holochain_types::prelude::ActionHashed

pub type ActionHashed = HoloHashed<Action>;

Trait Implementations§

source§

impl ChainItem for ActionHashed

§

type Hash = HoloHash<Action>

The type used to represent a hash of this item
source§

fn seq(&self) -> u32

The sequence in the chain
source§

fn get_hash(&self) -> &Self::Hash

The hash of this item
source§

fn prev_hash(&self) -> Option<&Self::Hash>

The hash of the previous item