//! Generic per-address-type supply tracking, shared across predicate-based
//! supply categories (exposed, reused, respent). A "category supply" is the
//! running sum of balances held by addresses currently in the funded subset
//! defined by some predicate.
pub use AddrSupplyShareVecs;
pub use AddrTypeToSupply;
pub use AddrSupplyVecs;