Update auto-generated bindings
[ldk-java] / ts / structs / Result_OutPointDecodeErrorZ.ts
index 85558e369f218f3489b32862379fbe17a177466d..97099d7c619e6fd5a2f4b36f59bcb7799d55ad47 100644 (file)
@@ -9,7 +9,7 @@ public class Result_OutPointDecodeErrorZ extends CommonBase {
        }
 
        static Result_OutPointDecodeErrorZ constr_from_ptr(long ptr) {
-               if (bindings.LDKCResult_OutPointDecodeErrorZ_result_ok(ptr)) {
+               if (bindings.CResult_OutPointDecodeErrorZ_is_ok(ptr)) {
                        return new Result_OutPointDecodeErrorZ_OK(null, ptr);
                } else {
                        return new Result_OutPointDecodeErrorZ_Err(null, ptr);
@@ -49,6 +49,16 @@ public class Result_OutPointDecodeErrorZ extends CommonBase {
                return ret_hu_conv;
        }
 
+       public boolean is_ok() {
+               boolean ret = bindings.CResult_OutPointDecodeErrorZ_is_ok(this.ptr);
+               return ret;
+       }
+
+       public number clone_ptr() {
+               number ret = bindings.CResult_OutPointDecodeErrorZ_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public Result_OutPointDecodeErrorZ clone() {
                number ret = bindings.CResult_OutPointDecodeErrorZ_clone(this.ptr);
                Result_OutPointDecodeErrorZ ret_hu_conv = Result_OutPointDecodeErrorZ.constr_from_ptr(ret);