Module primitives

Module primitives 

Source
Expand description

Re-exported from reth_optimism_primitives.

Modules§

bedrock
OP mainnet bedrock related data.
predeploys
Addresses of OP pre-deploys.
serde_bincode_compat
Bincode-compatible serde implementations.
transaction
Optimism transaction types

Structs§

OpPrimitives
Primitive types for Optimism Node.

Enums§

OpReceipt
Typed ethereum transaction receipt. Receipt containing result of transaction execution.
OpTxType
Transaction types supported by [OpTxEnvelope].
OpTypedTransaction
The TypedTransaction enum represents all Ethereum transaction request types, modified for the OP Stack.

Constants§

ADDRESS_L2_TO_L1_MESSAGE_PASSER
The L2 contract L2ToL1MessagePasser, stores commitments to withdrawal transactions.

Traits§

DepositReceipt
Trait for deposit receipt.
OpTransaction
Represents an Optimism transaction envelope.

Type Aliases§

OpBlock
Optimism-specific block type.
OpBlockBody
Optimism-specific block body type.
OpTransactionSigned
Signed transaction.