File tree Expand file tree Collapse file tree 2 files changed +0
-121
lines changed Expand file tree Collapse file tree 2 files changed +0
-121
lines changed Original file line number Diff line number Diff line change @@ -43,22 +43,6 @@ def get_eth_balance_multiple(wallets: List[WalletAddress]) -> str:
43
43
# r = requests.get(url)
44
44
# return [conversions.to_ticker_unit(r["balance"]) for r in parser.get_result(r)]
45
45
46
- @staticmethod
47
- def get_hist_eth_balance_by_block (wallet : WalletAddress , block : int ) -> str :
48
- # throttled to 2 calls/sec
49
- # BUG: returns 'Error! Missing Or invalid Action name'
50
- url = (
51
- f"{ fields .MODULE } "
52
- f"{ modules .ACCOUNT } "
53
- f"{ fields .ACTION } "
54
- f"{ actions .BALANCE_HISTORY } "
55
- f"{ fields .ADDRESS } "
56
- f"{ wallet } "
57
- f"{ fields .BLOCKNO } "
58
- f"{ str (block )} "
59
- )
60
- return url
61
-
62
46
@staticmethod
63
47
def get_normal_txs_by_address (
64
48
wallet : WalletAddress ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments