[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / InitFeatures.java
index 820f0d2b49b782c3ccbb5f59adc80da1480e0d4d..b44077af32bde86eaf33e17077bbe9e727848f2d 100644 (file)
@@ -393,6 +393,40 @@ public class InitFeatures extends CommonBase {
                return ret;
        }
 
+       /**
+        * Set this feature as optional.
+        */
+       public void set_anchors_zero_fee_htlc_tx_optional() {
+               bindings.InitFeatures_set_anchors_zero_fee_htlc_tx_optional(this.ptr);
+               Reference.reachabilityFence(this);
+       }
+
+       /**
+        * Set this feature as required.
+        */
+       public void set_anchors_zero_fee_htlc_tx_required() {
+               bindings.InitFeatures_set_anchors_zero_fee_htlc_tx_required(this.ptr);
+               Reference.reachabilityFence(this);
+       }
+
+       /**
+        * Checks if this feature is supported.
+        */
+       public boolean supports_anchors_zero_fee_htlc_tx() {
+               boolean ret = bindings.InitFeatures_supports_anchors_zero_fee_htlc_tx(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
+       /**
+        * Checks if this feature is required.
+        */
+       public boolean requires_anchors_zero_fee_htlc_tx() {
+               boolean ret = bindings.InitFeatures_requires_anchors_zero_fee_htlc_tx(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
        /**
         * Set this feature as optional.
         */