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