X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_StringErrorZ.ts;h=e5c9da4c70c3bed3355bf0773cb31e31098b40b0;hb=d294ad273a3d99aa2857efb10b225a2e20c84a16;hp=5876b1e3a22b908ebfecaa3a4b0491c2843597df;hpb=b6cc0960eaee5a5bbc7fde79a56152d6dcd649d8;p=ldk-java diff --git a/ts/structs/Result_StringErrorZ.ts b/ts/structs/Result_StringErrorZ.ts index 5876b1e3..e5c9da4c 100644 --- a/ts/structs/Result_StringErrorZ.ts +++ b/ts/structs/Result_StringErrorZ.ts @@ -31,13 +31,13 @@ public class Result_StringErrorZ extends CommonBase { } } - public static Result_StringErrorZ constructor__ok(String o) { + public static Result_StringErrorZ constructor_ok(String o) { number ret = bindings.CResult_StringErrorZ_ok(o); Result_StringErrorZ ret_hu_conv = Result_StringErrorZ.constr_from_ptr(ret); return ret_hu_conv; } - public static Result_StringErrorZ constructor__err(Secp256k1Error e) { + public static Result_StringErrorZ constructor_err(Secp256k1Error e) { number ret = bindings.CResult_StringErrorZ_err(e); Result_StringErrorZ ret_hu_conv = Result_StringErrorZ.constr_from_ptr(ret); return ret_hu_conv;