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.
pub const TRANSACTION_LOCATION_DISK_BYTES: usize = _; // 5usize
TransactionLocation
s are stored as a 3 byte height and a 2 byte transaction index.
This reduces database size and increases lookup performance.