Update auto-generated bindings
[ldk-java] / ts / structs / MonitorUpdateId.ts
index 9a792befe53dbbfb89794d92b4bd60cbe9293c27..d9e6d3e553c670ad4cc3ec387336292d9284c518 100644 (file)
@@ -18,6 +18,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                         bindings.MonitorUpdateId_free(this.ptr);
                     }
                 }
+       public number clone_ptr() {
+               number ret = bindings.MonitorUpdateId_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public MonitorUpdateId clone() {
                number ret = bindings.MonitorUpdateId_clone(this.ptr);
                const ret_hu_conv: MonitorUpdateId = new MonitorUpdateId(null, ret);