Expand description
Optimism meta crate that provides access to commonly used reth dependencies.
Modules§
- bedrock
- Re-exported ethereum types OP mainnet bedrock related data.
- chainspec
- Re-exported from
reth_chainspec
- consensus
consensus
- Re-exported consensus types
- evm
evm
- Re-exported evm types
- network
network
- Re-exported reth network types
- node
node-api
- Re-exported ethereum node
- predeploys
- Re-exported ethereum types Addresses of OP pre-deploys.
- primitives
- Re-exported reth primitives
- provider
provider
- Re-exported reth provider types
- rpc
rpc
- Re-exported rpc types
- serde_
bincode_ compat serde-bincode-compat
- Re-exported ethereum types Bincode-compatible serde implementations.
- storage
storage-api
- Re-exported reth storage api types
- transaction
- Re-exported ethereum types Optimism transaction types
- trie
trie
- Re-exported reth trie types
Structs§
- OpPrimitives
- Re-exported ethereum types Primitive types for Optimism Node.
- OpTransaction
Signed - Re-exported ethereum types Signed transaction.
Enums§
- OpReceipt
- Re-exported ethereum types Typed ethereum transaction receipt. Receipt containing result of transaction execution.
- OpTx
Type - Re-exported ethereum types
Optimism
TransactionType
flags as specified in EIPs 2718, 1559, and 2930, as well as the deposit transaction spec
Constants§
- ADDRESS_
L2_ TO_ L1_ MESSAGE_ PASSER - Re-exported ethereum types
The L2 contract
L2ToL1MessagePasser
, stores commitments to withdrawal transactions.
Traits§
- Deposit
Receipt - Re-exported ethereum types Trait for deposit receipt.
Type Aliases§
- OpBlock
- Re-exported ethereum types Optimism-specific block type.
- OpBlock
Body - Re-exported ethereum types Optimism-specific block body type.