Trait pint_runtime::fee::BaseFee[][src]

pub trait BaseFee {
    fn without_fee(&self, rate: FeeRate) -> Option<Self>;
fn fee(&self, rate: FeeRate) -> Option<Self>; }

Required methods

Returns the given amount after applying the fee rate: self - fee

Returns the fees only.

Implementations on Foreign Types

Implementors