pub trait MemPoolMinFee {
    // Required method
    fn mempool_min_fee(&mut self) -> FeeRate;
}

Required Methods§

source

fn mempool_min_fee(&mut self) -> FeeRate

| Mempool minimum fee. |

Implementors§