Additional type info for ABI.

This commit is contained in:
chriseth
2019-07-18 16:54:11 +02:00
parent 15cba9163e
commit a30be56c27
24 changed files with 165 additions and 36 deletions
@@ -10,10 +10,12 @@ contract test {
// "inputs":
// [
// {
// "internalType": "uint256",
// "name": "a",
// "type": "uint256"
// },
// {
// "internalType": "uint256",
// "name": "b",
// "type": "uint256"
// }
@@ -22,6 +24,7 @@ contract test {
// "outputs":
// [
// {
// "internalType": "uint256",
// "name": "d",
// "type": "uint256"
// }
@@ -35,6 +38,7 @@ contract test {
// "inputs":
// [
// {
// "internalType": "uint32",
// "name": "a",
// "type": "uint32"
// }
@@ -43,6 +47,7 @@ contract test {
// "outputs":
// [
// {
// "internalType": "uint256",
// "name": "b",
// "type": "uint256"
// }