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.
|
// The Ethereum Contract ABI. If empty, it is represented as an empty array.
|
||||||
// See https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI
|
// See https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI
|
||||||
abi: [],
|
abi: [],
|
||||||
// See the Metadata Output documentation
|
// See the Metadata Output documentation (serialised JSON string)
|
||||||
metadata: {},
|
metadata: "{...}",
|
||||||
// User documentation (natspec)
|
// User documentation (natspec)
|
||||||
userdoc: {},
|
userdoc: {},
|
||||||
// Developer documentation (natspec)
|
// Developer documentation (natspec)
|
||||||
|
Loading…
Reference in New Issue
Block a user