Update auto-generated bindings
[ldk-java] / ts / structs / DecodeError.ts
index 750447a81a56214117621b58bd538122eb05d75d..caffcab4de73fb7eb6dda62633110c51bbf53378 100644 (file)
@@ -18,6 +18,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                         bindings.DecodeError_free(this.ptr);
                     }
                 }
+       public number clone_ptr() {
+               number ret = bindings.DecodeError_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public DecodeError clone() {
                number ret = bindings.DecodeError_clone(this.ptr);
                const ret_hu_conv: DecodeError = new DecodeError(null, ret);