Update auto-generated bindings
[ldk-java] / ts / structs / HTLCUpdate.ts
index 3eaef5532f1a26052442c082f54cff93ddcd4ca3..23f9d9a3d9509e19e19fc6e5f5cccbfeabba67b5 100644 (file)
@@ -18,6 +18,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                         bindings.HTLCUpdate_free(this.ptr);
                     }
                 }
+       public number clone_ptr() {
+               number ret = bindings.HTLCUpdate_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public HTLCUpdate clone() {
                number ret = bindings.HTLCUpdate_clone(this.ptr);
                const ret_hu_conv: HTLCUpdate = new HTLCUpdate(null, ret);