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