pub trait InputView<NoteRef> {
// Required methods
fn note_id(&self) -> &NoteRef;
fn value(&self) -> Zatoshis;
}
Available on crate feature
orchard
only.Expand description
A trait that provides a minimized view of an Orchard input suitable for use in fee and change calculation.