Skip to main content

web3-eth-abi

NPM Package Dependency Status Dev Dependency Status

This is a sub-package of web3.js.

This is the abi package used in the web3-eth package.

Please read the documentation for more.

Usage

import Web3EthAbi from 'https://deno.land/x/npm_web3_eth_abi@0.0.1/mod.js';

Web3EthAbi.encodeFunctionSignature('myMethod(uint256,string)') // 0x24ee0097

TODO

  • Merge types