From 594f207606988a8a100799e5dfcfc267de4c7361 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 29 Mar 2017 22:33:14 +0100 Subject: The metadata output is serialised --- docs/using-the-compiler.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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) -- cgit v1.2.3