1 2 3 4 5
//! Type-specific implementation for various dpp object types to make queries more convenient and intuitive. pub mod epoch; pub mod identity; mod total_credits_in_platform; pub mod version_votes;