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