Constant miden_objects::BATCH_OUTPUT_NOTES_TREE_DEPTH
source · pub const BATCH_OUTPUT_NOTES_TREE_DEPTH: u8 = 13;Expand description
The depth of the Sparse Merkle Tree used to store created 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.