boolean |
RouteHint.eq(RouteHint b) |
Checks if two RouteHints contain equal inner contents.
|
static Result_RouteLightningErrorZ |
UtilMethods.get_keysend_route(byte[] our_node_id,
NetworkGraph network,
byte[] payee,
ChannelDetails[] first_hops,
RouteHint[] last_hops,
long final_value_msat,
int final_cltv,
Logger logger) |
Gets a keysend route from us (payer) to the given target node (payee).
|
static Result_RouteLightningErrorZ |
UtilMethods.get_route(byte[] our_node_id,
NetworkGraph network,
byte[] payee,
InvoiceFeatures payee_features,
ChannelDetails[] first_hops,
RouteHint[] last_hops,
long final_value_msat,
int final_cltv,
Logger logger) |
Gets a route from us (payer) to the given target node (payee).
|
static Result_PrivateRouteCreationErrorZ |
PrivateRoute.of(RouteHint hops) |
Creates a new (partial) route from a list of hops
|