X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FClosingTransaction.java;fp=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FClosingTransaction.java;h=0ac6fc601ea4d729bc162b9b0b85aa0894d58ae8;hb=5e9de82b3a7712a41189756d9d16d946142b2ac5;hp=90494ac9f4dfa2c75e6696d14deb906c11de0fd2;hpb=4ea6734c714946d737c5f43dde2a7ba12fc733cc;p=ldk-java diff --git a/src/main/java/org/ldk/structs/ClosingTransaction.java b/src/main/java/org/ldk/structs/ClosingTransaction.java index 90494ac9..0ac6fc60 100644 --- a/src/main/java/org/ldk/structs/ClosingTransaction.java +++ b/src/main/java/org/ldk/structs/ClosingTransaction.java @@ -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 */