Type Alias ExecutionChanges

Source
pub type ExecutionChanges = BTreeMap<Address, ExecutionAccountChanges>;

Aliased Type§

struct ExecutionChanges { /* private fields */ }

Trait Implementations§

Source§

impl ExecutionChangesExt for ExecutionChanges

Source§

fn merge(&mut self, other: ExecutionChanges)

Source§

impl From<BlockChangesRocksdb> for ExecutionChanges

Source§

fn from(value: BlockChangesRocksdb) -> Self

Converts to this type from the input type.