X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_InvoiceSemanticErrorZ.ts;h=413ed95f7ae27e8773130587d8eb0d1967cac93f;hb=f6c75b182a7786062a4966e8939701ef59092509;hp=2d60784a4aab56962a39d76501abcd34c35b0a17;hpb=9da1fb892048ce2faddd35e930619fd1a16c0137;p=ldk-java diff --git a/ts/structs/Result_InvoiceSemanticErrorZ.ts b/ts/structs/Result_InvoiceSemanticErrorZ.ts index 2d60784a..413ed95f 100644 --- a/ts/structs/Result_InvoiceSemanticErrorZ.ts +++ b/ts/structs/Result_InvoiceSemanticErrorZ.ts @@ -34,20 +34,20 @@ public class Result_InvoiceSemanticErrorZ extends CommonBase { } } - public static Result_InvoiceSemanticErrorZ constructor__ok(Invoice o) { + public static Result_InvoiceSemanticErrorZ constructor_ok(Invoice o) { number ret = bindings.CResult_InvoiceSemanticErrorZ_ok(o == null ? 0 : o.ptr & ~1); Result_InvoiceSemanticErrorZ ret_hu_conv = Result_InvoiceSemanticErrorZ.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(o); return ret_hu_conv; } - public static Result_InvoiceSemanticErrorZ constructor__err(SemanticError e) { + public static Result_InvoiceSemanticErrorZ constructor_err(SemanticError e) { number ret = bindings.CResult_InvoiceSemanticErrorZ_err(e); Result_InvoiceSemanticErrorZ ret_hu_conv = Result_InvoiceSemanticErrorZ.constr_from_ptr(ret); return ret_hu_conv; } - public Result_InvoiceSemanticErrorZ _clone() { + public Result_InvoiceSemanticErrorZ clone() { number ret = bindings.CResult_InvoiceSemanticErrorZ_clone(this.ptr); Result_InvoiceSemanticErrorZ ret_hu_conv = Result_InvoiceSemanticErrorZ.constr_from_ptr(ret); return ret_hu_conv;