|
|
@ -1,18 +1,7 @@ |
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
// source: block.proto
|
|
|
|
// source: types/proto3/block.proto
|
|
|
|
|
|
|
|
/* |
|
|
|
Package proto3 is a generated protocol buffer package. |
|
|
|
|
|
|
|
It is generated from these files: |
|
|
|
block.proto |
|
|
|
|
|
|
|
It has these top-level messages: |
|
|
|
PartSetHeader |
|
|
|
BlockID |
|
|
|
Header |
|
|
|
Timestamp |
|
|
|
*/ |
|
|
|
//nolint
|
|
|
|
package proto3 |
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto" |
|
|
@ -31,14 +20,36 @@ var _ = math.Inf |
|
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
|
|
|
type PartSetHeader struct { |
|
|
|
Total int32 `protobuf:"zigzag32,1,opt,name=Total" json:"Total,omitempty"` |
|
|
|
Hash []byte `protobuf:"bytes,2,opt,name=Hash,proto3" json:"Hash,omitempty"` |
|
|
|
Total int32 `protobuf:"zigzag32,1,opt,name=Total,proto3" json:"Total,omitempty"` |
|
|
|
Hash []byte `protobuf:"bytes,2,opt,name=Hash,proto3" json:"Hash,omitempty"` |
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
|
|
XXX_unrecognized []byte `json:"-"` |
|
|
|
XXX_sizecache int32 `json:"-"` |
|
|
|
} |
|
|
|
|
|
|
|
func (m *PartSetHeader) Reset() { *m = PartSetHeader{} } |
|
|
|
func (m *PartSetHeader) String() string { return proto.CompactTextString(m) } |
|
|
|
func (*PartSetHeader) ProtoMessage() {} |
|
|
|
func (*PartSetHeader) Descriptor() ([]byte, []int) { |
|
|
|
return fileDescriptor_block_c8c1dcbe91697ccd, []int{0} |
|
|
|
} |
|
|
|
func (m *PartSetHeader) XXX_Unmarshal(b []byte) error { |
|
|
|
return xxx_messageInfo_PartSetHeader.Unmarshal(m, b) |
|
|
|
} |
|
|
|
func (m *PartSetHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
|
|
return xxx_messageInfo_PartSetHeader.Marshal(b, m, deterministic) |
|
|
|
} |
|
|
|
func (dst *PartSetHeader) XXX_Merge(src proto.Message) { |
|
|
|
xxx_messageInfo_PartSetHeader.Merge(dst, src) |
|
|
|
} |
|
|
|
func (m *PartSetHeader) XXX_Size() int { |
|
|
|
return xxx_messageInfo_PartSetHeader.Size(m) |
|
|
|
} |
|
|
|
func (m *PartSetHeader) XXX_DiscardUnknown() { |
|
|
|
xxx_messageInfo_PartSetHeader.DiscardUnknown(m) |
|
|
|
} |
|
|
|
|
|
|
|
func (m *PartSetHeader) Reset() { *m = PartSetHeader{} } |
|
|
|
func (m *PartSetHeader) String() string { return proto.CompactTextString(m) } |
|
|
|
func (*PartSetHeader) ProtoMessage() {} |
|
|
|
func (*PartSetHeader) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } |
|
|
|
var xxx_messageInfo_PartSetHeader proto.InternalMessageInfo |
|
|
|
|
|
|
|
func (m *PartSetHeader) GetTotal() int32 { |
|
|
|
if m != nil { |
|
|
@ -55,14 +66,36 @@ func (m *PartSetHeader) GetHash() []byte { |
|
|
|
} |
|
|
|
|
|
|
|
type BlockID struct { |
|
|
|
Hash []byte `protobuf:"bytes,1,opt,name=Hash,proto3" json:"Hash,omitempty"` |
|
|
|
PartsHeader *PartSetHeader `protobuf:"bytes,2,opt,name=PartsHeader" json:"PartsHeader,omitempty"` |
|
|
|
Hash []byte `protobuf:"bytes,1,opt,name=Hash,proto3" json:"Hash,omitempty"` |
|
|
|
PartsHeader *PartSetHeader `protobuf:"bytes,2,opt,name=PartsHeader,proto3" json:"PartsHeader,omitempty"` |
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
|
|
XXX_unrecognized []byte `json:"-"` |
|
|
|
XXX_sizecache int32 `json:"-"` |
|
|
|
} |
|
|
|
|
|
|
|
func (m *BlockID) Reset() { *m = BlockID{} } |
|
|
|
func (m *BlockID) String() string { return proto.CompactTextString(m) } |
|
|
|
func (*BlockID) ProtoMessage() {} |
|
|
|
func (*BlockID) Descriptor() ([]byte, []int) { |
|
|
|
return fileDescriptor_block_c8c1dcbe91697ccd, []int{1} |
|
|
|
} |
|
|
|
func (m *BlockID) XXX_Unmarshal(b []byte) error { |
|
|
|
return xxx_messageInfo_BlockID.Unmarshal(m, b) |
|
|
|
} |
|
|
|
func (m *BlockID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
|
|
return xxx_messageInfo_BlockID.Marshal(b, m, deterministic) |
|
|
|
} |
|
|
|
func (dst *BlockID) XXX_Merge(src proto.Message) { |
|
|
|
xxx_messageInfo_BlockID.Merge(dst, src) |
|
|
|
} |
|
|
|
func (m *BlockID) XXX_Size() int { |
|
|
|
return xxx_messageInfo_BlockID.Size(m) |
|
|
|
} |
|
|
|
func (m *BlockID) XXX_DiscardUnknown() { |
|
|
|
xxx_messageInfo_BlockID.DiscardUnknown(m) |
|
|
|
} |
|
|
|
|
|
|
|
func (m *BlockID) Reset() { *m = BlockID{} } |
|
|
|
func (m *BlockID) String() string { return proto.CompactTextString(m) } |
|
|
|
func (*BlockID) ProtoMessage() {} |
|
|
|
func (*BlockID) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } |
|
|
|
var xxx_messageInfo_BlockID proto.InternalMessageInfo |
|
|
|
|
|
|
|
func (m *BlockID) GetHash() []byte { |
|
|
|
if m != nil { |
|
|
@ -80,13 +113,13 @@ func (m *BlockID) GetPartsHeader() *PartSetHeader { |
|
|
|
|
|
|
|
type Header struct { |
|
|
|
// basic block info
|
|
|
|
ChainID string `protobuf:"bytes,1,opt,name=ChainID" json:"ChainID,omitempty"` |
|
|
|
Height int64 `protobuf:"zigzag64,2,opt,name=Height" json:"Height,omitempty"` |
|
|
|
Time *Timestamp `protobuf:"bytes,3,opt,name=Time" json:"Time,omitempty"` |
|
|
|
NumTxs int64 `protobuf:"zigzag64,4,opt,name=NumTxs" json:"NumTxs,omitempty"` |
|
|
|
ChainID string `protobuf:"bytes,1,opt,name=ChainID,proto3" json:"ChainID,omitempty"` |
|
|
|
Height int64 `protobuf:"zigzag64,2,opt,name=Height,proto3" json:"Height,omitempty"` |
|
|
|
Time *Timestamp `protobuf:"bytes,3,opt,name=Time,proto3" json:"Time,omitempty"` |
|
|
|
NumTxs int64 `protobuf:"zigzag64,4,opt,name=NumTxs,proto3" json:"NumTxs,omitempty"` |
|
|
|
TotalTxs int64 `protobuf:"zigzag64,5,opt,name=TotalTxs,proto3" json:"TotalTxs,omitempty"` |
|
|
|
// prev block info
|
|
|
|
LastBlockID *BlockID `protobuf:"bytes,5,opt,name=LastBlockID" json:"LastBlockID,omitempty"` |
|
|
|
TotalTxs int64 `protobuf:"zigzag64,6,opt,name=TotalTxs" json:"TotalTxs,omitempty"` |
|
|
|
LastBlockID *BlockID `protobuf:"bytes,6,opt,name=LastBlockID,proto3" json:"LastBlockID,omitempty"` |
|
|
|
// hashes of block data
|
|
|
|
LastCommitHash []byte `protobuf:"bytes,7,opt,name=LastCommitHash,proto3" json:"LastCommitHash,omitempty"` |
|
|
|
DataHash []byte `protobuf:"bytes,8,opt,name=DataHash,proto3" json:"DataHash,omitempty"` |
|
|
@ -96,13 +129,36 @@ type Header struct { |
|
|
|
AppHash []byte `protobuf:"bytes,11,opt,name=AppHash,proto3" json:"AppHash,omitempty"` |
|
|
|
LastResultsHash []byte `protobuf:"bytes,12,opt,name=LastResultsHash,proto3" json:"LastResultsHash,omitempty"` |
|
|
|
// consensus info
|
|
|
|
EvidenceHash []byte `protobuf:"bytes,13,opt,name=EvidenceHash,proto3" json:"EvidenceHash,omitempty"` |
|
|
|
EvidenceHash []byte `protobuf:"bytes,13,opt,name=EvidenceHash,proto3" json:"EvidenceHash,omitempty"` |
|
|
|
ProposerAddress []byte `protobuf:"bytes,14,opt,name=ProposerAddress,proto3" json:"ProposerAddress,omitempty"` |
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
|
|
XXX_unrecognized []byte `json:"-"` |
|
|
|
XXX_sizecache int32 `json:"-"` |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Header) Reset() { *m = Header{} } |
|
|
|
func (m *Header) String() string { return proto.CompactTextString(m) } |
|
|
|
func (*Header) ProtoMessage() {} |
|
|
|
func (*Header) Descriptor() ([]byte, []int) { |
|
|
|
return fileDescriptor_block_c8c1dcbe91697ccd, []int{2} |
|
|
|
} |
|
|
|
func (m *Header) XXX_Unmarshal(b []byte) error { |
|
|
|
return xxx_messageInfo_Header.Unmarshal(m, b) |
|
|
|
} |
|
|
|
func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
|
|
return xxx_messageInfo_Header.Marshal(b, m, deterministic) |
|
|
|
} |
|
|
|
func (dst *Header) XXX_Merge(src proto.Message) { |
|
|
|
xxx_messageInfo_Header.Merge(dst, src) |
|
|
|
} |
|
|
|
func (m *Header) XXX_Size() int { |
|
|
|
return xxx_messageInfo_Header.Size(m) |
|
|
|
} |
|
|
|
func (m *Header) XXX_DiscardUnknown() { |
|
|
|
xxx_messageInfo_Header.DiscardUnknown(m) |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Header) Reset() { *m = Header{} } |
|
|
|
func (m *Header) String() string { return proto.CompactTextString(m) } |
|
|
|
func (*Header) ProtoMessage() {} |
|
|
|
func (*Header) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } |
|
|
|
var xxx_messageInfo_Header proto.InternalMessageInfo |
|
|
|
|
|
|
|
func (m *Header) GetChainID() string { |
|
|
|
if m != nil { |
|
|
@ -132,18 +188,18 @@ func (m *Header) GetNumTxs() int64 { |
|
|
|
return 0 |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Header) GetLastBlockID() *BlockID { |
|
|
|
func (m *Header) GetTotalTxs() int64 { |
|
|
|
if m != nil { |
|
|
|
return m.LastBlockID |
|
|
|
return m.TotalTxs |
|
|
|
} |
|
|
|
return nil |
|
|
|
return 0 |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Header) GetTotalTxs() int64 { |
|
|
|
func (m *Header) GetLastBlockID() *BlockID { |
|
|
|
if m != nil { |
|
|
|
return m.TotalTxs |
|
|
|
return m.LastBlockID |
|
|
|
} |
|
|
|
return 0 |
|
|
|
return nil |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Header) GetLastCommitHash() []byte { |
|
|
@ -195,19 +251,48 @@ func (m *Header) GetEvidenceHash() []byte { |
|
|
|
return nil |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Header) GetProposerAddress() []byte { |
|
|
|
if m != nil { |
|
|
|
return m.ProposerAddress |
|
|
|
} |
|
|
|
return nil |
|
|
|
} |
|
|
|
|
|
|
|
// Timestamp wraps how amino encodes time. Note that this is different from the protobuf well-known type
|
|
|
|
// protobuf/timestamp.proto in the sense that there seconds and nanos are varint encoded. See:
|
|
|
|
// https://github.com/google/protobuf/blob/d2980062c859649523d5fd51d6b55ab310e47482/src/google/protobuf/timestamp.proto#L123-L135
|
|
|
|
// Also nanos do not get skipped if they are zero in amino.
|
|
|
|
type Timestamp struct { |
|
|
|
Seconds int64 `protobuf:"fixed64,1,opt,name=seconds" json:"seconds,omitempty"` |
|
|
|
Nanos int32 `protobuf:"fixed32,2,opt,name=nanos" json:"nanos,omitempty"` |
|
|
|
Seconds int64 `protobuf:"fixed64,1,opt,name=seconds,proto3" json:"seconds,omitempty"` |
|
|
|
Nanos int32 `protobuf:"fixed32,2,opt,name=nanos,proto3" json:"nanos,omitempty"` |
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
|
|
XXX_unrecognized []byte `json:"-"` |
|
|
|
XXX_sizecache int32 `json:"-"` |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Timestamp) Reset() { *m = Timestamp{} } |
|
|
|
func (m *Timestamp) String() string { return proto.CompactTextString(m) } |
|
|
|
func (*Timestamp) ProtoMessage() {} |
|
|
|
func (*Timestamp) Descriptor() ([]byte, []int) { |
|
|
|
return fileDescriptor_block_c8c1dcbe91697ccd, []int{3} |
|
|
|
} |
|
|
|
func (m *Timestamp) XXX_Unmarshal(b []byte) error { |
|
|
|
return xxx_messageInfo_Timestamp.Unmarshal(m, b) |
|
|
|
} |
|
|
|
func (m *Timestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
|
|
return xxx_messageInfo_Timestamp.Marshal(b, m, deterministic) |
|
|
|
} |
|
|
|
func (dst *Timestamp) XXX_Merge(src proto.Message) { |
|
|
|
xxx_messageInfo_Timestamp.Merge(dst, src) |
|
|
|
} |
|
|
|
func (m *Timestamp) XXX_Size() int { |
|
|
|
return xxx_messageInfo_Timestamp.Size(m) |
|
|
|
} |
|
|
|
func (m *Timestamp) XXX_DiscardUnknown() { |
|
|
|
xxx_messageInfo_Timestamp.DiscardUnknown(m) |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Timestamp) Reset() { *m = Timestamp{} } |
|
|
|
func (m *Timestamp) String() string { return proto.CompactTextString(m) } |
|
|
|
func (*Timestamp) ProtoMessage() {} |
|
|
|
func (*Timestamp) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } |
|
|
|
var xxx_messageInfo_Timestamp proto.InternalMessageInfo |
|
|
|
|
|
|
|
func (m *Timestamp) GetSeconds() int64 { |
|
|
|
if m != nil { |
|
|
@ -230,32 +315,33 @@ func init() { |
|
|
|
proto.RegisterType((*Timestamp)(nil), "proto3.Timestamp") |
|
|
|
} |
|
|
|
|
|
|
|
func init() { proto.RegisterFile("block.proto", fileDescriptor0) } |
|
|
|
|
|
|
|
var fileDescriptor0 = []byte{ |
|
|
|
// 372 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x92, 0x4f, 0x6b, 0xe3, 0x30, |
|
|
|
0x10, 0xc5, 0xf1, 0xe6, 0xff, 0x38, 0xd9, 0x6c, 0x86, 0xdd, 0xc5, 0xf4, 0x14, 0x4c, 0x5b, 0x72, |
|
|
|
0x0a, 0xb4, 0x39, 0x94, 0xd2, 0x53, 0x9b, 0x14, 0x12, 0x28, 0xa5, 0xa8, 0x21, 0x77, 0x25, 0x16, |
|
|
|
0x8d, 0xa9, 0x2d, 0x19, 0x4b, 0x29, 0xfd, 0x7c, 0xfd, 0x64, 0x45, 0x23, 0xdb, 0x8d, 0x73, 0x4a, |
|
|
|
0xde, 0x9b, 0x37, 0xbf, 0x91, 0x47, 0x02, 0x7f, 0x9b, 0xa8, 0xdd, 0xfb, 0x34, 0xcb, 0x95, 0x51, |
|
|
|
0xd8, 0xa6, 0x9f, 0x59, 0x78, 0x0b, 0x83, 0x17, 0x9e, 0x9b, 0x57, 0x61, 0x96, 0x82, 0x47, 0x22, |
|
|
|
0xc7, 0xbf, 0xd0, 0x5a, 0x2b, 0xc3, 0x93, 0xc0, 0x1b, 0x7b, 0x93, 0x11, 0x73, 0x02, 0x11, 0x9a, |
|
|
|
0x4b, 0xae, 0xf7, 0xc1, 0xaf, 0xb1, 0x37, 0xe9, 0x33, 0xfa, 0x1f, 0x6e, 0xa0, 0xf3, 0x60, 0x89, |
|
|
|
0xab, 0x45, 0x55, 0xf6, 0x7e, 0xca, 0x78, 0x03, 0xbe, 0x25, 0x6b, 0xc7, 0xa5, 0x4e, 0xff, 0xfa, |
|
|
|
0x9f, 0x1b, 0x3f, 0x9b, 0xd6, 0x86, 0xb2, 0xe3, 0x64, 0xf8, 0xd5, 0x80, 0x76, 0x71, 0x98, 0x00, |
|
|
|
0x3a, 0xf3, 0x3d, 0x8f, 0xe5, 0x6a, 0x41, 0xe8, 0x1e, 0x2b, 0x25, 0xfe, 0xb7, 0x99, 0xf8, 0x6d, |
|
|
|
0x6f, 0x08, 0x8c, 0xac, 0x50, 0x78, 0x01, 0xcd, 0x75, 0x9c, 0x8a, 0xa0, 0x41, 0xe3, 0x46, 0xe5, |
|
|
|
0x38, 0xeb, 0x69, 0xc3, 0xd3, 0x8c, 0x51, 0xd9, 0xb6, 0x3f, 0x1f, 0xd2, 0xf5, 0xa7, 0x0e, 0x9a, |
|
|
|
0xae, 0xdd, 0x29, 0xbc, 0x02, 0xff, 0x89, 0x6b, 0x53, 0x7c, 0x57, 0xd0, 0x22, 0xca, 0xb0, 0xa4, |
|
|
|
0x14, 0x36, 0x3b, 0xce, 0xe0, 0x19, 0x74, 0x69, 0x47, 0x16, 0xd6, 0x26, 0x58, 0xa5, 0xf1, 0x12, |
|
|
|
0x7e, 0xdb, 0xe8, 0x5c, 0xa5, 0x69, 0x6c, 0x68, 0x43, 0x1d, 0xda, 0xd0, 0x89, 0x6b, 0x19, 0x0b, |
|
|
|
0x6e, 0x38, 0x25, 0xba, 0x94, 0xa8, 0xb4, 0x65, 0x6c, 0x78, 0x12, 0x47, 0xdc, 0xa8, 0x5c, 0x53, |
|
|
|
0xa2, 0xe7, 0x18, 0x75, 0x17, 0xcf, 0x61, 0x30, 0x57, 0x52, 0x0b, 0xa9, 0x0f, 0x2e, 0x06, 0x14, |
|
|
|
0xab, 0x9b, 0x76, 0xa3, 0xf7, 0x59, 0x46, 0x75, 0x9f, 0xea, 0xa5, 0xc4, 0x09, 0x0c, 0xed, 0xa9, |
|
|
|
0x98, 0xd0, 0x87, 0xc4, 0x38, 0x42, 0x9f, 0x12, 0xa7, 0x36, 0x86, 0xd0, 0x7f, 0xfc, 0x88, 0x23, |
|
|
|
0x21, 0x77, 0x82, 0x62, 0x03, 0x8a, 0xd5, 0xbc, 0xf0, 0x0e, 0x7a, 0xd5, 0xce, 0xed, 0x50, 0x2d, |
|
|
|
0x76, 0x4a, 0x46, 0x9a, 0xae, 0xf1, 0x0f, 0x2b, 0xa5, 0x7d, 0x6d, 0x92, 0x4b, 0xa5, 0xe9, 0x16, |
|
|
|
0x87, 0xcc, 0x89, 0x6d, 0xf1, 0x38, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x6b, 0x74, 0x2f, 0xbd, |
|
|
|
0xb2, 0x02, 0x00, 0x00, |
|
|
|
func init() { proto.RegisterFile("types/proto3/block.proto", fileDescriptor_block_c8c1dcbe91697ccd) } |
|
|
|
|
|
|
|
var fileDescriptor_block_c8c1dcbe91697ccd = []byte{ |
|
|
|
// 395 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x52, 0x4b, 0x8b, 0xdb, 0x30, |
|
|
|
0x10, 0xc6, 0xcd, 0x7b, 0x9c, 0x47, 0x23, 0xda, 0x22, 0x7a, 0x0a, 0xa6, 0x2d, 0x39, 0x25, 0xb4, |
|
|
|
0x39, 0x94, 0xd2, 0x53, 0x9a, 0x14, 0x12, 0x28, 0x25, 0x68, 0x43, 0xee, 0x4a, 0x2c, 0x36, 0x66, |
|
|
|
0x6d, 0xcb, 0x78, 0x94, 0x65, 0xf7, 0x3f, 0xef, 0x8f, 0x58, 0x34, 0xb2, 0xbd, 0x71, 0x6e, 0xfe, |
|
|
|
0x1e, 0xfa, 0x3e, 0x79, 0x46, 0xc0, 0xcd, 0x73, 0xa6, 0x70, 0x9e, 0xe5, 0xda, 0xe8, 0xc5, 0xfc, |
|
|
|
0x18, 0xeb, 0xd3, 0xc3, 0x8c, 0x00, 0x6b, 0x3b, 0x2e, 0xf8, 0x05, 0x83, 0x9d, 0xcc, 0xcd, 0x9d, |
|
|
|
0x32, 0x1b, 0x25, 0x43, 0x95, 0xb3, 0x0f, 0xd0, 0xda, 0x6b, 0x23, 0x63, 0xee, 0x4d, 0xbc, 0xe9, |
|
|
|
0x58, 0x38, 0xc0, 0x18, 0x34, 0x37, 0x12, 0xcf, 0xfc, 0xdd, 0xc4, 0x9b, 0xf6, 0x05, 0x7d, 0x07, |
|
|
|
0x07, 0xe8, 0xfc, 0xb1, 0x89, 0xdb, 0x75, 0x25, 0x7b, 0x6f, 0x32, 0xfb, 0x09, 0xbe, 0x4d, 0x46, |
|
|
|
0x97, 0x4b, 0x27, 0xfd, 0x1f, 0x1f, 0x5d, 0xfd, 0x62, 0x56, 0x2b, 0x15, 0xd7, 0xce, 0xe0, 0xa5, |
|
|
|
0x01, 0xed, 0xe2, 0x32, 0x1c, 0x3a, 0xab, 0xb3, 0x8c, 0xd2, 0xed, 0x9a, 0xa2, 0x7b, 0xa2, 0x84, |
|
|
|
0xec, 0x93, 0xf5, 0x44, 0xf7, 0x67, 0x43, 0xc1, 0x4c, 0x14, 0x88, 0x7d, 0x85, 0xe6, 0x3e, 0x4a, |
|
|
|
0x14, 0x6f, 0x50, 0xdd, 0xb8, 0xac, 0xb3, 0x1c, 0x1a, 0x99, 0x64, 0x82, 0x64, 0x7b, 0xfc, 0xff, |
|
|
|
0x25, 0xd9, 0x3f, 0x21, 0x6f, 0xba, 0xe3, 0x0e, 0xb1, 0xcf, 0xd0, 0xa5, 0x1f, 0xb6, 0x4a, 0x8b, |
|
|
|
0x94, 0x0a, 0xb3, 0xef, 0xe0, 0xff, 0x93, 0x68, 0x8a, 0x7f, 0xe6, 0x6d, 0x6a, 0x18, 0x95, 0x0d, |
|
|
|
0x05, 0x2d, 0xae, 0x3d, 0xec, 0x1b, 0x0c, 0x2d, 0x5c, 0xe9, 0x24, 0x89, 0x0c, 0x4d, 0xa8, 0x43, |
|
|
|
0x13, 0xba, 0x61, 0x6d, 0xed, 0x5a, 0x1a, 0x49, 0x8e, 0x2e, 0x39, 0x2a, 0x6c, 0x33, 0x0e, 0x32, |
|
|
|
0x8e, 0x42, 0x69, 0x74, 0x8e, 0xe4, 0xe8, 0xb9, 0x8c, 0x3a, 0xcb, 0xbe, 0xc0, 0x60, 0xa5, 0x53, |
|
|
|
0x54, 0x29, 0x5e, 0x9c, 0x0d, 0xc8, 0x56, 0x27, 0xed, 0x44, 0x97, 0x59, 0x46, 0xba, 0x4f, 0x7a, |
|
|
|
0x09, 0xd9, 0x14, 0x46, 0xf6, 0x56, 0x42, 0xe1, 0x25, 0x36, 0x2e, 0xa1, 0x4f, 0x8e, 0x5b, 0x9a, |
|
|
|
0x05, 0xd0, 0xff, 0xfb, 0x18, 0x85, 0x2a, 0x3d, 0x29, 0xb2, 0x0d, 0xc8, 0x56, 0xe3, 0x6c, 0xda, |
|
|
|
0x2e, 0xd7, 0x99, 0x46, 0x95, 0x2f, 0xc3, 0x30, 0x57, 0x88, 0x7c, 0xe8, 0xd2, 0x6e, 0xe8, 0xe0, |
|
|
|
0x37, 0xf4, 0xaa, 0xed, 0xd8, 0xeb, 0xa1, 0x3a, 0xe9, 0x34, 0x44, 0x5a, 0xf8, 0x7b, 0x51, 0x42, |
|
|
|
0xfb, 0x2e, 0x53, 0x99, 0x6a, 0xa4, 0x7d, 0x8f, 0x84, 0x03, 0xc7, 0xe2, 0x19, 0xbf, 0x06, 0x00, |
|
|
|
0x00, 0xff, 0xff, 0xde, 0x29, 0x34, 0x75, 0xe9, 0x02, 0x00, 0x00, |
|
|
|
} |