mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Describe the ABI output field
This commit is contained in:
parent
77b934c861
commit
0b3f1a5378
@ -140,7 +140,9 @@ Regular Output
|
||||
]
|
||||
contracts: {
|
||||
"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: {
|
||||
assembly:
|
||||
bytecode:
|
||||
|
Loading…
Reference in New Issue
Block a user