[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / Result_COption_MonitorEventZDecodeErrorZ.java
index a20c5aba8c14308b9c6515e5a4a6dd2a84a9ae79..5ebfcbe93b89fc058894bf764f33ab394b411adf 100644 (file)
@@ -45,7 +45,7 @@ public class Result_COption_MonitorEventZDecodeErrorZ extends CommonBase {
        /**
         * Creates a new CResult_COption_MonitorEventZDecodeErrorZ in the success state.
         */
-       public static Result_COption_MonitorEventZDecodeErrorZ ok(Option_MonitorEventZ o) {
+       public static Result_COption_MonitorEventZDecodeErrorZ ok(org.ldk.structs.Option_MonitorEventZ o) {
                long ret = bindings.CResult_COption_MonitorEventZDecodeErrorZ_ok(o.ptr);
                Reference.reachabilityFence(o);
                if (ret >= 0 && ret <= 4096) { return null; }
@@ -56,7 +56,7 @@ public class Result_COption_MonitorEventZDecodeErrorZ extends CommonBase {
        /**
         * Creates a new CResult_COption_MonitorEventZDecodeErrorZ in the error state.
         */
-       public static Result_COption_MonitorEventZDecodeErrorZ err(DecodeError e) {
+       public static Result_COption_MonitorEventZDecodeErrorZ err(org.ldk.structs.DecodeError e) {
                long ret = bindings.CResult_COption_MonitorEventZDecodeErrorZ_err(e.ptr);
                Reference.reachabilityFence(e);
                if (ret >= 0 && ret <= 4096) { return null; }