Type Alias GovernedMapInherentDataV1

Source
pub type GovernedMapInherentDataV1 = BTreeMap<String, Option<ByteString>>;
Expand description

Inherent data produced by the Governed Map observation

List of changes that occured since last observation Elements are key-value pairs where:

  • None value indicates deletion
  • Some value indicates insertion or update

Aliased Typeยง

pub struct GovernedMapInherentDataV1 { /* private fields */ }