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 FixedPenaltyScorer
Result_FixedPenaltyScorerDecodeErrorZ.Result_FixedPenaltyScorerDecodeErrorZ_OK. res
Methods in org.ldk.structs that return FixedPenaltyScorer Modifier and Type Method Description FixedPenaltyScorer
FixedPenaltyScorer. clone()
Creates a copy of the FixedPenaltyScorerstatic FixedPenaltyScorer
FixedPenaltyScorer. 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_FixedPenaltyScorerDecodeErrorZ
Result_FixedPenaltyScorerDecodeErrorZ. ok(FixedPenaltyScorer o)
Creates a new CResult_FixedPenaltyScorerDecodeErrorZ in the success state.
-