pub fn convert_fee_rate(
    target: usize,
    estimates: HashMap<String, f64>
) -> Result<f32, Error>
Expand description

Get a fee value in sats/vbytes from the estimates that matches the confirmation target set as parameter.