Get value for array of integer and boolean types in solidity mapper (#30)

* Implement getting value for array type.

* Add subtypes in solidit mapper readme.

Co-authored-by: nikugogoi <95nikass@gmail.com>
This commit is contained in:
Ashwin Phatak
2021-06-03 15:03:39 +05:30
committed by GitHub
co-authored by nikugogoi
parent 00eb129536
commit 23f9a9db41
7 changed files with 198 additions and 77 deletions
+2 -1
View File
@@ -29,5 +29,6 @@
"build": "tsc",
"test": "hardhat test",
"lint": "eslint ."
}
},
"dependencies": {}
}