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