Update auto-generated bindings
[ldk-java] / ts / structs / CommitmentUpdate.ts
index 8fa5923504d2484bf4d55b6ee5f983c1e2c23e4f..0c7e3dbc1382c576a4c6b842ff8c43429efbe303 100644 (file)
@@ -111,6 +111,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
+       public number clone_ptr() {
+               number ret = bindings.CommitmentUpdate_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public CommitmentUpdate clone() {
                number ret = bindings.CommitmentUpdate_clone(this.ptr);
                const ret_hu_conv: CommitmentUpdate = new CommitmentUpdate(null, ret);