In #1843, an InputNoteReader was introduced for interating through consumed input notes. It can be extended to also allow iterating through non consumed input notes. Additionally, we can add support for output notes by generalizing to a single NoteReader. More context in #1782.
Separately, there are some simplifications to be done to the existing InputNoteReader, as stated in the #1843 (review)
In #1843, an
InputNoteReaderwas introduced for interating through consumed input notes. It can be extended to also allow iterating through non consumed input notes. Additionally, we can add support for output notes by generalizing to a singleNoteReader. More context in #1782.Separately, there are some simplifications to be done to the existing
InputNoteReader, as stated in the #1843 (review)