UNPKG

tron-tx-decoder-tronweb

Version:

Lightweight utility for decoding function parameters and function output from Tron blockchain transactions.

34 lines (22 loc) 1.09 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Released] ## [2.0.0] - 2020-02-26 ### Added - Added Function to decode revert message from smart contract by TransactionId. - Updated `README.md` as per the new changes. ## [1.1.0] - 2019-12-18 ### 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] - 2019-12-17 ### 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.