mintscan 0.4.0

API client for the Mintscan Cosmos explorer by Cosmostation
Documentation
1
2
3
4
5
//! `/v1/staking` endpoints.

pub mod validator;

pub use self::validator::Validator;