1 2 3 4 5 6 7
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct BlockStoreState {
#[prost(int64, tag="1")]
pub base: i64,
#[prost(int64, tag="2")]
pub height: i64,
}
1 2 3 4 5 6 7
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct BlockStoreState {
#[prost(int64, tag="1")]
pub base: i64,
#[prost(int64, tag="2")]
pub height: i64,
}