Update auto-generated bindings to 0.0.101
[ldk-java] / ts / structs / InvoiceFeatures.ts
index 0214501714b94f4eb8c19aac7566e50e61f6fff0..e68a62c1e37acd5a0f74f3b8aef0cda91d7cf726 100644 (file)
@@ -45,6 +45,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
+       public boolean requires_unknown_bits() {
+               boolean ret = bindings.InvoiceFeatures_requires_unknown_bits(this.ptr);
+               return ret;
+       }
+
        public boolean supports_payment_secret() {
                boolean ret = bindings.InvoiceFeatures_supports_payment_secret(this.ptr);
                return ret;