1//! Types, logic, and constants related to Zebra's list of checkpointed block heights and hashes. 2 3pub mod constants; 4pub mod list;