Merge pull request #2 from TheBlueMatt/main
[ldk-java] / ts / structs / UnsignedChannelUpdate.ts
index 133bc91f19d878843afb9d80fd01b06a91a2a4d7..4accac621135cd9494a3118abf0a0abfef5e4522 100644 (file)
@@ -18,13 +18,6 @@ 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);
-               ret_hu_conv.ptrs_to.add(this);
-               return ret_hu_conv;
-       }
-
        public Uint8Array get_chain_hash() {
                Uint8Array ret = bindings.UnsignedChannelUpdate_get_chain_hash(this.ptr);
                return ret;
@@ -97,6 +90,13 @@ import * as bindings from '../bindings' // TODO: figure out location
                bindings.UnsignedChannelUpdate_set_fee_proportional_millionths(this.ptr, val);
        }
 
+       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;