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
fn without_fee(&self, rate: FeeRate) -> Option<Self>
fn without_fee(&self, rate: FeeRate) -> Option<Self>
Returns the given amount after applying the fee rate: self - fee