Crate reth_db_models

Source
Expand description

Models used in storage module.

Re-exports§

pub use accounts::AccountBeforeTx;
pub use blocks::StaticFileBlockWithdrawals;
pub use blocks::StoredBlockBodyIndices;
pub use blocks::StoredBlockWithdrawals;
pub use client_version::ClientVersion;

Modules§

accounts
Accounts
blocks
Blocks
client_version
Client Version Client version model.