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.send_payment_with_route(Route route,
byte[] payment_hash,
RecipientOnionFields recipient_onion,
byte[] payment_id) |
Sends a payment along a given route.
|
Result_PaymentHashPaymentSendFailureZ |
ChannelManager.send_spontaneous_payment(Route route,
byte[] payment_preimage,
RecipientOnionFields recipient_onion,
byte[] payment_id) |
Send a spontaneous payment, which is a payment that does not require the recipient to have
generated an invoice.
|