#[derive(Clone, Copy, PartialEq, ::prost::Message)]
pub struct ClientState {
#[prost(message, optional, tag = "1")]
pub latest_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.v2";
fn full_name() -> ::prost::alloc::string::String {
"ibc.lightclients.localhost.v2.ClientState".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/ibc.lightclients.localhost.v2.ClientState".into()
}
}