HyperEVMBigBlocksError
Documentation for eth_defi.hyperliquid.block.HyperEVMBigBlocksError exception.
- exception HyperEVMBigBlocksError
Bases:
ExceptionRaised when big blocks cannot be enabled/disabled on HyperEVM.
Typically happens when the deployer address has never performed an action on Hyperliquid L1 (e.g. a spot transfer), so the exchange API does not recognise the account.
- __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.