Module primitives

Module primitives 

Source
Expand description

Re-exported from reth_optimism_primitives.

Modules§

bedrock
OP mainnet bedrock related data.
serde_bincode_compatserde-bincode-compat
Bincode-compatible serde implementations.
transaction
Optimism transaction types

Structs§

OpPrimitives
Primitive types for Optimism Node.

Enums§

OpReceipt
Typed Optimism transaction receipt.
OpTxType
Transaction types supported by [OpTxEnvelope].
OpTypedTransaction
Typed transaction enum corresponding to the [OpTxEnvelope] envelope.

Constants§

L2_TO_L1_MESSAGE_PASSER_ADDRESS
The address of the L2ToL1MessagePasser predeploy.

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.