github tronprotocol/tronweb v4.0.0

latest releases: v5.3.5, v6.2.2, v6.2.1...
4 years ago
  • support broadcastHex method
  • ignore fullnode version check when calling createToken method
  • update dependencies version
  • add strict mode for pkToAddress method
  • note that bignumber.js is updated to v9.0.1, which is a breaking change. If you get a result after triggerConstantContract or call method, do not use tronWeb.BigNumber(result) which will get null. You can use tronWeb.toBigNumber(result) or tronWeb.BigNumber(result._hex)

Don't miss a new tronweb release

NewReleases is sending notifications on new releases.