solscan-api 0.1.2

A Wrapper for the Solscan-API for fetching informations about SOL-Accounts and more...
Documentation
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;