Type Alias ObjectRef

Source
pub type ObjectRef = BlockRef;
Expand description

Object reference

Aliased Type§

struct ObjectRef {
    pub id: Digest,
    pub key: SymKey,
}

Fields§

§id: Digest

Block ID

§key: SymKey

Key for decrypting the Block