Constant zebra_state::service::finalized_state::disk_format::transparent::OUTPUT_LOCATION_DISK_BYTES
source ยท pub const OUTPUT_LOCATION_DISK_BYTES: usize = _; // 8usize
Expand description
OutputLocation
s are stored as a 3 byte height, 2 byte transaction index,
and 3 byte output index on disk.
This reduces database size and increases lookup performance.