pub fn new_evm_with_inspector<DB: Database>(
db: DB,
env: EnvWithHandlerCfg,
inspector: &mut dyn Inspector<DB>,
alphanet: bool,
) -> Evm<'_, &mut dyn Inspector<DB>, DB>
Expand description
Creates a database with given database and inspector, optionally enabling alphanet features.