#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ClientState {
#[prost(string, tag = "1")]
pub chain_id: ::prost::alloc::string::String,
#[prost(message, optional, tag = "2")]
pub height: ::core::option::Option<super::super::super::core::client::v1::Height>,
}
impl ::prost::Name for ClientState {
const NAME: &'static str = "ClientState";
const PACKAGE: &'static str = "ibc.lightclients.localhost.v1";
fn full_name() -> ::prost::alloc::string::String {
"ibc.lightclients.localhost.v1.ClientState".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/ibc.lightclients.localhost.v1.ClientState".into()
}
}