Function esplora_client::convert_fee_rate

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

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