Skip to content

Spec

Documentation for tests/frontier/identity_precompile/spec.py@c17999c0.

Defines spec constants for the IDENTITY precompile.

Spec

Parameters for the IDENTITY precompile (frontier).

Source code in tests/frontier/identity_precompile/spec.py
6
7
8
9
class Spec:
    """Parameters for the IDENTITY precompile (frontier)."""

    IDENTITY = Address(0x04)