Expand description
SP1 Contract Call Host Executor Library
This library provides functionality for executing contract calls within the SP1 zkVM host environment.
Structs§
- Beacon
Anchor Builder - A builder for
BeaconAnchor
. - Beacon
Client - A client used for connecting and querying a beacon node.
- Chained
Beacon Anchor Builder - A builder for
ChainedBeaconAnchor
. - Consensus
Beacon Anchor - Marker type for consensus beacon anchor strategy.
- Eip4788
Beacon Anchor - Marker type for EIP-4788 beacon anchor strategy.
- EvmSketch
EvmSketch
is used to prefetch all the data required to execute a block and query logs in the zkVM.- EvmSketch
Builder - A builder for
EvmSketch
. - Header
Anchor Builder - A builder for
HeaderAnchor
.
Enums§
- Beacon
Error - Beacon-related error types.
- Genesis
- Host
Error - Error types for host operations.
Traits§
- Anchor
Builder - Abstracts
Anchor
creation. - Beacon
Anchor Kind - Trait for different beacon anchor strategies.