mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
remove: stale comments
This commit is contained in:
@ -1,16 +1,3 @@
|
|||||||
//! Tables and data models.
|
|
||||||
//!
|
|
||||||
//! # Overview
|
|
||||||
//!
|
|
||||||
//! This module defines the tables in reth, as well as some table-related abstractions:
|
|
||||||
//!
|
|
||||||
//! - [`codecs`] integrates different codecs into [`Encode`] and [`Decode`]
|
|
||||||
//! - [`models`](crate::models) defines the values written to tables
|
|
||||||
//!
|
|
||||||
//! # Database Tour
|
|
||||||
//!
|
|
||||||
//! TODO(onbjerg): Find appropriate format for this...
|
|
||||||
|
|
||||||
use alloy_primitives::{BlockNumber, Bytes};
|
use alloy_primitives::{BlockNumber, Bytes};
|
||||||
use reth_db::{table::TableInfo, tables, TableSet, TableType, TableViewer};
|
use reth_db::{table::TableInfo, tables, TableSet, TableType, TableViewer};
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|||||||
Reference in New Issue
Block a user