aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using-the-compiler.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-03-30 05:33:14 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-04-07 22:32:58 +0800
commit594f207606988a8a100799e5dfcfc267de4c7361 (patch)
tree187c39259ed0af469d98d3dc6332618f10f82f66 /docs/using-the-compiler.rst
parentb7368ce067f0e8fe027aabde2b4399de643d7096 (diff)
downloaddexon-solidity-594f207606988a8a100799e5dfcfc267de4c7361.tar.gz
dexon-solidity-594f207606988a8a100799e5dfcfc267de4c7361.tar.zst
dexon-solidity-594f207606988a8a100799e5dfcfc267de4c7361.zip
The metadata output is serialised
Diffstat (limited to 'docs/using-the-compiler.rst')
-rw-r--r--docs/using-the-compiler.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst
index 924265ad..f31ca329 100644
--- a/docs/using-the-compiler.rst
+++ b/docs/using-the-compiler.rst
@@ -201,8 +201,8 @@ Output Description
// The Ethereum Contract ABI. If empty, it is represented as an empty array.
// See https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI
abi: [],
- // See the Metadata Output documentation
- metadata: {},
+ // See the Metadata Output documentation (serialised JSON string)
+ metadata: "{...}",
// User documentation (natspec)
userdoc: {},
// Developer documentation (natspec)