Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc75077

Browse files
authored
Update actions_enum.py
Added GET_LOGS
1 parent 961cc73 commit fc75077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etherscan/enums/actions_enum.py

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class ActionsEnum:
4848
GET_BLOCK_COUNTDOWN: str = "getblockcountdown"
4949
GET_BLOCK_NUMBER_BY_TIME: str = "getblocknobytime"
5050
GET_BLOCK_REWARD: str = "getblockreward"
51+
GET_LOGS: str = "getLogs"
5152
GET_MINED_BLOCKS: str = "getminedblocks"
5253
GET_SOURCE_CODE: str = "getsourcecode"
5354
GET_STATUS: str = "getstatus"

0 commit comments

Comments
 (0)