Module dispatcher

Module dispatcher 

Source
Expand description

Dispatcher

This module contains the ChiselDispatcher struct, which handles the dispatching of both builtin commands and Solidity snippets.

Structs§

ChiselDispatcher
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§

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).