//! Types related to computation of fees and change related to the transparent components
//! of a transaction.
use TxOut;
use crate::;
/// This trait provides a minimized view of a transparent input suitable for use in
/// fee and change computation.
/// This trait provides a minimized view of a transparent output suitable for use in
/// fee and change computation.