Module zebra_state::service::finalized_state::zebra_db::block
source · Expand description
Provides high-level access to database Block
s and Transaction
s.
This module makes sure that:
- all disk writes happen inside a RocksDB transaction, and
- format-specific invariants are maintained.
§Correctness
crate::constants::state_database_format_version_in_code()
must be incremented
each time the database format (column, serialization, etc) changes.
Functions§
- Lookup the output location for an outpoint.