tendermint_proto/prost/v0_34/
tendermint.store.rs1#[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}