Struct ethcore::evm::interpreter::Interpreter
[−]
[src]
pub struct Interpreter<Cost: CostType> { /* fields omitted */ }
Intepreter EVM implementation
Methods
impl<Cost: CostType> Interpreter<Cost>
[src]
fn new(cache: Arc<SharedCache>) -> Interpreter<Cost>
Create a new Interpreter
instance with shared cache.