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
- EtherscanABI
Response - A response from the Etherscan API’s
getabi
action
Constants§
- CHISEL_
CHAR - Chisel character
- COMMAND_
LEADER - Command leader character
- DEFAULT_
PROMPT 🔒 - PROMPT_
ARROW - Prompt arrow character.
- PROMPT_
ARROW_ STR - Prompt arrow string.
Functions§
- 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).