RawStateChanges

Type Alias RawStateChanges 

Source
pub type RawStateChanges = BTreeMap<Vec<u8>, RawStateChangesWithTrieKey>;
Expand description

key that was updated -> list of updates with the corresponding indexing event.

Aliased Typeยง

pub struct RawStateChanges { /* private fields */ }