boolean |
Route.eq(Route b) |
Checks if two Routes contain equal inner contents.
|
static Result_RouteDecodeErrorZ |
Result_RouteDecodeErrorZ.ok(Route o) |
Creates a new CResult_RouteDecodeErrorZ in the success state.
|
static Result_RouteLightningErrorZ |
Result_RouteLightningErrorZ.ok(Route o) |
Creates a new CResult_RouteLightningErrorZ 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_PaymentIdPaymentSendFailureZ |
ChannelManager.send_payment(Route route,
byte[] payment_hash,
byte[] payment_secret) |
Sends a payment along a given route.
|
Result_PaymentIdPaymentSendFailureZ |
Payer.PayerInterface.send_payment(Route route,
byte[] payment_hash,
byte[] payment_secret) |
Sends a payment over the Lightning Network using the given [`Route`].
|
Result_PaymentIdPaymentSendFailureZ |
Payer.send_payment(Route route,
byte[] payment_hash,
byte[] payment_secret) |
Sends a payment over the Lightning Network using the given [`Route`].
|
Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ |
ChannelManager.send_spontaneous_payment(Route route,
byte[] payment_preimage) |
Send a spontaneous payment, which is a payment that does not require the recipient to have
generated an invoice.
|
Result_PaymentIdPaymentSendFailureZ |
Payer.PayerInterface.send_spontaneous_payment(Route route,
byte[] payment_preimage) |
Sends a spontaneous payment over the Lightning Network using the given [`Route`].
|
Result_PaymentIdPaymentSendFailureZ |
Payer.send_spontaneous_payment(Route route,
byte[] payment_preimage) |
Sends a spontaneous payment over the Lightning Network using the given [`Route`].
|