pub trait EstimateMaxBlocks {
// Required method
fn estimate_max_blocks(&mut self) -> u32;
}
Required Methods§
sourcefn estimate_max_blocks(&mut self) -> u32
fn estimate_max_blocks(&mut self) -> u32
| Fee estimator max target. |
pub trait EstimateMaxBlocks {
// Required method
fn estimate_max_blocks(&mut self) -> u32;
}
| Fee estimator max target. |