Skip to content

Spec

Documentation for tests/frontier/identity_precompile/spec.py@55d774b5.

Defines spec constants for the IDENTITY precompile.

Spec dataclass

Parameters for the IDENTITY precompile (frontier).

Source code in tests/frontier/identity_precompile/spec.py
 8
 9
10
11
12
@dataclass(frozen=True)
class Spec:
    """Parameters for the IDENTITY precompile (frontier)."""

    IDENTITY = Address(0x04)