Update auto-generated bindings
[ldk-java] / ts / structs / Result_SecretKeyErrorZ.ts
index 29c5729121dfa3c25ed37ad9761294075dd3bf87..817da050efb8f0a326f68da4130f6752f54b3864 100644 (file)
@@ -31,13 +31,13 @@ public class Result_SecretKeyErrorZ extends CommonBase {
                }
        }
 
-       public static Result_SecretKeyErrorZ constructor__ok(Uint8Array o) {
+       public static Result_SecretKeyErrorZ constructor_ok(Uint8Array o) {
                number ret = bindings.CResult_SecretKeyErrorZ_ok(o);
                Result_SecretKeyErrorZ ret_hu_conv = Result_SecretKeyErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }
 
-       public static Result_SecretKeyErrorZ constructor__err(Secp256k1Error e) {
+       public static Result_SecretKeyErrorZ constructor_err(Secp256k1Error e) {
                number ret = bindings.CResult_SecretKeyErrorZ_err(e);
                Result_SecretKeyErrorZ ret_hu_conv = Result_SecretKeyErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;