ocular 0.1.0

A client library Cosmos SDK chains with chain registry interaction
Documentation
1
2
3
4
5
6
7
pub use error::ChainRegistryError;

mod chain_client;
pub mod chain_info;
pub mod chain_registry;
pub mod config;
mod error;