OSDN Git Service

fix review
[bytom/vapor.git] / protocol / bc / bc.pb.go
index 3fdbcc0..46c01a9 100644 (file)
@@ -15,18 +15,19 @@ It has these top-level messages:
        AssetDefinition
        ValueSource
        ValueDestination
-       Proof
        BlockHeader
        TxHeader
        TxVerifyResult
        TransactionStatus
        Mux
        Coinbase
-       Output
+       IntraChainOutput
+       CrossChainOutput
+       VoteOutput
+       VetoInput
        Retirement
-       Issuance
        Spend
-       Claim
+       CrossChainInput
 */
 package bc
 
@@ -266,30 +267,6 @@ func (m *ValueDestination) GetPosition() uint64 {
        return 0
 }
 
-type Proof struct {
-       Sign           []byte `protobuf:"bytes,1,opt,name=sign,proto3" json:"sign,omitempty"`
-       ControlProgram []byte `protobuf:"bytes,2,opt,name=controlProgram,proto3" json:"controlProgram,omitempty"`
-}
-
-func (m *Proof) Reset()                    { *m = Proof{} }
-func (m *Proof) String() string            { return proto.CompactTextString(m) }
-func (*Proof) ProtoMessage()               {}
-func (*Proof) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
-
-func (m *Proof) GetSign() []byte {
-       if m != nil {
-               return m.Sign
-       }
-       return nil
-}
-
-func (m *Proof) GetControlProgram() []byte {
-       if m != nil {
-               return m.ControlProgram
-       }
-       return nil
-}
-
 type BlockHeader struct {
        Version               uint64             `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
        Height                uint64             `protobuf:"varint,2,opt,name=height" json:"height,omitempty"`
@@ -297,16 +274,14 @@ type BlockHeader struct {
        Timestamp             uint64             `protobuf:"varint,4,opt,name=timestamp" json:"timestamp,omitempty"`
        TransactionsRoot      *Hash              `protobuf:"bytes,5,opt,name=transactions_root,json=transactionsRoot" json:"transactions_root,omitempty"`
        TransactionStatusHash *Hash              `protobuf:"bytes,6,opt,name=transaction_status_hash,json=transactionStatusHash" json:"transaction_status_hash,omitempty"`
-       Nonce                 uint64             `protobuf:"varint,7,opt,name=nonce" json:"nonce,omitempty"`
-       Bits                  uint64             `protobuf:"varint,8,opt,name=bits" json:"bits,omitempty"`
-       TransactionStatus     *TransactionStatus `protobuf:"bytes,9,opt,name=transaction_status,json=transactionStatus" json:"transaction_status,omitempty"`
-       Proof                 *Proof             `protobuf:"bytes,10,opt,name=Proof" json:"Proof,omitempty"`
+       TransactionStatus     *TransactionStatus `protobuf:"bytes,7,opt,name=transaction_status,json=transactionStatus" json:"transaction_status,omitempty"`
+       WitnessArguments      [][]byte           `protobuf:"bytes,8,rep,name=witness_arguments,json=witnessArguments,proto3" json:"witness_arguments,omitempty"`
 }
 
 func (m *BlockHeader) Reset()                    { *m = BlockHeader{} }
 func (m *BlockHeader) String() string            { return proto.CompactTextString(m) }
 func (*BlockHeader) ProtoMessage()               {}
-func (*BlockHeader) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
+func (*BlockHeader) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
 
 func (m *BlockHeader) GetVersion() uint64 {
        if m != nil {
@@ -350,20 +325,6 @@ func (m *BlockHeader) GetTransactionStatusHash() *Hash {
        return nil
 }
 
-func (m *BlockHeader) GetNonce() uint64 {
-       if m != nil {
-               return m.Nonce
-       }
-       return 0
-}
-
-func (m *BlockHeader) GetBits() uint64 {
-       if m != nil {
-               return m.Bits
-       }
-       return 0
-}
-
 func (m *BlockHeader) GetTransactionStatus() *TransactionStatus {
        if m != nil {
                return m.TransactionStatus
@@ -371,9 +332,9 @@ func (m *BlockHeader) GetTransactionStatus() *TransactionStatus {
        return nil
 }
 
-func (m *BlockHeader) GetProof() *Proof {
+func (m *BlockHeader) GetWitnessArguments() [][]byte {
        if m != nil {
-               return m.Proof
+               return m.WitnessArguments
        }
        return nil
 }
@@ -388,7 +349,7 @@ type TxHeader struct {
 func (m *TxHeader) Reset()                    { *m = TxHeader{} }
 func (m *TxHeader) String() string            { return proto.CompactTextString(m) }
 func (*TxHeader) ProtoMessage()               {}
-func (*TxHeader) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} }
+func (*TxHeader) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
 
 func (m *TxHeader) GetVersion() uint64 {
        if m != nil {
@@ -425,7 +386,7 @@ type TxVerifyResult struct {
 func (m *TxVerifyResult) Reset()                    { *m = TxVerifyResult{} }
 func (m *TxVerifyResult) String() string            { return proto.CompactTextString(m) }
 func (*TxVerifyResult) ProtoMessage()               {}
-func (*TxVerifyResult) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} }
+func (*TxVerifyResult) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} }
 
 func (m *TxVerifyResult) GetStatusFail() bool {
        if m != nil {
@@ -442,7 +403,7 @@ type TransactionStatus struct {
 func (m *TransactionStatus) Reset()                    { *m = TransactionStatus{} }
 func (m *TransactionStatus) String() string            { return proto.CompactTextString(m) }
 func (*TransactionStatus) ProtoMessage()               {}
-func (*TransactionStatus) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} }
+func (*TransactionStatus) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} }
 
 func (m *TransactionStatus) GetVersion() uint64 {
        if m != nil {
@@ -468,7 +429,7 @@ type Mux struct {
 func (m *Mux) Reset()                    { *m = Mux{} }
 func (m *Mux) String() string            { return proto.CompactTextString(m) }
 func (*Mux) ProtoMessage()               {}
-func (*Mux) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} }
+func (*Mux) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} }
 
 func (m *Mux) GetSources() []*ValueSource {
        if m != nil {
@@ -506,7 +467,7 @@ type Coinbase struct {
 func (m *Coinbase) Reset()                    { *m = Coinbase{} }
 func (m *Coinbase) String() string            { return proto.CompactTextString(m) }
 func (*Coinbase) ProtoMessage()               {}
-func (*Coinbase) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} }
+func (*Coinbase) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} }
 
 func (m *Coinbase) GetWitnessDestination() *ValueDestination {
        if m != nil {
@@ -522,112 +483,168 @@ func (m *Coinbase) GetArbitrary() []byte {
        return nil
 }
 
-type Output struct {
+type IntraChainOutput struct {
        Source         *ValueSource `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"`
        ControlProgram *Program     `protobuf:"bytes,2,opt,name=control_program,json=controlProgram" json:"control_program,omitempty"`
        Ordinal        uint64       `protobuf:"varint,3,opt,name=ordinal" json:"ordinal,omitempty"`
 }
 
