Expand description
ยงfoundry-cheatcodes-spec
Minimal crate to provide a cheatcodes specification.
Modulesยง
Structsยง
- Specification of a single cheatcode. Extends
Function
with additional metadata. - Foundry cheatcodes. Learn more: https://book.getfoundry.sh/cheatcodes/
- A Solidity enumeration.
- A variant of an
Enum
. - A Solidity custom error.
- A Solidity event.
- Solidity function.
- A Solidity struct.
- A
Struct
field.
Enumsยง
- Cheatcode groups. Initially derived and modified from inline comments in
forge-std
โsVm.sol
. - Solidity function state mutability attribute. See the Solidity docs for more information.
- Cheatcode safety.
- The status of a cheatcode.
- Solidity function visibility attribute. See the Solidity docs for more information.
Traitsยง
- Cheatcode definition trait. Implemented by all
Vm
functions.