pub const FINALIZE_ID_DEPTH: u8 = _; // 9u8Expand description
The depth of the Merkle tree for finalize operations in a transaction.
A transaction can include at most 2^FINALIZE_ID_DEPTH finalize operations total (across all transitions).
Note that MAX_WRITES * MAX_TRANSITIONS can exceed that Merkle-tree capacity.