Trait psbt::Fee[][src]

pub trait Fee {
    fn fee(&self) -> Result<u64, FeeError>;
}
Expand description

Fee computing resolver

Required methods

Returns fee for a transaction, or returns error reporting resolver problem or wrong transaction structure

Implementors