]> git.bitcoin.ninja Git - ldk-java/blobdiff - src/main/java/org/ldk/structs/Result_SpendableOutputDescriptorDecodeErrorZ.java
Update CI references to LDK 0.0.124 drop stale memchr pins
[ldk-java] / src / main / java / org / ldk / structs / Result_SpendableOutputDescriptorDecodeErrorZ.java
index d4e197ccc5420570e4f63d6f09076f08cc7a83a0..f658c9393c6fffe1ff397cfc63ce8ab9355e430a 100644 (file)
@@ -13,6 +13,10 @@ public class Result_SpendableOutputDescriptorDecodeErrorZ extends CommonBase {
                if (ptr != 0) { bindings.CResult_SpendableOutputDescriptorDecodeErrorZ_free(ptr); } super.finalize();
        }
 
+       protected void force_free() {
+               if (ptr != 0) { bindings.CResult_SpendableOutputDescriptorDecodeErrorZ_free(ptr); ptr = 0; }
+       }
+
        static Result_SpendableOutputDescriptorDecodeErrorZ constr_from_ptr(long ptr) {
                if (bindings.CResult_SpendableOutputDescriptorDecodeErrorZ_is_ok(ptr)) {
                        return new Result_SpendableOutputDescriptorDecodeErrorZ_OK(null, ptr);
@@ -45,7 +49,7 @@ public class Result_SpendableOutputDescriptorDecodeErrorZ extends CommonBase {
        /**
         * Creates a new CResult_SpendableOutputDescriptorDecodeErrorZ in the success state.
         */
-       public static Result_SpendableOutputDescriptorDecodeErrorZ ok(SpendableOutputDescriptor o) {
+       public static Result_SpendableOutputDescriptorDecodeErrorZ ok(org.ldk.structs.SpendableOutputDescriptor o) {
                long ret = bindings.CResult_SpendableOutputDescriptorDecodeErrorZ_ok(o.ptr);
                Reference.reachabilityFence(o);
                if (ret >= 0 && ret <= 4096) { return null; }
@@ -56,7 +60,7 @@ public class Result_SpendableOutputDescriptorDecodeErrorZ extends CommonBase {
        /**
         * Creates a new CResult_SpendableOutputDescriptorDecodeErrorZ in the error state.
         */
-       public static Result_SpendableOutputDescriptorDecodeErrorZ err(DecodeError e) {
+       public static Result_SpendableOutputDescriptorDecodeErrorZ err(org.ldk.structs.DecodeError e) {
                long ret = bindings.CResult_SpendableOutputDescriptorDecodeErrorZ_err(e.ptr);
                Reference.reachabilityFence(e);
                if (ret >= 0 && ret <= 4096) { return null; }