Type Definition evmil::evm::ConcreteEvm

source ·
pub type ConcreteEvm<'a> = Evm<'a, ConcreteStack<w256>>;

Implementations§

Execute the contract to completion.

Trait Implementations§

Execute instruction at the current pc.