pub trait EstimateSmartFee {
    fn estimate_smart_fee(
        &mut self,
        num_blocks: i32,
        conservative: bool,
        calc: *mut FeeCalculation
    ) -> FeeRate; }

Required Methods§

| Estimate smart fee. |

Implementors§