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