tendermint_proto/prost/v0_37/
tendermint.store.rs

1// This file is @generated by prost-build.
2#[allow(clippy::derive_partial_eq_without_eq)]
3#[derive(Clone, Copy, PartialEq, ::prost::Message)]
4pub struct BlockStoreState {
5    #[prost(int64, tag = "1")]
6    pub base: i64,
7    #[prost(int64, tag = "2")]
8    pub height: i64,
9}