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 961cc73 commit fc75077Copy full SHA for fc75077
etherscan/enums/actions_enum.py
@@ -48,6 +48,7 @@ class ActionsEnum:
48
GET_BLOCK_COUNTDOWN: str = "getblockcountdown"
49
GET_BLOCK_NUMBER_BY_TIME: str = "getblocknobytime"
50
GET_BLOCK_REWARD: str = "getblockreward"
51
+ GET_LOGS: str = "getLogs"
52
GET_MINED_BLOCKS: str = "getminedblocks"
53
GET_SOURCE_CODE: str = "getsourcecode"
54
GET_STATUS: str = "getstatus"
0 commit comments