Constant miden_objects::BLOCK_NOTES_BATCH_TREE_DEPTH

source ·
pub const BLOCK_NOTES_BATCH_TREE_DEPTH: u8 = 8;
Expand description

The depth of the Sparse Merkle Tree used to store a batch’s note tree.

This value can be interpreted as:

  • The depth of a tree with the leaves set to a batch output note tree root.
  • The level at which the batches create note trees are merged, creating a new tree with this many additional new levels.