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