pub type DhtOpHashed = HoloHashed<DhtOp>;
Expand description

A DhtOp paired with its DhtOpHash

Aliased Type§

struct DhtOpHashed {
    pub content: DhtOp,
    pub hash: HoloHash<DhtOp>,
}

Fields§

§content: DhtOp

The content which is hashed of type C.

§hash: HoloHash<DhtOp>

The hash of the content C.