Crate risc0_ethereum_view_call
source ·Modules§
- Handling different blockchain specifications.
- Type aliases for Ethereum.
Structs§
- Solidity struct representing the committed block used for validation.
- A sparse Merkle Patricia trie storing byte values.
- A simple read-only EVM database.
- A view call to an Ethereum contract.
- The ViewCall is configured from this object.
- The serializable input to derive and validate a ViewCallEnv.
Constants§
- Hash of an empty byte array, i.e.
keccak256([])
.
Traits§
- An EVM abstraction of a block header.