[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / Result_PaymentParametersDecodeErrorZ.java
index d67e697283114f4357d2bc8f5950dbb0de1e358b..7b922870bc731cc27b30a5ff220101f36fd294e4 100644 (file)
@@ -45,7 +45,7 @@ public class Result_PaymentParametersDecodeErrorZ extends CommonBase {
        /**
         * Creates a new CResult_PaymentParametersDecodeErrorZ in the success state.
         */
-       public static Result_PaymentParametersDecodeErrorZ ok(PaymentParameters o) {
+       public static Result_PaymentParametersDecodeErrorZ ok(org.ldk.structs.PaymentParameters o) {
                long ret = bindings.CResult_PaymentParametersDecodeErrorZ_ok(o == null ? 0 : o.ptr);
                Reference.reachabilityFence(o);
                if (ret >= 0 && ret <= 4096) { return null; }
@@ -57,7 +57,7 @@ public class Result_PaymentParametersDecodeErrorZ extends CommonBase {
        /**
         * Creates a new CResult_PaymentParametersDecodeErrorZ in the error state.
         */
-       public static Result_PaymentParametersDecodeErrorZ err(DecodeError e) {
+       public static Result_PaymentParametersDecodeErrorZ err(org.ldk.structs.DecodeError e) {
                long ret = bindings.CResult_PaymentParametersDecodeErrorZ_err(e.ptr);
                Reference.reachabilityFence(e);
                if (ret >= 0 && ret <= 4096) { return null; }