ibc-query 0.57.0

Maintained by `ibc-rs`, contains essential IBC query types, utility functions and gRPC service implementations for the IBC core.
Documentation
1
2
3
4
5
6
7
mod query;
mod service;
mod types;

pub use query::*;
pub use service::*;
pub use types::*;