github.com/supragya/TendermintConnector@v0.0.0-20210619045051-113e32b84fb1/chains/tm34/proto/tendermint/store/types.proto (about)

     1  syntax = "proto3";
     2  package tendermint.store;
     3  
     4  option go_package = "github.com/supragya/TendermintConnector/chains/tm34/proto/tendermint/store";
     5  
     6  message BlockStoreState {
     7    int64 base   = 1;
     8    int64 height = 2;
     9  }