X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FUpdateFailHTLC.ts;fp=ts%2Fstructs%2FUpdateFailHTLC.ts;h=fcca5e86a87c30815c153bdc5c732793b6f474d7;hb=246459dcbc3be28c38b4951140a5933f4b3aa024;hp=bf4a4763688188e7f05917c6ffa48df315b8bea9;hpb=b52dde859c138f9257499496749d1eb89f9f6f43;p=ldk-java diff --git a/ts/structs/UpdateFailHTLC.ts b/ts/structs/UpdateFailHTLC.ts index bf4a4763..fcca5e86 100644 --- a/ts/structs/UpdateFailHTLC.ts +++ b/ts/structs/UpdateFailHTLC.ts @@ -18,13 +18,6 @@ import * as bindings from '../bindings' // TODO: figure out location bindings.UpdateFailHTLC_free(this.ptr); } } - public UpdateFailHTLC clone() { - number ret = bindings.UpdateFailHTLC_clone(this.ptr); - const ret_hu_conv: UpdateFailHTLC = new UpdateFailHTLC(null, ret); - ret_hu_conv.ptrs_to.add(this); - return ret_hu_conv; - } - public Uint8Array get_channel_id() { Uint8Array ret = bindings.UpdateFailHTLC_get_channel_id(this.ptr); return ret; @@ -43,15 +36,21 @@ import * as bindings from '../bindings' // TODO: figure out location bindings.UpdateFailHTLC_set_htlc_id(this.ptr, val); } + public UpdateFailHTLC clone() { + number ret = bindings.UpdateFailHTLC_clone(this.ptr); + const ret_hu_conv: UpdateFailHTLC = new UpdateFailHTLC(null, ret); + ret_hu_conv.ptrs_to.add(this); + return ret_hu_conv; + } + public Uint8Array write() { Uint8Array ret = bindings.UpdateFailHTLC_write(this.ptr); return ret; } - public static UpdateFailHTLC constructor_read(Uint8Array ser) { + public static Result_UpdateFailHTLCDecodeErrorZ constructor_read(Uint8Array ser) { number ret = bindings.UpdateFailHTLC_read(ser); - const ret_hu_conv: UpdateFailHTLC = new UpdateFailHTLC(null, ret); - ret_hu_conv.ptrs_to.add(ret_hu_conv); + Result_UpdateFailHTLCDecodeErrorZ ret_hu_conv = Result_UpdateFailHTLCDecodeErrorZ.constr_from_ptr(ret); return ret_hu_conv; }