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.

110 lines
4.1 KiB

  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: proto/types/block.proto
  3. package types
  4. import (
  5. fmt "fmt"
  6. _ "github.com/gogo/protobuf/gogoproto"
  7. proto "github.com/gogo/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
  19. type Block struct {
  20. Header Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header"`
  21. Data Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data"`
  22. Evidence EvidenceData `protobuf:"bytes,3,opt,name=evidence,proto3" json:"evidence"`
  23. LastCommit *Commit `protobuf:"bytes,4,opt,name=last_commit,json=lastCommit,proto3" json:"last_commit,omitempty"`
  24. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  25. XXX_unrecognized []byte `json:"-"`
  26. XXX_sizecache int32 `json:"-"`
  27. }
  28. func (m *Block) Reset() { *m = Block{} }
  29. func (m *Block) String() string { return proto.CompactTextString(m) }
  30. func (*Block) ProtoMessage() {}
  31. func (*Block) Descriptor() ([]byte, []int) {
  32. return fileDescriptor_3aa007336dea920d, []int{0}
  33. }
  34. func (m *Block) XXX_Unmarshal(b []byte) error {
  35. return xxx_messageInfo_Block.Unmarshal(m, b)
  36. }
  37. func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  38. return xxx_messageInfo_Block.Marshal(b, m, deterministic)
  39. }
  40. func (m *Block) XXX_Merge(src proto.Message) {
  41. xxx_messageInfo_Block.Merge(m, src)
  42. }
  43. func (m *Block) XXX_Size() int {
  44. return xxx_messageInfo_Block.Size(m)
  45. }
  46. func (m *Block) XXX_DiscardUnknown() {
  47. xxx_messageInfo_Block.DiscardUnknown(m)
  48. }
  49. var xxx_messageInfo_Block proto.InternalMessageInfo
  50. func (m *Block) GetHeader() Header {
  51. if m != nil {
  52. return m.Header
  53. }
  54. return Header{}
  55. }
  56. func (m *Block) GetData() Data {
  57. if m != nil {
  58. return m.Data
  59. }
  60. return Data{}
  61. }
  62. func (m *Block) GetEvidence() EvidenceData {
  63. if m != nil {
  64. return m.Evidence
  65. }
  66. return EvidenceData{}
  67. }
  68. func (m *Block) GetLastCommit() *Commit {
  69. if m != nil {
  70. return m.LastCommit
  71. }
  72. return nil
  73. }
  74. func init() {
  75. proto.RegisterType((*Block)(nil), "tendermint.proto.types.Block")
  76. }
  77. func init() { proto.RegisterFile("proto/types/block.proto", fileDescriptor_3aa007336dea920d) }
  78. var fileDescriptor_3aa007336dea920d = []byte{
  79. // 248 bytes of a gzipped FileDescriptorProto
  80. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x2f, 0x28, 0xca, 0x2f,
  81. 0xc9, 0xd7, 0x2f, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x4f, 0xca, 0xc9, 0x4f, 0xce, 0xd6, 0x03, 0x8b,
  82. 0x08, 0x89, 0x95, 0xa4, 0xe6, 0xa5, 0xa4, 0x16, 0xe5, 0x66, 0xe6, 0x95, 0x40, 0x44, 0xf4, 0xc0,
  83. 0x6a, 0xa4, 0xd4, 0x4a, 0x32, 0x32, 0x8b, 0x52, 0xe2, 0x0b, 0x12, 0x8b, 0x4a, 0x2a, 0xf5, 0x21,
  84. 0x9a, 0xd3, 0xf3, 0xd3, 0xf3, 0x11, 0x2c, 0x88, 0x6a, 0x29, 0x14, 0x83, 0xc1, 0x24, 0x54, 0x42,
  85. 0x0a, 0x59, 0x22, 0xb5, 0x2c, 0x33, 0x25, 0x35, 0x2f, 0x39, 0x15, 0x22, 0xa7, 0xd4, 0xc6, 0xc4,
  86. 0xc5, 0xea, 0x04, 0x72, 0x84, 0x90, 0x0d, 0x17, 0x5b, 0x46, 0x6a, 0x62, 0x4a, 0x6a, 0x91, 0x04,
  87. 0xa3, 0x02, 0xa3, 0x06, 0xb7, 0x91, 0x9c, 0x1e, 0x76, 0xf7, 0xe8, 0x79, 0x80, 0x55, 0x39, 0xb1,
  88. 0x9c, 0xb8, 0x27, 0xcf, 0x10, 0x04, 0xd5, 0x23, 0x64, 0xc6, 0xc5, 0x92, 0x92, 0x58, 0x92, 0x28,
  89. 0xc1, 0x04, 0xd6, 0x2b, 0x83, 0x4b, 0xaf, 0x4b, 0x62, 0x49, 0x22, 0x54, 0x27, 0x58, 0xbd, 0x90,
  90. 0x1b, 0x17, 0x07, 0xcc, 0x45, 0x12, 0xcc, 0x60, 0xbd, 0x2a, 0xb8, 0xf4, 0xba, 0x42, 0xd5, 0x21,
  91. 0x99, 0x01, 0xd7, 0x2b, 0x64, 0xcf, 0xc5, 0x9d, 0x93, 0x58, 0x5c, 0x12, 0x9f, 0x9c, 0x9f, 0x9b,
  92. 0x9b, 0x59, 0x22, 0xc1, 0x82, 0xdf, 0x0b, 0xce, 0x60, 0x55, 0x41, 0x5c, 0x20, 0x2d, 0x10, 0xb6,
  93. 0x93, 0x5e, 0x94, 0x4e, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0x42,
  94. 0x1f, 0x32, 0x13, 0x29, 0x1c, 0x93, 0xd8, 0xc0, 0x1c, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff,
  95. 0x46, 0x9a, 0x1b, 0xf7, 0xcf, 0x01, 0x00, 0x00,
  96. }