Update auto-generated bindings
[ldk-java] / ts / structs / Result_ChannelUpdateDecodeErrorZ.ts
index 9121961825cbfa70003709743df8269204caa51f..ad9c5e19a0c2ade08bbf63f6c4c31d1591ca3501 100644 (file)
@@ -37,21 +37,21 @@ public class Result_ChannelUpdateDecodeErrorZ extends CommonBase {
                }
        }
 
-       public static Result_ChannelUpdateDecodeErrorZ constructor__ok(ChannelUpdate o) {
+       public static Result_ChannelUpdateDecodeErrorZ constructor_ok(ChannelUpdate o) {
                number ret = bindings.CResult_ChannelUpdateDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1);
                Result_ChannelUpdateDecodeErrorZ ret_hu_conv = Result_ChannelUpdateDecodeErrorZ.constr_from_ptr(ret);
                ret_hu_conv.ptrs_to.add(o);
                return ret_hu_conv;
        }
 
-       public static Result_ChannelUpdateDecodeErrorZ constructor__err(DecodeError e) {
+       public static Result_ChannelUpdateDecodeErrorZ constructor_err(DecodeError e) {
                number ret = bindings.CResult_ChannelUpdateDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1);
                Result_ChannelUpdateDecodeErrorZ ret_hu_conv = Result_ChannelUpdateDecodeErrorZ.constr_from_ptr(ret);
                ret_hu_conv.ptrs_to.add(e);
                return ret_hu_conv;
        }
 
-       public Result_ChannelUpdateDecodeErrorZ _clone() {
+       public Result_ChannelUpdateDecodeErrorZ clone() {
                number ret = bindings.CResult_ChannelUpdateDecodeErrorZ_clone(this.ptr);
                Result_ChannelUpdateDecodeErrorZ ret_hu_conv = Result_ChannelUpdateDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;