abi2solidity
abi2solidity copied to clipboard
Convert an ABI to a solidity interface
jorge@MacBook-Pro % cat example.json ``` [ { "constant": false, "inputs": [], "name": "f", "outputs": [ { "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" } ]...
`'ABI2solidity' is declared but its value is never read.ts(6133) Could not find a declaration file for module 'abi2solidity'. 'C:/Users/GCyber/Desktop/abi2solidity/node_modules/abi2solidity/dist/abi2solidity.js' implicitly has an 'any' type. Try `npm i --save-dev @types/abi2solidity` if...
This library is great, but fails to generate valid ABIs on newer versions of Solidity in various ways, ie not marking functions as payable when appropriate. Any plans to maintain?
Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...