pub fn get_payment_preimage_hash(
    recipient: &Node<'_, '_, '_>,
    min_value_msat: Option<u64>,
    min_final_cltv_expiry_delta: Option<u16>,
) -> (PaymentPreimage, PaymentHash, PaymentSecret)
Expand description

Get a payment preimage and hash.