You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
3.6 KiB

  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: proto/types/events.proto
  3. package types
  4. import (
  5. fmt "fmt"
  6. proto "github.com/gogo/protobuf/proto"
  7. math "math"
  8. )
  9. // Reference imports to suppress errors if they are not otherwise used.
  10. var _ = proto.Marshal
  11. var _ = fmt.Errorf
  12. var _ = math.Inf
  13. // This is a compile-time assertion to ensure that this generated file
  14. // is compatible with the proto package it is being compiled against.
  15. // A compilation error at this line likely means your copy of the
  16. // proto package needs to be updated.
  17. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
  18. type EventDataRoundState struct {
  19. Height int64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
  20. Round int32 `protobuf:"varint,2,opt,name=round,proto3" json:"round,omitempty"`
  21. Step string `protobuf:"bytes,3,opt,name=step,proto3" json:"step,omitempty"`
  22. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  23. XXX_unrecognized []byte `json:"-"`
  24. XXX_sizecache int32 `json:"-"`
  25. }
  26. func (m *EventDataRoundState) Reset() { *m = EventDataRoundState{} }
  27. func (m *EventDataRoundState) String() string { return proto.CompactTextString(m) }
  28. func (*EventDataRoundState) ProtoMessage() {}
  29. func (*EventDataRoundState) Descriptor() ([]byte, []int) {
  30. return fileDescriptor_1bb9bdae76a076d6, []int{0}
  31. }
  32. func (m *EventDataRoundState) XXX_Unmarshal(b []byte) error {
  33. return xxx_messageInfo_EventDataRoundState.Unmarshal(m, b)
  34. }
  35. func (m *EventDataRoundState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  36. return xxx_messageInfo_EventDataRoundState.Marshal(b, m, deterministic)
  37. }
  38. func (m *EventDataRoundState) XXX_Merge(src proto.Message) {
  39. xxx_messageInfo_EventDataRoundState.Merge(m, src)
  40. }
  41. func (m *EventDataRoundState) XXX_Size() int {
  42. return xxx_messageInfo_EventDataRoundState.Size(m)
  43. }
  44. func (m *EventDataRoundState) XXX_DiscardUnknown() {
  45. xxx_messageInfo_EventDataRoundState.DiscardUnknown(m)
  46. }
  47. var xxx_messageInfo_EventDataRoundState proto.InternalMessageInfo
  48. func (m *EventDataRoundState) GetHeight() int64 {
  49. if m != nil {
  50. return m.Height
  51. }
  52. return 0
  53. }
  54. func (m *EventDataRoundState) GetRound() int32 {
  55. if m != nil {
  56. return m.Round
  57. }
  58. return 0
  59. }
  60. func (m *EventDataRoundState) GetStep() string {
  61. if m != nil {
  62. return m.Step
  63. }
  64. return ""
  65. }
  66. func init() {
  67. proto.RegisterType((*EventDataRoundState)(nil), "tendermint.proto.types.EventDataRoundState")
  68. }
  69. func init() { proto.RegisterFile("proto/types/events.proto", fileDescriptor_1bb9bdae76a076d6) }
  70. var fileDescriptor_1bb9bdae76a076d6 = []byte{
  71. // 162 bytes of a gzipped FileDescriptorProto
  72. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x28, 0x28, 0xca, 0x2f,
  73. 0xc9, 0xd7, 0x2f, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x4f, 0x2d, 0x4b, 0xcd, 0x2b, 0x29, 0xd6, 0x03,
  74. 0x0b, 0x09, 0x89, 0x95, 0xa4, 0xe6, 0xa5, 0xa4, 0x16, 0xe5, 0x66, 0xe6, 0x95, 0x40, 0x44, 0xf4,
  75. 0xc0, 0x8a, 0x94, 0xc2, 0xb9, 0x84, 0x5d, 0x41, 0xea, 0x5c, 0x12, 0x4b, 0x12, 0x83, 0xf2, 0x4b,
  76. 0xf3, 0x52, 0x82, 0x4b, 0x12, 0x4b, 0x52, 0x85, 0xc4, 0xb8, 0xd8, 0x32, 0x52, 0x33, 0xd3, 0x33,
  77. 0x4a, 0x24, 0x18, 0x15, 0x18, 0x35, 0x98, 0x83, 0xa0, 0x3c, 0x21, 0x11, 0x2e, 0xd6, 0x22, 0x90,
  78. 0x2a, 0x09, 0x26, 0x05, 0x46, 0x0d, 0xd6, 0x20, 0x08, 0x47, 0x48, 0x88, 0x8b, 0xa5, 0xb8, 0x24,
  79. 0xb5, 0x40, 0x82, 0x59, 0x81, 0x51, 0x83, 0x33, 0x08, 0xcc, 0x76, 0xd2, 0x8b, 0xd2, 0x49, 0xcf,
  80. 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x47, 0xd8, 0x8e, 0xcc, 0x44, 0x72, 0x6d,
  81. 0x12, 0x1b, 0x98, 0x63, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xbc, 0x3c, 0x7d, 0xad, 0xc3, 0x00,
  82. 0x00, 0x00,
  83. }