mintscan 0.4.0

API client for the Mintscan Cosmos explorer by Cosmostation
Documentation
//! `/v1` API endpoints.

pub mod staking;
mod status;

pub use self::status::Status;