Update packages/ethereum-types/src/index.ts
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
This commit is contained in:
parent
08f541535b
commit
be7daae91a
@ -509,7 +509,7 @@ export interface Source {
|
|||||||
* (http://solidity.readthedocs.io/en/v0.4.24/using-the-compiler.html#compiler-input-and-output-json-description)
|
* (http://solidity.readthedocs.io/en/v0.4.24/using-the-compiler.html#compiler-input-and-output-json-description)
|
||||||
* contracts: List of contract names you wish to compile, or alternatively ['*'] to compile all contracts in the
|
* contracts: List of contract names you wish to compile, or alternatively ['*'] to compile all contracts in the
|
||||||
* specified directory.
|
* specified directory.
|
||||||
* useDockerisedSolc: If set to true - sol-compiler will try using docker to achieve faster compilation times. Otherwise and by default - solcjs will be used.
|
* useDockerisedSolc: If set to true - sol-compiler will try calling a dockerized installations of solc to achieve faster compilation times. Otherwise and by default - solcjs will be used. Defaults to false.
|
||||||
* solcVersion: If you don't want to compile each contract with the Solidity version specified in-file, you can force all
|
* solcVersion: If you don't want to compile each contract with the Solidity version specified in-file, you can force all
|
||||||
* contracts to compile with the the version specified here.
|
* contracts to compile with the the version specified here.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user