Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b771819 commit 27665f3Copy full SHA for 27665f3
etherscan/enums/modules_enum.py
@@ -5,6 +5,7 @@
5
class ModulesEnum:
6
ACCOUNT: str = "account"
7
CONTRACT: str = "contract"
8
- TRANSACTION: str = "transaction"
+ STATS: str = "stats"
9
TOKEN: str = "token"
10
+ TRANSACTION: str = "transaction"
11
0 commit comments