X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_NoneAPIErrorZ.ts;h=adc37dd6fc527a3b2af2fd26088eb4486d39049a;hb=f6c75b182a7786062a4966e8939701ef59092509;hp=a90182d55fef377895638917d16240e7f2e0f26f;hpb=9da1fb892048ce2faddd35e930619fd1a16c0137;p=ldk-java diff --git a/ts/structs/Result_NoneAPIErrorZ.ts b/ts/structs/Result_NoneAPIErrorZ.ts index a90182d5..adc37dd6 100644 --- a/ts/structs/Result_NoneAPIErrorZ.ts +++ b/ts/structs/Result_NoneAPIErrorZ.ts @@ -32,19 +32,19 @@ public class Result_NoneAPIErrorZ extends CommonBase { } } - public static Result_NoneAPIErrorZ constructor__ok() { + public static Result_NoneAPIErrorZ constructor_ok() { number ret = bindings.CResult_NoneAPIErrorZ_ok(); Result_NoneAPIErrorZ ret_hu_conv = Result_NoneAPIErrorZ.constr_from_ptr(ret); return ret_hu_conv; } - public static Result_NoneAPIErrorZ constructor__err(APIError e) { + public static Result_NoneAPIErrorZ constructor_err(APIError e) { number ret = bindings.CResult_NoneAPIErrorZ_err(e.ptr); Result_NoneAPIErrorZ ret_hu_conv = Result_NoneAPIErrorZ.constr_from_ptr(ret); return ret_hu_conv; } - public Result_NoneAPIErrorZ _clone() { + public Result_NoneAPIErrorZ clone() { number ret = bindings.CResult_NoneAPIErrorZ_clone(this.ptr); Result_NoneAPIErrorZ ret_hu_conv = Result_NoneAPIErrorZ.constr_from_ptr(ret); return ret_hu_conv;