Typedef
Static Public
public Contract: Object source
Properties:
Name | Type | Attribute | Description |
contractName | string | contract name |
|
source | string | solidity source code |
|
sourcePath | string | path to source file |
|
binary | string | 0x-prefixed hex string with create bytecode |
|
sourceMap | string | solidity source map for create bytecode |
|
ast | Object | Abstract Syntax Tree from Solidity |
|
deployedBinary | string | 0x-prefixed compiled binary (on chain) |
|
deployedSourceMap | string | solidity source map for on-chain bytecode |