Result_RouteLightningErrorZ |
Router.find_route(byte[] payer,
RouteParameters route_params,
byte[] payment_hash,
ChannelDetails[] first_hops,
Score scorer) |
Finds a [`Route`] between `payer` and `payee` for a payment with the given values.
|
Result_RouteLightningErrorZ |
Router.RouterInterface.find_route(byte[] payer,
RouteParameters route_params,
byte[] payment_hash,
ChannelDetails[] first_hops,
Score scorer) |
Finds a [`Route`] between `payer` and `payee` for a payment with the given values.
|
static Result_RouteLightningErrorZ |
UtilMethods.find_route(byte[] our_node_pubkey,
RouteParameters route_params,
NetworkGraph network_graph,
ChannelDetails[] first_hops,
Logger logger,
Score scorer,
byte[] random_seed_bytes) |
Finds a route from us (payer) to the given target node (payee).
|
static MultiThreadedLockableScore |
MultiThreadedLockableScore.of(Score score) |
Creates a new [`MultiThreadedLockableScore`] given an underlying [`Score`].
|