pub trait EstimateMaxBlocks {
    fn estimate_max_blocks(&mut self) -> u32;
}

Required Methods§

| Fee estimator max target. |

Implementors§