Use solidity mapper to get value for mapping and nested mapping (balance and allowance) (#48)

* Implement getting value for basic mapping type.

* Add test for basic mapping type.

* Implement getting value for nested mapping type.

Co-authored-by: nikugogoi <95nikass@gmail.com>
This commit is contained in:
Ashwin Phatak
2021-06-09 10:18:19 +05:30
committed by GitHub
co-authored by nikugogoi
parent 84e1927402
commit fc44617db3
11 changed files with 2901 additions and 94 deletions
+3 -1
View File
@@ -4,7 +4,9 @@
"workspaces": [
"packages/*"
],
"devDependencies": {},
"devDependencies": {
"lerna": "^4.0.0"
},
"scripts": {
"test": "lerna run test --stream --no-bail",
"lint": "lerna run lint --stream"