Update auto-updated Java files
[ldk-java] / src / main / java / org / ldk / structs / RoutingFees.java
index dfca382a83f2cc4330a0932bee6200ee195172ca..097a66f7dfbd40f261ac11e43a142f0b230957b9 100644 (file)
@@ -73,6 +73,10 @@ public class RoutingFees extends CommonBase {
                return ret;
        }
 
+       @Override public boolean equals(Object o) {
+               if (!(o instanceof RoutingFees)) return false;
+               return this.eq((RoutingFees)o);
+       }
        long clone_ptr() {
                long ret = bindings.RoutingFees_clone_ptr(this.ptr);
                return ret;
@@ -97,6 +101,9 @@ public class RoutingFees extends CommonBase {
                return ret;
        }
 
+       @Override public int hashCode() {
+               return (int)this.hash();
+       }
        /**
         * Serialize the RoutingFees object into a byte array which can be read by RoutingFees_read
         */