Constant miden_objects::MAX_INPUTS_PER_NOTE
source ยท pub const MAX_INPUTS_PER_NOTE: usize = 128;Expand description
The maximum number of inputs that can accompany a single note.
The value is set to 128 so that it can be represented using as a single byte while being evenly divisible by 8.