Crate reth_optimism_cli

Source
Expand description

OP-Reth CLI implementation.

Re-exports§

pub use commands::import::ImportOpCommand;
pub use commands::import_receipts::ImportReceiptsOpCommand;

Modules§

chainspec
Optimism chain specification parser.
commands
Optimism CLI commands.
ovm_file_codec
OVM block, same as EVM block at bedrock, except for signature of deposit transaction not having a signature back then. Enables decoding and encoding Block types within file contexts.
receipt_file_codec
Module with a codec for reading and encoding receipts in files.

Structs§

Cli
The main op-reth cli interface.