Skip to main content

LedgerRef

Type Alias LedgerRef 

Source
pub type LedgerRef = Ref;
Expand description

Stable reference to the ledger owned by a device edge session.

Aliased Type§

pub enum LedgerRef {
    Symbol(Symbol),
    Content(ContentId),
    Handle(HandleId),
    Coord(Coordinate),
}

Variants§

§

Symbol(Symbol)

A named reference resolved through the registry.

§

Content(ContentId)

A content-addressed reference to an immutable datum.

§

Handle(HandleId)

A process-local handle to a live object.

§

Coord(Coordinate)

A ranked coordinate within a named space.