ethereum.forks.muir_glacier.exceptionsethereum.forks.berlin.exceptions
Exceptions specific to this fork.
WrongChainIdError ¶
Chain identifier from a transaction does not match the executing chain. See EIP-155.
class WrongChainIdError:
__init__ ¶
TransactionTypeError ¶
Unknown EIP-2718 transaction type byte.
class TransactionTypeError:
transaction_type¶
The type byte of the transaction that caused the error.
| 33 | transaction_type: Final[int] |
|---|