Skip to content

Releases: meetsiraja/tron-tx-decoder

2.0.1

26 Feb 06:08
Compare
Choose a tag to compare
  • Added Function to decode revert message from smart contract by TransactionId.
  • Updated README.md as per the new changes.

1.1.0

18 Dec 13:30
Compare
Choose a tag to compare

Changed

  • Changed response of decodeTxInput & decodeTxOutput function. Make it more user friendly.
  • Updated README.md as per the new changes.

Added

  • Added CHANGELOG.md to keep track of all changes.

1.0.0

17 Dec 09:39
Compare
Choose a tag to compare

Added

  • Function to decode input parameters of the smart contract function by Transaction Id
  • Function to decode all output or revert message returned by function of the smart contract by Transaction Id.
  • Decode names of all input parameters as well as outputs.
  • Decode types of all input parameters as well as outputs.
  • Decode executed method name of smart contract by Transaction id.