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