Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 709 Bytes

solidity.md

File metadata and controls

18 lines (12 loc) · 709 Bytes

Solidity Compiler

  • 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