X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FUpdateFee.ts;h=6ffed4250b308f36bc532ed7654690273649e462;hb=9e8763c71cd61d55be7c869d973524f75209a3f3;hp=b6b189ba7a1cb9bfb7b373e91bddb905d0e1275e;hpb=2f243794d7f279cdc81628a94533b70404bbe888;p=ldk-java diff --git a/ts/structs/UpdateFee.ts b/ts/structs/UpdateFee.ts index b6b189ba..6ffed425 100644 --- a/ts/structs/UpdateFee.ts +++ b/ts/structs/UpdateFee.ts @@ -18,13 +18,6 @@ import * as bindings from '../bindings' // TODO: figure out location bindings.UpdateFee_free(this.ptr); } } - public UpdateFee clone() { - number ret = bindings.UpdateFee_clone(this.ptr); - const ret_hu_conv: UpdateFee = new UpdateFee(null, ret); - ret_hu_conv.ptrs_to.add(this); - return ret_hu_conv; - } - public Uint8Array get_channel_id() { Uint8Array ret = bindings.UpdateFee_get_channel_id(this.ptr); return ret; @@ -50,15 +43,21 @@ import * as bindings from '../bindings' // TODO: figure out location return ret_hu_conv; } + public UpdateFee clone() { + number ret = bindings.UpdateFee_clone(this.ptr); + const ret_hu_conv: UpdateFee = new UpdateFee(null, ret); + ret_hu_conv.ptrs_to.add(this); + return ret_hu_conv; + } + public Uint8Array write() { Uint8Array ret = bindings.UpdateFee_write(this.ptr); return ret; } - public static UpdateFee constructor_read(Uint8Array ser) { + public static Result_UpdateFeeDecodeErrorZ constructor_read(Uint8Array ser) { number ret = bindings.UpdateFee_read(ser); - const ret_hu_conv: UpdateFee = new UpdateFee(null, ret); - ret_hu_conv.ptrs_to.add(ret_hu_conv); + Result_UpdateFeeDecodeErrorZ ret_hu_conv = Result_UpdateFeeDecodeErrorZ.constr_from_ptr(ret); return ret_hu_conv; }