Skip to main content

AllDBType

Type Alias AllDBType 

Source
pub type AllDBType = MyWrapDatabaseAsync<AlloyDB<AnyNetwork, AnyNetworkProvider>>;

Aliased Type§

pub struct AllDBType { /* private fields */ }

Trait Implementations§

Source§

impl ResetBlock for AllDBType

Source§

type Error = EvmError

The error type returned when block reset operations fail
Source§

fn reset_block(&mut self, block_number: u64) -> Result<(), EvmError>

Resets the block environment to its initial state Read more