aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using-the-compiler.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-11-16 21:20:10 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-02-09 05:53:07 +0800
commit0b3f1a5378daa4075820a6be94afb2d9106c3ebd (patch)
tree113165091650f541becaf6309db8116a28905328 /docs/using-the-compiler.rst
parent77b934c86118fe9148265dbb6b4db9ed1335ac27 (diff)
downloaddexon-solidity-0b3f1a5378daa4075820a6be94afb2d9106c3ebd.tar.gz
dexon-solidity-0b3f1a5378daa4075820a6be94afb2d9106c3ebd.tar.zst
dexon-solidity-0b3f1a5378daa4075820a6be94afb2d9106c3ebd.zip
Describe the ABI output field
Diffstat (limited to 'docs/using-the-compiler.rst')
-rw-r--r--docs/using-the-compiler.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst
index 5b8a4b5c..72166f18 100644
--- a/docs/using-the-compiler.rst
+++ b/docs/using-the-compiler.rst
@@ -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: