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