Constant miden_objects::BATCH_NOTES_TREE_DEPTH
source · pub const BATCH_NOTES_TREE_DEPTH: u8 = 13;Expand description
The depth of the Sparse Merkle Tree used to store output notes in a single batch.
A single note uses two leaves in the tree. The even leaf is used to store the note’s id, the odd leaf is used to store the note’s metadata.