Update auto-generated bindings
[ldk-java] / ts / structs / Result_NoneSemanticErrorZ.ts
index b53c9621f95ad18fe35284af5ac20704b17ec6f6..b374cfd52001e5a000a2650d9f6f029d67ef2f57 100644 (file)
@@ -29,19 +29,19 @@ public class Result_NoneSemanticErrorZ extends CommonBase {
                }
        }
 
-       public static Result_NoneSemanticErrorZ constructor__ok() {
+       public static Result_NoneSemanticErrorZ constructor_ok() {
                number ret = bindings.CResult_NoneSemanticErrorZ_ok();
                Result_NoneSemanticErrorZ ret_hu_conv = Result_NoneSemanticErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }
 
-       public static Result_NoneSemanticErrorZ constructor__err(SemanticError e) {
+       public static Result_NoneSemanticErrorZ constructor_err(SemanticError e) {
                number ret = bindings.CResult_NoneSemanticErrorZ_err(e);
                Result_NoneSemanticErrorZ ret_hu_conv = Result_NoneSemanticErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }
 
-       public Result_NoneSemanticErrorZ _clone() {
+       public Result_NoneSemanticErrorZ clone() {
                number ret = bindings.CResult_NoneSemanticErrorZ_clone(this.ptr);
                Result_NoneSemanticErrorZ ret_hu_conv = Result_NoneSemanticErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;