-func (m *Output) Reset()                    { *m = Output{} }
-func (m *Output) String() string            { return proto.CompactTextString(m) }
-func (*Output) ProtoMessage()               {}
-func (*Output) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} }
+func (m *IntraChainOutput) Reset()                    { *m = IntraChainOutput{} }
+func (m *IntraChainOutput) String() string            { return proto.CompactTextString(m) }
+func (*IntraChainOutput) ProtoMessage()               {}
+func (*IntraChainOutput) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} }
 
-func (m *Output) GetSource() *ValueSource {
+func (m *IntraChainOutput) GetSource() *ValueSource {
        if m != nil {
                return m.Source
        }
        return nil
 }
 
-func (m *Output) GetControlProgram() *Program {
+func (m *IntraChainOutput) GetControlProgram() *Program {
        if m != nil {
                return m.ControlProgram
        }
        return nil
 }
 
-func (m *Output) GetOrdinal() uint64 {
+func (m *IntraChainOutput) GetOrdinal() uint64 {
        if m != nil {
                return m.Ordinal
        }
        return 0
 }
 
-type Retirement struct {
-       Source  *ValueSource `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"`
-       Ordinal uint64       `protobuf:"varint,2,opt,name=ordinal" json:"ordinal,omitempty"`
+type CrossChainOutput struct {
+       Source         *ValueSource `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"`
+       ControlProgram *Program     `protobuf:"bytes,2,opt,name=control_program,json=controlProgram" json:"control_program,omitempty"`
+       Ordinal        uint64       `protobuf:"varint,3,opt,name=ordinal" json:"ordinal,omitempty"`
 }
 
-func (m *Retirement) Reset()                    { *m = Retirement{} }
-func (m *Retirement) String() string            { return proto.CompactTextString(m) }
-func (*Retirement) ProtoMessage()               {}
-func (*Retirement) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} }
+func (m *CrossChainOutput) Reset()                    { *m = CrossChainOutput{} }
+func (m *CrossChainOutput) String() string            { return proto.CompactTextString(m) }
+func (*CrossChainOutput) ProtoMessage()               {}
+func (*CrossChainOutput) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} }
 
-func (m *Retirement) GetSource() *ValueSource {
+func (m *CrossChainOutput) GetSource() *ValueSource {
        if m != nil {
                return m.Source
        }
        return nil
 }
 
-func (m *Retirement) GetOrdinal() uint64 {
+func (m *CrossChainOutput) GetControlProgram() *Program {
+       if m != nil {
+               return m.ControlProgram
+       }
+       return nil
+}
+
+func (m *CrossChainOutput) GetOrdinal() uint64 {
        if m != nil {
                return m.Ordinal
        }
        return 0
 }
 
-type Issuance struct {
-       NonceHash              *Hash             `protobuf:"bytes,1,opt,name=nonce_hash,json=nonceHash" json:"nonce_hash,omitempty"`
-       Value                  *AssetAmount      `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
-       WitnessDestination     *ValueDestination `protobuf:"bytes,3,opt,name=witness_destination,json=witnessDestination" json:"witness_destination,omitempty"`
-       WitnessAssetDefinition *AssetDefinition  `protobuf:"bytes,4,opt,name=witness_asset_definition,json=witnessAssetDefinition" json:"witness_asset_definition,omitempty"`
-       WitnessArguments       [][]byte          `protobuf:"bytes,5,rep,name=witness_arguments,json=witnessArguments,proto3" json:"witness_arguments,omitempty"`
-       Ordinal                uint64            `protobuf:"varint,6,opt,name=ordinal" json:"ordinal,omitempty"`
+type VoteOutput struct {
+       Source         *ValueSource `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"`
+       ControlProgram *Program     `protobuf:"bytes,2,opt,name=control_program,json=controlProgram" json:"control_program,omitempty"`
+       Ordinal        uint64       `protobuf:"varint,3,opt,name=ordinal" json:"ordinal,omitempty"`
+       Vote           []byte       `protobuf:"bytes,4,opt,name=vote,proto3" json:"vote,omitempty"`
 }
 
-func (m *Issuance) Reset()                    { *m = Issuance{} }
-func (m *Issuance) String() string            { return proto.CompactTextString(m) }
-func (*Issuance) ProtoMessage()               {}
-func (*Issuance) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} }
+func (m *VoteOutput) Reset()                    { *m = VoteOutput{} }
+func (m *VoteOutput) String() string            { return proto.CompactTextString(m) }
+func (*VoteOutput) ProtoMessage()               {}
+func (*VoteOutput) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} }
 
