pub const TRANSACTION_LOCATION_DISK_BYTES: usize = _; // 5usize
Expand description

TransactionLocations are stored as a 3 byte height and a 2 byte transaction index.

This reduces database size and increases lookup performance.