ArchiveNodeRequired
Documentation for eth_defi.provider.anvil.ArchiveNodeRequired exception.
- exception ArchiveNodeRequired
Bases:
ExceptionRPC endpoint does not provide archive node access.
This is raised when a fork test requires historical block access but the RPC endpoint only provides recent blocks.
- __init__(message, rpc_url=None, requested_block=None, available_block=None, response_headers=None)
- __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.