[][src]Trait lnpbp::bp::resolvers::Fee

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

Fee computing resolver

Required methods

fn fee(&self) -> Result<u64, FeeError>

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

Loading content...

Implementors

impl Fee for Psbt[src]

Loading content...