- Name in Remix:
solidity
- kind:
compiler
Type | Name | Description |
---|---|---|
event | compilationFinished |
Triggered when a compilation finishes. |
method | getCompilationResult |
Get the current result of the compilation. |
method | compile |
Run solidity compiler with a file. |
method | compileWithParameters |
Run solidity compiler with a map of source files and settings |
method | setCompilerConfig |
Set settings for the compiler, see types for more info |
Method Definitions can be found here
Type Definitions can be found here