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§

Beacon
Config for commitments to the beacon chain state.
EvmEnvBuilder
Builder for constructing an EvmEnv instance on the host.
History
Config for separating the execution block from the commitment block.
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.