Update auto-generated bindings to 0.0.101
[ldk-java] / src / main / java / org / ldk / structs / InvoiceFeatures.java
index da08d2fecf8986bafe9a80c5d4afed20cfa63362..be91f813446e8838bc38cad0501734bf763000a2 100644 (file)
@@ -63,6 +63,15 @@ public class InvoiceFeatures extends CommonBase {
                return ret_hu_conv;
        }
 
+       /**
+        * Returns true if this `Features` object contains unknown feature flags which are set as
+        * \"required\".
+        */
+       public boolean requires_unknown_bits() {
+               boolean ret = bindings.InvoiceFeatures_requires_unknown_bits(this.ptr);
+               return ret;
+       }
+
        /**
         * Returns whether the `payment_secret` feature is supported.
         */