Struct evm::Runtime[][src]

pub struct Runtime<'config> { /* fields omitted */ }
Expand description

EVM runtime.

The runtime wraps an EVM Machine with support of return data and context.

Implementations

Create a new runtime with given code and data.

Get a reference to the machine.

Get a reference to the execution context.

Step the runtime.

Loop stepping the runtime until it stops.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.