X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_TxCreationKeysDecodeErrorZ.ts;h=0356a8568c79f7f4e07cead740e239d2711b6f59;hb=f6c75b182a7786062a4966e8939701ef59092509;hp=fece556fe6085df23eab8d91f78afff5a0d0a381;hpb=9da1fb892048ce2faddd35e930619fd1a16c0137;p=ldk-java diff --git a/ts/structs/Result_TxCreationKeysDecodeErrorZ.ts b/ts/structs/Result_TxCreationKeysDecodeErrorZ.ts index fece556f..0356a856 100644 --- a/ts/structs/Result_TxCreationKeysDecodeErrorZ.ts +++ b/ts/structs/Result_TxCreationKeysDecodeErrorZ.ts @@ -37,21 +37,21 @@ public class Result_TxCreationKeysDecodeErrorZ extends CommonBase { } } - public static Result_TxCreationKeysDecodeErrorZ constructor__ok(TxCreationKeys o) { + public static Result_TxCreationKeysDecodeErrorZ constructor_ok(TxCreationKeys o) { number ret = bindings.CResult_TxCreationKeysDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1); Result_TxCreationKeysDecodeErrorZ ret_hu_conv = Result_TxCreationKeysDecodeErrorZ.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(o); return ret_hu_conv; } - public static Result_TxCreationKeysDecodeErrorZ constructor__err(DecodeError e) { + public static Result_TxCreationKeysDecodeErrorZ constructor_err(DecodeError e) { number ret = bindings.CResult_TxCreationKeysDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1); Result_TxCreationKeysDecodeErrorZ ret_hu_conv = Result_TxCreationKeysDecodeErrorZ.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(e); return ret_hu_conv; } - public Result_TxCreationKeysDecodeErrorZ _clone() { + public Result_TxCreationKeysDecodeErrorZ clone() { number ret = bindings.CResult_TxCreationKeysDecodeErrorZ_clone(this.ptr); Result_TxCreationKeysDecodeErrorZ ret_hu_conv = Result_TxCreationKeysDecodeErrorZ.constr_from_ptr(ret); return ret_hu_conv;