Result_PaymentIdPaymentErrorZ |
Result_PaymentIdPaymentErrorZ.clone() |
Creates a new CResult_PaymentIdPaymentErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_PaymentIdPaymentErrorZ |
Result_PaymentIdPaymentErrorZ.err(PaymentError e) |
Creates a new CResult_PaymentIdPaymentErrorZ in the error state.
|
static Result_PaymentIdPaymentErrorZ |
Result_PaymentIdPaymentErrorZ.ok(byte[] o) |
Creates a new CResult_PaymentIdPaymentErrorZ in the success state.
|
static Result_PaymentIdPaymentErrorZ |
UtilMethods.pay_invoice(Invoice invoice,
Retry retry_strategy,
ChannelManager channelmanager) |
Pays the given [`Invoice`], retrying if needed based on [`Retry`].
|
static Result_PaymentIdPaymentErrorZ |
UtilMethods.pay_zero_value_invoice(Invoice invoice,
long amount_msats,
Retry retry_strategy,
ChannelManager channelmanager) |
Pays the given zero-value [`Invoice`] using the given amount, retrying if needed based on
[`Retry`].
|