Add handling for signed int64 type
[ldk-java] / src / main / java / org / ldk / structs / InvoiceSignature.java
index 3f9c50ada6862099d1a511c0dba90f86198c7716..7d1095ed08ad447b125de39ceb8ff5a10695fd05 100644 (file)
@@ -39,7 +39,7 @@ public class InvoiceSignature extends CommonBase {
        }
 
        /**
-        * Checks if two InvoiceSignatures contain equal inner contents.
+        * Generates a non-cryptographic 64-bit hash of the InvoiceSignature.
         */
        public long hash() {
                long ret = bindings.InvoiceSignature_hash(this.ptr);
@@ -55,7 +55,7 @@ public class InvoiceSignature extends CommonBase {
         * 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);