pub type OutputNotes = OutputNoteCollection<OutputNote>;Expand description
Output notes in a proven transaction.
Contains OutputNote instances which have been processed for inclusion in proven
transactions, with size limits enforced on public notes.
Aliased Typeยง
pub struct OutputNotes { /* private fields */ }