Update auto-generated bindings
[ldk-java] / ts / structs / InvoiceFeatures.ts
index e68a62c1e37acd5a0f74f3b8aef0cda91d7cf726..109957b1841cee1d5b34b842c47f62a6593b11f7 100644 (file)
@@ -24,6 +24,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret;
        }
 
+       public number clone_ptr() {
+               number ret = bindings.InvoiceFeatures_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public InvoiceFeatures clone() {
                number ret = bindings.InvoiceFeatures_clone(this.ptr);
                const ret_hu_conv: InvoiceFeatures = new InvoiceFeatures(null, ret);