[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / Result_RouteHintDecodeErrorZ.java
index 517abd98de87c0560f417411c1f89b7ad5bc4f29..f7d5fbb99af2393b8915c975473bf7d6511e9084 100644 (file)
@@ -45,7 +45,7 @@ public class Result_RouteHintDecodeErrorZ extends CommonBase {
        /**
         * Creates a new CResult_RouteHintDecodeErrorZ in the success state.
         */
-       public static Result_RouteHintDecodeErrorZ ok(RouteHint o) {
+       public static Result_RouteHintDecodeErrorZ ok(org.ldk.structs.RouteHint o) {
                long ret = bindings.CResult_RouteHintDecodeErrorZ_ok(o == null ? 0 : o.ptr);
                Reference.reachabilityFence(o);
                if (ret >= 0 && ret <= 4096) { return null; }
@@ -57,7 +57,7 @@ public class Result_RouteHintDecodeErrorZ extends CommonBase {
        /**
         * Creates a new CResult_RouteHintDecodeErrorZ in the error state.
         */
-       public static Result_RouteHintDecodeErrorZ err(DecodeError e) {
+       public static Result_RouteHintDecodeErrorZ err(org.ldk.structs.DecodeError e) {
                long ret = bindings.CResult_RouteHintDecodeErrorZ_err(e.ptr);
                Reference.reachabilityFence(e);
                if (ret >= 0 && ret <= 4096) { return null; }