pub(crate) async fn fetch_invoice( lnurl: String, amount_msat: u64, ) -> Result<(Bolt11Invoice, String)>