pub type SuppliedObservations = BTreeMap<String, SuppliedObservation>;Expand description
Observer-supplied observations keyed by artifact — the input of
Engine::verify_mem_anchors_with.
Aliased Type§
pub struct SuppliedObservations { /* private fields */ }