Constant miden_objects::MAX_NOTES_PER_BATCH

source ยท
pub const MAX_NOTES_PER_BATCH: usize = _; // 4_096usize
Expand description

The maximum number of notes that can be created in a single batch.

Because the tree used in a batch has fixed depth, and each note takes two leaves, the maximum number of notes is the number of leaves in the tree.