Update auto-generated bindings
[ldk-java] / ts / structs / Result_CommitmentSignedDecodeErrorZ.ts
index a8e92e725e07ce62b49ac5ec6c49467bcb672b9f..4ba1a373be150d8ab5e9e5c70ef75b0f29c4a790 100644 (file)
@@ -37,21 +37,21 @@ public class Result_CommitmentSignedDecodeErrorZ extends CommonBase {
                }
        }
 
-       public static Result_CommitmentSignedDecodeErrorZ constructor__ok(CommitmentSigned o) {
+       public static Result_CommitmentSignedDecodeErrorZ constructor_ok(CommitmentSigned o) {
                number ret = bindings.CResult_CommitmentSignedDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1);
                Result_CommitmentSignedDecodeErrorZ ret_hu_conv = Result_CommitmentSignedDecodeErrorZ.constr_from_ptr(ret);
                ret_hu_conv.ptrs_to.add(o);
                return ret_hu_conv;
        }
 
-       public static Result_CommitmentSignedDecodeErrorZ constructor__err(DecodeError e) {
+       public static Result_CommitmentSignedDecodeErrorZ constructor_err(DecodeError e) {
                number ret = bindings.CResult_CommitmentSignedDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1);
                Result_CommitmentSignedDecodeErrorZ ret_hu_conv = Result_CommitmentSignedDecodeErrorZ.constr_from_ptr(ret);
                ret_hu_conv.ptrs_to.add(e);
                return ret_hu_conv;
        }
 
-       public Result_CommitmentSignedDecodeErrorZ _clone() {
+       public Result_CommitmentSignedDecodeErrorZ clone() {
                number ret = bindings.CResult_CommitmentSignedDecodeErrorZ_clone(this.ptr);
                Result_CommitmentSignedDecodeErrorZ ret_hu_conv = Result_CommitmentSignedDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;