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