Update auto-generate bindings (incl new RL clone methods)
[ldk-java] / ts / structs / InvalidShutdownScript.ts
index ded8295c67d913cacdaf64bfc499fb5a0ca58901..57d7b9072a8c315325731299738f9c7771d68f4c 100644 (file)
@@ -34,4 +34,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
+       public InvalidShutdownScript clone() {
+               number ret = bindings.InvalidShutdownScript_clone(this.ptr);
+               const ret_hu_conv: InvalidShutdownScript = new InvalidShutdownScript(null, ret);
+               ret_hu_conv.ptrs_to.add(this);
+               return ret_hu_conv;
+       }
+
 }