//! Types related to computation of fees and change related to the Sapling components
//! of a transaction.
use crateAmount;
/// A trait that provides a minimized view of a Sapling input suitable for use in
/// fee and change calculation.
/// A trait that provides a minimized view of a Sapling output suitable for use in
/// fee and change calculation.