Update auto-generated bindings
[ldk-java] / ts / structs / UnsignedChannelUpdate.ts
index a002dfc2af732fd3bef4bab1af61bfb4c914c745..c509f73f7778ea1794bc3f58ef1f54db29fa25e4 100644 (file)
@@ -18,19 +18,13 @@ import * as bindings from '../bindings' // TODO: figure out location
                         bindings.UnsignedChannelUpdate_free(this.ptr);
                     }
                 }
-       public UnsignedChannelUpdate clone() {
-               number ret = bindings.UnsignedChannelUpdate_clone(this.ptr);
-               const ret_hu_conv: UnsignedChannelUpdate = new UnsignedChannelUpdate(null, ret);
-               return ret_hu_conv;
-       }
-
        public Uint8Array get_chain_hash() {
                Uint8Array ret = bindings.UnsignedChannelUpdate_get_chain_hash(this.ptr);
                return ret;
        }
 
        public void set_chain_hash(Uint8Array val) {
-               bindings.UnsignedChannelUpdate_set_chain_hash(this.ptr, val);
+               bindings.UnsignedChannelUpdate_set_chain_hash(this.ptr, InternalUtils.check_arr_len(val, 32));
        }
 
        public number get_short_channel_id() {
@@ -96,6 +90,18 @@ import * as bindings from '../bindings' // TODO: figure out location
                bindings.UnsignedChannelUpdate_set_fee_proportional_millionths(this.ptr, val);
        }
 
+       public number clone_ptr() {
+               number ret = bindings.UnsignedChannelUpdate_clone_ptr(this.ptr);
+               return ret;
+       }
+
+       public UnsignedChannelUpdate clone() {
+               number ret = bindings.UnsignedChannelUpdate_clone(this.ptr);
+               const ret_hu_conv: UnsignedChannelUpdate = new UnsignedChannelUpdate(null, ret);
+               ret_hu_conv.ptrs_to.add(this);
+               return ret_hu_conv;
+       }
+
        public Uint8Array write() {
                Uint8Array ret = bindings.UnsignedChannelUpdate_write(this.ptr);
                return ret;