Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / structs / ChannelMonitorUpdate.java
index 248ee9af68df14569962de1931b0f8bd43988834..815b26325bd1096f3be00c8f367c45d2379f560e 100644 (file)
@@ -4,6 +4,7 @@ import org.ldk.impl.bindings;
 import org.ldk.enums.*;
 import org.ldk.util.*;
 import java.util.Arrays;
+import javax.annotation.Nullable;
 
 
 /**
@@ -54,12 +55,18 @@ public class ChannelMonitorUpdate extends CommonBase {
                bindings.ChannelMonitorUpdate_set_update_id(this.ptr, val);
        }
 
+       long clone_ptr() {
+               long ret = bindings.ChannelMonitorUpdate_clone_ptr(this.ptr);
+               return ret;
+       }
+
        /**
         * Creates a copy of the ChannelMonitorUpdate
         */
        public ChannelMonitorUpdate clone() {
                long ret = bindings.ChannelMonitorUpdate_clone(this.ptr);
-               ChannelMonitorUpdate ret_hu_conv = new ChannelMonitorUpdate(null, ret);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               ChannelMonitorUpdate ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new ChannelMonitorUpdate(null, ret); }
                ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }
@@ -75,8 +82,9 @@ public class ChannelMonitorUpdate extends CommonBase {
        /**
         * Read a ChannelMonitorUpdate from a byte array, created by ChannelMonitorUpdate_write
         */
-       public static Result_ChannelMonitorUpdateDecodeErrorZ constructor_read(byte[] ser) {
+       public static Result_ChannelMonitorUpdateDecodeErrorZ read(byte[] ser) {
                long ret = bindings.ChannelMonitorUpdate_read(ser);
+               if (ret >= 0 && ret <= 4096) { return null; }
                Result_ChannelMonitorUpdateDecodeErrorZ ret_hu_conv = Result_ChannelMonitorUpdateDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }