X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_RouteLightningErrorZ.ts;h=08893bd15405450fad8da4540f2716d1f58f4020;hb=f6c75b182a7786062a4966e8939701ef59092509;hp=47f961ea5e4671b78731403de444e9040c8c1221;hpb=9da1fb892048ce2faddd35e930619fd1a16c0137;p=ldk-java diff --git a/ts/structs/Result_RouteLightningErrorZ.ts b/ts/structs/Result_RouteLightningErrorZ.ts index 47f961ea..08893bd1 100644 --- a/ts/structs/Result_RouteLightningErrorZ.ts +++ b/ts/structs/Result_RouteLightningErrorZ.ts @@ -37,21 +37,21 @@ public class Result_RouteLightningErrorZ extends CommonBase { } } - public static Result_RouteLightningErrorZ constructor__ok(Route o) { + public static Result_RouteLightningErrorZ constructor_ok(Route o) { number ret = bindings.CResult_RouteLightningErrorZ_ok(o == null ? 0 : o.ptr & ~1); Result_RouteLightningErrorZ ret_hu_conv = Result_RouteLightningErrorZ.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(o); return ret_hu_conv; } - public static Result_RouteLightningErrorZ constructor__err(LightningError e) { + public static Result_RouteLightningErrorZ constructor_err(LightningError e) { number ret = bindings.CResult_RouteLightningErrorZ_err(e == null ? 0 : e.ptr & ~1); Result_RouteLightningErrorZ ret_hu_conv = Result_RouteLightningErrorZ.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(e); return ret_hu_conv; } - public Result_RouteLightningErrorZ _clone() { + public Result_RouteLightningErrorZ clone() { number ret = bindings.CResult_RouteLightningErrorZ_clone(this.ptr); Result_RouteLightningErrorZ ret_hu_conv = Result_RouteLightningErrorZ.constr_from_ptr(ret); return ret_hu_conv;