|
@ -42,7 +42,6 @@ It has these top-level messages: |
|
|
PartSetHeader |
|
|
PartSetHeader |
|
|
Validator |
|
|
Validator |
|
|
Evidence |
|
|
Evidence |
|
|
KVPair |
|
|
|
|
|
*/ |
|
|
*/ |
|
|
//nolint: gas
|
|
|
//nolint: gas
|
|
|
package types |
|
|
package types |
|
@ -51,8 +50,7 @@ import proto "github.com/gogo/protobuf/proto" |
|
|
import fmt "fmt" |
|
|
import fmt "fmt" |
|
|
import math "math" |
|
|
import math "math" |
|
|
import _ "github.com/gogo/protobuf/gogoproto" |
|
|
import _ "github.com/gogo/protobuf/gogoproto" |
|
|
|
|
|
|
|
|
import github_com_tendermint_go_wire_data "github.com/tendermint/go-wire/data" |
|
|
|
|
|
|
|
|
import common "github.com/tendermint/tmlibs/common" |
|
|
|
|
|
|
|
|
import context "golang.org/x/net/context" |
|
|
import context "golang.org/x/net/context" |
|
|
import grpc "google.golang.org/grpc" |
|
|
import grpc "google.golang.org/grpc" |
|
@ -68,27 +66,6 @@ var _ = math.Inf |
|
|
// proto package needs to be updated.
|
|
|
// proto package needs to be updated.
|
|
|
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
|
|
|
|
type KVPair_Type int32 |
|
|
|
|
|
|
|
|
|
|
|
const ( |
|
|
|
|
|
KVPair_STRING KVPair_Type = 0 |
|
|
|
|
|
KVPair_INT KVPair_Type = 1 |
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
var KVPair_Type_name = map[int32]string{ |
|
|
|
|
|
0: "STRING", |
|
|
|
|
|
1: "INT", |
|
|
|
|
|
} |
|
|
|
|
|
var KVPair_Type_value = map[string]int32{ |
|
|
|
|
|
"STRING": 0, |
|
|
|
|
|
"INT": 1, |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (x KVPair_Type) String() string { |
|
|
|
|
|
return proto.EnumName(KVPair_Type_name, int32(x)) |
|
|
|
|
|
} |
|
|
|
|
|
func (KVPair_Type) EnumDescriptor() ([]byte, []int) { return fileDescriptorTypes, []int{34, 0} } |
|
|
|
|
|
|
|
|
|
|
|
type Request struct { |
|
|
type Request struct { |
|
|
// Types that are valid to be assigned to Value:
|
|
|
// Types that are valid to be assigned to Value:
|
|
|
// *Request_Echo
|
|
|
// *Request_Echo
|
|
@ -529,6 +506,7 @@ func (m *RequestInfo) GetVersion() string { |
|
|
return "" |
|
|
return "" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// nondeterministic
|
|
|
type RequestSetOption struct { |
|
|
type RequestSetOption struct { |
|
|
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` |
|
|
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` |
|
|
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` |
|
|
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` |
|
@ -554,7 +532,7 @@ func (m *RequestSetOption) GetValue() string { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type RequestInitChain struct { |
|
|
type RequestInitChain struct { |
|
|
Validators []*Validator `protobuf:"bytes,1,rep,name=validators" json:"validators,omitempty"` |
|
|
|
|
|
|
|
|
Validators []Validator `protobuf:"bytes,1,rep,name=validators" json:"validators"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *RequestInitChain) Reset() { *m = RequestInitChain{} } |
|
|
func (m *RequestInitChain) Reset() { *m = RequestInitChain{} } |
|
@ -562,7 +540,7 @@ func (m *RequestInitChain) String() string { return proto.CompactText |
|
|
func (*RequestInitChain) ProtoMessage() {} |
|
|
func (*RequestInitChain) ProtoMessage() {} |
|
|
func (*RequestInitChain) Descriptor() ([]byte, []int) { return fileDescriptorTypes, []int{5} } |
|
|
func (*RequestInitChain) Descriptor() ([]byte, []int) { return fileDescriptorTypes, []int{5} } |
|
|
|
|
|
|
|
|
func (m *RequestInitChain) GetValidators() []*Validator { |
|
|
|
|
|
|
|
|
func (m *RequestInitChain) GetValidators() []Validator { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.Validators |
|
|
return m.Validators |
|
|
} |
|
|
} |
|
@ -610,10 +588,10 @@ func (m *RequestQuery) GetProve() bool { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type RequestBeginBlock struct { |
|
|
type RequestBeginBlock struct { |
|
|
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` |
|
|
|
|
|
Header *Header `protobuf:"bytes,2,opt,name=header" json:"header,omitempty"` |
|
|
|
|
|
AbsentValidators []int32 `protobuf:"varint,3,rep,packed,name=absent_validators,json=absentValidators" json:"absent_validators,omitempty"` |
|
|
|
|
|
ByzantineValidators []*Evidence `protobuf:"bytes,4,rep,name=byzantine_validators,json=byzantineValidators" json:"byzantine_validators,omitempty"` |
|
|
|
|
|
|
|
|
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` |
|
|
|
|
|
Header Header `protobuf:"bytes,2,opt,name=header" json:"header"` |
|
|
|
|
|
AbsentValidators []int32 `protobuf:"varint,3,rep,packed,name=absent_validators,json=absentValidators" json:"absent_validators,omitempty"` |
|
|
|
|
|
ByzantineValidators []Evidence `protobuf:"bytes,4,rep,name=byzantine_validators,json=byzantineValidators" json:"byzantine_validators"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *RequestBeginBlock) Reset() { *m = RequestBeginBlock{} } |
|
|
func (m *RequestBeginBlock) Reset() { *m = RequestBeginBlock{} } |
|
@ -628,11 +606,11 @@ func (m *RequestBeginBlock) GetHash() []byte { |
|
|
return nil |
|
|
return nil |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *RequestBeginBlock) GetHeader() *Header { |
|
|
|
|
|
|
|
|
func (m *RequestBeginBlock) GetHeader() Header { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.Header |
|
|
return m.Header |
|
|
} |
|
|
} |
|
|
return nil |
|
|
|
|
|
|
|
|
return Header{} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *RequestBeginBlock) GetAbsentValidators() []int32 { |
|
|
func (m *RequestBeginBlock) GetAbsentValidators() []int32 { |
|
@ -642,7 +620,7 @@ func (m *RequestBeginBlock) GetAbsentValidators() []int32 { |
|
|
return nil |
|
|
return nil |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *RequestBeginBlock) GetByzantineValidators() []*Evidence { |
|
|
|
|
|
|
|
|
func (m *RequestBeginBlock) GetByzantineValidators() []Evidence { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.ByzantineValidators |
|
|
return m.ByzantineValidators |
|
|
} |
|
|
} |
|
@ -1136,6 +1114,7 @@ func _Response_OneofSizer(msg proto.Message) (n int) { |
|
|
return n |
|
|
return n |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// nondeterministic
|
|
|
type ResponseException struct { |
|
|
type ResponseException struct { |
|
|
Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` |
|
|
Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` |
|
|
} |
|
|
} |
|
@ -1216,9 +1195,12 @@ func (m *ResponseInfo) GetLastBlockAppHash() []byte { |
|
|
return nil |
|
|
return nil |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// nondeterministic
|
|
|
type ResponseSetOption struct { |
|
|
type ResponseSetOption struct { |
|
|
Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` |
|
|
Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` |
|
|
Log string `protobuf:"bytes,2,opt,name=log,proto3" json:"log,omitempty"` |
|
|
|
|
|
|
|
|
// bytes data = 2;
|
|
|
|
|
|
Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` |
|
|
|
|
|
Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *ResponseSetOption) Reset() { *m = ResponseSetOption{} } |
|
|
func (m *ResponseSetOption) Reset() { *m = ResponseSetOption{} } |
|
@ -1240,6 +1222,13 @@ func (m *ResponseSetOption) GetLog() string { |
|
|
return "" |
|
|
return "" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *ResponseSetOption) GetInfo() string { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.Info |
|
|
|
|
|
} |
|
|
|
|
|
return "" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
type ResponseInitChain struct { |
|
|
type ResponseInitChain struct { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -1249,13 +1238,15 @@ func (*ResponseInitChain) ProtoMessage() {} |
|
|
func (*ResponseInitChain) Descriptor() ([]byte, []int) { return fileDescriptorTypes, []int{18} } |
|
|
func (*ResponseInitChain) Descriptor() ([]byte, []int) { return fileDescriptorTypes, []int{18} } |
|
|
|
|
|
|
|
|
type ResponseQuery struct { |
|
|
type ResponseQuery struct { |
|
|
Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` |
|
|
|
|
|
Index int64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` |
|
|
|
|
|
Key github_com_tendermint_go_wire_data.Bytes `protobuf:"bytes,3,opt,name=key,proto3,customtype=github.com/tendermint/go-wire/data.Bytes" json:"key"` |
|
|
|
|
|
Value github_com_tendermint_go_wire_data.Bytes `protobuf:"bytes,4,opt,name=value,proto3,customtype=github.com/tendermint/go-wire/data.Bytes" json:"value"` |
|
|
|
|
|
Proof github_com_tendermint_go_wire_data.Bytes `protobuf:"bytes,5,opt,name=proof,proto3,customtype=github.com/tendermint/go-wire/data.Bytes" json:"proof"` |
|
|
|
|
|
Height int64 `protobuf:"varint,6,opt,name=height,proto3" json:"height,omitempty"` |
|
|
|
|
|
Log string `protobuf:"bytes,7,opt,name=log,proto3" json:"log,omitempty"` |
|
|
|
|
|
|
|
|
Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` |
|
|
|
|
|
// bytes data = 2; // use "value" instead.
|
|
|
|
|
|
Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` |
|
|
|
|
|
Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` |
|
|
|
|
|
Index int64 `protobuf:"varint,5,opt,name=index,proto3" json:"index,omitempty"` |
|
|
|
|
|
Key []byte `protobuf:"bytes,6,opt,name=key,proto3" json:"key,omitempty"` |
|
|
|
|
|
Value []byte `protobuf:"bytes,7,opt,name=value,proto3" json:"value,omitempty"` |
|
|
|
|
|
Proof []byte `protobuf:"bytes,8,opt,name=proof,proto3" json:"proof,omitempty"` |
|
|
|
|
|
Height int64 `protobuf:"varint,9,opt,name=height,proto3" json:"height,omitempty"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *ResponseQuery) Reset() { *m = ResponseQuery{} } |
|
|
func (m *ResponseQuery) Reset() { *m = ResponseQuery{} } |
|
@ -1270,6 +1261,20 @@ func (m *ResponseQuery) GetCode() uint32 { |
|
|
return 0 |
|
|
return 0 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *ResponseQuery) GetLog() string { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.Log |
|
|
|
|
|
} |
|
|
|
|
|
return "" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *ResponseQuery) GetInfo() string { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.Info |
|
|
|
|
|
} |
|
|
|
|
|
return "" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
func (m *ResponseQuery) GetIndex() int64 { |
|
|
func (m *ResponseQuery) GetIndex() int64 { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.Index |
|
|
return m.Index |
|
@ -1277,18 +1282,32 @@ func (m *ResponseQuery) GetIndex() int64 { |
|
|
return 0 |
|
|
return 0 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *ResponseQuery) GetHeight() int64 { |
|
|
|
|
|
|
|
|
func (m *ResponseQuery) GetKey() []byte { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.Height |
|
|
|
|
|
|
|
|
return m.Key |
|
|
} |
|
|
} |
|
|
return 0 |
|
|
|
|
|
|
|
|
return nil |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *ResponseQuery) GetLog() string { |
|
|
|
|
|
|
|
|
func (m *ResponseQuery) GetValue() []byte { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.Log |
|
|
|
|
|
|
|
|
return m.Value |
|
|
} |
|
|
} |
|
|
return "" |
|
|
|
|
|
|
|
|
return nil |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *ResponseQuery) GetProof() []byte { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.Proof |
|
|
|
|
|
} |
|
|
|
|
|
return nil |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *ResponseQuery) GetHeight() int64 { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.Height |
|
|
|
|
|
} |
|
|
|
|
|
return 0 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type ResponseBeginBlock struct { |
|
|
type ResponseBeginBlock struct { |
|
@ -1300,11 +1319,14 @@ func (*ResponseBeginBlock) ProtoMessage() {} |
|
|
func (*ResponseBeginBlock) Descriptor() ([]byte, []int) { return fileDescriptorTypes, []int{20} } |
|
|
func (*ResponseBeginBlock) Descriptor() ([]byte, []int) { return fileDescriptorTypes, []int{20} } |
|
|
|
|
|
|
|
|
type ResponseCheckTx struct { |
|
|
type ResponseCheckTx struct { |
|
|
Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` |
|
|
|
|
|
Data github_com_tendermint_go_wire_data.Bytes `protobuf:"bytes,2,opt,name=data,proto3,customtype=github.com/tendermint/go-wire/data.Bytes" json:"data"` |
|
|
|
|
|
Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` |
|
|
|
|
|
Gas int64 `protobuf:"varint,4,opt,name=gas,proto3" json:"gas,omitempty"` |
|
|
|
|
|
Fee int64 `protobuf:"varint,5,opt,name=fee,proto3" json:"fee,omitempty"` |
|
|
|
|
|
|
|
|
Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` |
|
|
|
|
|
Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` |
|
|
|
|
|
Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` |
|
|
|
|
|
Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` |
|
|
|
|
|
GasWanted int64 `protobuf:"varint,5,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"` |
|
|
|
|
|
// int64 gas_used = 6;
|
|
|
|
|
|
Tags []common.KVPair `protobuf:"bytes,7,rep,name=tags" json:"tags,omitempty"` |
|
|
|
|
|
Fee common.KI64Pair `protobuf:"bytes,8,opt,name=fee" json:"fee"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *ResponseCheckTx) Reset() { *m = ResponseCheckTx{} } |
|
|
func (m *ResponseCheckTx) Reset() { *m = ResponseCheckTx{} } |
|
@ -1319,6 +1341,13 @@ func (m *ResponseCheckTx) GetCode() uint32 { |
|
|
return 0 |
|
|
return 0 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *ResponseCheckTx) GetData() []byte { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.Data |
|
|
|
|
|
} |
|
|
|
|
|
return nil |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
func (m *ResponseCheckTx) GetLog() string { |
|
|
func (m *ResponseCheckTx) GetLog() string { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.Log |
|
|
return m.Log |
|
@ -1326,25 +1355,42 @@ func (m *ResponseCheckTx) GetLog() string { |
|
|
return "" |
|
|
return "" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *ResponseCheckTx) GetGas() int64 { |
|
|
|
|
|
|
|
|
func (m *ResponseCheckTx) GetInfo() string { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.Gas |
|
|
|
|
|
|
|
|
return m.Info |
|
|
|
|
|
} |
|
|
|
|
|
return "" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *ResponseCheckTx) GetGasWanted() int64 { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.GasWanted |
|
|
} |
|
|
} |
|
|
return 0 |
|
|
return 0 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *ResponseCheckTx) GetFee() int64 { |
|
|
|
|
|
|
|
|
func (m *ResponseCheckTx) GetTags() []common.KVPair { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.Tags |
|
|
|
|
|
} |
|
|
|
|
|
return nil |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *ResponseCheckTx) GetFee() common.KI64Pair { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.Fee |
|
|
return m.Fee |
|
|
} |
|
|
} |
|
|
return 0 |
|
|
|
|
|
|
|
|
return common.KI64Pair{} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type ResponseDeliverTx struct { |
|
|
type ResponseDeliverTx struct { |
|
|
Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` |
|
|
|
|
|
Data github_com_tendermint_go_wire_data.Bytes `protobuf:"bytes,2,opt,name=data,proto3,customtype=github.com/tendermint/go-wire/data.Bytes" json:"data"` |
|
|
|
|
|
Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` |
|
|
|
|
|
Tags []*KVPair `protobuf:"bytes,4,rep,name=tags" json:"tags,omitempty"` |
|
|
|
|
|
|
|
|
Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` |
|
|
|
|
|
Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` |
|
|
|
|
|
Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` |
|
|
|
|
|
Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` |
|
|
|
|
|
GasWanted int64 `protobuf:"varint,5,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"` |
|
|
|
|
|
GasUsed int64 `protobuf:"varint,6,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"` |
|
|
|
|
|
Tags []common.KVPair `protobuf:"bytes,7,rep,name=tags" json:"tags,omitempty"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *ResponseDeliverTx) Reset() { *m = ResponseDeliverTx{} } |
|
|
func (m *ResponseDeliverTx) Reset() { *m = ResponseDeliverTx{} } |
|
@ -1359,6 +1405,13 @@ func (m *ResponseDeliverTx) GetCode() uint32 { |
|
|
return 0 |
|
|
return 0 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *ResponseDeliverTx) GetData() []byte { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.Data |
|
|
|
|
|
} |
|
|
|
|
|
return nil |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
func (m *ResponseDeliverTx) GetLog() string { |
|
|
func (m *ResponseDeliverTx) GetLog() string { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.Log |
|
|
return m.Log |
|
@ -1366,7 +1419,28 @@ func (m *ResponseDeliverTx) GetLog() string { |
|
|
return "" |
|
|
return "" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *ResponseDeliverTx) GetTags() []*KVPair { |
|
|
|
|
|
|
|
|
func (m *ResponseDeliverTx) GetInfo() string { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.Info |
|
|
|
|
|
} |
|
|
|
|
|
return "" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *ResponseDeliverTx) GetGasWanted() int64 { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.GasWanted |
|
|
|
|
|
} |
|
|
|
|
|
return 0 |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *ResponseDeliverTx) GetGasUsed() int64 { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.GasUsed |
|
|
|
|
|
} |
|
|
|
|
|
return 0 |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *ResponseDeliverTx) GetTags() []common.KVPair { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.Tags |
|
|
return m.Tags |
|
|
} |
|
|
} |
|
@ -1374,7 +1448,7 @@ func (m *ResponseDeliverTx) GetTags() []*KVPair { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type ResponseEndBlock struct { |
|
|
type ResponseEndBlock struct { |
|
|
ValidatorUpdates []*Validator `protobuf:"bytes,1,rep,name=validator_updates,json=validatorUpdates" json:"validator_updates,omitempty"` |
|
|
|
|
|
|
|
|
ValidatorUpdates []Validator `protobuf:"bytes,1,rep,name=validator_updates,json=validatorUpdates" json:"validator_updates"` |
|
|
ConsensusParamUpdates *ConsensusParams `protobuf:"bytes,2,opt,name=consensus_param_updates,json=consensusParamUpdates" json:"consensus_param_updates,omitempty"` |
|
|
ConsensusParamUpdates *ConsensusParams `protobuf:"bytes,2,opt,name=consensus_param_updates,json=consensusParamUpdates" json:"consensus_param_updates,omitempty"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -1383,7 +1457,7 @@ func (m *ResponseEndBlock) String() string { return proto.CompactText |
|
|
func (*ResponseEndBlock) ProtoMessage() {} |
|
|
func (*ResponseEndBlock) ProtoMessage() {} |
|
|
func (*ResponseEndBlock) Descriptor() ([]byte, []int) { return fileDescriptorTypes, []int{23} } |
|
|
func (*ResponseEndBlock) Descriptor() ([]byte, []int) { return fileDescriptorTypes, []int{23} } |
|
|
|
|
|
|
|
|
func (m *ResponseEndBlock) GetValidatorUpdates() []*Validator { |
|
|
|
|
|
|
|
|
func (m *ResponseEndBlock) GetValidatorUpdates() []Validator { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.ValidatorUpdates |
|
|
return m.ValidatorUpdates |
|
|
} |
|
|
} |
|
@ -1398,9 +1472,8 @@ func (m *ResponseEndBlock) GetConsensusParamUpdates() *ConsensusParams { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type ResponseCommit struct { |
|
|
type ResponseCommit struct { |
|
|
Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` |
|
|
|
|
|
Data github_com_tendermint_go_wire_data.Bytes `protobuf:"bytes,2,opt,name=data,proto3,customtype=github.com/tendermint/go-wire/data.Bytes" json:"data"` |
|
|
|
|
|
Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` |
|
|
|
|
|
|
|
|
// reserve 1
|
|
|
|
|
|
Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *ResponseCommit) Reset() { *m = ResponseCommit{} } |
|
|
func (m *ResponseCommit) Reset() { *m = ResponseCommit{} } |
|
@ -1408,18 +1481,11 @@ func (m *ResponseCommit) String() string { return proto.CompactTextSt |
|
|
func (*ResponseCommit) ProtoMessage() {} |
|
|
func (*ResponseCommit) ProtoMessage() {} |
|
|
func (*ResponseCommit) Descriptor() ([]byte, []int) { return fileDescriptorTypes, []int{24} } |
|
|
func (*ResponseCommit) Descriptor() ([]byte, []int) { return fileDescriptorTypes, []int{24} } |
|
|
|
|
|
|
|
|
func (m *ResponseCommit) GetCode() uint32 { |
|
|
|
|
|
|
|
|
func (m *ResponseCommit) GetData() []byte { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.Code |
|
|
|
|
|
} |
|
|
|
|
|
return 0 |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *ResponseCommit) GetLog() string { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.Log |
|
|
|
|
|
|
|
|
return m.Data |
|
|
} |
|
|
} |
|
|
return "" |
|
|
|
|
|
|
|
|
return nil |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// ConsensusParams contains all consensus-relevant parameters
|
|
|
// ConsensusParams contains all consensus-relevant parameters
|
|
@ -1534,15 +1600,15 @@ func (m *BlockGossip) GetBlockPartSizeBytes() int32 { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type Header struct { |
|
|
type Header struct { |
|
|
ChainID string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` |
|
|
|
|
|
Height int64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` |
|
|
|
|
|
Time int64 `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"` |
|
|
|
|
|
NumTxs int32 `protobuf:"varint,4,opt,name=num_txs,json=numTxs,proto3" json:"num_txs,omitempty"` |
|
|
|
|
|
LastBlockID *BlockID `protobuf:"bytes,5,opt,name=last_block_id,json=lastBlockId" json:"last_block_id,omitempty"` |
|
|
|
|
|
LastCommitHash []byte `protobuf:"bytes,6,opt,name=last_commit_hash,json=lastCommitHash,proto3" json:"last_commit_hash,omitempty"` |
|
|
|
|
|
DataHash []byte `protobuf:"bytes,7,opt,name=data_hash,json=dataHash,proto3" json:"data_hash,omitempty"` |
|
|
|
|
|
ValidatorsHash []byte `protobuf:"bytes,8,opt,name=validators_hash,json=validatorsHash,proto3" json:"validators_hash,omitempty"` |
|
|
|
|
|
AppHash []byte `protobuf:"bytes,9,opt,name=app_hash,json=appHash,proto3" json:"app_hash,omitempty"` |
|
|
|
|
|
|
|
|
ChainID string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` |
|
|
|
|
|
Height int64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` |
|
|
|
|
|
Time int64 `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"` |
|
|
|
|
|
NumTxs int32 `protobuf:"varint,4,opt,name=num_txs,json=numTxs,proto3" json:"num_txs,omitempty"` |
|
|
|
|
|
LastBlockID BlockID `protobuf:"bytes,5,opt,name=last_block_id,json=lastBlockId" json:"last_block_id"` |
|
|
|
|
|
LastCommitHash []byte `protobuf:"bytes,6,opt,name=last_commit_hash,json=lastCommitHash,proto3" json:"last_commit_hash,omitempty"` |
|
|
|
|
|
DataHash []byte `protobuf:"bytes,7,opt,name=data_hash,json=dataHash,proto3" json:"data_hash,omitempty"` |
|
|
|
|
|
ValidatorsHash []byte `protobuf:"bytes,8,opt,name=validators_hash,json=validatorsHash,proto3" json:"validators_hash,omitempty"` |
|
|
|
|
|
AppHash []byte `protobuf:"bytes,9,opt,name=app_hash,json=appHash,proto3" json:"app_hash,omitempty"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *Header) Reset() { *m = Header{} } |
|
|
func (m *Header) Reset() { *m = Header{} } |
|
@ -1578,11 +1644,11 @@ func (m *Header) GetNumTxs() int32 { |
|
|
return 0 |
|
|
return 0 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *Header) GetLastBlockID() *BlockID { |
|
|
|
|
|
|
|
|
func (m *Header) GetLastBlockID() BlockID { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.LastBlockID |
|
|
return m.LastBlockID |
|
|
} |
|
|
} |
|
|
return nil |
|
|
|
|
|
|
|
|
return BlockID{} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *Header) GetLastCommitHash() []byte { |
|
|
func (m *Header) GetLastCommitHash() []byte { |
|
@ -1614,8 +1680,8 @@ func (m *Header) GetAppHash() []byte { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type BlockID struct { |
|
|
type BlockID struct { |
|
|
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` |
|
|
|
|
|
Parts *PartSetHeader `protobuf:"bytes,2,opt,name=parts" json:"parts,omitempty"` |
|
|
|
|
|
|
|
|
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` |
|
|
|
|
|
Parts PartSetHeader `protobuf:"bytes,2,opt,name=parts" json:"parts"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *BlockID) Reset() { *m = BlockID{} } |
|
|
func (m *BlockID) Reset() { *m = BlockID{} } |
|
@ -1630,11 +1696,11 @@ func (m *BlockID) GetHash() []byte { |
|
|
return nil |
|
|
return nil |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (m *BlockID) GetParts() *PartSetHeader { |
|
|
|
|
|
|
|
|
func (m *BlockID) GetParts() PartSetHeader { |
|
|
if m != nil { |
|
|
if m != nil { |
|
|
return m.Parts |
|
|
return m.Parts |
|
|
} |
|
|
} |
|
|
return nil |
|
|
|
|
|
|
|
|
return PartSetHeader{} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type PartSetHeader struct { |
|
|
type PartSetHeader struct { |
|
@ -1709,46 +1775,6 @@ func (m *Evidence) GetHeight() int64 { |
|
|
return 0 |
|
|
return 0 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type KVPair struct { |
|
|
|
|
|
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` |
|
|
|
|
|
ValueType KVPair_Type `protobuf:"varint,2,opt,name=value_type,json=valueType,proto3,enum=types.KVPair_Type" json:"value_type,omitempty"` |
|
|
|
|
|
ValueString string `protobuf:"bytes,3,opt,name=value_string,json=valueString,proto3" json:"value_string,omitempty"` |
|
|
|
|
|
ValueInt int64 `protobuf:"varint,4,opt,name=value_int,json=valueInt,proto3" json:"value_int,omitempty"` |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *KVPair) Reset() { *m = KVPair{} } |
|
|
|
|
|
func (m *KVPair) String() string { return proto.CompactTextString(m) } |
|
|
|
|
|
func (*KVPair) ProtoMessage() {} |
|
|
|
|
|
func (*KVPair) Descriptor() ([]byte, []int) { return fileDescriptorTypes, []int{34} } |
|
|
|
|
|
|
|
|
|
|
|
func (m *KVPair) GetKey() string { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.Key |
|
|
|
|
|
} |
|
|
|
|
|
return "" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *KVPair) GetValueType() KVPair_Type { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.ValueType |
|
|
|
|
|
} |
|
|
|
|
|
return KVPair_STRING |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *KVPair) GetValueString() string { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.ValueString |
|
|
|
|
|
} |
|
|
|
|
|
return "" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (m *KVPair) GetValueInt() int64 { |
|
|
|
|
|
if m != nil { |
|
|
|
|
|
return m.ValueInt |
|
|
|
|
|
} |
|
|
|
|
|
return 0 |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func init() { |
|
|
func init() { |
|
|
proto.RegisterType((*Request)(nil), "types.Request") |
|
|
proto.RegisterType((*Request)(nil), "types.Request") |
|
|
proto.RegisterType((*RequestEcho)(nil), "types.RequestEcho") |
|
|
proto.RegisterType((*RequestEcho)(nil), "types.RequestEcho") |
|
@ -1784,8 +1810,6 @@ func init() { |
|
|
proto.RegisterType((*PartSetHeader)(nil), "types.PartSetHeader") |
|
|
proto.RegisterType((*PartSetHeader)(nil), "types.PartSetHeader") |
|
|
proto.RegisterType((*Validator)(nil), "types.Validator") |
|
|
proto.RegisterType((*Validator)(nil), "types.Validator") |
|
|
proto.RegisterType((*Evidence)(nil), "types.Evidence") |
|
|
proto.RegisterType((*Evidence)(nil), "types.Evidence") |
|
|
proto.RegisterType((*KVPair)(nil), "types.KVPair") |
|
|
|
|
|
proto.RegisterEnum("types.KVPair_Type", KVPair_Type_name, KVPair_Type_value) |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
@ -2193,116 +2217,114 @@ var _ABCIApplication_serviceDesc = grpc.ServiceDesc{ |
|
|
func init() { proto.RegisterFile("types/types.proto", fileDescriptorTypes) } |
|
|
func init() { proto.RegisterFile("types/types.proto", fileDescriptorTypes) } |
|
|
|
|
|
|
|
|
var fileDescriptorTypes = []byte{ |
|
|
var fileDescriptorTypes = []byte{ |
|
|
// 1766 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0xcd, 0x72, 0x1b, 0xc7, |
|
|
|
|
|
0x11, 0x26, 0xfe, 0xb1, 0x0d, 0xfe, 0x80, 0x43, 0x4a, 0x82, 0xa1, 0x83, 0xe8, 0xad, 0x8a, 0x0d, |
|
|
|
|
|
0xd9, 0x16, 0x69, 0xd3, 0xa5, 0x94, 0x68, 0x27, 0xae, 0x08, 0xa4, 0x2c, 0xa2, 0x9c, 0x52, 0x94, |
|
|
|
|
|
0x15, 0xe3, 0x43, 0x2e, 0xa8, 0x01, 0x76, 0x08, 0x6c, 0x09, 0xd8, 0x5d, 0xef, 0x0e, 0x68, 0x50, |
|
|
|
|
|
0x95, 0x47, 0xf0, 0x3d, 0xe7, 0xe4, 0x98, 0x17, 0xc8, 0x31, 0xa7, 0xa4, 0xf2, 0x0c, 0x39, 0xe8, |
|
|
|
|
|
0xe0, 0x27, 0x49, 0x75, 0xcf, 0xec, 0x2f, 0x76, 0x53, 0x29, 0x1d, 0x74, 0x01, 0x66, 0xa6, 0x7f, |
|
|
|
|
|
0xb6, 0xbb, 0xa7, 0xe7, 0xeb, 0x9e, 0x81, 0x7d, 0x79, 0xeb, 0x8b, 0xf0, 0x84, 0x7e, 0x8f, 0xfd, |
|
|
|
|
|
0xc0, 0x93, 0x1e, 0x6b, 0xd0, 0xa4, 0xff, 0x68, 0xe6, 0xc8, 0xf9, 0x6a, 0x72, 0x3c, 0xf5, 0x96, |
|
|
|
|
|
0x27, 0x33, 0x6f, 0xe6, 0x9d, 0x10, 0x75, 0xb2, 0xba, 0xa6, 0x19, 0x4d, 0x68, 0xa4, 0xa4, 0xcc, |
|
|
|
|
|
0x7f, 0xd5, 0xa1, 0x65, 0x89, 0x1f, 0x56, 0x22, 0x94, 0x6c, 0x00, 0x75, 0x31, 0x9d, 0x7b, 0xbd, |
|
|
|
|
|
0xea, 0x51, 0x65, 0xd0, 0x39, 0x65, 0xc7, 0x4a, 0xbb, 0xa6, 0x3e, 0x9b, 0xce, 0xbd, 0xcb, 0x2d, |
|
|
|
|
|
0x8b, 0x38, 0xd8, 0xa7, 0xd0, 0xb8, 0x5e, 0xac, 0xc2, 0x79, 0xaf, 0x46, 0xac, 0x07, 0x59, 0xd6, |
|
|
|
|
|
0x6f, 0x91, 0x74, 0xb9, 0x65, 0x29, 0x1e, 0x54, 0xeb, 0xb8, 0xd7, 0x5e, 0xaf, 0x5e, 0xa4, 0x76, |
|
|
|
|
|
0xe4, 0x5e, 0x93, 0x5a, 0xe4, 0x60, 0x4f, 0x00, 0x42, 0x21, 0xc7, 0x9e, 0x2f, 0x1d, 0xcf, 0xed, |
|
|
|
|
|
0x35, 0x88, 0xff, 0x5e, 0x96, 0xff, 0x95, 0x90, 0xbf, 0x23, 0xf2, 0xe5, 0x96, 0x65, 0x84, 0xd1, |
|
|
|
|
|
0x04, 0x25, 0x1d, 0xd7, 0x91, 0xe3, 0xe9, 0x9c, 0x3b, 0x6e, 0xaf, 0x59, 0x24, 0x39, 0x72, 0x1d, |
|
|
|
|
|
0x79, 0x8e, 0x64, 0x94, 0x74, 0xa2, 0x09, 0xba, 0xf2, 0xc3, 0x4a, 0x04, 0xb7, 0xbd, 0x56, 0x91, |
|
|
|
|
|
0x2b, 0xbf, 0x47, 0x12, 0xba, 0x42, 0x3c, 0xec, 0x6b, 0xe8, 0x4c, 0xc4, 0xcc, 0x71, 0xc7, 0x93, |
|
|
|
|
|
0x85, 0x37, 0x7d, 0xdd, 0x6b, 0x93, 0x48, 0x2f, 0x2b, 0x32, 0x44, 0x86, 0x21, 0xd2, 0x2f, 0xb7, |
|
|
|
|
|
0x2c, 0x98, 0xc4, 0x33, 0x76, 0x0a, 0xed, 0xe9, 0x5c, 0x4c, 0x5f, 0x8f, 0xe5, 0xba, 0x67, 0x90, |
|
|
|
|
|
0xe4, 0x9d, 0xac, 0xe4, 0x39, 0x52, 0xaf, 0xd6, 0x97, 0x5b, 0x56, 0x6b, 0xaa, 0x86, 0xe8, 0x97, |
|
|
|
|
|
0x2d, 0x16, 0xce, 0x8d, 0x08, 0x50, 0xea, 0xa0, 0xc8, 0xaf, 0x0b, 0x45, 0x27, 0x39, 0xc3, 0x8e, |
|
|
|
|
|
0x26, 0xec, 0x31, 0x18, 0xc2, 0xb5, 0xb5, 0xa1, 0x1d, 0x12, 0xbc, 0x9b, 0xdb, 0x51, 0xd7, 0x8e, |
|
|
|
|
|
0xcc, 0x6c, 0x0b, 0x3d, 0x66, 0xc7, 0xd0, 0x9c, 0x7a, 0xcb, 0xa5, 0x23, 0x7b, 0xdb, 0x24, 0x73, |
|
|
|
|
|
0x98, 0x33, 0x91, 0x68, 0x97, 0x5b, 0x96, 0xe6, 0x1a, 0xb6, 0xa0, 0x71, 0xc3, 0x17, 0x2b, 0x61, |
|
|
|
|
|
0x7e, 0x0c, 0x9d, 0x54, 0xa6, 0xb0, 0x1e, 0xb4, 0x96, 0x22, 0x0c, 0xf9, 0x4c, 0xf4, 0x2a, 0x47, |
|
|
|
|
|
0x95, 0x81, 0x61, 0x45, 0x53, 0x73, 0x17, 0xb6, 0xd3, 0x79, 0x92, 0x12, 0xc4, 0x5c, 0x40, 0xc1, |
|
|
|
|
|
0x1b, 0x11, 0x84, 0x98, 0x00, 0x5a, 0x50, 0x4f, 0xcd, 0xaf, 0xa0, 0x9b, 0x4f, 0x02, 0xd6, 0x85, |
|
|
|
|
|
0xda, 0x6b, 0x71, 0xab, 0x39, 0x71, 0xc8, 0x0e, 0xb5, 0x41, 0x94, 0xc5, 0x86, 0xa5, 0xad, 0xbb, |
|
|
|
|
|
0x88, 0x65, 0xe3, 0x34, 0x60, 0x9f, 0x03, 0xdc, 0xf0, 0x85, 0x63, 0x73, 0xe9, 0x05, 0x61, 0xaf, |
|
|
|
|
|
0x72, 0x54, 0x1b, 0x74, 0x4e, 0xbb, 0xda, 0xdd, 0xef, 0x23, 0x82, 0x95, 0xe2, 0x31, 0xed, 0xd8, |
|
|
|
|
|
0x74, 0xca, 0x0b, 0xc6, 0xa0, 0x6e, 0x73, 0xc9, 0xe9, 0xf3, 0xdb, 0x16, 0x8d, 0x71, 0xcd, 0xe7, |
|
|
|
|
|
0x72, 0xae, 0x3f, 0x4f, 0x63, 0x76, 0x17, 0x9a, 0x73, 0xe1, 0xcc, 0xe6, 0x92, 0xce, 0x4b, 0xcd, |
|
|
|
|
|
0xd2, 0x33, 0xb4, 0xd5, 0x0f, 0xbc, 0x1b, 0x41, 0x47, 0xa3, 0x6d, 0xa9, 0x89, 0xf9, 0x8f, 0x0a, |
|
|
|
|
|
0xec, 0x6f, 0xe4, 0x12, 0xea, 0x9d, 0xf3, 0x70, 0x1e, 0x7d, 0x0b, 0xc7, 0xec, 0x17, 0xa8, 0x97, |
|
|
|
|
|
0xdb, 0x22, 0xd0, 0x47, 0x76, 0x47, 0x5b, 0x7f, 0x49, 0x8b, 0x96, 0x26, 0xb2, 0x4f, 0x61, 0x9f, |
|
|
|
|
|
0x4f, 0x42, 0xe1, 0xca, 0x71, 0xca, 0xdf, 0xda, 0x51, 0x6d, 0xd0, 0xb0, 0xba, 0x8a, 0x10, 0xbb, |
|
|
|
|
|
0x1b, 0xb2, 0x21, 0x1c, 0x4e, 0x6e, 0xdf, 0x70, 0x57, 0x3a, 0xae, 0x48, 0xf3, 0xd7, 0x29, 0x3e, |
|
|
|
|
|
0x7b, 0xfa, 0x0b, 0xcf, 0x6e, 0x1c, 0x5b, 0xb8, 0x53, 0x61, 0x1d, 0xc4, 0xcc, 0x89, 0x0e, 0xf3, |
|
|
|
|
|
0x08, 0x76, 0xb3, 0x29, 0xcd, 0x76, 0xa1, 0x2a, 0xd7, 0xda, 0xf6, 0xaa, 0x5c, 0x9b, 0x66, 0xbc, |
|
|
|
|
|
0x1f, 0x71, 0xfa, 0x6e, 0xf0, 0x3c, 0x84, 0xbd, 0x5c, 0xa6, 0xa6, 0x02, 0x59, 0x49, 0x07, 0xd2, |
|
|
|
|
|
0xdc, 0x83, 0x9d, 0x4c, 0x82, 0x9a, 0x3f, 0x35, 0xa0, 0x6d, 0x89, 0xd0, 0xf7, 0xdc, 0x50, 0xb0, |
|
|
|
|
|
0x27, 0x60, 0x88, 0xf5, 0x54, 0x28, 0x54, 0xa9, 0xe4, 0xce, 0xac, 0xe2, 0x79, 0x16, 0xd1, 0xf1, |
|
|
|
|
|
0x10, 0xc5, 0xcc, 0xec, 0x61, 0x06, 0x11, 0x0f, 0xf2, 0x42, 0x69, 0x48, 0xfc, 0x2c, 0x0b, 0x89, |
|
|
|
|
|
0x87, 0x39, 0xde, 0x1c, 0x26, 0x3e, 0xcc, 0x60, 0x62, 0x5e, 0x71, 0x06, 0x14, 0xcf, 0x0a, 0x40, |
|
|
|
|
|
0x31, 0x6f, 0x7e, 0x09, 0x2a, 0x9e, 0x15, 0xa0, 0x62, 0x6f, 0xe3, 0x5b, 0x85, 0xb0, 0xf8, 0x59, |
|
|
|
|
|
0x16, 0x16, 0xf3, 0xee, 0xe4, 0x70, 0xf1, 0x57, 0x45, 0xb8, 0xf8, 0x41, 0x4e, 0xa6, 0x14, 0x18, |
|
|
|
|
|
0xbf, 0xdc, 0x00, 0xc6, 0xbb, 0x39, 0xd1, 0x02, 0x64, 0x3c, 0xcb, 0x20, 0x23, 0x14, 0xfa, 0x56, |
|
|
|
|
|
0x02, 0x8d, 0xbf, 0xdc, 0x84, 0xc6, 0x7b, 0xf9, 0xad, 0x2d, 0xc2, 0xc6, 0x93, 0x1c, 0x36, 0xde, |
|
|
|
|
|
0xc9, 0x5b, 0x59, 0x0a, 0x8e, 0x0f, 0xf1, 0x44, 0xe7, 0x32, 0x0d, 0x4f, 0xbf, 0x08, 0x02, 0x2f, |
|
|
|
|
|
0xd0, 0xe8, 0xa5, 0x26, 0xe6, 0x00, 0x31, 0x26, 0xc9, 0xaf, 0xff, 0x01, 0xa4, 0x94, 0xf4, 0xa9, |
|
|
|
|
|
0xec, 0x32, 0xff, 0x5c, 0x49, 0x64, 0x09, 0x4b, 0xd3, 0xf8, 0x64, 0x68, 0x7c, 0x4a, 0xe1, 0x6b, |
|
|
|
|
|
0x35, 0x83, 0xaf, 0xec, 0x13, 0xd8, 0x5f, 0xf0, 0x50, 0xaa, 0xb8, 0x8c, 0x33, 0x80, 0xb5, 0x87, |
|
|
|
|
|
0x04, 0x15, 0x10, 0x85, 0x5c, 0x8f, 0xe0, 0x20, 0xc5, 0xcb, 0x7d, 0x7f, 0x4c, 0xe0, 0x54, 0xa7, |
|
|
|
|
|
0xc3, 0xdb, 0x8d, 0xb9, 0x9f, 0xfa, 0xfe, 0x25, 0x0f, 0xe7, 0xe6, 0x59, 0xe2, 0x7f, 0x82, 0xdd, |
|
|
|
|
|
0x0c, 0xea, 0x53, 0xcf, 0x56, 0x6e, 0xed, 0x58, 0x34, 0x46, 0x3c, 0x5f, 0x78, 0x33, 0x6d, 0x19, |
|
|
|
|
|
0x0e, 0xcd, 0x83, 0x44, 0x34, 0x4e, 0x55, 0xf3, 0xef, 0xd5, 0xc4, 0xf7, 0x18, 0x8a, 0x37, 0x94, |
|
|
|
|
|
0x1d, 0x42, 0xc3, 0x71, 0x6d, 0xb1, 0x26, 0x75, 0x35, 0x4b, 0x4d, 0xd8, 0x50, 0x95, 0x0c, 0x74, |
|
|
|
|
|
0x6c, 0x7b, 0xf8, 0xf9, 0xbf, 0xdf, 0x3e, 0xd8, 0xfa, 0xcf, 0xdb, 0x07, 0x83, 0x54, 0xd7, 0x24, |
|
|
|
|
|
0x85, 0x6b, 0x8b, 0x60, 0xe9, 0xb8, 0xf2, 0x64, 0xe6, 0x3d, 0xfa, 0xd1, 0x09, 0xc4, 0x09, 0x46, |
|
|
|
|
|
0xee, 0x78, 0x78, 0x2b, 0x45, 0xa8, 0x8a, 0xcc, 0xb7, 0x51, 0x91, 0xa9, 0xbf, 0xa3, 0x16, 0x25, |
|
|
|
|
|
0x8e, 0x7a, 0xfc, 0xc0, 0xf3, 0xae, 0xe9, 0x58, 0xbf, 0x93, 0x1e, 0x12, 0x4f, 0xe1, 0x62, 0x33, |
|
|
|
|
|
0x53, 0x60, 0x74, 0x38, 0x5b, 0x49, 0x38, 0x0f, 0x81, 0x6d, 0x9e, 0x47, 0xf3, 0x2f, 0x15, 0xc4, |
|
|
|
|
|
0xda, 0xcc, 0x59, 0x2b, 0x8c, 0xe8, 0x85, 0x4e, 0xa8, 0xea, 0x3b, 0x9a, 0xab, 0x52, 0x50, 0x5b, |
|
|
|
|
|
0x55, 0x8b, 0xad, 0xc2, 0x95, 0x19, 0x0f, 0x29, 0x9a, 0x35, 0x0b, 0x87, 0xb8, 0x72, 0x2d, 0x04, |
|
|
|
|
|
0xc5, 0xa5, 0x66, 0xe1, 0xd0, 0xfc, 0x6b, 0x25, 0xc9, 0x84, 0xa4, 0x68, 0xbc, 0x4f, 0x2b, 0x3f, |
|
|
|
|
|
0x84, 0xba, 0xe4, 0xb3, 0xa8, 0x14, 0x46, 0xc5, 0xf6, 0xbb, 0xef, 0x5f, 0x72, 0x27, 0xb0, 0x88, |
|
|
|
|
|
0x84, 0x81, 0xec, 0xe6, 0x31, 0x84, 0xfd, 0x1a, 0xf6, 0xe3, 0x42, 0x3a, 0x5e, 0xf9, 0x36, 0x97, |
|
|
|
|
|
0xa2, 0xbc, 0xdf, 0xe8, 0xc6, 0xac, 0x7f, 0x50, 0x9c, 0xec, 0x05, 0xdc, 0x9b, 0xa2, 0x3e, 0x37, |
|
|
|
|
|
0x5c, 0x85, 0x63, 0x9f, 0x07, 0x7c, 0x19, 0x2b, 0xa9, 0x66, 0xd0, 0xf2, 0x3c, 0xe2, 0x7a, 0x89, |
|
|
|
|
|
0x4c, 0xa1, 0x75, 0x67, 0x9a, 0x59, 0xd0, 0xfa, 0xcc, 0x3f, 0x61, 0x75, 0x4e, 0x23, 0xd6, 0xfb, |
|
|
|
|
|
0x0c, 0x22, 0xa5, 0x5a, 0xce, 0x50, 0x76, 0x02, 0xa0, 0x80, 0x24, 0x74, 0xde, 0x08, 0x5d, 0xa1, |
|
|
|
|
|
0xa3, 0xc8, 0x50, 0x08, 0x5f, 0x39, 0x6f, 0x84, 0x65, 0x4c, 0xa2, 0x21, 0xfb, 0x08, 0x5a, 0x72, |
|
|
|
|
|
0xad, 0xb8, 0xb3, 0x9d, 0xcf, 0xd5, 0x9a, 0x58, 0x9b, 0x92, 0xfe, 0xd9, 0x63, 0xd8, 0x56, 0x8a, |
|
|
|
|
|
0x67, 0x5e, 0x18, 0x3a, 0xbe, 0xae, 0xcd, 0x2c, 0xad, 0xfa, 0x39, 0x51, 0xac, 0xce, 0x24, 0x99, |
|
|
|
|
|
0x98, 0x7f, 0x04, 0x23, 0xfe, 0x2c, 0xbb, 0x0f, 0xc6, 0x92, 0xaf, 0xc7, 0x93, 0x5b, 0xb5, 0x6b, |
|
|
|
|
|
0x95, 0x41, 0xc3, 0x6a, 0x2f, 0xf9, 0x9a, 0xbc, 0x64, 0xf7, 0xa0, 0x85, 0x44, 0xb9, 0x56, 0x7b, |
|
|
|
|
|
0xd1, 0xb0, 0x9a, 0x4b, 0xbe, 0xbe, 0x5a, 0xc7, 0x04, 0xcc, 0x6a, 0xdd, 0xf3, 0x2d, 0xf9, 0xfa, |
|
|
|
|
|
0x39, 0x0f, 0xcd, 0x6f, 0xa0, 0xa9, 0x8c, 0xfc, 0xbf, 0x14, 0xa3, 0x7c, 0x35, 0x23, 0xff, 0x1b, |
|
|
|
|
|
0xe8, 0xa4, 0xec, 0x66, 0x5f, 0xc0, 0x1d, 0xe5, 0xa1, 0xcf, 0x03, 0x49, 0x11, 0xc9, 0x28, 0x64, |
|
|
|
|
|
0x44, 0x7c, 0xc9, 0x03, 0x89, 0x9f, 0x24, 0xd5, 0xe6, 0x3f, 0xab, 0xd0, 0x54, 0x1d, 0x22, 0xfb, |
|
|
|
|
|
0x08, 0x2b, 0x2f, 0x77, 0xdc, 0xb1, 0x63, 0xab, 0x22, 0x31, 0xec, 0xfc, 0xfc, 0xf6, 0x41, 0x8b, |
|
|
|
|
|
0x40, 0x76, 0x74, 0x81, 0xc5, 0x16, 0x07, 0x76, 0x0a, 0x5f, 0xaa, 0x19, 0x7c, 0x61, 0x50, 0x97, |
|
|
|
|
|
0xce, 0x52, 0x68, 0x17, 0x69, 0x8c, 0x96, 0xbb, 0xab, 0x25, 0x85, 0xa4, 0xae, 0x42, 0xe2, 0xae, |
|
|
|
|
|
0x96, 0x18, 0x92, 0x73, 0xd8, 0x49, 0xd5, 0x0c, 0xc7, 0xd6, 0xbd, 0xcc, 0x6e, 0x7a, 0x37, 0x46, |
|
|
|
|
|
0x17, 0xc3, 0xbd, 0x9f, 0xdf, 0x3e, 0xe8, 0xfc, 0x36, 0xaa, 0x20, 0xa3, 0x0b, 0xab, 0x13, 0x97, |
|
|
|
|
|
0x93, 0x91, 0xcd, 0x06, 0x40, 0xd5, 0x65, 0xac, 0x2a, 0xac, 0xaa, 0x3a, 0x4d, 0xaa, 0x3a, 0xbb, |
|
|
|
|
|
0xb8, 0xae, 0x4b, 0x30, 0x36, 0xc7, 0xf7, 0xc1, 0xc0, 0x14, 0x54, 0x2c, 0x2d, 0x62, 0x69, 0xe3, |
|
|
|
|
|
0x02, 0x11, 0x3f, 0x86, 0xbd, 0xa4, 0xb7, 0x55, 0x2c, 0x6d, 0xa5, 0x25, 0x59, 0x26, 0xc6, 0x0f, |
|
|
|
|
|
0xa0, 0x1d, 0x57, 0x37, 0x83, 0x38, 0x5a, 0x5c, 0x17, 0xb5, 0x11, 0xb4, 0xb4, 0x89, 0x85, 0xcd, |
|
|
|
|
|
0xf9, 0x27, 0xd0, 0xc0, 0x3d, 0x89, 0x0e, 0x69, 0xd4, 0x41, 0xd1, 0x5e, 0x08, 0xa9, 0x5b, 0x74, |
|
|
|
|
|
0xc5, 0x62, 0x9e, 0xc1, 0x4e, 0x66, 0x1d, 0x4b, 0x97, 0xf4, 0x24, 0x5f, 0xe8, 0x6d, 0x54, 0x93, |
|
|
|
|
|
0xf8, 0x33, 0xd5, 0xe4, 0x33, 0xe6, 0x57, 0x60, 0xc4, 0xe0, 0x81, 0xb1, 0xf7, 0x57, 0x93, 0x71, |
|
|
|
|
|
0x74, 0x25, 0xda, 0xb6, 0x9a, 0xfe, 0x6a, 0xf2, 0x9d, 0xba, 0x15, 0xf9, 0xde, 0x8f, 0xfa, 0xa2, |
|
|
|
|
|
0x50, 0xb3, 0xd4, 0xc4, 0xfc, 0x1a, 0xda, 0x51, 0x23, 0x5f, 0x2e, 0x5a, 0xb2, 0xf7, 0xe6, 0xdf, |
|
|
|
|
|
0x2a, 0xd0, 0x54, 0xd8, 0x57, 0x70, 0x0b, 0xfb, 0x82, 0xee, 0x56, 0x2b, 0x31, 0x46, 0xa7, 0x49, |
|
|
|
|
|
0x70, 0x37, 0x3e, 0x76, 0x4a, 0xe8, 0xf8, 0xea, 0xd6, 0x17, 0x96, 0x41, 0x5c, 0x38, 0x64, 0x1f, |
|
|
|
|
|
0xc2, 0xb6, 0x12, 0x09, 0x65, 0xe0, 0xb8, 0x11, 0x66, 0x74, 0x68, 0xed, 0x15, 0x2d, 0xe1, 0x96, |
|
|
|
|
|
0x2a, 0x16, 0xc7, 0x95, 0xba, 0x58, 0xb4, 0x69, 0x61, 0xe4, 0x4a, 0xf3, 0x3e, 0xd4, 0x49, 0x0f, |
|
|
|
|
|
0x40, 0xf3, 0xd5, 0x95, 0x35, 0x7a, 0xf1, 0xbc, 0xbb, 0xc5, 0x5a, 0x50, 0x1b, 0xbd, 0xb8, 0xea, |
|
|
|
|
|
0x56, 0x4e, 0x7f, 0x6a, 0xc0, 0xde, 0xd3, 0xe1, 0xf9, 0xe8, 0xa9, 0xef, 0x2f, 0x9c, 0x29, 0xa7, |
|
|
|
|
|
0xfe, 0xe3, 0x04, 0xea, 0xd4, 0x61, 0x15, 0x3c, 0x74, 0xf4, 0x8b, 0x5a, 0x7d, 0x76, 0x0a, 0x0d, |
|
|
|
|
|
0x6a, 0xb4, 0x58, 0xd1, 0x7b, 0x47, 0xbf, 0xb0, 0xe3, 0xc7, 0x8f, 0xa8, 0x56, 0x6c, 0xf3, 0xd9, |
|
|
|
|
|
0xa3, 0x5f, 0xd4, 0xf6, 0xb3, 0x6f, 0xc0, 0x48, 0x5a, 0xa4, 0xb2, 0xc7, 0x8f, 0x7e, 0xe9, 0x05, |
|
|
|
|
|
0x00, 0xe5, 0x93, 0xea, 0x58, 0xf6, 0x54, 0xd0, 0x2f, 0xed, 0x94, 0xd9, 0x13, 0x68, 0x45, 0x1d, |
|
|
|
|
|
0x40, 0xf1, 0xf3, 0x44, 0xbf, 0xa4, 0x39, 0xc7, 0xf0, 0xa8, 0x5e, 0xac, 0xe8, 0x0d, 0xa5, 0x5f, |
|
|
|
|
|
0x78, 0x83, 0x60, 0x8f, 0xa1, 0xa9, 0x6b, 0x50, 0xe1, 0x43, 0x43, 0xbf, 0xb8, 0xc5, 0x46, 0x27, |
|
|
|
|
|
0x93, 0x7b, 0x7c, 0xd9, 0x3b, 0x4f, 0xbf, 0xf4, 0xaa, 0xc3, 0x9e, 0x02, 0xa4, 0xae, 0xd6, 0xa5, |
|
|
|
|
|
0x0f, 0x38, 0xfd, 0xf2, 0x2b, 0x0c, 0xc3, 0xb3, 0x13, 0x5f, 0x4b, 0x8b, 0x1f, 0x56, 0xfa, 0x65, |
|
|
|
|
|
0xb7, 0x8a, 0x49, 0x93, 0x1e, 0xdf, 0xbe, 0xfc, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7b, 0xb9, |
|
|
|
|
|
0xeb, 0x12, 0xc7, 0x13, 0x00, 0x00, |
|
|
|
|
|
|
|
|
// 1732 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0xdb, 0x6e, 0x1b, 0xbd, |
|
|
|
|
|
0x11, 0xb6, 0xce, 0xda, 0x91, 0x2d, 0xdb, 0xf4, 0x49, 0xd1, 0x8f, 0xc2, 0xc6, 0xa2, 0x48, 0xe4, |
|
|
|
|
|
0x26, 0xb1, 0x5a, 0xa7, 0x09, 0xe2, 0xa4, 0x08, 0x6a, 0xd9, 0x69, 0xa4, 0xa6, 0x6d, 0xd2, 0xcd, |
|
|
|
|
|
0xa1, 0x40, 0x6f, 0x04, 0x4a, 0x4b, 0x4b, 0x8b, 0x68, 0x0f, 0xd1, 0x52, 0x8e, 0x9c, 0x67, 0xc8, |
|
|
|
|
|
0x7d, 0xaf, 0x7b, 0xd5, 0x27, 0xe8, 0x2b, 0x14, 0x2d, 0xfa, 0x00, 0xbd, 0xf3, 0x45, 0xd0, 0xab, |
|
|
|
|
|
0x3e, 0x45, 0x31, 0x24, 0xf7, 0xe8, 0xdd, 0x36, 0x68, 0x81, 0xff, 0xc6, 0xe6, 0xec, 0x7c, 0x33, |
|
|
|
|
|
0xe4, 0x90, 0xc3, 0x6f, 0x46, 0x84, 0x4d, 0x7e, 0xe5, 0x31, 0xbf, 0x2b, 0xfe, 0x1e, 0x79, 0x73, |
|
|
|
|
|
0x97, 0xbb, 0xa4, 0x22, 0x84, 0xf6, 0xfd, 0x89, 0xc5, 0xa7, 0x8b, 0xd1, 0xd1, 0xd8, 0xb5, 0xbb, |
|
|
|
|
|
0x13, 0x77, 0xe2, 0x76, 0x85, 0x76, 0xb4, 0xb8, 0x10, 0x92, 0x10, 0xc4, 0x48, 0x5a, 0xb5, 0xbb, |
|
|
|
|
|
0x31, 0x38, 0x67, 0x8e, 0xc9, 0xe6, 0xb6, 0xe5, 0xf0, 0x2e, 0xb7, 0x67, 0xd6, 0xc8, 0xef, 0x8e, |
|
|
|
|
|
0x5d, 0xdb, 0x76, 0x9d, 0xf8, 0x34, 0xfa, 0x5f, 0xca, 0x50, 0x33, 0xd8, 0xc7, 0x05, 0xf3, 0x39, |
|
|
|
|
|
0xe9, 0x40, 0x99, 0x8d, 0xa7, 0x6e, 0xab, 0x78, 0x50, 0xe8, 0x34, 0x8e, 0xc9, 0x91, 0xc4, 0x29, |
|
|
|
|
|
0xed, 0xf3, 0xf1, 0xd4, 0xed, 0xaf, 0x18, 0x02, 0x41, 0xee, 0x42, 0xe5, 0x62, 0xb6, 0xf0, 0xa7, |
|
|
|
|
|
0xad, 0x92, 0x80, 0x6e, 0x25, 0xa1, 0xbf, 0x40, 0x55, 0x7f, 0xc5, 0x90, 0x18, 0x74, 0x6b, 0x39, |
|
|
|
|
|
0x17, 0x6e, 0xab, 0x9c, 0xe5, 0x76, 0xe0, 0x5c, 0x08, 0xb7, 0x88, 0x20, 0x8f, 0x01, 0x7c, 0xc6, |
|
|
|
|
|
0x87, 0xae, 0xc7, 0x2d, 0xd7, 0x69, 0x55, 0x04, 0x7e, 0x2f, 0x89, 0x7f, 0xc3, 0xf8, 0x2b, 0xa1, |
|
|
|
|
|
0xee, 0xaf, 0x18, 0x9a, 0x1f, 0x08, 0x68, 0x69, 0x39, 0x16, 0x1f, 0x8e, 0xa7, 0xd4, 0x72, 0x5a, |
|
|
|
|
|
0xd5, 0x2c, 0xcb, 0x81, 0x63, 0xf1, 0x33, 0x54, 0xa3, 0xa5, 0x15, 0x08, 0x18, 0xca, 0xc7, 0x05, |
|
|
|
|
|
0x9b, 0x5f, 0xb5, 0x6a, 0x59, 0xa1, 0xfc, 0x16, 0x55, 0x18, 0x8a, 0xc0, 0x90, 0xa7, 0xd0, 0x18, |
|
|
|
|
|
0xb1, 0x89, 0xe5, 0x0c, 0x47, 0x33, 0x77, 0xfc, 0xa1, 0x55, 0x17, 0x26, 0xad, 0xa4, 0x49, 0x0f, |
|
|
|
|
|
0x01, 0x3d, 0xd4, 0xf7, 0x57, 0x0c, 0x18, 0x85, 0x12, 0x39, 0x86, 0xfa, 0x78, 0xca, 0xc6, 0x1f, |
|
|
|
|
|
0x86, 0x7c, 0xd9, 0xd2, 0x84, 0xe5, 0x4e, 0xd2, 0xf2, 0x0c, 0xb5, 0x6f, 0x97, 0xfd, 0x15, 0xa3, |
|
|
|
|
|
0x36, 0x96, 0x43, 0x8c, 0xcb, 0x64, 0x33, 0xeb, 0x92, 0xcd, 0xd1, 0x6a, 0x2b, 0x2b, 0xae, 0x73, |
|
|
|
|
|
0xa9, 0x17, 0x76, 0x9a, 0x19, 0x08, 0xe4, 0x21, 0x68, 0xcc, 0x31, 0xd5, 0x42, 0x1b, 0xc2, 0x70, |
|
|
|
|
|
0x37, 0x75, 0xa2, 0x8e, 0x19, 0x2c, 0xb3, 0xce, 0xd4, 0x98, 0x1c, 0x41, 0x15, 0xb3, 0xc4, 0xe2, |
|
|
|
|
|
0xad, 0x55, 0x61, 0xb3, 0x9d, 0x5a, 0xa2, 0xd0, 0xf5, 0x57, 0x0c, 0x85, 0xea, 0xd5, 0xa0, 0x72, |
|
|
|
|
|
0x49, 0x67, 0x0b, 0xa6, 0xdf, 0x81, 0x46, 0x2c, 0x53, 0x48, 0x0b, 0x6a, 0x36, 0xf3, 0x7d, 0x3a, |
|
|
|
|
|
0x61, 0xad, 0xc2, 0x41, 0xa1, 0xa3, 0x19, 0x81, 0xa8, 0x37, 0x61, 0x35, 0x9e, 0x27, 0x31, 0x43, |
|
|
|
|
|
0xcc, 0x05, 0x34, 0xbc, 0x64, 0x73, 0x1f, 0x13, 0x40, 0x19, 0x2a, 0x51, 0x7f, 0x02, 0x1b, 0xe9, |
|
|
|
|
|
0x24, 0x20, 0x1b, 0x50, 0xfa, 0xc0, 0xae, 0x14, 0x12, 0x87, 0x64, 0x5b, 0x2d, 0x48, 0x64, 0xb1, |
|
|
|
|
|
0x66, 0xa8, 0xd5, 0xfd, 0x32, 0xb4, 0x0d, 0xd3, 0x80, 0x3c, 0x02, 0xb8, 0xa4, 0x33, 0xcb, 0xa4, |
|
|
|
|
|
0xdc, 0x9d, 0xfb, 0xad, 0xc2, 0x41, 0xa9, 0xd3, 0x38, 0xde, 0x50, 0xe1, 0xbe, 0x0f, 0x14, 0xbd, |
|
|
|
|
|
0xf2, 0x5f, 0xaf, 0xf7, 0x57, 0x8c, 0x18, 0x52, 0x37, 0xc3, 0x00, 0x44, 0x76, 0x10, 0x02, 0x65, |
|
|
|
|
|
0x93, 0x72, 0x2a, 0x16, 0xb1, 0x6a, 0x88, 0x31, 0x7e, 0xf3, 0x28, 0x9f, 0xaa, 0x45, 0x88, 0x31, |
|
|
|
|
|
0xd9, 0x85, 0xea, 0x94, 0x59, 0x93, 0x29, 0x17, 0xb7, 0xa6, 0x64, 0x28, 0x09, 0x57, 0xec, 0xcd, |
|
|
|
|
|
0xdd, 0x4b, 0x26, 0x2e, 0x48, 0xdd, 0x90, 0x82, 0xfe, 0xf7, 0x02, 0x6c, 0xde, 0xc8, 0x28, 0xf4, |
|
|
|
|
|
0x3b, 0xa5, 0xfe, 0x34, 0x98, 0x0b, 0xc7, 0xe4, 0x2e, 0xfa, 0xa5, 0x26, 0x9b, 0xab, 0x8b, 0xbb, |
|
|
|
|
|
0xa6, 0x62, 0xe8, 0x8b, 0x8f, 0x2a, 0x00, 0x05, 0x21, 0x77, 0x61, 0x93, 0x8e, 0x7c, 0xe6, 0xf0, |
|
|
|
|
|
0x61, 0x2c, 0xf6, 0xd2, 0x41, 0xa9, 0x53, 0x31, 0x36, 0xa4, 0x22, 0x0c, 0xdd, 0x27, 0x7d, 0xd8, |
|
|
|
|
|
0x1e, 0x5d, 0x7d, 0xa6, 0x0e, 0xb7, 0x1c, 0x16, 0xc7, 0x97, 0xc5, 0x5e, 0xad, 0xab, 0x79, 0x9e, |
|
|
|
|
|
0x5f, 0x5a, 0x26, 0x73, 0xc6, 0x4c, 0xcd, 0xb4, 0x15, 0x9a, 0x44, 0x9e, 0xf4, 0x03, 0x68, 0x26, |
|
|
|
|
|
0x93, 0x9c, 0x34, 0xa1, 0xc8, 0x97, 0x2a, 0x8e, 0x22, 0x5f, 0xea, 0x7a, 0x78, 0x42, 0x61, 0x42, |
|
|
|
|
|
0xdf, 0xc0, 0x1c, 0xc2, 0x7a, 0x2a, 0x77, 0x63, 0x9b, 0x5a, 0x88, 0x6f, 0xaa, 0xbe, 0x0e, 0x6b, |
|
|
|
|
|
0x89, 0x94, 0xd5, 0xbf, 0x54, 0xa0, 0x6e, 0x30, 0xdf, 0x73, 0x1d, 0x9f, 0x91, 0xc7, 0xa0, 0xb1, |
|
|
|
|
|
0xe5, 0x98, 0x49, 0x9e, 0x29, 0xa4, 0x6e, 0xb1, 0xc4, 0x3c, 0x0f, 0xf4, 0x78, 0xad, 0x42, 0x30, |
|
|
|
|
|
0x39, 0x4c, 0x70, 0xe4, 0x56, 0xda, 0x28, 0x4e, 0x92, 0xf7, 0x92, 0x24, 0xb9, 0x9d, 0xc2, 0xa6, |
|
|
|
|
|
0x58, 0xf2, 0x30, 0xc1, 0x92, 0x69, 0xc7, 0x09, 0x9a, 0x3c, 0xc9, 0xa0, 0xc9, 0xf4, 0xf2, 0x73, |
|
|
|
|
|
0x78, 0xf2, 0x24, 0x83, 0x27, 0x5b, 0x37, 0xe6, 0xca, 0x24, 0xca, 0x7b, 0x49, 0xa2, 0x4c, 0x87, |
|
|
|
|
|
0x93, 0x62, 0xca, 0x9f, 0x65, 0x31, 0xe5, 0xad, 0x94, 0x4d, 0x2e, 0x55, 0x3e, 0xb8, 0x41, 0x95, |
|
|
|
|
|
0xbb, 0x29, 0xd3, 0x0c, 0xae, 0x3c, 0x49, 0x70, 0x25, 0x64, 0xc6, 0x96, 0x43, 0x96, 0x8f, 0x6e, |
|
|
|
|
|
0x92, 0xe5, 0x5e, 0xfa, 0x68, 0xb3, 0xd8, 0xb2, 0x9b, 0x62, 0xcb, 0x9d, 0xf4, 0x2a, 0x73, 0xe9, |
|
|
|
|
|
0xf2, 0x10, 0x6f, 0x77, 0x2a, 0xd3, 0x90, 0x09, 0xd8, 0x7c, 0xee, 0xce, 0x15, 0x9f, 0x49, 0x41, |
|
|
|
|
|
0xef, 0x20, 0xdf, 0x44, 0xf9, 0xf5, 0x1f, 0xa8, 0x55, 0x24, 0x7d, 0x2c, 0xbb, 0xf4, 0x3f, 0x14, |
|
|
|
|
|
0x22, 0x5b, 0xc1, 0xae, 0x71, 0xae, 0xd2, 0x14, 0x57, 0xc5, 0x18, 0xb7, 0x98, 0x60, 0x5c, 0xf2, |
|
|
|
|
|
0x23, 0xd8, 0x9c, 0x51, 0x9f, 0xcb, 0x7d, 0x19, 0x26, 0xc8, 0x6b, 0x1d, 0x15, 0x72, 0x43, 0x24, |
|
|
|
|
|
0x8b, 0xdd, 0x87, 0xad, 0x18, 0x96, 0x7a, 0xde, 0x50, 0x10, 0x55, 0x59, 0x5c, 0xde, 0x8d, 0x10, |
|
|
|
|
|
0x7d, 0xea, 0x79, 0x7d, 0xea, 0x4f, 0xf5, 0x5f, 0x47, 0xf1, 0x47, 0x6c, 0x4e, 0xa0, 0x3c, 0x76, |
|
|
|
|
|
0x4d, 0x19, 0xd6, 0x9a, 0x21, 0xc6, 0xc8, 0xf0, 0x33, 0x77, 0x22, 0x66, 0xd5, 0x0c, 0x1c, 0x22, |
|
|
|
|
|
0x2a, 0xbc, 0x29, 0x9a, 0xbc, 0x12, 0xfa, 0x56, 0xe4, 0x2e, 0x4c, 0x5f, 0xfd, 0xcf, 0x85, 0x68, |
|
|
|
|
|
0x3f, 0x42, 0xaa, 0xfe, 0xdf, 0x26, 0xc0, 0xa3, 0xb1, 0x1c, 0x93, 0x2d, 0xc5, 0x75, 0x2b, 0x19, |
|
|
|
|
|
0x52, 0x08, 0xca, 0x4f, 0x55, 0x04, 0x99, 0x2c, 0x3f, 0x35, 0xf1, 0x4d, 0x0a, 0x8a, 0xe2, 0xdd, |
|
|
|
|
|
0x0b, 0x71, 0x0f, 0x56, 0x0d, 0x29, 0xc4, 0xb8, 0x4b, 0x4b, 0x70, 0xd7, 0x36, 0x90, 0x9b, 0x37, |
|
|
|
|
|
0x44, 0xff, 0x67, 0x01, 0xd9, 0x2f, 0x91, 0xfd, 0x99, 0xf1, 0x04, 0x47, 0x5c, 0x8c, 0x95, 0xa3, |
|
|
|
|
|
0x6f, 0x8b, 0xf1, 0x07, 0x00, 0x13, 0xea, 0x0f, 0x3f, 0x51, 0x87, 0x33, 0x53, 0x05, 0xaa, 0x4d, |
|
|
|
|
|
0xa8, 0xff, 0x3b, 0xf1, 0x81, 0x3c, 0x81, 0x32, 0xa7, 0x13, 0xbf, 0x55, 0x13, 0xec, 0xdf, 0x3c, |
|
|
|
|
|
0x92, 0xdd, 0xe4, 0xd1, 0xcb, 0xf7, 0xaf, 0xa9, 0x35, 0xef, 0xed, 0x22, 0xf9, 0xff, 0xeb, 0x7a, |
|
|
|
|
|
0xbf, 0x89, 0x98, 0x7b, 0xae, 0x6d, 0x71, 0x66, 0x7b, 0xfc, 0xca, 0x10, 0x36, 0xa4, 0x03, 0xa5, |
|
|
|
|
|
0x0b, 0xc6, 0x14, 0x0d, 0x6c, 0x84, 0xa6, 0x83, 0x47, 0x3f, 0x15, 0xc6, 0xb2, 0x72, 0x20, 0x44, |
|
|
|
|
|
0xff, 0x47, 0x21, 0x3a, 0xca, 0xa8, 0x12, 0x7c, 0xaf, 0x81, 0xde, 0x82, 0x3a, 0xaa, 0x17, 0x3e, |
|
|
|
|
|
0x33, 0xc5, 0xd1, 0x96, 0x8c, 0xda, 0x84, 0xfa, 0xef, 0xfc, 0xff, 0x6f, 0x0f, 0xf4, 0x3f, 0x15, |
|
|
|
|
|
0xb0, 0xc4, 0x25, 0xd9, 0x84, 0x9c, 0xc1, 0x66, 0x58, 0x58, 0x87, 0x0b, 0xcf, 0xa4, 0x9c, 0xfd, |
|
|
|
|
|
0xb7, 0x5e, 0x64, 0x23, 0x34, 0x78, 0x27, 0xf1, 0xe4, 0x37, 0xb0, 0x37, 0x46, 0xaf, 0x8e, 0xbf, |
|
|
|
|
|
0xf0, 0x87, 0x1e, 0x9d, 0x53, 0x3b, 0x74, 0x55, 0x4c, 0xb0, 0xe7, 0x59, 0x80, 0x7a, 0x8d, 0x20, |
|
|
|
|
|
0xdf, 0xd8, 0x19, 0x27, 0x3e, 0x28, 0x7f, 0xfa, 0x0f, 0xb1, 0x5a, 0xc7, 0x19, 0x2c, 0x6b, 0xaf, |
|
|
|
|
|
0xf5, 0x3f, 0x16, 0x60, 0x3d, 0xe5, 0x90, 0x74, 0x01, 0x24, 0x01, 0xf8, 0xd6, 0x67, 0xa6, 0x2a, |
|
|
|
|
|
0x6b, 0x10, 0x87, 0x08, 0xf8, 0x8d, 0xf5, 0x99, 0x19, 0xda, 0x28, 0x18, 0x92, 0xdb, 0x50, 0xe3, |
|
|
|
|
|
0x4b, 0x89, 0x4e, 0x76, 0x2f, 0x6f, 0x97, 0x02, 0x5a, 0xe5, 0xe2, 0x3f, 0x79, 0x08, 0xab, 0xd2, |
|
|
|
|
|
0xf1, 0xc4, 0xf5, 0x7d, 0xcb, 0x53, 0x35, 0x95, 0xc4, 0x5d, 0xbf, 0x10, 0x1a, 0xa3, 0x31, 0x8a, |
|
|
|
|
|
0x04, 0xfd, 0xf7, 0xa0, 0x85, 0xd3, 0x92, 0xef, 0x40, 0xb3, 0xe9, 0x72, 0x38, 0xba, 0x92, 0x7b, |
|
|
|
|
|
0x5c, 0xe8, 0x54, 0x8c, 0xba, 0x4d, 0x97, 0x3d, 0x94, 0xc9, 0x1e, 0xd4, 0x50, 0xc9, 0x97, 0x72, |
|
|
|
|
|
0xcf, 0x2a, 0x46, 0xd5, 0xa6, 0xcb, 0xb7, 0xcb, 0x50, 0x31, 0xa1, 0x7e, 0xd0, 0xb7, 0xd9, 0x74, |
|
|
|
|
|
0xf9, 0x82, 0xfa, 0xfa, 0x33, 0xa8, 0xca, 0x45, 0x7e, 0x93, 0x63, 0xb4, 0x2f, 0x26, 0xec, 0x7f, |
|
|
|
|
|
0x0e, 0x8d, 0xd8, 0xba, 0xc9, 0x4f, 0x60, 0x47, 0x46, 0xe8, 0xd1, 0x39, 0x17, 0x3b, 0x92, 0x70, |
|
|
|
|
|
0x48, 0x84, 0xf2, 0x35, 0x9d, 0x73, 0x9c, 0x52, 0xb8, 0xd6, 0xff, 0x56, 0x84, 0xaa, 0xec, 0xf2, |
|
|
|
|
|
0xc8, 0x6d, 0xac, 0x98, 0xd4, 0x72, 0x86, 0x96, 0x29, 0xc9, 0xbd, 0xd7, 0xf8, 0x7a, 0xbd, 0x5f, |
|
|
|
|
|
0x13, 0x44, 0x38, 0x38, 0xc7, 0x22, 0x89, 0x03, 0x33, 0xc6, 0x39, 0xc5, 0x44, 0x13, 0x4a, 0xa0, |
|
|
|
|
|
0xcc, 0x2d, 0x9b, 0xa9, 0x10, 0xc5, 0x18, 0x57, 0xee, 0x2c, 0x6c, 0xb1, 0x25, 0x65, 0xb9, 0x25, |
|
|
|
|
|
0xce, 0xc2, 0xc6, 0x2d, 0x79, 0x01, 0x6b, 0x31, 0xae, 0xb7, 0x4c, 0xd5, 0x83, 0x34, 0xe3, 0xa7, |
|
|
|
|
|
0x31, 0x38, 0xef, 0x6d, 0x61, 0xba, 0x7e, 0xbd, 0xde, 0x6f, 0xfc, 0x2a, 0x60, 0xff, 0xc1, 0xb9, |
|
|
|
|
|
0xd1, 0x08, 0x4b, 0xc1, 0xc0, 0x24, 0x1d, 0x10, 0x95, 0x61, 0x28, 0xab, 0xa3, 0xac, 0x18, 0x92, |
|
|
|
|
|
0x4c, 0x9b, 0xf8, 0x5d, 0x95, 0x4f, 0x6c, 0x72, 0xbf, 0x03, 0x0d, 0x93, 0x4e, 0x42, 0x24, 0xb7, |
|
|
|
|
|
0xd6, 0xf1, 0x83, 0x50, 0xde, 0x81, 0xf5, 0xa8, 0x3b, 0x95, 0x10, 0x49, 0xb4, 0xcd, 0xe8, 0xb3, |
|
|
|
|
|
0x00, 0xde, 0x82, 0x7a, 0x58, 0x99, 0x34, 0x81, 0xa8, 0x51, 0x55, 0x90, 0x5e, 0x41, 0x4d, 0x2d, |
|
|
|
|
|
0x31, 0xb3, 0xc9, 0xfe, 0x31, 0x54, 0xf0, 0x5c, 0x82, 0x0b, 0x15, 0x74, 0x3f, 0xe2, 0x3c, 0x18, |
|
|
|
|
|
0x4f, 0xb4, 0xda, 0x12, 0xa8, 0x9f, 0xc0, 0x5a, 0x42, 0x8b, 0x45, 0x80, 0xbb, 0x9c, 0xce, 0xd4, |
|
|
|
|
|
0x81, 0x4a, 0x21, 0x9c, 0xac, 0x18, 0x4d, 0xa6, 0x3f, 0x01, 0x2d, 0xbc, 0xf4, 0x78, 0x0a, 0xde, |
|
|
|
|
|
0x62, 0x34, 0x0c, 0x7e, 0xe6, 0xac, 0x1a, 0x55, 0x6f, 0x31, 0x7a, 0x29, 0x4b, 0x8d, 0xe7, 0x7e, |
|
|
|
|
|
0x52, 0x6d, 0x7f, 0xc9, 0x90, 0x82, 0xfe, 0x14, 0xea, 0x41, 0x43, 0x9e, 0x6f, 0x9a, 0x93, 0x05, |
|
|
|
|
|
0xc7, 0x5f, 0x2a, 0xb0, 0x7e, 0xda, 0x3b, 0x1b, 0x9c, 0x7a, 0xde, 0xcc, 0x1a, 0x53, 0x51, 0x94, |
|
|
|
|
|
0xbb, 0x50, 0x16, 0x6d, 0x47, 0xc6, 0x7b, 0x40, 0x3b, 0xab, 0xff, 0x25, 0xc7, 0x50, 0x11, 0xdd, |
|
|
|
|
|
0x07, 0xc9, 0x7a, 0x16, 0x68, 0x67, 0xb6, 0xc1, 0x38, 0x89, 0xec, 0x4f, 0x6e, 0xbe, 0x0e, 0xb4, |
|
|
|
|
|
0xb3, 0x7a, 0x61, 0xf2, 0x0c, 0xb4, 0xa8, 0x6f, 0xc8, 0x7b, 0x23, 0x68, 0xe7, 0x76, 0xc5, 0x68, |
|
|
|
|
|
0x1f, 0x55, 0x97, 0xbc, 0x5f, 0xd4, 0xed, 0xdc, 0xf6, 0x91, 0x3c, 0x86, 0x5a, 0x50, 0x84, 0xb3, |
|
|
|
|
|
0x7f, 0xc5, 0xb7, 0x73, 0x3a, 0x56, 0xdc, 0x1e, 0xd9, 0x8c, 0x64, 0x3d, 0x35, 0xb4, 0x33, 0xdb, |
|
|
|
|
|
0x6a, 0xf2, 0x10, 0xaa, 0x8a, 0x88, 0x33, 0x7f, 0x8f, 0xb7, 0xb3, 0xfb, 0x4e, 0x0c, 0x32, 0xfa, |
|
|
|
|
|
0xb9, 0x9b, 0xf7, 0x1c, 0xd2, 0xce, 0xed, 0xff, 0xc9, 0x29, 0x40, 0xec, 0xb7, 0x67, 0xee, 0x3b, |
|
|
|
|
|
0x47, 0x3b, 0xbf, 0xaf, 0x27, 0x98, 0x8e, 0xe1, 0x6f, 0xb5, 0xec, 0xf7, 0x87, 0x76, 0x5e, 0xab, |
|
|
|
|
|
0x3d, 0xaa, 0x8a, 0x37, 0xaa, 0x07, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x13, 0xc6, 0x62, 0xb1, |
|
|
|
|
|
0x1f, 0x13, 0x00, 0x00, |
|
|
} |
|
|
} |