Expand description
BlockHash database component from [revm::Database
]
Traitsยง
- Block
Hash - Trait for mutable access to block hash data. This is typically used for database implementations that may cache or lazily load block hashes.
- Block
Hash Ref - Trait for immutable access to block hash data. This is typically used for read-only database implementations or when block hash data is pre-loaded.