Expand description
Dispatcher
This module contains the ChiselDispatcher
struct, which handles the dispatching
of both builtin commands and Solidity snippets.
Macros§
- Used to format ABI parameters into valid solidity function / error / event param syntax TODO: Smarter resolution of storage location, defaults to “memory” for all types that cannot be stored on the stack.
Structs§
- Chisel input dispatcher
- A response from the Etherscan API’s
getabi
action
Enums§
- Chisel dispatch result variants
Statics§
- Matches Ethereum addresses that are not strings
- Chisel character
- Command leader character
- Matches Solidity comments
- Prompt arrow character
Functions§
- Helper function that formats solidity source with the given FormatterConfig