Update auto-updated Java files
[ldk-java] / ts / structs / InvoiceFeatures.ts
index 0214501714b94f4eb8c19aac7566e50e61f6fff0..a184d7bd0cc8fb7940c52ae0f0f1eab88c020cca 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);
@@ -45,8 +50,8 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
-       public boolean supports_payment_secret() {
-               boolean ret = bindings.InvoiceFeatures_supports_payment_secret(this.ptr);
+       public boolean requires_unknown_bits() {
+               boolean ret = bindings.InvoiceFeatures_requires_unknown_bits(this.ptr);
                return ret;
        }