Uses of Class
org.ldk.structs.ScoringParameters
-
Packages that use ScoringParameters Package Description org.ldk.structs -
-
Uses of ScoringParameters in org.ldk.structs
Fields in org.ldk.structs declared as ScoringParameters Modifier and Type Field Description ScoringParametersResult_ScoringParametersDecodeErrorZ.Result_ScoringParametersDecodeErrorZ_OK. resMethods in org.ldk.structs that return ScoringParameters Modifier and Type Method Description static ScoringParametersScoringParameters. of(long base_penalty_msat_arg, long failure_penalty_msat_arg, long failure_penalty_half_life_arg)Constructs a new ScoringParameters given each fieldstatic ScoringParametersScoringParameters. with_default()Creates a "default" ScoringParameters.Methods in org.ldk.structs with parameters of type ScoringParameters Modifier and Type Method Description static Result_ScorerDecodeErrorZResult_ScorerDecodeErrorZ. ok(ScoringParameters o_params)Creates a new CResult_ScorerDecodeErrorZ in the success state.
-