X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_CVec_u8ZPeerHandleErrorZ.ts;h=5d52288b21e96ab404e962c7c52bf0a8c52273c2;hb=f6c75b182a7786062a4966e8939701ef59092509;hp=96c33d3a9fd12f1a10bca85606c568074ac23a8d;hpb=c45b91b3165ba0ff774d12d357188cae979574d3;p=ldk-java diff --git a/ts/structs/Result_CVec_u8ZPeerHandleErrorZ.ts b/ts/structs/Result_CVec_u8ZPeerHandleErrorZ.ts index 96c33d3a..5d52288b 100644 --- a/ts/structs/Result_CVec_u8ZPeerHandleErrorZ.ts +++ b/ts/structs/Result_CVec_u8ZPeerHandleErrorZ.ts @@ -34,20 +34,20 @@ public class Result_CVec_u8ZPeerHandleErrorZ extends CommonBase { } } - public static Result_CVec_u8ZPeerHandleErrorZ constructor__ok(Uint8Array o) { + public static Result_CVec_u8ZPeerHandleErrorZ constructor_ok(Uint8Array o) { number ret = bindings.CResult_CVec_u8ZPeerHandleErrorZ_ok(o); Result_CVec_u8ZPeerHandleErrorZ ret_hu_conv = Result_CVec_u8ZPeerHandleErrorZ.constr_from_ptr(ret); return ret_hu_conv; } - public static Result_CVec_u8ZPeerHandleErrorZ constructor__err(PeerHandleError e) { + public static Result_CVec_u8ZPeerHandleErrorZ constructor_err(PeerHandleError e) { number ret = bindings.CResult_CVec_u8ZPeerHandleErrorZ_err(e == null ? 0 : e.ptr & ~1); Result_CVec_u8ZPeerHandleErrorZ ret_hu_conv = Result_CVec_u8ZPeerHandleErrorZ.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(e); return ret_hu_conv; } - public Result_CVec_u8ZPeerHandleErrorZ _clone() { + public Result_CVec_u8ZPeerHandleErrorZ clone() { number ret = bindings.CResult_CVec_u8ZPeerHandleErrorZ_clone(this.ptr); Result_CVec_u8ZPeerHandleErrorZ ret_hu_conv = Result_CVec_u8ZPeerHandleErrorZ.constr_from_ptr(ret); return ret_hu_conv;