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`].
|
Result_NonePaymentSendFailureZ |
ChannelManager.send_payment(Route route,
byte[] payment_hash,
byte[] payment_secret,
byte[] payment_id) |
Sends a payment along a given route.
|
Result_NonePaymentSendFailureZ |
Payer.PayerInterface.send_payment(Route route,
byte[] payment_hash,
byte[] payment_secret,
byte[] payment_id) |
Sends a payment over the Lightning Network using the given [`Route`].
|
Result_NonePaymentSendFailureZ |
Payer.send_payment(Route route,
byte[] payment_hash,
byte[] payment_secret,
byte[] payment_id) |
Sends a payment over the Lightning Network using the given [`Route`].
|
Result_NonePaymentSendFailureZ |
Payer.PayerInterface.send_spontaneous_payment(Route route,
byte[] payment_preimage,
byte[] payment_id) |
Sends a spontaneous payment over the Lightning Network using the given [`Route`].
|
Result_NonePaymentSendFailureZ |
Payer.send_spontaneous_payment(Route route,
byte[] payment_preimage,
byte[] payment_id) |
Sends a spontaneous payment over the Lightning Network using the given [`Route`].
|