Struct ethcore::evm::interpreter::Interpreter [] [src]

pub struct Interpreter<Cost: CostType> { /* fields omitted */ }

Intepreter EVM implementation

Methods

impl<Cost: CostType> Interpreter<Cost>
[src]

Create a new Interpreter instance with shared cache.

Trait Implementations

impl<Cost: CostType> Evm for Interpreter<Cost>
[src]

This function should be used to execute transaction. Read more