X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_TxCreationKeysSecpErrorZ.ts;h=54de3e12888eeb62a176a55a749aec011ad7ff46;hb=22f5f4208b1f3b5542292250f1612b944f5cd7fd;hp=60717ec384f3db574bd77e60c14328455f71fbf6;hpb=56e9910ffaa7fccf2cb777dc9cf55e01a9681543;p=ldk-java diff --git a/ts/structs/Result_TxCreationKeysSecpErrorZ.ts b/ts/structs/Result_TxCreationKeysSecpErrorZ.ts index 60717ec3..54de3e12 100644 --- a/ts/structs/Result_TxCreationKeysSecpErrorZ.ts +++ b/ts/structs/Result_TxCreationKeysSecpErrorZ.ts @@ -19,8 +19,8 @@ public class Result_TxCreationKeysSecpErrorZ extends CommonBase { public final TxCreationKeys res; private Result_TxCreationKeysSecpErrorZ_OK(Object _dummy, long ptr) { super(_dummy, ptr); - uint32_t res = bindings.LDKCResult_TxCreationKeysSecpErrorZ_get_ok(ptr); - TxCreationKeys res_hu_conv = new TxCreationKeys(null, res); + number res = bindings.LDKCResult_TxCreationKeysSecpErrorZ_get_ok(ptr); + const res_hu_conv: TxCreationKeys = new TxCreationKeys(null, res); this.res = res_hu_conv; } public Result_TxCreationKeysSecpErrorZ_OK(TxCreationKeys res) {