github.com/pokt-network/tendermint@v0.32.11-0.20230426215212-59310158d3e9/proto/store/types.proto (about) 1 syntax = "proto3"; 2 package tendermint.proto.store; 3 4 option go_package = "github.com/tendermint/tendermint/proto/store"; 5 6 message BlockStoreState { 7 int64 base = 1; 8 int64 height = 2; 9 }