]> git.bitcoin.ninja Git - ldk-java/blobdiff - src/main/java/org/ldk/structs/InvoiceSignature.java
Add handling for signed int64 type
[ldk-java] / src / main / java / org / ldk / structs / InvoiceSignature.java
index 63a4a581255e6818fc781ec64f62a29f0fe277f5..7d1095ed08ad447b125de39ceb8ff5a10695fd05 100644 (file)
@@ -38,12 +38,24 @@ public class InvoiceSignature extends CommonBase {
                return ret_hu_conv;
        }
 
+       /**
+        * Generates a non-cryptographic 64-bit hash of the InvoiceSignature.
+        */
+       public long hash() {
+               long ret = bindings.InvoiceSignature_hash(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
+       @Override public int hashCode() {
+               return (int)this.hash();
+       }
        /**
         * Checks if two InvoiceSignatures 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(InvoiceSignature b) {
+       public boolean eq(org.ldk.structs.InvoiceSignature b) {
                boolean ret = bindings.InvoiceSignature_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);