Module multi

Source

Structs§

MultiCompiler
Compiler capable of compiling both Solidity and Vyper sources.
MultiCompilerRestrictions
MultiCompilerSettings
Settings for the MultiCompiler. Includes settings for both Solc and Vyper compilers.

Enums§

MultiCompilerError
Compilation error which may occur when compiling Solidity or Vyper sources.
MultiCompilerInput
Input for the MultiCompiler. Either Solc or Vyper input.
MultiCompilerLanguage
Languages supported by the MultiCompiler.
MultiCompilerParsedSource
Source parser for the MultiCompiler. Recognizes Solc and Vyper sources.