Function pay_offer

Source
pub async fn pay_offer(
    offer: Offer,
    amount: Option<Amount>,
    comment: Option<String>,
    no_sync: bool,
    wallet: &Wallet,
) -> Result<Preimage>