github.com/pokt-network/tendermint@v0.32.11-0.20230426215212-59310158d3e9/proto/store/types.pb.go (about) 1 // Code generated by protoc-gen-gogo. DO NOT EDIT. 2 // source: proto/store/types.proto 3 4 package store 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 BlockStoreState struct { 24 Base int64 `protobuf:"varint,1,opt,name=base,proto3" json:"base,omitempty"` 25 Height int64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` 26 XXX_NoUnkeyedLiteral struct{} `json:"-"` 27 XXX_unrecognized []byte `json:"-"` 28 XXX_sizecache int32 `json:"-"` 29 } 30 31 func (m *BlockStoreState) Reset() { *m = BlockStoreState{} } 32 func (m *BlockStoreState) String() string { return proto.CompactTextString(m) } 33 func (*BlockStoreState) ProtoMessage() {} 34 func (*BlockStoreState) Descriptor() ([]byte, []int) { 35 return fileDescriptor_45a8553e38baf31c, []int{0} 36 } 37 func (m *BlockStoreState) XXX_Unmarshal(b []byte) error { 38 return xxx_messageInfo_BlockStoreState.Unmarshal(m, b) 39 } 40 func (m *BlockStoreState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 41 return xxx_messageInfo_BlockStoreState.Marshal(b, m, deterministic) 42 } 43 func (m *BlockStoreState) XXX_Merge(src proto.Message) { 44 xxx_messageInfo_BlockStoreState.Merge(m, src) 45 } 46 func (m *BlockStoreState) XXX_Size() int { 47 return xxx_messageInfo_BlockStoreState.Size(m) 48 } 49 func (m *BlockStoreState) XXX_DiscardUnknown() { 50 xxx_messageInfo_BlockStoreState.DiscardUnknown(m) 51 } 52 53 var xxx_messageInfo_BlockStoreState proto.InternalMessageInfo 54 55 func (m *BlockStoreState) GetBase() int64 { 56 if m != nil { 57 return m.Base 58 } 59 return 0 60 } 61 62 func (m *BlockStoreState) GetHeight() int64 { 63 if m != nil { 64 return m.Height 65 } 66 return 0 67 } 68 69 func init() { 70 proto.RegisterType((*BlockStoreState)(nil), "tendermint.proto.store.BlockStoreState") 71 } 72 73 func init() { proto.RegisterFile("proto/store/types.proto", fileDescriptor_45a8553e38baf31c) } 74 75 var fileDescriptor_45a8553e38baf31c = []byte{ 76 // 138 bytes of a gzipped FileDescriptorProto 77 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x2f, 0x28, 0xca, 0x2f, 78 0xc9, 0xd7, 0x2f, 0x2e, 0xc9, 0x2f, 0x4a, 0xd5, 0x2f, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x03, 0x8b, 79 0x08, 0x89, 0x95, 0xa4, 0xe6, 0xa5, 0xa4, 0x16, 0xe5, 0x66, 0xe6, 0x95, 0x40, 0x44, 0xf4, 0xc0, 80 0x6a, 0x94, 0x6c, 0xb9, 0xf8, 0x9d, 0x72, 0xf2, 0x93, 0xb3, 0x83, 0x41, 0xbc, 0xe0, 0x92, 0xc4, 81 0x92, 0x54, 0x21, 0x21, 0x2e, 0x96, 0xa4, 0xc4, 0xe2, 0x54, 0x09, 0x46, 0x05, 0x46, 0x0d, 0xe6, 82 0x20, 0x30, 0x5b, 0x48, 0x8c, 0x8b, 0x2d, 0x23, 0x35, 0x33, 0x3d, 0xa3, 0x44, 0x82, 0x09, 0x2c, 83 0x0a, 0xe5, 0x39, 0xe9, 0x45, 0xe9, 0xa4, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 84 0xea, 0x23, 0xec, 0x40, 0x66, 0x22, 0x39, 0x29, 0x89, 0x0d, 0xcc, 0x31, 0x06, 0x04, 0x00, 0x00, 85 0xff, 0xff, 0xb2, 0x6b, 0x69, 0x83, 0xa8, 0x00, 0x00, 0x00, 86 }