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