Update auto-generated bindings
[ldk-java] / ts / structs / UnsignedChannelUpdate.ts
index 4accac621135cd9494a3118abf0a0abfef5e4522..c509f73f7778ea1794bc3f58ef1f54db29fa25e4 100644 (file)
@@ -24,7 +24,7 @@ import * as bindings from '../bindings' // TODO: figure out location
        }
 
        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() {
@@ -90,6 +90,11 @@ 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);