Skip to content

Spec

Documentation for tests/amsterdam/eip7778_block_gas_accounting_without_refunds/spec.py@b314d18e.

Defines EIP-7778 specification constants and functions.

Spec dataclass

Parameters from the EIP-7778 specifications as defined at https://eips.ethereum.org/EIPS/eip-7778.

Source code in tests/amsterdam/eip7778_block_gas_accounting_without_refunds/spec.py
19
20
21
22
23
24
@dataclass(frozen=True)
class Spec:
    """
    Parameters from the EIP-7778 specifications as defined at
    https://eips.ethereum.org/EIPS/eip-7778.
    """