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