1//! # Solscan-Api Enums 2//! This module the Enums for the Endpoints and the Errors 3/// A module declaration for solscan endpoints. 4pub mod solscan_endpoints; 5/// A module declaration for solscan errors. 6pub mod solscan_errors;