Module runner

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

ChiselResult
Represents the result of a Chisel REPL run
ChiselRunner
The Chisel Runner

Statics§

RUN_SELECTOR 🔒
The function selector of the REPL contract’s entrypoint, the run() function.