Uses of Class
org.ldk.structs.Result_ScoringParametersDecodeErrorZ
-
Packages that use Result_ScoringParametersDecodeErrorZ Package Description org.ldk.structs -
-
Uses of Result_ScoringParametersDecodeErrorZ in org.ldk.structs
Subclasses of Result_ScoringParametersDecodeErrorZ in org.ldk.structs Modifier and Type Class Description static classResult_ScoringParametersDecodeErrorZ.Result_ScoringParametersDecodeErrorZ_Errstatic classResult_ScoringParametersDecodeErrorZ.Result_ScoringParametersDecodeErrorZ_OKMethods in org.ldk.structs that return Result_ScoringParametersDecodeErrorZ Modifier and Type Method Description static Result_ScoringParametersDecodeErrorZResult_ScoringParametersDecodeErrorZ. err(DecodeError e)Creates a new CResult_ScoringParametersDecodeErrorZ in the error state.static Result_ScoringParametersDecodeErrorZResult_ScoringParametersDecodeErrorZ. ok(long o_base_penalty_msat_arg, long o_failure_penalty_msat_arg, long o_failure_penalty_half_life_arg)Creates a new CResult_ScoringParametersDecodeErrorZ in the success state.static Result_ScoringParametersDecodeErrorZScoringParameters. read(byte[] ser)Read a ScoringParameters from a byte array, created by ScoringParameters_write
-