Skip to content

Spec

Documentation for tests/constantinople/eip1014_create2/spec.py.

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
20
21
22
23
24
25
@dataclass(frozen=True)
class Spec:
    """
    Parameters from the EIP-1014 specifications as defined at
    https://eips.ethereum.org/EIPS/eip-1014
    """