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 static Result_RouteLightningErrorZUtilMethods. get_keysend_route(byte[] our_node_pubkey, NetworkGraph network, byte[] payee, ChannelDetails[] first_hops, RouteHint[] last_hops, long final_value_msat, int final_cltv, Logger logger, Score scorer)Gets a keysend route from us (payer) to the given target node (payee).static Result_RouteLightningErrorZUtilMethods. get_route(byte[] our_node_pubkey, NetworkGraph network, byte[] payee, InvoiceFeatures payee_features, ChannelDetails[] first_hops, RouteHint[] last_hops, long final_value_msat, int final_cltv, Logger logger, Score scorer)Gets a route from us (payer) to the given target node (payee).
-