Uses of Class
org.ldk.structs.Scorer
-
Packages that use Scorer Package Description org.ldk.structs -
-
Uses of Scorer in org.ldk.structs
Fields in org.ldk.structs declared as Scorer Modifier and Type Field Description ScorerResult_ScorerDecodeErrorZ.Result_ScorerDecodeErrorZ_OK. resMethods in org.ldk.structs that return Scorer Modifier and Type Method Description static ScorerScorer. of(long params_base_penalty_msat_arg, long params_failure_penalty_msat_arg, long params_failure_penalty_half_life_arg)Creates a new scorer using the given scoring parameters.static ScorerScorer. with_default()Creates a "default" Scorer.
-