Type Alias holochain::prelude::ActionHashed

pub type ActionHashed = HoloHashed<Action>;

Aliased Type§

struct ActionHashed {
    pub content: Action,
    pub hash: HoloHash<Action>,
}

Fields§

§content: Action

The content which is hashed of type C.

§hash: HoloHash<Action>

The hash of the content C.