Skip to content

Spec

Documentation for tests/frontier/eip2681_limit_account_nonce/spec.py@ca7cac5c.

Defines EIP-2681 specification constants and functions.

Spec

Constants for the EIP-2681 account nonce limit tests.

Source code in tests/frontier/eip2681_limit_account_nonce/spec.py
20
21
22
23
class Spec:
    """Constants for the EIP-2681 account nonce limit tests."""

    max_nonce = 2**64 - 1