mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Reorder for readiability
This commit is contained in:
parent
917175eedc
commit
f6828fc7c3
@ -199,6 +199,13 @@ 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
|
||||||
|
metadata: {},
|
||||||
|
// User documentation (natspec)
|
||||||
|
userdoc: {},
|
||||||
|
// Developer documentation (natspec)
|
||||||
|
devdoc: {},
|
||||||
|
// EVM-related outputs
|
||||||
evm: {
|
evm: {
|
||||||
// Intermediate representation (string)
|
// Intermediate representation (string)
|
||||||
ir: "",
|
ir: "",
|
||||||
@ -246,18 +253,13 @@ Output Description
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// See the Metadata Output documentation
|
// eWASM related outputs
|
||||||
metadata: {},
|
|
||||||
ewasm: {
|
ewasm: {
|
||||||
// S-expressions format
|
// S-expressions format
|
||||||
wast: "",
|
wast: "",
|
||||||
// Binary format (hex string)
|
// Binary format (hex string)
|
||||||
wasm: ""
|
wasm: ""
|
||||||
},
|
}
|
||||||
// User documentation (natspec)
|
|
||||||
userdoc: {},
|
|
||||||
// Developer documentation (natspec)
|
|
||||||
devdoc: {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user