ethereum-types

Types used by—but not specific to—the Ethereum specification.

CC0-1.0 License

Downloads
210
Stars
2

Ethereum Types

Types and utilities used by the Ethereum Execution Layer Specification (EELS). Includes:

  • Fixed-size unsigned integers (U256, U64, etc.)
  • Arbitrarily-sized unsigned integers (Uint.)
  • Fixed-size byte sequences (Bytes4, Bytes8, etc.)
  • Utilities for making/interacting with immutable dataclasses (slotted_freezable, modify.)