[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / TransactionU16LenLimited.java
index e7c85b52bf0658d2045af2cf2fea3218e4d53e86..67fac554db955f9434d396c183112eaca5015429 100644 (file)
@@ -41,13 +41,25 @@ public class TransactionU16LenLimited extends CommonBase {
                return ret_hu_conv;
        }
 
+       /**
+        * Generates a non-cryptographic 64-bit hash of the TransactionU16LenLimited.
+        */
+       public long hash() {
+               long ret = bindings.TransactionU16LenLimited_hash(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
+       @Override public int hashCode() {
+               return (int)this.hash();
+       }
        /**
         * Checks if two TransactionU16LenLimiteds 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(org.ldk.structs.TransactionU16LenLimited b) {
-               boolean ret = bindings.TransactionU16LenLimited_eq(this.ptr, b == null ? 0 : b.ptr);
+               boolean ret = bindings.TransactionU16LenLimited_eq(this.ptr, b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
                if (this != null) { this.ptrs_to.add(b); };
@@ -80,6 +92,15 @@ public class TransactionU16LenLimited extends CommonBase {
                return ret;
        }
 
+       /**
+        * Returns a reference to the contained `Transaction`
+        */
+       public byte[] as_transaction() {
+               byte[] ret = bindings.TransactionU16LenLimited_as_transaction(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
        /**
         * Serialize the TransactionU16LenLimited object into a byte array which can be read by TransactionU16LenLimited_read
         */