pub fn preflight_probe_invoice<C: AChannelManager>(
    invoice: &Bolt11Invoice,
    channelmanager: &C,
    liquidity_limit_multiplier: Option<u64>
) -> Result<Vec<(PaymentHash, PaymentId)>, ProbingError>
Expand description

Sends payment probes over all paths of a route that would be used to pay the given invoice.

See ChannelManager::send_preflight_probes for more information.