UNPKG

ethereum-tx-decoder

Version:

Lightweight utility for decoding function parameters from Ethereum transactions.

5 lines (4 loc) 120 B
module.exports = { decodeTx: require('./decodeTransaction.js'), FunctionDecoder: require('./FunctionDecoder.js') };