github.com/soomindae/tendermint@v0.0.5-0.20210528140126-84a0c70c8162/proto/tendermint/types/events.proto (about)

     1  syntax = "proto3";
     2  package tendermint.types;
     3  
     4  option go_package = "github.com/soomindae/tendermint/proto/tendermint/types";
     5  
     6  message EventDataRoundState {
     7    int64  height = 1;
     8    int32  round  = 2;
     9    string step   = 3;
    10  }