Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / structs / Result_InMemorySignerDecodeErrorZ.java
index 4c984b0a3ced5dde0f134dabe5eba3ef5a28d6a3..730a92d4b2b23f145d525dd7a79919cccaa83c2f 100644 (file)
@@ -43,7 +43,7 @@ public class Result_InMemorySignerDecodeErrorZ extends CommonBase {
        /**
         * Creates a new CResult_InMemorySignerDecodeErrorZ in the success state.
         */
-       public static Result_InMemorySignerDecodeErrorZ constructor_ok(InMemorySigner o) {
+       public static Result_InMemorySignerDecodeErrorZ ok(InMemorySigner o) {
                long ret = bindings.CResult_InMemorySignerDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1);
                Result_InMemorySignerDecodeErrorZ ret_hu_conv = Result_InMemorySignerDecodeErrorZ.constr_from_ptr(ret);
                ret_hu_conv.ptrs_to.add(o);
@@ -53,7 +53,7 @@ public class Result_InMemorySignerDecodeErrorZ extends CommonBase {
        /**
         * Creates a new CResult_InMemorySignerDecodeErrorZ in the error state.
         */
-       public static Result_InMemorySignerDecodeErrorZ constructor_err(DecodeError e) {
+       public static Result_InMemorySignerDecodeErrorZ err(DecodeError e) {
                long ret = bindings.CResult_InMemorySignerDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1);
                Result_InMemorySignerDecodeErrorZ ret_hu_conv = Result_InMemorySignerDecodeErrorZ.constr_from_ptr(ret);
                ret_hu_conv.ptrs_to.add(e);