[Java] Update auto-generated bindings to LDK 0.0.118
[ldk-java] / src / main / java / org / ldk / structs / CommitmentTransaction.java
index 63910b514ea8174055293fcb4a939dfe6867c903..9c1a693bbf068ad51b6fdcda730cc45928250838 100644 (file)
@@ -72,6 +72,15 @@ public class CommitmentTransaction extends CommonBase {
                return ret;
        }
 
+       /**
+        * The per commitment point used by the broadcaster.
+        */
+       public byte[] per_commitment_point() {
+               byte[] ret = bindings.CommitmentTransaction_per_commitment_point(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
        /**
         * The value to be sent to the broadcaster
         */