everx-labs / ever-sdk-js

Javascript SDK for TVM blockchains (Everscale, TON, Venom, etc)

Home Page:https://tonlabs.github.io/ever-sdk-js/

Repository from Github https://github.comeverx-labs/ever-sdk-jsRepository from Github https://github.comeverx-labs/ever-sdk-js

[TypeScript] AbiData: key type

velialiev opened this issue · comments

Key in AbiData interface have to have bigint type, but this type isn't supported in JSON. This leads to problem in using JSON ABI. Is it possible to change this type to bigint | number?

image
image
image

Fixed in 1.16