Uses of Class
org.ldk.structs.FixedPenaltyScorer
-
Packages that use FixedPenaltyScorer Package Description org.ldk.structs -
-
Uses of FixedPenaltyScorer in org.ldk.structs
Fields in org.ldk.structs declared as FixedPenaltyScorer Modifier and Type Field Description FixedPenaltyScorerResult_FixedPenaltyScorerDecodeErrorZ.Result_FixedPenaltyScorerDecodeErrorZ_OK. resMethods in org.ldk.structs that return FixedPenaltyScorer Modifier and Type Method Description FixedPenaltyScorerFixedPenaltyScorer. clone()Creates a copy of the FixedPenaltyScorerstatic FixedPenaltyScorerFixedPenaltyScorer. with_penalty(long penalty_msat)Creates a new scorer using `penalty_msat`.Methods in org.ldk.structs with parameters of type FixedPenaltyScorer Modifier and Type Method Description static Result_FixedPenaltyScorerDecodeErrorZResult_FixedPenaltyScorerDecodeErrorZ. ok(FixedPenaltyScorer o)Creates a new CResult_FixedPenaltyScorerDecodeErrorZ in the success state.
-