1.1.0 • Published 6 years ago

eth-abi-decoder v1.1.0

Weekly downloads
19
License
MIT
Repository
github
Last release
6 years ago

eth-abi-decoder

Ethereum transaction raw data decoder

Install

npm install eth-abi-decoder
yarn add eth-abi-decoder

Decode transaction input data

const {addABI, decodedData} = require('eth-abi-decoder')
// 1. Add the Abstract Binary Interface
addABI(abi);

// 2. Decode the input data
const decodedData = decodeMethod(data);
1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago