pub type ExecutionChanges = BTreeMap<Address, ExecutionAccountChanges>;
Aliased Type§
struct ExecutionChanges { /* private fields */ }
Trait Implementations§
Source§impl ExecutionChangesExt for ExecutionChanges
impl ExecutionChangesExt for ExecutionChanges
fn merge(&mut self, other: ExecutionChanges)
Source§impl From<BlockChangesRocksdb> for ExecutionChanges
impl From<BlockChangesRocksdb> for ExecutionChanges
Source§fn from(value: BlockChangesRocksdb) -> Self
fn from(value: BlockChangesRocksdb) -> Self
Converts to this type from the input type.