X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FUpdateFulfillHTLC.ts;fp=ts%2Fstructs%2FUpdateFulfillHTLC.ts;h=02a0a7a5a588260416ddcc867186f2232c5c5fee;hb=246459dcbc3be28c38b4951140a5933f4b3aa024;hp=9e030d62da0edeb6b972fe4231d8cedd4638e680;hpb=b52dde859c138f9257499496749d1eb89f9f6f43;p=ldk-java diff --git a/ts/structs/UpdateFulfillHTLC.ts b/ts/structs/UpdateFulfillHTLC.ts index 9e030d62..02a0a7a5 100644 --- a/ts/structs/UpdateFulfillHTLC.ts +++ b/ts/structs/UpdateFulfillHTLC.ts @@ -18,13 +18,6 @@ import * as bindings from '../bindings' // TODO: figure out location bindings.UpdateFulfillHTLC_free(this.ptr); } } - public UpdateFulfillHTLC clone() { - number ret = bindings.UpdateFulfillHTLC_clone(this.ptr); - const ret_hu_conv: UpdateFulfillHTLC = new UpdateFulfillHTLC(null, ret); - ret_hu_conv.ptrs_to.add(this); - return ret_hu_conv; - } - public Uint8Array get_channel_id() { Uint8Array ret = bindings.UpdateFulfillHTLC_get_channel_id(this.ptr); return ret; @@ -59,15 +52,21 @@ import * as bindings from '../bindings' // TODO: figure out location return ret_hu_conv; } + public UpdateFulfillHTLC clone() { + number ret = bindings.UpdateFulfillHTLC_clone(this.ptr); + const ret_hu_conv: UpdateFulfillHTLC = new UpdateFulfillHTLC(null, ret); + ret_hu_conv.ptrs_to.add(this); + return ret_hu_conv; + } + public Uint8Array write() { Uint8Array ret = bindings.UpdateFulfillHTLC_write(this.ptr); return ret; } - public static UpdateFulfillHTLC constructor_read(Uint8Array ser) { + public static Result_UpdateFulfillHTLCDecodeErrorZ constructor_read(Uint8Array ser) { number ret = bindings.UpdateFulfillHTLC_read(ser); - const ret_hu_conv: UpdateFulfillHTLC = new UpdateFulfillHTLC(null, ret); - ret_hu_conv.ptrs_to.add(ret_hu_conv); + Result_UpdateFulfillHTLCDecodeErrorZ ret_hu_conv = Result_UpdateFulfillHTLCDecodeErrorZ.constr_from_ptr(ret); return ret_hu_conv; }