Constant zebra_state::service::finalized_state::disk_format::block::TRANSACTION_LOCATION_DISK_BYTES
source ยท pub const TRANSACTION_LOCATION_DISK_BYTES: usize = _; // 5usize
Expand description
TransactionLocation
s are stored as a 3 byte height and a 2 byte transaction index.
This reduces database size and increases lookup performance.