1.3.2-dune.3 • Published 4 years ago

@dune-network-truffle/solidity-utils v1.3.2-dune.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

@dune-network-truffle/solidity-utils

Utilities for solidity contracts

API

ordered_abi(file_path, abi, contract_name, callback)

Given a path to a file, an abi, and a contract name, return a restructured abi where the functions are ordered in the exact order they appear in the source file.

TODO: Example