diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-03-30 05:33:14 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-04-07 22:32:58 +0800 |
commit | 594f207606988a8a100799e5dfcfc267de4c7361 (patch) | |
tree | 187c39259ed0af469d98d3dc6332618f10f82f66 /docs | |
parent | b7368ce067f0e8fe027aabde2b4399de643d7096 (diff) | |
download | dexon-solidity-594f207606988a8a100799e5dfcfc267de4c7361.tar dexon-solidity-594f207606988a8a100799e5dfcfc267de4c7361.tar.gz dexon-solidity-594f207606988a8a100799e5dfcfc267de4c7361.tar.bz2 dexon-solidity-594f207606988a8a100799e5dfcfc267de4c7361.tar.lz dexon-solidity-594f207606988a8a100799e5dfcfc267de4c7361.tar.xz dexon-solidity-594f207606988a8a100799e5dfcfc267de4c7361.tar.zst dexon-solidity-594f207606988a8a100799e5dfcfc267de4c7361.zip |
The metadata output is serialised
Diffstat (limited to 'docs')
-rw-r--r-- | docs/using-the-compiler.rst | 4 |
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) |