Result_NonePaymentSendFailureZ |
Result_NonePaymentSendFailureZ.clone() |
Creates a new CResult_NonePaymentSendFailureZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_NonePaymentSendFailureZ |
Result_NonePaymentSendFailureZ.err(PaymentSendFailure e) |
Creates a new CResult_NonePaymentSendFailureZ in the error state.
|
static Result_NonePaymentSendFailureZ |
Result_NonePaymentSendFailureZ.ok() |
Creates a new CResult_NonePaymentSendFailureZ in the success state.
|
Result_NonePaymentSendFailureZ |
ChannelManager.retry_payment(Route route,
byte[] payment_id) |
Retries a payment along the given [`Route`].
|
Result_NonePaymentSendFailureZ |
Payer.PayerInterface.retry_payment(Route route,
byte[] payment_id) |
Retries a failed payment path for the [`PaymentId`] using the given [`Route`].
|
Result_NonePaymentSendFailureZ |
Payer.retry_payment(Route route,
byte[] payment_id) |
Retries a failed payment path for the [`PaymentId`] using the given [`Route`].
|