Update auto-generated bindings
[ldk-java] / ts / structs / SignedRawInvoice.ts
index 53f73549b0a7169fa13d15b125cd148c4209032c..22f2b59ed18e2f3e612405d46a819a16a556783f 100644 (file)
@@ -24,6 +24,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret;
        }
 
+       public number clone_ptr() {
+               number ret = bindings.SignedRawInvoice_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public SignedRawInvoice clone() {
                number ret = bindings.SignedRawInvoice_clone(this.ptr);
                const ret_hu_conv: SignedRawInvoice = new SignedRawInvoice(null, ret);