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