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