github.com/fiagdao/tendermint@v0.32.11-0.20220824195748-2087fcc480c1/proto/types/events.proto (about) 1 syntax = "proto3"; 2 package tendermint.proto.types; 3 4 option go_package = "github.com/tendermint/tendermint/proto/types"; 5 6 message EventDataRoundState { 7 int64 height = 1; 8 int32 round = 2; 9 string step = 3; 10 }