[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / ClosingTransaction.java
index 90494ac9f4dfa2c75e6696d14deb906c11de0fd2..0ac6fc601ea4d729bc162b9b0b85aa0894d58ae8 100644 (file)
@@ -54,6 +54,23 @@ public class ClosingTransaction extends CommonBase {
        @Override public int hashCode() {
                return (int)this.hash();
        }
+       /**
+        * Checks if two ClosingTransactions contain equal inner contents.
+        * This ignores pointers and is_owned flags and looks at the values in fields.
+        * Two objects with NULL inner values will be considered "equal" here.
+        */
+       public boolean eq(ClosingTransaction b) {
+               boolean ret = bindings.ClosingTransaction_eq(this.ptr, b == null ? 0 : b.ptr);
+               Reference.reachabilityFence(this);
+               Reference.reachabilityFence(b);
+               if (this != null) { this.ptrs_to.add(b); };
+               return ret;
+       }
+
+       @Override public boolean equals(Object o) {
+               if (!(o instanceof ClosingTransaction)) return false;
+               return this.eq((ClosingTransaction)o);
+       }
        /**
         * Construct an object of the class
         */