Expand description
Session Source
This module contains the SessionSource struct, which is a minimal wrapper around
the REPL contract’s source code. It provides simple compilation, parsing, and
execution helpers.
Structs§
- Generated
Output SessionSourcebuild output.- Generated
Output Ref - A scoped reference to a
GeneratedOutputtogether with an entered solar compiler. - Session
Source - REPL Session Source wrapper
- Session
Source Config - Configuration for the SessionSource
Enums§
- Parse
Tree 🔒Fragment - A Parse Tree Fragment
Constants§
- MIN_
VM_ VERSION - The minimum Solidity version of the
Vminterface.