BalanceFetchFailed
Documentation for eth_defi.balances.BalanceFetchFailed exception.
- exception BalanceFetchFailed
Bases:
ExceptionCould not read balances for an address.
Usually this means that you tried to read balances for an address with too many transactions and the underlying GoEthereun node craps out.
- __init__(*args, **kwargs)
- __new__(**kwargs)
- add_note(note, /)
Add a note to the exception
- with_traceback(tb, /)
Set self.__traceback__ to tb and return self.