Type Alias unc_primitives::types::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§

struct RawStateChanges { /* private fields */ }