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