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