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.