X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FClosingSigned.ts;fp=ts%2Fstructs%2FClosingSigned.ts;h=cd6eb15b0123fb12eb85d80e51a0ecba873a1a20;hb=fed2245c60159f6c074c9ed5c0f3ce273ad9841b;hp=41714dd05ccd97f3d680a3b4e4a472549bb2c098;hpb=e9c2970adecaa14b3e83e11eb160a7bcbdae20da;p=ldk-java diff --git a/ts/structs/ClosingSigned.ts b/ts/structs/ClosingSigned.ts index 41714dd0..cd6eb15b 100644 --- a/ts/structs/ClosingSigned.ts +++ b/ts/structs/ClosingSigned.ts @@ -21,6 +21,7 @@ import * as bindings from '../bindings' // TODO: figure out location public ClosingSigned clone() { number ret = bindings.ClosingSigned_clone(this.ptr); const ret_hu_conv: ClosingSigned = new ClosingSigned(null, ret); + ret_hu_conv.ptrs_to.add(this); return ret_hu_conv; } @@ -54,6 +55,7 @@ import * as bindings from '../bindings' // TODO: figure out location public static ClosingSigned constructor_new(Uint8Array channel_id_arg, number fee_satoshis_arg, Uint8Array signature_arg) { number ret = bindings.ClosingSigned_new(channel_id_arg, fee_satoshis_arg, signature_arg); const ret_hu_conv: ClosingSigned = new ClosingSigned(null, ret); + ret_hu_conv.ptrs_to.add(ret_hu_conv); return ret_hu_conv; } @@ -65,6 +67,7 @@ import * as bindings from '../bindings' // TODO: figure out location public static ClosingSigned constructor_read(Uint8Array ser) { number ret = bindings.ClosingSigned_read(ser); const ret_hu_conv: ClosingSigned = new ClosingSigned(null, ret); + ret_hu_conv.ptrs_to.add(ret_hu_conv); return ret_hu_conv; }