Update auto-generated bindings
[ldk-java] / ts / structs / WatchedOutput.ts
index c0c0515a53b8ae9cea435f94eeb69b620857d25c..02e85b2dea761c8d42119a11c01fac04b6b6f12d 100644 (file)
@@ -56,4 +56,16 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
+       public WatchedOutput clone() {
+               number ret = bindings.WatchedOutput_clone(this.ptr);
+               const ret_hu_conv: WatchedOutput = new WatchedOutput(null, ret);
+               ret_hu_conv.ptrs_to.add(this);
+               return ret_hu_conv;
+       }
+
+       public number hash() {
+               number ret = bindings.WatchedOutput_hash(this.ptr);
+               return ret;
+       }
+
 }