Update auto-generated bindings to 0.0.103
[ldk-java] / src / main / java / org / ldk / structs / PrivateRoute.java
index be446f1bbad8c6325e4636e2f262138981f245cc..a74bcc892381ca926249cd915617d546fae0dd36 100644 (file)
@@ -22,6 +22,25 @@ public class PrivateRoute extends CommonBase {
                if (ptr != 0) { bindings.PrivateRoute_free(ptr); }
        }
 
+       /**
+        * Creates a copy of the PrivateRoute
+        */
+       public PrivateRoute clone() {
+               long ret = bindings.PrivateRoute_clone(this.ptr);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               PrivateRoute ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new PrivateRoute(null, ret); }
+               ret_hu_conv.ptrs_to.add(this);
+               return ret_hu_conv;
+       }
+
+       /**
+        * Checks if two PrivateRoutes contain equal inner contents.
+        */
+       public long hash() {
+               long ret = bindings.PrivateRoute_hash(this.ptr);
+               return ret;
+       }
+
        /**
         * Checks if two PrivateRoutes contain equal inner contents.
         * This ignores pointers and is_owned flags and looks at the values in fields.
@@ -33,25 +52,13 @@ public class PrivateRoute extends CommonBase {
                return ret;
        }
 
-       /**
-        * Creates a copy of the PrivateRoute
-        */
-       public PrivateRoute clone() {
-               long ret = bindings.PrivateRoute_clone(this.ptr);
-               if (ret < 1024) { return null; }
-               PrivateRoute ret_hu_conv = new PrivateRoute(null, ret);
-               ret_hu_conv.ptrs_to.add(this);
-               return ret_hu_conv;
-       }
-
        /**
         * Creates a new (partial) route from a list of hops
         */
        public static Result_PrivateRouteCreationErrorZ of(RouteHint hops) {
                long ret = bindings.PrivateRoute_new(hops == null ? 0 : hops.ptr & ~1);
-               if (ret < 1024) { return null; }
+               if (ret >= 0 && ret <= 4096) { return null; }
                Result_PrivateRouteCreationErrorZ ret_hu_conv = Result_PrivateRouteCreationErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(hops);
                return ret_hu_conv;
        }
 
@@ -60,10 +67,10 @@ public class PrivateRoute extends CommonBase {
         */
        public RouteHint into_inner() {
                long ret = bindings.PrivateRoute_into_inner(this.ptr);
-               if (ret < 1024) { return null; }
-               RouteHint ret_hu_conv = new RouteHint(null, ret);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               RouteHint ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new RouteHint(null, ret); }
                ret_hu_conv.ptrs_to.add(this);
-               this.ptrs_to.add(this);
+               ;
                return ret_hu_conv;
        }