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