Type Alias holochain_types::EntryHashed

source ·
pub type EntryHashed = HoloHashed<Entry>;
Expand description

An Entry paired with its EntryHash

Aliased Type§

struct EntryHashed {
    pub content: Entry,
    pub hash: HoloHash<Entry>,
}

Fields§

§content: Entry

The content which is hashed of type C.

§hash: HoloHash<Entry>

The hash of the content C.