/// BlockStoreState represents the state of the block store.
#[allow(clippy::derive_partial_eq_without_eq)]#[derive(Clone, PartialEq, ::prost::Message)]pubstructBlockStoreState{#[prost(int64, tag ="1")]pubbase:i64,
#[prost(int64, tag ="2")]pubheight:i64,
}