zebra_state::service::finalized_state::disk_format::transparent

Constant OUTPUT_LOCATION_DISK_BYTES

source
pub const OUTPUT_LOCATION_DISK_BYTES: usize = _; // 8usize
Expand description

OutputLocations 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.