Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / structs / Result_HTLCOutputInCommitmentDecodeErrorZ.java
index f4920d20d5767387043f078c804d24cecaadb254..46c008a21dbe9e9f4a849285c591ccc295a344e8 100644 (file)
@@ -43,7 +43,7 @@ public class Result_HTLCOutputInCommitmentDecodeErrorZ extends CommonBase {
        /**
         * Creates a new CResult_HTLCOutputInCommitmentDecodeErrorZ in the success state.
         */
-       public static Result_HTLCOutputInCommitmentDecodeErrorZ constructor_ok(HTLCOutputInCommitment o) {
+       public static Result_HTLCOutputInCommitmentDecodeErrorZ ok(HTLCOutputInCommitment o) {
                long ret = bindings.CResult_HTLCOutputInCommitmentDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1);
                Result_HTLCOutputInCommitmentDecodeErrorZ ret_hu_conv = Result_HTLCOutputInCommitmentDecodeErrorZ.constr_from_ptr(ret);
                ret_hu_conv.ptrs_to.add(o);
@@ -53,7 +53,7 @@ public class Result_HTLCOutputInCommitmentDecodeErrorZ extends CommonBase {
        /**
         * Creates a new CResult_HTLCOutputInCommitmentDecodeErrorZ in the error state.
         */
-       public static Result_HTLCOutputInCommitmentDecodeErrorZ constructor_err(DecodeError e) {
+       public static Result_HTLCOutputInCommitmentDecodeErrorZ err(DecodeError e) {
                long ret = bindings.CResult_HTLCOutputInCommitmentDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1);
                Result_HTLCOutputInCommitmentDecodeErrorZ ret_hu_conv = Result_HTLCOutputInCommitmentDecodeErrorZ.constr_from_ptr(ret);
                ret_hu_conv.ptrs_to.add(e);