Expand description
ChiselRunner
This module contains the ChiselRunner
struct, which assists with deploying
and calling the REPL contract on a in-memory REVM instance.
Structs§
- Represents the result of a Chisel REPL run
- The Chisel Runner
Statics§
- The function selector of the REPL contract’s entrypoint, the
run()
function.