pub struct Runtime<'config> { /* private fields */ }
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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.