pub type RawStateChanges = BTreeMap<Vec<u8>, RawStateChangesWithTrieKey>;
key that was updated -> list of updates with the corresponding indexing event.
pub struct RawStateChanges { /* private fields */ }