The metadata output is serialised

This commit is contained in:
Alex Beregszaszi
2017-04-07 15:32:58 +01:00
parent b7368ce067
commit 594f207606
+2 -2
View File
@@ -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)