pub type RawOutputNotes = OutputNoteCollection<RawOutputNote>;Expand description
Output notes produced during transaction execution (before proving).
Contains RawOutputNote instances which represent notes as they exist immediately after
transaction execution.
Aliased Typeยง
pub struct RawOutputNotes { /* private fields */ }