Describe the ABI output field

This commit is contained in:
Alex Beregszaszi 2016-11-16 13:20:10 +00:00
parent 77b934c861
commit 0b3f1a5378

View File

@ -140,7 +140,9 @@ Regular Output
] ]
contracts: { contracts: {
"sourceFile.sol:ContractName": { "sourceFile.sol:ContractName": {
abi: // The Ethereum Contract ABI. If empty, it is represented as an empty array.
// See https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI
abi: [],
evm: { evm: {
assembly: assembly:
bytecode: bytecode: