Struct evmodin::host::DummyHost[][src]

pub struct DummyHost;
Expand description

Host that does not support any ops.

Trait Implementations

Check if an account exists.

Get value of a storage key. Read more

Set value of a storage key.

Get balance of an account. Read more

Get code size of an account. Read more

Get code hash of an account. Read more

Copy code of an account. Read more

Self-destruct account.

Call to another account.

Retrieve transaction context.

Get block hash. Read more

Emit a log.

Mark account as warm, return previous access status. Read more

Mark storage key as warm, return previous access status. Read more

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.