mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Automated ABI Json tests.
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
contract test {
|
||||
constructor(uint param1, test param2, bool param3) public payable {}
|
||||
}
|
||||
// ----
|
||||
// :test
|
||||
// [
|
||||
// {
|
||||
// "inputs":
|
||||
// [
|
||||
// {
|
||||
// "name": "param1",
|
||||
// "type": "uint256"
|
||||
// },
|
||||
// {
|
||||
// "name": "param2",
|
||||
// "type": "address"
|
||||
// },
|
||||
// {
|
||||
// "name": "param3",
|
||||
// "type": "bool"
|
||||
// }
|
||||
// ],
|
||||
// "payable": true,
|
||||
// "stateMutability": "payable",
|
||||
// "type": "constructor"
|
||||
// }
|
||||
// ]
|
||||
Reference in New Issue
Block a user