X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_InMemoryChannelKeysDecodeErrorZ.ts;fp=ts%2Fstructs%2FResult_InMemoryChannelKeysDecodeErrorZ.ts;h=0d03fd66e3e6b4ddc2625bfc7779b4c6dd5f636a;hb=fed2245c60159f6c074c9ed5c0f3ce273ad9841b;hp=41c34a7a41b917c9bb8f47059a01213c1406ad27;hpb=e9c2970adecaa14b3e83e11eb160a7bcbdae20da;p=ldk-java diff --git a/ts/structs/Result_InMemoryChannelKeysDecodeErrorZ.ts b/ts/structs/Result_InMemoryChannelKeysDecodeErrorZ.ts index 41c34a7a..0d03fd66 100644 --- a/ts/structs/Result_InMemoryChannelKeysDecodeErrorZ.ts +++ b/ts/structs/Result_InMemoryChannelKeysDecodeErrorZ.ts @@ -21,6 +21,7 @@ public class Result_InMemoryChannelKeysDecodeErrorZ extends CommonBase { super(_dummy, ptr); number res = bindings.LDKCResult_InMemoryChannelKeysDecodeErrorZ_get_ok(ptr); const res_hu_conv: InMemoryChannelKeys = new InMemoryChannelKeys(null, res); + res_hu_conv.ptrs_to.add(this); this.res = res_hu_conv; } public Result_InMemoryChannelKeysDecodeErrorZ_OK(InMemoryChannelKeys res) { @@ -35,6 +36,7 @@ public class Result_InMemoryChannelKeysDecodeErrorZ extends CommonBase { super(_dummy, ptr); number err = bindings.LDKCResult_InMemoryChannelKeysDecodeErrorZ_get_err(ptr); const err_hu_conv: DecodeError = new DecodeError(null, err); + err_hu_conv.ptrs_to.add(this); this.err = err_hu_conv; } public Result_InMemoryChannelKeysDecodeErrorZ_Err(DecodeError err) {