Module host

Source
Available on crate feature host only.
Expand description

Functionality that is only needed for the host and not the guest.

Modules§

db
Database implementations.

Structs§

EvmEnvBuilder
Builder for constructing an EvmEnv instance on the host.
HostCommit
Wrapper for the commit on the host.

Enums§

BlockNumberOrTag
A block number (or tag - “latest”, “safe”, “finalized”). This enum is used to specify which block to query when interacting with the blockchain.