[Java] Update auto-generated Java bindings with new upstream getters
[ldk-java] / src / main / java / org / ldk / structs / CommitmentSigned.java
index 69bcc98723e2fd64ed19d234499d9b92b708497b..41b54c2cad38077a5b36bbfea2baa9046d433f1d 100644 (file)
@@ -56,6 +56,17 @@ public class CommitmentSigned extends CommonBase {
                Reference.reachabilityFence(val);
        }
 
+       /**
+        * Signatures on the HTLC transactions
+        * 
+        * Returns a copy of the field.
+        */
+       public byte[][] get_htlc_signatures() {
+               byte[][] ret = bindings.CommitmentSigned_get_htlc_signatures(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
        /**
         * Signatures on the HTLC transactions
         */