pub const MAX_INPUTS_PER_NOTE: usize = 1024;
The maximum number of inputs that can accompany a single note.
The value is set to 1024 so that it is evenly divisible by 8.