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

Required Methods§

source

fn estimate_max_blocks(&mut self) -> u32

| Fee estimator max target. |

Implementors§