Back to Union

README

lib/beacon-api-types/README.md

396-update-release-pipeline-after-unionpd-galoisd-rename661 B
Original Source

This library contains types for the Ethereum Consensus Specs specification, and implementations of their canonical serializations (both ssz and json).

Every type has it's own module for organization, and then re-exported at the crate root. For types that are "bounded" in their ssz spec, a separate TypeSsz type with the bounds is provided (as well as conversions between the bounded and non-bounded type). This type is also re-exported at the crate root.

If you're looking for a beacon api client, see lib/beacon-api.