Trait evm_adapters::sputnik::cheatcodes::BackendExt[][src]

pub trait BackendExt: Backend {
    fn set_storage(&mut self, address: Address, slot: H256, value: H256);
}
Expand description

Extension trait over Backend which provides additional methods for interacting with the state

Required methods

Implementations on Foreign Types

Implementors