Skip to content

Spec

Documentation for tests/constantinople/eip1014_create2/spec.py@v4.3.0.

Defines EIP-1014 specification constants and functions.

Spec dataclass

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

Source code in tests/constantinople/eip1014_create2/spec.py
17
18
19
20
21
22
@dataclass(frozen=True)
class Spec:
    """
    Parameters from the EIP-1014 specifications as defined at
    https://eips.ethereum.org/EIPS/eip-1014.
    """