1.1.0 • Published 5 years ago

eth-abi-decoder v1.1.0

Weekly downloads
19
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago