From 0b3f1a5378daa4075820a6be94afb2d9106c3ebd Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 16 Nov 2016 13:20:10 +0000 Subject: Describe the ABI output field --- docs/using-the-compiler.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3