mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
The metadata output is serialised
This commit is contained in:
parent
b7368ce067
commit
594f207606
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user