Uses of Class
org.ldk.structs.Score
-
Packages that use Score Package Description org.ldk.structs -
-
Uses of Score in org.ldk.structs
Methods in org.ldk.structs that return Score Modifier and Type Method Description ScoreScorer. as_Score()Constructs a new Score which calls the relevant methods on this_arg.static ScoreScore. new_impl(Score.ScoreInterface arg)Methods in org.ldk.structs with parameters of type Score Modifier and Type Method Description Result_RouteLightningErrorZRouter. find_route(byte[] payer, RouteParameters params, ChannelDetails[] first_hops, Score scorer)Finds a [`Route`] between `payer` and `payee` for a payment with the given values.Result_RouteLightningErrorZRouter.RouterInterface. find_route(byte[] payer, RouteParameters params, ChannelDetails[] first_hops, Score scorer)Finds a [`Route`] between `payer` and `payee` for a payment with the given values.static Result_RouteLightningErrorZUtilMethods. find_route(byte[] our_node_pubkey, RouteParameters params, NetworkGraph network, ChannelDetails[] first_hops, Logger logger, Score scorer)Finds a route from us (payer) to the given target node (payee).static LockableScoreLockableScore. of(Score score)Constructs a new LockableScore from a Score
-