Uses of Class
org.ldk.structs.ProbabilisticScorer
-
Packages that use ProbabilisticScorer Package Description org.ldk.batteries org.ldk.structs -
-
Uses of ProbabilisticScorer in org.ldk.batteries
Fields in org.ldk.batteries declared as ProbabilisticScorer Modifier and Type Field Description ProbabilisticScorer
ChannelManagerConstructor.ScorerWrapper. prob_scorer
-
Uses of ProbabilisticScorer in org.ldk.structs
Fields in org.ldk.structs declared as ProbabilisticScorer Modifier and Type Field Description ProbabilisticScorer
Result_ProbabilisticScorerDecodeErrorZ.Result_ProbabilisticScorerDecodeErrorZ_OK. res
Methods in org.ldk.structs that return ProbabilisticScorer Modifier and Type Method Description static ProbabilisticScorer
ProbabilisticScorer. of(ProbabilisticScoringParameters params, NetworkGraph network_graph, Logger logger)
Creates a new scorer using the given scoring parameters for sending payments from a node through a network graph.
-