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
pub struct GovernedMapInherentDataV1 { }