Expand description
Dispatcher
This module contains the ChiselDispatcher
struct, which handles the dispatching
of both builtin commands and Solidity snippets.
Macros§
- format_
param 🔒 - 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
Dispatcher - Chisel input dispatcher
- EtherscanABI
Response - A response from the Etherscan API’s
getabi
action
Enums§
- Dispatch
Result - Chisel dispatch result variants
Constants§
- CHISEL_
CHAR - Chisel character
- COMMAND_
LEADER - Command leader character
- DEFAULT_
PROMPT 🔒 - PROMPT_
ARROW - Prompt arrow character.
- PROMPT_
ARROW_ STR - Prompt arrow string.
Statics§
- ADDRESS_
RE 🔒 - Matches Ethereum addresses that are not strings
- COMMENT_
RE 🔒 - Matches Solidity comments
Functions§
- format_
source - Helper function that formats solidity source with the given [FormatterConfig]