[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / SendSuccess.java
index 949685f46d1f58b32fb3afccb0b675c1aebaa969..1a11e9f14ab0316a0d12942890aadddf1ce3373f 100644 (file)
@@ -93,12 +93,24 @@ public class SendSuccess extends CommonBase {
                return ret_hu_conv;
        }
 
+       /**
+        * Generates a non-cryptographic 64-bit hash of the SendSuccess.
+        */
+       public long hash() {
+               long ret = bindings.SendSuccess_hash(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
+       @Override public int hashCode() {
+               return (int)this.hash();
+       }
        /**
         * Checks if two SendSuccesss contain equal inner contents.
         * This ignores pointers and is_owned flags and looks at the values in fields.
         */
        public boolean eq(org.ldk.structs.SendSuccess b) {
-               boolean ret = bindings.SendSuccess_eq(this.ptr, b == null ? 0 : b.ptr);
+               boolean ret = bindings.SendSuccess_eq(this.ptr, b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
                return ret;