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