Package Exports
- @truffle/solidity-utils
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@truffle/solidity-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@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