Expand description
Solidity ABI-related utilities and sol!
definitions.
Modules§
- Module containing a contract’s types and functions.
- Generated by the following Solidity interface…
- console 🔒
Statics§
- Maps all the
hardhat/console.log
log selectors that use the legacy ABI (int
,uint
) to their normalized counterparts (int256
,uint256
).
Functions§
- Returns the ABI-normalized selector for the given Hardhat
console
function selector. - Patches the given Hardhat
console
function selector to its ABI-normalized form.