eth-abi-decoder

1.1.0 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i eth-abi-decoder

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

100 kB

Total Files

4

Last publish

Collaborators

  • ppoliani