1
2
3
4
5
6
//! Chain information types for Tendermint networks

pub mod id;
mod info;

pub use self::{id::Id, info::Info};