ChainReorganisationDetected

Documentation for eth_defi.event_reader.reorganisation_monitor.ChainReorganisationDetected exception.

exception ChainReorganisationDetected[source]
__init__(block_number, original_hash, new_hash)[source]
Parameters
  • block_number (int) –

  • original_hash (str) –

  • new_hash (str) –

__new__(**kwargs)