ibc_proto/prost/
ibc.lightclients.localhost.v2.rs

1// This file is @generated by prost-build.
2/// ClientState defines the 09-localhost client state
3#[allow(clippy::derive_partial_eq_without_eq)]
4#[derive(Clone, Copy, PartialEq, ::prost::Message)]
5pub struct ClientState {
6    /// the latest block height
7    #[prost(message, optional, tag = "1")]
8    pub latest_height: ::core::option::Option<
9        super::super::super::core::client::v1::Height,
10    >,
11}
12impl ::prost::Name for ClientState {
13    const NAME: &'static str = "ClientState";
14    const PACKAGE: &'static str = "ibc.lightclients.localhost.v2";
15    fn full_name() -> ::prost::alloc::string::String {
16        "ibc.lightclients.localhost.v2.ClientState".into()
17    }
18    fn type_url() -> ::prost::alloc::string::String {
19        "/ibc.lightclients.localhost.v2.ClientState".into()
20    }
21}