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()
Exception.add_note(note) – add a note to the exception
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.