pub trait MemPoolMinFee {
// Required method
fn mempool_min_fee(&mut self) -> FeeRate;
}
Required Methods§
sourcefn mempool_min_fee(&mut self) -> FeeRate
fn mempool_min_fee(&mut self) -> FeeRate
| Mempool minimum fee. |
pub trait MemPoolMinFee {
// Required method
fn mempool_min_fee(&mut self) -> FeeRate;
}
| Mempool minimum fee. |