pub(crate) async fn submit_bitcoin_fees(
    parachain_rpc: &InterBtcParachain,
    maybe_bitcoin_fee: Option<f64>
) -> Result<(), Error>