-func (m *Issuance) GetNonceHash() *Hash {
+func (m *VoteOutput) GetSource() *ValueSource {
        if m != nil {
-               return m.NonceHash
+               return m.Source
        }
        return nil
 }
 
-func (m *Issuance) GetValue() *AssetAmount {
+func (m *VoteOutput) GetControlProgram() *Program {
        if m != nil {
-               return m.Value
+               return m.ControlProgram
        }
        return nil
 }
 
-func (m *Issuance) GetWitnessDestination() *ValueDestination {
+func (m *VoteOutput) GetOrdinal() uint64 {
        if m != nil {
-               return m.WitnessDestination
+               return m.Ordinal
+       }
+       return 0
+}
+
+func (m *VoteOutput) GetVote() []byte {
+       if m != nil {
+               return m.Vote
        }
        return nil
 }
 
-func (m *Issuance) GetWitnessAssetDefinition() *AssetDefinition {
+type VetoInput struct {
+       SpentOutputId      *Hash             `protobuf:"bytes,1,opt,name=spent_output_id,json=spentOutputId" json:"spent_output_id,omitempty"`
+       WitnessDestination *ValueDestination `protobuf:"bytes,2,opt,name=witness_destination,json=witnessDestination" json:"witness_destination,omitempty"`
+       WitnessArguments   [][]byte          `protobuf:"bytes,3,rep,name=witness_arguments,json=witnessArguments,proto3" json:"witness_arguments,omitempty"`
+       Ordinal            uint64            `protobuf:"varint,4,opt,name=ordinal" json:"ordinal,omitempty"`
+}
+
+func (m *VetoInput) Reset()                    { *m = VetoInput{} }
+func (m *VetoInput) String() string            { return proto.CompactTextString(m) }
+func (*VetoInput) ProtoMessage()               {}
+func (*VetoInput) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} }
+
+func (m *VetoInput) GetSpentOutputId() *Hash {
        if m != nil {
-               return m.WitnessAssetDefinition
+               return m.SpentOutputId
+       }
+       return nil
+}
+
+func (m *VetoInput) GetWitnessDestination() *ValueDestination {
+       if m != nil {
+               return m.WitnessDestination
        }
        return nil
 }
 
-func (m *Issuance) GetWitnessArguments() [][]byte {
+func (m *VetoInput) GetWitnessArguments() [][]byte {
        if m != nil {
                return m.WitnessArguments
        }
        return nil
 }
 
-func (m *Issuance) GetOrdinal() uint64 {
+func (m *VetoInput) GetOrdinal() uint64 {
+       if m != nil {
+               return m.Ordinal
+       }
+       return 0
+}
+
+type Retirement struct {
+       Source  *ValueSource `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"`
+       Ordinal uint64       `protobuf:"varint,2,opt,name=ordinal" json:"ordinal,omitempty"`
+}
+
+func (m *Retirement) Reset()                    { *m = Retirement{} }
+func (m *Retirement) String() string            { return proto.CompactTextString(m) }
+func (*Retirement) ProtoMessage()               {}
+func (*Retirement) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{17} }
+
+func (m *Retirement) GetSource() *ValueSource {
+       if m != nil {
+               return m.Source
+       }
+       return nil
+}
+
+func (m *Retirement) GetOrdinal() uint64 {
        if m != nil {
                return m.Ordinal
        }
@@ -644,7 +661,7 @@ type Spend struct {
 func (m *Spend) Reset()                    { *m = Spend{} }
 func (m *Spend) String() string            { return proto.CompactTextString(m) }
 func (*Spend) ProtoMessage()               {}
-func (*Spend) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{17} }
+func (*Spend) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18} }
 
 func (m *Spend) GetSpentOutputId() *Hash {
        if m != nil {
@@ -674,50 +691,66 @@ func (m *Spend) GetOrdinal() uint64 {
        return 0
 }
 
-type Claim struct {
-       SpentOutputId      *Hash             `protobuf:"bytes,1,opt,name=spent_output_id,json=spentOutputId" json:"spent_output_id,omitempty"`
-       WitnessDestination *ValueDestination `protobuf:"bytes,2,opt,name=witness_destination,json=witnessDestination" json:"witness_destination,omitempty"`
-       WitnessArguments   [][]byte          `protobuf:"bytes,3,rep,name=witness_arguments,json=witnessArguments,proto3" json:"witness_arguments,omitempty"`
-       Ordinal            uint64            `protobuf:"varint,4,opt,name=ordinal" json:"ordinal,omitempty"`
-       Peginwitness       [][]byte          `protobuf:"bytes,5,rep,name=Peginwitness,proto3" json:"Peginwitness,omitempty"`
+type CrossChainInput struct {
+       MainchainOutputId  *Hash             `protobuf:"bytes,1,opt,name=mainchain_output_id,json=mainchainOutputId" json:"mainchain_output_id,omitempty"`
+       Value              *AssetAmount      `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
+       WitnessDestination *ValueDestination `protobuf:"bytes,3,opt,name=witness_destination,json=witnessDestination" json:"witness_destination,omitempty"`
+       ControlProgram     *Program          `protobuf:"bytes,4,opt,name=control_program,json=controlProgram" json:"control_program,omitempty"`
+       WitnessArguments   [][]byte          `protobuf:"bytes,5,rep,name=witness_arguments,json=witnessArguments,proto3" json:"witness_arguments,omitempty"`
+       Ordinal            uint64            `protobuf:"varint,6,opt,name=ordinal" json:"ordinal,omitempty"`
+       AssetDefinition    *AssetDefinition  `protobuf:"bytes,7,opt,name=asset_definition,json=assetDefinition" json:"asset_definition,omitempty"`
 }
 
-func (m *Claim) Reset()                    { *m = Claim{} }
-func (m *Claim) String() string            { return proto.CompactTextString(m) }
-func (*Claim) ProtoMessage()               {}
-func (*Claim) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18} }
+func (m *CrossChainInput) Reset()                    { *m = CrossChainInput{} }
+func (m *CrossChainInput) String() string            { return proto.CompactTextString(m) }
+func (*CrossChainInput) ProtoMessage()               {}
+func (*CrossChainInput) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{19} }
 
-func (m *Claim) GetSpentOutputId() *Hash {
+func (m *CrossChainInput) GetMainchainOutputId() *Hash {
        if m != nil {
-               return m.SpentOutputId
+               return m.MainchainOutputId
+       }
+       return nil
+}
+
+func (m *CrossChainInput) GetValue() *AssetAmount {
+       if m != nil {
+               return m.Value
        }
        return nil
 }
 
-func (m *Claim) GetWitnessDestination() *ValueDestination {
+func (m *CrossChainInput) GetWitnessDestination() *ValueDestination {
        if m != nil {
                return m.WitnessDestination
        }
        return nil
 }
 
-func (m *Claim) GetWitnessArguments() [][]byte {
+func (m *CrossChainInput) GetControlProgram() *Program {
+       if m != nil {
+               return m.ControlProgram
+       }
+       return nil
+}
+
+func (m *CrossChainInput) GetWitnessArguments() [][]byte {
        if m != nil {
                return m.WitnessArguments
        }
        return nil
 }
 
-func (m *Claim) GetOrdinal() uint64 {
+func (m *CrossChainInput) GetOrdinal() uint64 {
        if m != nil {
                return m.Ordinal
        }
        return 0
 }
 
-func (m *Claim) GetPeginwitness() [][]byte {
+func (m *CrossChainInput) GetAssetDefinition() *AssetDefinition {
        if m != nil {
-               return m.Peginwitness
+               return m.AssetDefinition
        }
        return nil
 }
@@ -730,84 +763,83 @@ func init() {
        proto.RegisterType((*AssetDefinition)(nil), "bc.AssetDefinition")
        proto.RegisterType((*ValueSource)(nil), "bc.ValueSource")
        proto.RegisterType((*ValueDestination)(nil), "bc.ValueDestination")
-       proto.RegisterType((*Proof)(nil), "bc.Proof")
        proto.RegisterType((*BlockHeader)(nil), "bc.BlockHeader")
        proto.RegisterType((*TxHeader)(nil), "bc.TxHeader")
        proto.RegisterType((*TxVerifyResult)(nil), "bc.TxVerifyResult")
        proto.RegisterType((*TransactionStatus)(nil), "bc.TransactionStatus")
        proto.RegisterType((*Mux)(nil), "bc.Mux")
        proto.RegisterType((*Coinbase)(nil), "bc.Coinbase")
-       proto.RegisterType((*Output)(nil), "bc.Output")
+       proto.RegisterType((*IntraChainOutput)(nil), "bc.IntraChainOutput")
+       proto.RegisterType((*CrossChainOutput)(nil), "bc.CrossChainOutput")
+       proto.RegisterType((*VoteOutput)(nil), "bc.VoteOutput")
+       proto.RegisterType((*VetoInput)(nil), "bc.VetoInput")
        proto.RegisterType((*Retirement)(nil), "bc.Retirement")
-       proto.RegisterType((*Issuance)(nil), "bc.Issuance")
        proto.RegisterType((*Spend)(nil), "bc.Spend")
-       proto.RegisterType((*Claim)(nil), "bc.Claim")
+       proto.RegisterType((*CrossChainInput)(nil), "bc.CrossChainInput")
 }
 
 func init() { proto.RegisterFile("bc.proto", fileDescriptor0) }
 
 var fileDescriptor0 = []byte{
-       // 982 bytes of a gzipped FileDescriptorProto
-       0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x56, 0xcd, 0x6e, 0xdb, 0xc6,
-       0x13, 0x87, 0x24, 0xea, 0x6b, 0xe4, 0x58, 0xd6, 0xda, 0xc9, 0x9f, 0x08, 0xf2, 0x47, 0x02, 0x02,
-       0x89, 0x5b, 0x14, 0x30, 0x6c, 0x39, 0x6d, 0x2f, 0x3d, 0xd4, 0xb5, 0x9b, 0x46, 0x07, 0x23, 0xc6,
-       0xda, 0xf0, 0x95, 0x58, 0x91, 0x2b, 0x69, 0x51, 0x8a, 0xab, 0xee, 0x2e, 0x55, 0xc7, 0xb7, 0x3e,
-       0x44, 0x8f, 0x7d, 0x8e, 0x3e, 0x42, 0x4f, 0x7d, 0x92, 0xbe, 0x44, 0xb1, 0xc3, 0xa5, 0x44, 0x7d,
-       0xe4, 0x0b, 0x45, 0x0f, 0xbd, 0x71, 0x66, 0x67, 0xe7, 0xe3, 0x37, 0xbf, 0x99, 0x25, 0xb4, 0x86,
-       0xd1, 0xd1, 0x4c, 0x49, 0x23, 0x49, 0x75, 0x18, 0x05, 0xaf, 0xc0, 0x7b, 0xcd, 0xf4, 0x84, 0xec,
-       0x42, 0x75, 0x7e, 0xec, 0x57, 0x9e, 0x55, 0x3e, 0x6b, 0xd0, 0xea, 0xfc, 0x18, 0xe5, 0x13, 0xbf,
-       0xea, 0xe4, 0x13, 0x94, 0xfb, 0x7e, 0xcd, 0xc9, 0x7d, 0x94, 0x4f, 0x7d, 0xcf, 0xc9, 0xa7, 0xc1,
-       0x37, 0xd0, 0xbc, 0x52, 0x72, 0xac, 0xd8, 0x94, 0xfc, 0x1f, 0x60, 0x3e, 0x0d, 0xe7, 0x5c, 0x69,
-       0x21, 0x53, 0x74, 0xe9, 0xd1, 0xf6, 0x7c, 0x7a, 0x9b, 0x2b, 0x08, 0x01, 0x2f, 0x92, 0x31, 0x47,
-       0xdf, 0x3b, 0x14, 0xbf, 0x83, 0x01, 0x34, 0xcf, 0xb4, 0xe6, 0x66, 0x70, 0xf1, 0x8f, 0x13, 0xb9,
-       0x84, 0x0e, 0xba, 0x3a, 0x9b, 0xca, 0x2c, 0x35, 0xe4, 0x05, 0xb4, 0x98, 0x15, 0x43, 0x11, 0xa3,
-       0xd3, 0x4e, 0xbf, 0x73, 0x34, 0x8c, 0x8e, 0x5c, 0x34, 0xda, 0xc4, 0xc3, 0x41, 0x4c, 0x1e, 0x41,
-       0x83, 0xe1, 0x0d, 0x0c, 0xe5, 0x51, 0x27, 0x05, 0x63, 0xe8, 0xa2, 0xed, 0x05, 0x1f, 0x89, 0x54,
-       0x18, 0x5b, 0xc0, 0x57, 0xb0, 0x27, 0xb4, 0xce, 0x58, 0x1a, 0xf1, 0x70, 0x96, 0xd7, 0x5c, 0x76,
-       0xed, 0x60, 0xa0, 0xdd, 0xc2, 0xa8, 0xc0, 0xe5, 0x09, 0x78, 0x31, 0x33, 0x0c, 0x03, 0x74, 0xfa,
-       0x2d, 0x6b, 0x6b, 0xa1, 0xa7, 0xa8, 0x0d, 0x12, 0xe8, 0xdc, 0xb2, 0x24, 0xe3, 0xd7, 0x32, 0x53,
-       0x11, 0x27, 0x8f, 0xa1, 0xa6, 0xf8, 0xc8, 0xf9, 0x5d, 0xda, 0x5a, 0x25, 0x79, 0x0e, 0xf5, 0xb9,
-       0x35, 0x75, 0x9e, 0xba, 0x8b, 0x82, 0xf2, 0x9a, 0x69, 0x7e, 0x4a, 0x1e, 0x43, 0x6b, 0x26, 0x35,
-       0xe6, 0x8c, 0x78, 0x79, 0x74, 0x21, 0x07, 0x3f, 0xc1, 0x1e, 0x46, 0xbb, 0xe0, 0xda, 0x88, 0x94,
-       0x61, 0x5d, 0xff, 0x72, 0xc8, 0x73, 0xa8, 0x5f, 0x29, 0x29, 0x47, 0x96, 0x00, 0x5a, 0x8c, 0x73,
-       0x66, 0xec, 0x50, 0xfc, 0x26, 0x2f, 0x60, 0x37, 0x92, 0xa9, 0x51, 0x32, 0x71, 0x68, 0x39, 0x7a,
-       0xac, 0x69, 0x83, 0xdf, 0x6a, 0xd0, 0xf9, 0x2e, 0x91, 0xd1, 0x8f, 0xaf, 0x39, 0x8b, 0xb9, 0x22,
-       0x3e, 0x34, 0x57, 0x89, 0x56, 0x88, 0xb6, 0xa1, 0x13, 0x2e, 0xc6, 0x93, 0x45, 0x43, 0x73, 0x89,
-       0xbc, 0x84, 0xde, 0x4c, 0xf1, 0xb9, 0x90, 0x99, 0x0e, 0x87, 0xd6, 0x93, 0x65, 0x46, 0x6d, 0xad,
-       0xe6, 0x6e, 0x61, 0x82, 0xb1, 0x06, 0x31, 0x79, 0x02, 0x6d, 0x23, 0xa6, 0x5c, 0x1b, 0x36, 0x9d,
-       0x21, 0xd9, 0x3c, 0xba, 0x54, 0x90, 0x2f, 0xa1, 0x67, 0x14, 0x4b, 0x35, 0x8b, 0x6c, 0xa5, 0x3a,
-       0x54, 0x52, 0x1a, 0xbf, 0xbe, 0xe6, 0x73, 0xaf, 0x6c, 0x42, 0xa5, 0x34, 0xe4, 0x5b, 0xf8, 0x5f,
-       0x49, 0x17, 0x6a, 0xc3, 0x4c, 0xa6, 0xc3, 0x09, 0xd3, 0x13, 0xbf, 0xb1, 0x76, 0xf9, 0x61, 0xc9,
-       0xf0, 0x1a, 0xed, 0x70, 0x6a, 0x0f, 0xa0, 0x9e, 0xca, 0x34, 0xe2, 0x7e, 0x13, 0x53, 0xca, 0x05,
-       0x0b, 0xf0, 0x50, 0x18, 0xed, 0xb7, 0x50, 0x89, 0xdf, 0xe4, 0x02, 0xc8, 0x66, 0x2c, 0xbf, 0x8d,
-       0x61, 0x1e, 0xda, 0x30, 0x37, 0xeb, 0x01, 0x68, 0x6f, 0x23, 0x26, 0x79, 0xea, 0x7a, 0xe8, 0x03,
-       0x5e, 0x6c, 0x3b, 0xbe, 0xcb, 0x11, 0xcd, 0xf5, 0xc1, 0xaf, 0x15, 0x68, 0xdd, 0xdc, 0x7d, 0xb0,
-       0x39, 0x87, 0xd0, 0xd5, 0x5c, 0x09, 0x96, 0x88, 0x7b, 0x1e, 0x87, 0x5a, 0xdc, 0x73, 0xd7, 0xa5,
-       0xdd, 0xa5, 0xfa, 0x5a, 0xdc, 0x73, 0xbb, 0x4b, 0x2c, 0xcc, 0xa1, 0x62, 0xe9, 0x98, 0x3b, 0x4a,
-       0x21, 0xf0, 0xd4, 0x2a, 0xc8, 0x21, 0x80, 0xe2, 0x3a, 0x4b, 0xec, 0x78, 0x6b, 0xdf, 0x7b, 0x56,
-       0x5b, 0x01, 0xad, 0x9d, 0x9f, 0x0d, 0x62, 0x1d, 0x9c, 0xc0, 0xee, 0xcd, 0xdd, 0x2d, 0x57, 0x62,
-       0xf4, 0x96, 0xa2, 0x92, 0x3c, 0x85, 0x8e, 0x03, 0x7c, 0xc4, 0x44, 0x82, 0x09, 0xb6, 0x28, 0xe4,
-       0xaa, 0x57, 0x4c, 0x24, 0xc1, 0x08, 0x7a, 0x1b, 0x98, 0xbc, 0xa7, 0xa4, 0xaf, 0xe1, 0xc1, 0x1c,
-       0xfd, 0x17, 0xd8, 0x56, 0x31, 0x1b, 0x82, 0xd8, 0xae, 0x84, 0xa6, 0x3b, 0xb9, 0x61, 0xee, 0x32,
-       0xf8, 0xb3, 0x02, 0xb5, 0xcb, 0xec, 0x8e, 0x7c, 0x0e, 0x4d, 0x8d, 0xb3, 0xaf, 0xfd, 0x0a, 0x5e,
-       0xc5, 0x21, 0x2b, 0xed, 0x04, 0x5a, 0x9c, 0x93, 0xe7, 0xd0, 0x9c, 0x95, 0xc6, 0x64, 0x6d, 0xf1,
-       0x14, 0x67, 0xe4, 0x07, 0x38, 0xf8, 0x59, 0x98, 0x94, 0x6b, 0x1d, 0xc6, 0xcb, 0x39, 0xd7, 0x7e,
-       0x0d, 0xdd, 0x1f, 0x2c, 0xdc, 0x97, 0x96, 0x00, 0xdd, 0x77, 0x37, 0x4a, 0x3a, 0x4d, 0xbe, 0x80,
-       0x5e, 0xe1, 0x88, 0xa9, 0x71, 0x36, 0xe5, 0xa9, 0xc9, 0xd1, 0xde, 0xa1, 0x7b, 0xee, 0xe0, 0xac,
-       0xd0, 0x07, 0x12, 0x5a, 0xe7, 0x52, 0xa4, 0x43, 0xa6, 0x39, 0xf9, 0x1e, 0xf6, 0xb7, 0x64, 0xe0,
-       0x56, 0xcc, 0xf6, 0x04, 0xc8, 0x66, 0x02, 0x76, 0xfa, 0x98, 0x1a, 0x0a, 0xa3, 0x98, 0x7a, 0xeb,
-       0x16, 0xc3, 0x52, 0x11, 0xfc, 0x52, 0x81, 0xc6, 0x9b, 0xcc, 0xcc, 0x32, 0x43, 0x0e, 0xa1, 0x91,
-       0x63, 0xe4, 0x42, 0x6c, 0x40, 0xe8, 0x8e, 0xc9, 0x4b, 0xe8, 0xba, 0xcd, 0x12, 0xbe, 0x07, 0xc9,
-       0xb5, 0xed, 0x63, 0xbb, 0x2f, 0x55, 0x2c, 0x52, 0x96, 0x38, 0x2a, 0x16, 0x62, 0xf0, 0x06, 0x80,
-       0x72, 0x23, 0x14, 0xb7, 0x18, 0x7c, 0x7c, 0x1a, 0x25, 0x87, 0xd5, 0x55, 0x87, 0xbf, 0x57, 0xa1,
-       0x35, 0x70, 0x0f, 0x88, 0xa5, 0x39, 0x4e, 0x76, 0xbe, 0x1b, 0xd6, 0x17, 0x74, 0x1b, 0xcf, 0x70,
-       0x1f, 0x7c, 0xe4, 0x9a, 0x7e, 0x47, 0x5b, 0x6a, 0x9f, 0xd8, 0x96, 0x4b, 0xf0, 0x17, 0xb4, 0xc0,
-       0x37, 0x36, 0x5e, 0x3c, 0x92, 0xb8, 0x23, 0x3b, 0xfd, 0xfd, 0x45, 0x02, 0xcb, 0xf7, 0x93, 0x3e,
-       0x2a, 0x28, 0xb3, 0xf6, 0xae, 0x6e, 0x65, 0x59, 0x7d, 0x3b, 0xcb, 0xca, 0xc8, 0x35, 0x56, 0x91,
-       0xfb, 0xa3, 0x02, 0xf5, 0xeb, 0x19, 0x4f, 0x63, 0x72, 0x0c, 0x5d, 0x3d, 0xe3, 0xa9, 0x09, 0x25,
-       0xb2, 0x63, 0xf9, 0x0b, 0xb0, 0xc4, 0xee, 0x01, 0x1a, 0xe4, 0xec, 0x19, 0xc4, 0xef, 0x02, 0xa6,
-       0xfa, 0x89, 0xc0, 0x6c, 0xad, 0xa4, 0xf6, 0xe1, 0x4a, 0xbc, 0xd5, 0x4a, 0xfe, 0xaa, 0x40, 0xfd,
-       0x3c, 0x61, 0x62, 0xfa, 0x5f, 0xaf, 0x84, 0x04, 0xb0, 0x73, 0xc5, 0xc7, 0x22, 0x75, 0x57, 0x5c,
-       0x57, 0x57, 0x74, 0xc3, 0x06, 0xfe, 0x94, 0x9e, 0xfe, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x3c, 0x29,
-       0x9e, 0x4e, 0xa0, 0x0a, 0x00, 0x00,
+       // 958 bytes of a gzipped FileDescriptorProto
+       0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x56, 0x5f, 0x6f, 0x23, 0x35,
+       0x10, 0x57, 0x36, 0xdb, 0x24, 0x9d, 0xf4, 0x9a, 0xc4, 0xbd, 0x83, 0xd5, 0xe9, 0x10, 0xd5, 0x4a,
+       0x47, 0x0f, 0x21, 0x55, 0xfd, 0x73, 0xfc, 0x79, 0x40, 0x88, 0xd2, 0x72, 0x5c, 0x1e, 0x4e, 0x87,
+       0xdc, 0x2a, 0xaf, 0x2b, 0x67, 0xd7, 0x49, 0x2c, 0x92, 0x75, 0xb0, 0xbd, 0xa1, 0xd7, 0xaf, 0xc0,
+       0x33, 0x0f, 0x7c, 0x22, 0x1e, 0x10, 0x5f, 0x87, 0x57, 0x90, 0x67, 0xbd, 0xc9, 0xa6, 0x49, 0xdb,
+       0xab, 0x10, 0x82, 0x7b, 0xdb, 0x19, 0x8f, 0x7f, 0x33, 0xf3, 0xf3, 0xfc, 0xbc, 0x86, 0x46, 0x3f,
+       0xde, 0x9f, 0x2a, 0x69, 0x24, 0xf1, 0xfa, 0x71, 0xf8, 0x02, 0xfc, 0x97, 0x4c, 0x8f, 0xc8, 0x36,
+       0x78, 0xb3, 0x83, 0xa0, 0xb2, 0x5b, 0x79, 0x56, 0xa3, 0xde, 0xec, 0x00, 0xed, 0xc3, 0xc0, 0x73,
+       0xf6, 0x21, 0xda, 0x47, 0x41, 0xd5, 0xd9, 0x47, 0x68, 0x1f, 0x07, 0xbe, 0xb3, 0x8f, 0xc3, 0x2f,
+       0xa1, 0xfe, 0xbd, 0x92, 0x43, 0xc5, 0x26, 0xe4, 0x03, 0x80, 0xd9, 0x24, 0x9a, 0x71, 0xa5, 0x85,
+       0x4c, 0x11, 0xd2, 0xa7, 0x9b, 0xb3, 0x49, 0x2f, 0x77, 0x10, 0x02, 0x7e, 0x2c, 0x13, 0x8e, 0xd8,
+       0x5b, 0x14, 0xbf, 0xc3, 0x2e, 0xd4, 0x4f, 0xb4, 0xe6, 0xa6, 0x7b, 0xf6, 0x8f, 0x0b, 0x79, 0x05,
+       0x4d, 0x84, 0x3a, 0x99, 0xc8, 0x2c, 0x35, 0xe4, 0x23, 0x68, 0x30, 0x6b, 0x46, 0x22, 0x41, 0xd0,
+       0xe6, 0x51, 0x73, 0xbf, 0x1f, 0xef, 0xbb, 0x6c, 0xb4, 0x8e, 0x8b, 0xdd, 0x84, 0xbc, 0x07, 0x35,
+       0x86, 0x3b, 0x30, 0x95, 0x4f, 0x9d, 0x15, 0x0e, 0xa1, 0x85, 0xb1, 0x67, 0x7c, 0x20, 0x52, 0x61,
+       0x6c, 0x03, 0x9f, 0x41, 0x5b, 0x68, 0x9d, 0xb1, 0x34, 0xe6, 0xd1, 0x34, 0xef, 0xb9, 0x0c, 0xed,
+       0x68, 0xa0, 0xad, 0x22, 0xa8, 0xe0, 0xe5, 0x09, 0xf8, 0x09, 0x33, 0x0c, 0x13, 0x34, 0x8f, 0x1a,
+       0x36, 0xd6, 0x52, 0x4f, 0xd1, 0x1b, 0x8e, 0xa1, 0xd9, 0x63, 0xe3, 0x8c, 0x9f, 0xcb, 0x4c, 0xc5,
+       0x9c, 0x3c, 0x86, 0xaa, 0xe2, 0x03, 0x87, 0xbb, 0x88, 0xb5, 0x4e, 0xf2, 0x14, 0x36, 0x66, 0x36,
+       0xd4, 0x21, 0xb5, 0xe6, 0x0d, 0xe5, 0x3d, 0xd3, 0x7c, 0x95, 0x3c, 0x86, 0xc6, 0x54, 0x6a, 0xac,
+       0x19, 0xf9, 0xf2, 0xe9, 0xdc, 0x0e, 0x7f, 0x84, 0x36, 0x66, 0x3b, 0xe3, 0xda, 0x88, 0x94, 0x61,
+       0x5f, 0xff, 0x72, 0xca, 0xbf, 0x3c, 0x68, 0x7e, 0x33, 0x96, 0xf1, 0x0f, 0x2f, 0x39, 0x4b, 0xb8,
+       0x22, 0x01, 0xd4, 0x97, 0x67, 0xa4, 0x30, 0xed, 0x59, 0x8c, 0xb8, 0x18, 0x8e, 0xe6, 0x67, 0x91,
+       0x5b, 0xe4, 0x39, 0x74, 0xa6, 0x8a, 0xcf, 0x84, 0xcc, 0x74, 0xd4, 0xb7, 0x48, 0xf6, 0x50, 0xab,
+       0xd7, 0xca, 0x6d, 0x15, 0x21, 0x98, 0xab, 0x9b, 0x90, 0x27, 0xb0, 0x69, 0xc4, 0x84, 0x6b, 0xc3,
+       0x26, 0x53, 0x9c, 0x13, 0x9f, 0x2e, 0x1c, 0xe4, 0x53, 0xe8, 0x18, 0xc5, 0x52, 0xcd, 0x62, 0x5b,
+       0xa4, 0x8e, 0x94, 0x94, 0x26, 0xd8, 0xb8, 0x86, 0xd9, 0x2e, 0x87, 0x50, 0x29, 0x0d, 0xf9, 0x1a,
+       0xde, 0x2f, 0xf9, 0x22, 0x6d, 0x98, 0xc9, 0x74, 0x34, 0x62, 0x7a, 0x14, 0xd4, 0xae, 0x6d, 0x7e,
+       0x54, 0x0a, 0x3c, 0xc7, 0x38, 0x14, 0xdc, 0x19, 0x90, 0x55, 0x84, 0xa0, 0x8e, 0x9b, 0x1f, 0xd9,
+       0xcd, 0x17, 0xd7, 0xb7, 0xd1, 0xce, 0x0a, 0x12, 0xf9, 0x04, 0x3a, 0x3f, 0x09, 0x93, 0x72, 0xad,
+       0x23, 0xa6, 0x86, 0xd9, 0x84, 0xa7, 0x46, 0x07, 0x8d, 0xdd, 0xea, 0xb3, 0x2d, 0xda, 0x76, 0x0b,
+       0x27, 0x85, 0x3f, 0xfc, 0xa5, 0x02, 0x8d, 0x8b, 0xcb, 0x3b, 0xe9, 0xdf, 0x83, 0x96, 0xe6, 0x4a,
+       0xb0, 0xb1, 0xb8, 0xe2, 0x49, 0xa4, 0xc5, 0x15, 0x77, 0xe7, 0xb0, 0xbd, 0x70, 0x9f, 0x8b, 0x2b,
+       0x6e, 0x85, 0x6e, 0x89, 0x8c, 0x14, 0x4b, 0x87, 0xdc, 0x9d, 0x37, 0x52, 0x4b, 0xad, 0x83, 0xec,
+       0x01, 0x28, 0xae, 0xb3, 0xb1, 0xd5, 0x9e, 0x0e, 0xfc, 0xdd, 0xea, 0x12, 0x2d, 0x9b, 0xf9, 0x5a,
+       0x37, 0xd1, 0xe1, 0x21, 0x6c, 0x5f, 0x5c, 0xf6, 0xb8, 0x12, 0x83, 0x37, 0x14, 0x9d, 0xe4, 0x43,
+       0x68, 0x3a, 0x4a, 0x07, 0x4c, 0x8c, 0xb1, 0xc0, 0x06, 0x85, 0xdc, 0xf5, 0x82, 0x89, 0x71, 0x38,
+       0x80, 0xce, 0x0a, 0x3f, 0xb7, 0xb4, 0xf4, 0x39, 0x3c, 0x98, 0x21, 0x7e, 0xc1, 0xb3, 0x87, 0xd5,
+       0x10, 0xe4, 0x79, 0x29, 0x35, 0xdd, 0xca, 0x03, 0x73, 0xc8, 0xf0, 0x8f, 0x0a, 0x54, 0x5f, 0x65,
+       0x97, 0xe4, 0x63, 0xa8, 0x6b, 0x14, 0xa6, 0x0e, 0x2a, 0xb8, 0x15, 0x15, 0x50, 0x12, 0x2c, 0x2d,
+       0xd6, 0xc9, 0x53, 0xa8, 0x17, 0xb7, 0x82, 0xb7, 0x7a, 0x2b, 0x14, 0x6b, 0xe4, 0x3b, 0x78, 0x58,
+       0x9c, 0x5c, 0xb2, 0x10, 0xa1, 0x0e, 0xaa, 0x08, 0xff, 0x70, 0x0e, 0x5f, 0x52, 0x28, 0xdd, 0x71,
+       0x3b, 0x4a, 0xbe, 0x1b, 0x46, 0xc0, 0xbf, 0x61, 0x04, 0x24, 0x34, 0x4e, 0xa5, 0x48, 0xfb, 0x4c,
+       0x73, 0xf2, 0x2d, 0xec, 0xac, 0xa9, 0xc0, 0xe9, 0x7f, 0x7d, 0x01, 0x64, 0xb5, 0x00, 0xab, 0x2f,
+       0xa6, 0xfa, 0xc2, 0x28, 0xa6, 0xde, 0xb8, 0x4b, 0x7d, 0xe1, 0x08, 0x7f, 0xae, 0x40, 0xbb, 0x9b,
+       0x1a, 0xc5, 0x4e, 0x47, 0x4c, 0xa4, 0xaf, 0x33, 0x33, 0xcd, 0x0c, 0xd9, 0x83, 0x5a, 0xce, 0x96,
+       0x4b, 0xb6, 0x42, 0xa6, 0x5b, 0x26, 0xcf, 0xa1, 0x15, 0xcb, 0xd4, 0x28, 0x39, 0x8e, 0x6e, 0xe1,
+       0x74, 0xdb, 0xc5, 0x14, 0x17, 0x6d, 0x00, 0x75, 0xa9, 0x12, 0x91, 0xb2, 0xb1, 0x1b, 0xca, 0xc2,
+       0xc4, 0x6a, 0x4e, 0x95, 0xd4, 0xfa, 0x7f, 0x51, 0xcd, 0xaf, 0x15, 0x80, 0x9e, 0x34, 0xfc, 0x3f,
+       0xae, 0xc3, 0xfe, 0x91, 0x67, 0xd2, 0x70, 0xbc, 0x1c, 0xb7, 0x28, 0x7e, 0x87, 0xbf, 0x57, 0x60,
+       0xb3, 0xc7, 0x8d, 0xec, 0xa6, 0xb6, 0xb4, 0x03, 0x68, 0xe9, 0x29, 0x4f, 0x4d, 0x24, 0xb1, 0xd4,
+       0xc5, 0xcf, 0x74, 0xa1, 0xe7, 0x07, 0x18, 0x90, 0xb7, 0xd2, 0x4d, 0x6e, 0x1a, 0x2e, 0xef, 0x9e,
+       0xc3, 0xb5, 0x76, 0xb8, 0xab, 0xeb, 0x87, 0xbb, 0xdc, 0xa1, 0xbf, 0xcc, 0xf4, 0x6b, 0x00, 0xca,
+       0x8d, 0x50, 0xdc, 0x06, 0xbe, 0x3d, 0xd1, 0x25, 0x40, 0x6f, 0x19, 0xf0, 0xb7, 0x0a, 0x6c, 0x9c,
+       0x4f, 0x79, 0x9a, 0xbc, 0xf3, 0xd4, 0xfc, 0xe9, 0x41, 0x6b, 0x21, 0x89, 0xfc, 0xb8, 0xbf, 0x80,
+       0x9d, 0x09, 0x13, 0x69, 0x6c, 0x3d, 0xb7, 0xf4, 0xd5, 0x99, 0x07, 0xcd, 0x7b, 0x7b, 0xcb, 0x77,
+       0xc2, 0x0d, 0x14, 0x54, 0xef, 0x49, 0xc1, 0x1a, 0x21, 0xf8, 0x77, 0x0b, 0x61, 0x2d, 0x71, 0x1b,
+       0x77, 0x13, 0x57, 0x5b, 0x56, 0xcd, 0x57, 0xd0, 0xce, 0x5f, 0x96, 0xc9, 0xfc, 0x69, 0xe8, 0x7e,
+       0xdf, 0x3b, 0xf3, 0xae, 0x17, 0xaf, 0x46, 0xda, 0x62, 0xcb, 0x8e, 0x7e, 0x0d, 0x1f, 0xe1, 0xc7,
+       0x7f, 0x07, 0x00, 0x00, 0xff, 0xff, 0xb9, 0x92, 0x71, 0x95, 0x90, 0x0b, 0x00, 0x00,
 }