Expand description
Dispatcher
This module contains the ChiselDispatcher struct, which handles the dispatching
of both builtin commands and Solidity snippets.
Structsยง
- Chisel
Dispatcher - Chisel input dispatcher
Constantsยง
- CHISEL_
CHAR - Chisel character
- COMMAND_
LEADER - Command leader character
- DEFAULT_
PROMPT ๐ - PROMPT_
ARROW - Prompt arrow character.
- PROMPT_
ARROW_ STR - Prompt arrow string.
Functionsยง
- config_
network_ ๐name - ensure_
loaded_ ๐session_ network_ matches - format_
source - Helper function that formats solidity source with the given [FormatterConfig]
- preprocess ๐
- Preprocesses addresses to ensure they are correctly checksummed and returns whether the input only contained trivia (comments, whitespace).