snarkvm_console_program::state_path

Constant TRANSACTIONS_DEPTH

Source
pub const TRANSACTIONS_DEPTH: u8 = 20;
Expand description

The depth of the Merkle tree for transactions in a block. Note: The technical limit is 2^20 - 1 transactions, to allow compatibility with the finalize operations tree, which requires 1 leaf for the ratified finalize ID.