pub type LedgerRef = Ref;
Stable reference to the ledger owned by a device edge session.
pub enum LedgerRef { Symbol(Symbol), Content(ContentId), Handle(HandleId), Coord(Coordinate), }
A named reference resolved through the registry.
A content-addressed reference to an immutable datum.
A process-local handle to a live object.
A ranked coordinate within a named space.