Uses of Class
org.ldk.structs.Scorer
-
Packages that use Scorer Package Description org.ldk.structs -
-
Uses of Scorer in org.ldk.structs
Methods in org.ldk.structs that return Scorer Modifier and Type Method Description static ScorerScorer. of(long base_penalty_msat)Creates a new scorer using `base_penalty_msat` as the channel penalty.static ScorerScorer. with_default()Creates a "default" Scorer.
-