diff --git a/pb/sf/gear/decoded/type/v1/decoded_block.pb.go b/pb/sf/gear/decoded/type/v1/decoded_block.pb.go deleted file mode 100644 index 46013be..0000000 --- a/pb/sf/gear/decoded/type/v1/decoded_block.pb.go +++ /dev/null @@ -1,1023 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.28.1 -// protoc (unknown) -// source: sf/gear/decoded/type/v1/decoded_block.proto - -package pbgear - -import ( - v11 "github.com/streamingfast/firehose-gear/pb/sf/gear/metadata/type/v1" - v1 "github.com/streamingfast/firehose-gear/pb/sf/gear/type/v1" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type DecodedBlock struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Number uint64 `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"` - Hash []byte `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` - Header *v1.Header `protobuf:"bytes,3,opt,name=header,proto3" json:"header,omitempty"` - Extrinsics []*v1.Extrinsic `protobuf:"bytes,4,rep,name=extrinsics,proto3" json:"extrinsics,omitempty"` - Events []*v1.Event `protobuf:"bytes,5,rep,name=events,proto3" json:"events,omitempty"` - DigestItems []*v1.DigestItem `protobuf:"bytes,6,rep,name=digest_items,json=digestItems,proto3" json:"digest_items,omitempty"` - Justification []byte `protobuf:"bytes,7,opt,name=justification,proto3" json:"justification,omitempty"` - RawEvents []byte `protobuf:"bytes,8,opt,name=raw_events,json=rawEvents,proto3" json:"raw_events,omitempty"` - DecodedExtrinsics []*DecodedExtrinsic `protobuf:"bytes,9,rep,name=decoded_extrinsics,json=decodedExtrinsics,proto3" json:"decoded_extrinsics,omitempty"` -} - -func (x *DecodedBlock) Reset() { - *x = DecodedBlock{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_decoded_type_v1_decoded_block_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DecodedBlock) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DecodedBlock) ProtoMessage() {} - -func (x *DecodedBlock) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_decoded_type_v1_decoded_block_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DecodedBlock.ProtoReflect.Descriptor instead. -func (*DecodedBlock) Descriptor() ([]byte, []int) { - return file_sf_gear_decoded_type_v1_decoded_block_proto_rawDescGZIP(), []int{0} -} - -func (x *DecodedBlock) GetNumber() uint64 { - if x != nil { - return x.Number - } - return 0 -} - -func (x *DecodedBlock) GetHash() []byte { - if x != nil { - return x.Hash - } - return nil -} - -func (x *DecodedBlock) GetHeader() *v1.Header { - if x != nil { - return x.Header - } - return nil -} - -func (x *DecodedBlock) GetExtrinsics() []*v1.Extrinsic { - if x != nil { - return x.Extrinsics - } - return nil -} - -func (x *DecodedBlock) GetEvents() []*v1.Event { - if x != nil { - return x.Events - } - return nil -} - -func (x *DecodedBlock) GetDigestItems() []*v1.DigestItem { - if x != nil { - return x.DigestItems - } - return nil -} - -func (x *DecodedBlock) GetJustification() []byte { - if x != nil { - return x.Justification - } - return nil -} - -func (x *DecodedBlock) GetRawEvents() []byte { - if x != nil { - return x.RawEvents - } - return nil -} - -func (x *DecodedBlock) GetDecodedExtrinsics() []*DecodedExtrinsic { - if x != nil { - return x.DecodedExtrinsics - } - return nil -} - -type DecodedExtrinsic struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Call *RuntimeCall `protobuf:"bytes,1,opt,name=call,proto3" json:"call,omitempty"` -} - -func (x *DecodedExtrinsic) Reset() { - *x = DecodedExtrinsic{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_decoded_type_v1_decoded_block_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *DecodedExtrinsic) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*DecodedExtrinsic) ProtoMessage() {} - -func (x *DecodedExtrinsic) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_decoded_type_v1_decoded_block_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use DecodedExtrinsic.ProtoReflect.Descriptor instead. -func (*DecodedExtrinsic) Descriptor() ([]byte, []int) { - return file_sf_gear_decoded_type_v1_decoded_block_proto_rawDescGZIP(), []int{1} -} - -func (x *DecodedExtrinsic) GetCall() *RuntimeCall { - if x != nil { - return x.Call - } - return nil -} - -type RuntimeCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *RuntimeCall_System - // *RuntimeCall_Timestamp - // *RuntimeCall_Babe - // *RuntimeCall_Grandpa - // *RuntimeCall_Balances - // *RuntimeCall_Vesting - // *RuntimeCall_BagsList - // *RuntimeCall_ImOnline - // *RuntimeCall_Staking - // *RuntimeCall_Session - // *RuntimeCall_Treasury - // *RuntimeCall_Utility - // *RuntimeCall_ConvictionVoting - // *RuntimeCall_Referenda - // *RuntimeCall_FellowshipCollective - // *RuntimeCall_FellowshipReferenda - // *RuntimeCall_Whitelist - // *RuntimeCall_Scheduler - // *RuntimeCall_Preimage - // *RuntimeCall_Identity - // *RuntimeCall_Proxy - // *RuntimeCall_Multisig - // *RuntimeCall_ElectionProviderMultiPhase - // *RuntimeCall_Bounties - // *RuntimeCall_ChildBounties - // *RuntimeCall_NominationPools - // *RuntimeCall_Gear - // *RuntimeCall_StakingRewards - // *RuntimeCall_GearVoucher - Call isRuntimeCall_Call `protobuf_oneof:"call"` -} - -func (x *RuntimeCall) Reset() { - *x = RuntimeCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_decoded_type_v1_decoded_block_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *RuntimeCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*RuntimeCall) ProtoMessage() {} - -func (x *RuntimeCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_decoded_type_v1_decoded_block_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use RuntimeCall.ProtoReflect.Descriptor instead. -func (*RuntimeCall) Descriptor() ([]byte, []int) { - return file_sf_gear_decoded_type_v1_decoded_block_proto_rawDescGZIP(), []int{2} -} - -func (m *RuntimeCall) GetCall() isRuntimeCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *RuntimeCall) GetSystem() *v11.SystemPallet { - if x, ok := x.GetCall().(*RuntimeCall_System); ok { - return x.System - } - return nil -} - -func (x *RuntimeCall) GetTimestamp() *v11.TimestampPallet { - if x, ok := x.GetCall().(*RuntimeCall_Timestamp); ok { - return x.Timestamp - } - return nil -} - -func (x *RuntimeCall) GetBabe() *v11.BabePallet { - if x, ok := x.GetCall().(*RuntimeCall_Babe); ok { - return x.Babe - } - return nil -} - -func (x *RuntimeCall) GetGrandpa() *v11.GrandpaPallet { - if x, ok := x.GetCall().(*RuntimeCall_Grandpa); ok { - return x.Grandpa - } - return nil -} - -func (x *RuntimeCall) GetBalances() *v11.BalancesPallet { - if x, ok := x.GetCall().(*RuntimeCall_Balances); ok { - return x.Balances - } - return nil -} - -func (x *RuntimeCall) GetVesting() *v11.VestingPallet { - if x, ok := x.GetCall().(*RuntimeCall_Vesting); ok { - return x.Vesting - } - return nil -} - -func (x *RuntimeCall) GetBagsList() *v11.BagsListPallet { - if x, ok := x.GetCall().(*RuntimeCall_BagsList); ok { - return x.BagsList - } - return nil -} - -func (x *RuntimeCall) GetImOnline() *v11.ImOnlinePallet { - if x, ok := x.GetCall().(*RuntimeCall_ImOnline); ok { - return x.ImOnline - } - return nil -} - -func (x *RuntimeCall) GetStaking() *v11.StakingPallet { - if x, ok := x.GetCall().(*RuntimeCall_Staking); ok { - return x.Staking - } - return nil -} - -func (x *RuntimeCall) GetSession() *v11.SessionPallet { - if x, ok := x.GetCall().(*RuntimeCall_Session); ok { - return x.Session - } - return nil -} - -func (x *RuntimeCall) GetTreasury() *v11.TreasuryPallet { - if x, ok := x.GetCall().(*RuntimeCall_Treasury); ok { - return x.Treasury - } - return nil -} - -func (x *RuntimeCall) GetUtility() *v11.UtilityPallet { - if x, ok := x.GetCall().(*RuntimeCall_Utility); ok { - return x.Utility - } - return nil -} - -func (x *RuntimeCall) GetConvictionVoting() *v11.ConvictionVotingPallet { - if x, ok := x.GetCall().(*RuntimeCall_ConvictionVoting); ok { - return x.ConvictionVoting - } - return nil -} - -func (x *RuntimeCall) GetReferenda() *v11.ReferendaPallet { - if x, ok := x.GetCall().(*RuntimeCall_Referenda); ok { - return x.Referenda - } - return nil -} - -func (x *RuntimeCall) GetFellowshipCollective() *v11.FellowshipCollectivePallet { - if x, ok := x.GetCall().(*RuntimeCall_FellowshipCollective); ok { - return x.FellowshipCollective - } - return nil -} - -func (x *RuntimeCall) GetFellowshipReferenda() *v11.FellowshipReferendaPallet { - if x, ok := x.GetCall().(*RuntimeCall_FellowshipReferenda); ok { - return x.FellowshipReferenda - } - return nil -} - -func (x *RuntimeCall) GetWhitelist() *v11.WhitelistPallet { - if x, ok := x.GetCall().(*RuntimeCall_Whitelist); ok { - return x.Whitelist - } - return nil -} - -func (x *RuntimeCall) GetScheduler() *v11.SchedulerPallet { - if x, ok := x.GetCall().(*RuntimeCall_Scheduler); ok { - return x.Scheduler - } - return nil -} - -func (x *RuntimeCall) GetPreimage() *v11.PreimagePallet { - if x, ok := x.GetCall().(*RuntimeCall_Preimage); ok { - return x.Preimage - } - return nil -} - -func (x *RuntimeCall) GetIdentity() *v11.IdentityPallet { - if x, ok := x.GetCall().(*RuntimeCall_Identity); ok { - return x.Identity - } - return nil -} - -func (x *RuntimeCall) GetProxy() *v11.ProxyPallet { - if x, ok := x.GetCall().(*RuntimeCall_Proxy); ok { - return x.Proxy - } - return nil -} - -func (x *RuntimeCall) GetMultisig() *v11.MultisigPallet { - if x, ok := x.GetCall().(*RuntimeCall_Multisig); ok { - return x.Multisig - } - return nil -} - -func (x *RuntimeCall) GetElectionProviderMultiPhase() *v11.ElectionProviderMultiPhasePallet { - if x, ok := x.GetCall().(*RuntimeCall_ElectionProviderMultiPhase); ok { - return x.ElectionProviderMultiPhase - } - return nil -} - -func (x *RuntimeCall) GetBounties() *v11.BountiesPallet { - if x, ok := x.GetCall().(*RuntimeCall_Bounties); ok { - return x.Bounties - } - return nil -} - -func (x *RuntimeCall) GetChildBounties() *v11.ChildBountiesPallet { - if x, ok := x.GetCall().(*RuntimeCall_ChildBounties); ok { - return x.ChildBounties - } - return nil -} - -func (x *RuntimeCall) GetNominationPools() *v11.NominationPoolsPallet { - if x, ok := x.GetCall().(*RuntimeCall_NominationPools); ok { - return x.NominationPools - } - return nil -} - -func (x *RuntimeCall) GetGear() *v11.GearPallet { - if x, ok := x.GetCall().(*RuntimeCall_Gear); ok { - return x.Gear - } - return nil -} - -func (x *RuntimeCall) GetStakingRewards() *v11.StakingRewardsPallet { - if x, ok := x.GetCall().(*RuntimeCall_StakingRewards); ok { - return x.StakingRewards - } - return nil -} - -func (x *RuntimeCall) GetGearVoucher() *v11.GearVoucherPallet { - if x, ok := x.GetCall().(*RuntimeCall_GearVoucher); ok { - return x.GearVoucher - } - return nil -} - -type isRuntimeCall_Call interface { - isRuntimeCall_Call() -} - -type RuntimeCall_System struct { - System *v11.SystemPallet `protobuf:"bytes,1,opt,name=system,proto3,oneof"` -} - -type RuntimeCall_Timestamp struct { - Timestamp *v11.TimestampPallet `protobuf:"bytes,2,opt,name=timestamp,proto3,oneof"` -} - -type RuntimeCall_Babe struct { - Babe *v11.BabePallet `protobuf:"bytes,3,opt,name=babe,proto3,oneof"` -} - -type RuntimeCall_Grandpa struct { - Grandpa *v11.GrandpaPallet `protobuf:"bytes,4,opt,name=grandpa,proto3,oneof"` -} - -type RuntimeCall_Balances struct { - Balances *v11.BalancesPallet `protobuf:"bytes,5,opt,name=balances,proto3,oneof"` -} - -type RuntimeCall_Vesting struct { - Vesting *v11.VestingPallet `protobuf:"bytes,6,opt,name=vesting,proto3,oneof"` -} - -type RuntimeCall_BagsList struct { - BagsList *v11.BagsListPallet `protobuf:"bytes,7,opt,name=bags_list,json=bagsList,proto3,oneof"` -} - -type RuntimeCall_ImOnline struct { - ImOnline *v11.ImOnlinePallet `protobuf:"bytes,8,opt,name=im_online,json=imOnline,proto3,oneof"` -} - -type RuntimeCall_Staking struct { - Staking *v11.StakingPallet `protobuf:"bytes,9,opt,name=staking,proto3,oneof"` -} - -type RuntimeCall_Session struct { - Session *v11.SessionPallet `protobuf:"bytes,10,opt,name=session,proto3,oneof"` -} - -type RuntimeCall_Treasury struct { - Treasury *v11.TreasuryPallet `protobuf:"bytes,11,opt,name=treasury,proto3,oneof"` -} - -type RuntimeCall_Utility struct { - Utility *v11.UtilityPallet `protobuf:"bytes,12,opt,name=utility,proto3,oneof"` -} - -type RuntimeCall_ConvictionVoting struct { - ConvictionVoting *v11.ConvictionVotingPallet `protobuf:"bytes,13,opt,name=conviction_voting,json=convictionVoting,proto3,oneof"` -} - -type RuntimeCall_Referenda struct { - Referenda *v11.ReferendaPallet `protobuf:"bytes,14,opt,name=referenda,proto3,oneof"` -} - -type RuntimeCall_FellowshipCollective struct { - FellowshipCollective *v11.FellowshipCollectivePallet `protobuf:"bytes,15,opt,name=fellowship_collective,json=fellowshipCollective,proto3,oneof"` -} - -type RuntimeCall_FellowshipReferenda struct { - FellowshipReferenda *v11.FellowshipReferendaPallet `protobuf:"bytes,16,opt,name=fellowship_referenda,json=fellowshipReferenda,proto3,oneof"` -} - -type RuntimeCall_Whitelist struct { - Whitelist *v11.WhitelistPallet `protobuf:"bytes,17,opt,name=whitelist,proto3,oneof"` -} - -type RuntimeCall_Scheduler struct { - Scheduler *v11.SchedulerPallet `protobuf:"bytes,18,opt,name=scheduler,proto3,oneof"` -} - -type RuntimeCall_Preimage struct { - Preimage *v11.PreimagePallet `protobuf:"bytes,19,opt,name=preimage,proto3,oneof"` -} - -type RuntimeCall_Identity struct { - Identity *v11.IdentityPallet `protobuf:"bytes,20,opt,name=identity,proto3,oneof"` -} - -type RuntimeCall_Proxy struct { - Proxy *v11.ProxyPallet `protobuf:"bytes,21,opt,name=proxy,proto3,oneof"` -} - -type RuntimeCall_Multisig struct { - Multisig *v11.MultisigPallet `protobuf:"bytes,22,opt,name=multisig,proto3,oneof"` -} - -type RuntimeCall_ElectionProviderMultiPhase struct { - ElectionProviderMultiPhase *v11.ElectionProviderMultiPhasePallet `protobuf:"bytes,23,opt,name=election_provider_multi_phase,json=electionProviderMultiPhase,proto3,oneof"` -} - -type RuntimeCall_Bounties struct { - Bounties *v11.BountiesPallet `protobuf:"bytes,24,opt,name=bounties,proto3,oneof"` -} - -type RuntimeCall_ChildBounties struct { - ChildBounties *v11.ChildBountiesPallet `protobuf:"bytes,25,opt,name=child_bounties,json=childBounties,proto3,oneof"` -} - -type RuntimeCall_NominationPools struct { - NominationPools *v11.NominationPoolsPallet `protobuf:"bytes,26,opt,name=nomination_pools,json=nominationPools,proto3,oneof"` -} - -type RuntimeCall_Gear struct { - Gear *v11.GearPallet `protobuf:"bytes,27,opt,name=gear,proto3,oneof"` -} - -type RuntimeCall_StakingRewards struct { - StakingRewards *v11.StakingRewardsPallet `protobuf:"bytes,28,opt,name=staking_rewards,json=stakingRewards,proto3,oneof"` -} - -type RuntimeCall_GearVoucher struct { - GearVoucher *v11.GearVoucherPallet `protobuf:"bytes,29,opt,name=gear_voucher,json=gearVoucher,proto3,oneof"` -} - -func (*RuntimeCall_System) isRuntimeCall_Call() {} - -func (*RuntimeCall_Timestamp) isRuntimeCall_Call() {} - -func (*RuntimeCall_Babe) isRuntimeCall_Call() {} - -func (*RuntimeCall_Grandpa) isRuntimeCall_Call() {} - -func (*RuntimeCall_Balances) isRuntimeCall_Call() {} - -func (*RuntimeCall_Vesting) isRuntimeCall_Call() {} - -func (*RuntimeCall_BagsList) isRuntimeCall_Call() {} - -func (*RuntimeCall_ImOnline) isRuntimeCall_Call() {} - -func (*RuntimeCall_Staking) isRuntimeCall_Call() {} - -func (*RuntimeCall_Session) isRuntimeCall_Call() {} - -func (*RuntimeCall_Treasury) isRuntimeCall_Call() {} - -func (*RuntimeCall_Utility) isRuntimeCall_Call() {} - -func (*RuntimeCall_ConvictionVoting) isRuntimeCall_Call() {} - -func (*RuntimeCall_Referenda) isRuntimeCall_Call() {} - -func (*RuntimeCall_FellowshipCollective) isRuntimeCall_Call() {} - -func (*RuntimeCall_FellowshipReferenda) isRuntimeCall_Call() {} - -func (*RuntimeCall_Whitelist) isRuntimeCall_Call() {} - -func (*RuntimeCall_Scheduler) isRuntimeCall_Call() {} - -func (*RuntimeCall_Preimage) isRuntimeCall_Call() {} - -func (*RuntimeCall_Identity) isRuntimeCall_Call() {} - -func (*RuntimeCall_Proxy) isRuntimeCall_Call() {} - -func (*RuntimeCall_Multisig) isRuntimeCall_Call() {} - -func (*RuntimeCall_ElectionProviderMultiPhase) isRuntimeCall_Call() {} - -func (*RuntimeCall_Bounties) isRuntimeCall_Call() {} - -func (*RuntimeCall_ChildBounties) isRuntimeCall_Call() {} - -func (*RuntimeCall_NominationPools) isRuntimeCall_Call() {} - -func (*RuntimeCall_Gear) isRuntimeCall_Call() {} - -func (*RuntimeCall_StakingRewards) isRuntimeCall_Call() {} - -func (*RuntimeCall_GearVoucher) isRuntimeCall_Call() {} - -var File_sf_gear_decoded_type_v1_decoded_block_proto protoreflect.FileDescriptor - -var file_sf_gear_decoded_type_v1_decoded_block_proto_rawDesc = []byte{ - 0x0a, 0x2b, 0x73, 0x66, 0x2f, 0x67, 0x65, 0x61, 0x72, 0x2f, 0x64, 0x65, 0x63, 0x6f, 0x64, 0x65, - 0x64, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x63, 0x6f, 0x64, 0x65, - 0x64, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x64, 0x65, 0x63, 0x6f, 0x64, 0x65, 0x64, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x1a, 0x25, 0x73, 0x66, 0x2f, 0x67, 0x65, 0x61, 0x72, 0x2f, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x2f, 0x76, 0x31, - 0x2f, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x73, - 0x66, 0x2f, 0x67, 0x65, 0x61, 0x72, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x62, - 0x6c, 0x6f, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xb6, 0x03, 0x0a, 0x0c, 0x44, - 0x65, 0x63, 0x6f, 0x64, 0x65, 0x64, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x16, 0x0a, 0x06, 0x6e, - 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x6e, 0x75, 0x6d, - 0x62, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x61, 0x73, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x04, 0x68, 0x61, 0x73, 0x68, 0x12, 0x2f, 0x0a, 0x06, 0x68, 0x65, 0x61, 0x64, 0x65, - 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, - 0x52, 0x06, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x3a, 0x0a, 0x0a, 0x65, 0x78, 0x74, 0x72, - 0x69, 0x6e, 0x73, 0x69, 0x63, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, - 0x78, 0x74, 0x72, 0x69, 0x6e, 0x73, 0x69, 0x63, 0x52, 0x0a, 0x65, 0x78, 0x74, 0x72, 0x69, 0x6e, - 0x73, 0x69, 0x63, 0x73, 0x12, 0x2e, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x06, 0x65, 0x76, - 0x65, 0x6e, 0x74, 0x73, 0x12, 0x3e, 0x0a, 0x0c, 0x64, 0x69, 0x67, 0x65, 0x73, 0x74, 0x5f, 0x69, - 0x74, 0x65, 0x6d, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x69, 0x67, - 0x65, 0x73, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x0b, 0x64, 0x69, 0x67, 0x65, 0x73, 0x74, 0x49, - 0x74, 0x65, 0x6d, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6a, 0x75, 0x73, 0x74, 0x69, 0x66, 0x69, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0d, 0x6a, 0x75, 0x73, - 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x72, 0x61, - 0x77, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, - 0x72, 0x61, 0x77, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x58, 0x0a, 0x12, 0x64, 0x65, 0x63, - 0x6f, 0x64, 0x65, 0x64, 0x5f, 0x65, 0x78, 0x74, 0x72, 0x69, 0x6e, 0x73, 0x69, 0x63, 0x73, 0x18, - 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x64, 0x65, 0x63, 0x6f, 0x64, 0x65, 0x64, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x44, 0x65, 0x63, 0x6f, 0x64, 0x65, 0x64, 0x45, 0x78, 0x74, 0x72, 0x69, 0x6e, 0x73, 0x69, 0x63, - 0x52, 0x11, 0x64, 0x65, 0x63, 0x6f, 0x64, 0x65, 0x64, 0x45, 0x78, 0x74, 0x72, 0x69, 0x6e, 0x73, - 0x69, 0x63, 0x73, 0x22, 0x4c, 0x0a, 0x10, 0x44, 0x65, 0x63, 0x6f, 0x64, 0x65, 0x64, 0x45, 0x78, - 0x74, 0x72, 0x69, 0x6e, 0x73, 0x69, 0x63, 0x12, 0x38, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x64, 0x65, 0x63, 0x6f, 0x64, 0x65, 0x64, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x52, 0x04, 0x63, 0x61, 0x6c, - 0x6c, 0x22, 0xf1, 0x11, 0x0a, 0x0b, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x40, 0x0a, 0x06, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, - 0x74, 0x65, 0x6d, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x06, 0x73, 0x79, 0x73, - 0x74, 0x65, 0x6d, 0x12, 0x49, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x3a, - 0x0a, 0x04, 0x62, 0x61, 0x62, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x04, 0x62, 0x61, 0x62, 0x65, 0x12, 0x43, 0x0a, 0x07, 0x67, 0x72, - 0x61, 0x6e, 0x64, 0x70, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x07, 0x67, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x12, - 0x46, 0x0a, 0x08, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, - 0x61, 0x6e, 0x63, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x62, - 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x43, 0x0a, 0x07, 0x76, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x07, 0x76, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x47, 0x0a, 0x09, - 0x62, 0x61, 0x67, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, - 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x62, 0x61, 0x67, - 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x47, 0x0a, 0x09, 0x69, 0x6d, 0x5f, 0x6f, 0x6e, 0x6c, 0x69, - 0x6e, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x69, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x43, - 0x0a, 0x07, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x07, 0x73, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x12, 0x43, 0x0a, 0x07, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x07, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x46, 0x0a, 0x08, 0x74, 0x72, 0x65, 0x61, - 0x73, 0x75, 0x72, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x74, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, - 0x12, 0x43, 0x0a, 0x07, 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, - 0x6c, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x07, 0x75, 0x74, - 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x5f, 0x0a, 0x11, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, - 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x10, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x49, 0x0a, 0x09, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x09, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x12, 0x6b, 0x0a, 0x15, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, - 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x14, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x68, - 0x0a, 0x14, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x72, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x13, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x49, 0x0a, 0x09, 0x77, 0x68, 0x69, 0x74, - 0x65, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x09, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, - 0x69, 0x73, 0x74, 0x12, 0x49, 0x0a, 0x09, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, - 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x09, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x46, - 0x0a, 0x08, 0x70, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x70, 0x72, - 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x46, 0x0a, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x3d, - 0x0a, 0x05, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x05, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x46, 0x0a, - 0x08, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x73, 0x69, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x6d, 0x75, 0x6c, - 0x74, 0x69, 0x73, 0x69, 0x67, 0x12, 0x7f, 0x0a, 0x1d, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, - 0x5f, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x1a, 0x65, 0x6c, 0x65, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x12, 0x46, 0x0a, 0x08, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x56, - 0x0a, 0x0e, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, - 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, - 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x5c, 0x0a, 0x10, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x0f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x12, 0x3a, 0x0a, 0x04, 0x67, 0x65, 0x61, 0x72, 0x18, 0x1b, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, - 0x61, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x04, 0x67, 0x65, 0x61, 0x72, - 0x12, 0x59, 0x0a, 0x0f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x65, 0x77, 0x61, - 0x72, 0x64, 0x73, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, - 0x72, 0x64, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0e, 0x73, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x12, 0x50, 0x0a, 0x0c, 0x67, - 0x65, 0x61, 0x72, 0x5f, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x18, 0x1d, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, - 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0b, 0x67, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x06, 0x0a, - 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x4a, 0x5a, 0x48, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, - 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x69, 0x6e, 0x67, 0x66, 0x61, 0x73, - 0x74, 0x2f, 0x66, 0x69, 0x72, 0x65, 0x68, 0x6f, 0x73, 0x65, 0x2d, 0x67, 0x65, 0x61, 0x72, 0x2f, - 0x70, 0x62, 0x2f, 0x73, 0x66, 0x2f, 0x67, 0x65, 0x61, 0x72, 0x2f, 0x64, 0x65, 0x63, 0x6f, 0x64, - 0x65, 0x64, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x2f, 0x76, 0x31, 0x3b, 0x70, 0x62, 0x67, 0x65, 0x61, - 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_sf_gear_decoded_type_v1_decoded_block_proto_rawDescOnce sync.Once - file_sf_gear_decoded_type_v1_decoded_block_proto_rawDescData = file_sf_gear_decoded_type_v1_decoded_block_proto_rawDesc -) - -func file_sf_gear_decoded_type_v1_decoded_block_proto_rawDescGZIP() []byte { - file_sf_gear_decoded_type_v1_decoded_block_proto_rawDescOnce.Do(func() { - file_sf_gear_decoded_type_v1_decoded_block_proto_rawDescData = protoimpl.X.CompressGZIP(file_sf_gear_decoded_type_v1_decoded_block_proto_rawDescData) - }) - return file_sf_gear_decoded_type_v1_decoded_block_proto_rawDescData -} - -var file_sf_gear_decoded_type_v1_decoded_block_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_sf_gear_decoded_type_v1_decoded_block_proto_goTypes = []interface{}{ - (*DecodedBlock)(nil), // 0: sf.gear.decoded.type.v1.DecodedBlock - (*DecodedExtrinsic)(nil), // 1: sf.gear.decoded.type.v1.DecodedExtrinsic - (*RuntimeCall)(nil), // 2: sf.gear.decoded.type.v1.RuntimeCall - (*v1.Header)(nil), // 3: sf.gear.type.v1.Header - (*v1.Extrinsic)(nil), // 4: sf.gear.type.v1.Extrinsic - (*v1.Event)(nil), // 5: sf.gear.type.v1.Event - (*v1.DigestItem)(nil), // 6: sf.gear.type.v1.DigestItem - (*v11.SystemPallet)(nil), // 7: sf.gear.metadata.type.v1.SystemPallet - (*v11.TimestampPallet)(nil), // 8: sf.gear.metadata.type.v1.TimestampPallet - (*v11.BabePallet)(nil), // 9: sf.gear.metadata.type.v1.BabePallet - (*v11.GrandpaPallet)(nil), // 10: sf.gear.metadata.type.v1.GrandpaPallet - (*v11.BalancesPallet)(nil), // 11: sf.gear.metadata.type.v1.BalancesPallet - (*v11.VestingPallet)(nil), // 12: sf.gear.metadata.type.v1.VestingPallet - (*v11.BagsListPallet)(nil), // 13: sf.gear.metadata.type.v1.BagsListPallet - (*v11.ImOnlinePallet)(nil), // 14: sf.gear.metadata.type.v1.ImOnlinePallet - (*v11.StakingPallet)(nil), // 15: sf.gear.metadata.type.v1.StakingPallet - (*v11.SessionPallet)(nil), // 16: sf.gear.metadata.type.v1.SessionPallet - (*v11.TreasuryPallet)(nil), // 17: sf.gear.metadata.type.v1.TreasuryPallet - (*v11.UtilityPallet)(nil), // 18: sf.gear.metadata.type.v1.UtilityPallet - (*v11.ConvictionVotingPallet)(nil), // 19: sf.gear.metadata.type.v1.ConvictionVotingPallet - (*v11.ReferendaPallet)(nil), // 20: sf.gear.metadata.type.v1.ReferendaPallet - (*v11.FellowshipCollectivePallet)(nil), // 21: sf.gear.metadata.type.v1.FellowshipCollectivePallet - (*v11.FellowshipReferendaPallet)(nil), // 22: sf.gear.metadata.type.v1.FellowshipReferendaPallet - (*v11.WhitelistPallet)(nil), // 23: sf.gear.metadata.type.v1.WhitelistPallet - (*v11.SchedulerPallet)(nil), // 24: sf.gear.metadata.type.v1.SchedulerPallet - (*v11.PreimagePallet)(nil), // 25: sf.gear.metadata.type.v1.PreimagePallet - (*v11.IdentityPallet)(nil), // 26: sf.gear.metadata.type.v1.IdentityPallet - (*v11.ProxyPallet)(nil), // 27: sf.gear.metadata.type.v1.ProxyPallet - (*v11.MultisigPallet)(nil), // 28: sf.gear.metadata.type.v1.MultisigPallet - (*v11.ElectionProviderMultiPhasePallet)(nil), // 29: sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - (*v11.BountiesPallet)(nil), // 30: sf.gear.metadata.type.v1.BountiesPallet - (*v11.ChildBountiesPallet)(nil), // 31: sf.gear.metadata.type.v1.ChildBountiesPallet - (*v11.NominationPoolsPallet)(nil), // 32: sf.gear.metadata.type.v1.NominationPoolsPallet - (*v11.GearPallet)(nil), // 33: sf.gear.metadata.type.v1.GearPallet - (*v11.StakingRewardsPallet)(nil), // 34: sf.gear.metadata.type.v1.StakingRewardsPallet - (*v11.GearVoucherPallet)(nil), // 35: sf.gear.metadata.type.v1.GearVoucherPallet -} -var file_sf_gear_decoded_type_v1_decoded_block_proto_depIdxs = []int32{ - 3, // 0: sf.gear.decoded.type.v1.DecodedBlock.header:type_name -> sf.gear.type.v1.Header - 4, // 1: sf.gear.decoded.type.v1.DecodedBlock.extrinsics:type_name -> sf.gear.type.v1.Extrinsic - 5, // 2: sf.gear.decoded.type.v1.DecodedBlock.events:type_name -> sf.gear.type.v1.Event - 6, // 3: sf.gear.decoded.type.v1.DecodedBlock.digest_items:type_name -> sf.gear.type.v1.DigestItem - 1, // 4: sf.gear.decoded.type.v1.DecodedBlock.decoded_extrinsics:type_name -> sf.gear.decoded.type.v1.DecodedExtrinsic - 2, // 5: sf.gear.decoded.type.v1.DecodedExtrinsic.call:type_name -> sf.gear.decoded.type.v1.RuntimeCall - 7, // 6: sf.gear.decoded.type.v1.RuntimeCall.system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 8, // 7: sf.gear.decoded.type.v1.RuntimeCall.timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 9, // 8: sf.gear.decoded.type.v1.RuntimeCall.babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 10, // 9: sf.gear.decoded.type.v1.RuntimeCall.grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 11, // 10: sf.gear.decoded.type.v1.RuntimeCall.balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 12, // 11: sf.gear.decoded.type.v1.RuntimeCall.vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 13, // 12: sf.gear.decoded.type.v1.RuntimeCall.bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 14, // 13: sf.gear.decoded.type.v1.RuntimeCall.im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 15, // 14: sf.gear.decoded.type.v1.RuntimeCall.staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 16, // 15: sf.gear.decoded.type.v1.RuntimeCall.session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 17, // 16: sf.gear.decoded.type.v1.RuntimeCall.treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 18, // 17: sf.gear.decoded.type.v1.RuntimeCall.utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 19, // 18: sf.gear.decoded.type.v1.RuntimeCall.conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 20, // 19: sf.gear.decoded.type.v1.RuntimeCall.referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 21, // 20: sf.gear.decoded.type.v1.RuntimeCall.fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 22, // 21: sf.gear.decoded.type.v1.RuntimeCall.fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 23, // 22: sf.gear.decoded.type.v1.RuntimeCall.whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 24, // 23: sf.gear.decoded.type.v1.RuntimeCall.scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 25, // 24: sf.gear.decoded.type.v1.RuntimeCall.preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 26, // 25: sf.gear.decoded.type.v1.RuntimeCall.identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 27, // 26: sf.gear.decoded.type.v1.RuntimeCall.proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 28, // 27: sf.gear.decoded.type.v1.RuntimeCall.multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 29, // 28: sf.gear.decoded.type.v1.RuntimeCall.election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 30, // 29: sf.gear.decoded.type.v1.RuntimeCall.bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 31, // 30: sf.gear.decoded.type.v1.RuntimeCall.child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 32, // 31: sf.gear.decoded.type.v1.RuntimeCall.nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 33, // 32: sf.gear.decoded.type.v1.RuntimeCall.gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 34, // 33: sf.gear.decoded.type.v1.RuntimeCall.staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 35, // 34: sf.gear.decoded.type.v1.RuntimeCall.gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 35, // [35:35] is the sub-list for method output_type - 35, // [35:35] is the sub-list for method input_type - 35, // [35:35] is the sub-list for extension type_name - 35, // [35:35] is the sub-list for extension extendee - 0, // [0:35] is the sub-list for field type_name -} - -func init() { file_sf_gear_decoded_type_v1_decoded_block_proto_init() } -func file_sf_gear_decoded_type_v1_decoded_block_proto_init() { - if File_sf_gear_decoded_type_v1_decoded_block_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_sf_gear_decoded_type_v1_decoded_block_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DecodedBlock); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_decoded_type_v1_decoded_block_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DecodedExtrinsic); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_decoded_type_v1_decoded_block_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*RuntimeCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - file_sf_gear_decoded_type_v1_decoded_block_proto_msgTypes[2].OneofWrappers = []interface{}{ - (*RuntimeCall_System)(nil), - (*RuntimeCall_Timestamp)(nil), - (*RuntimeCall_Babe)(nil), - (*RuntimeCall_Grandpa)(nil), - (*RuntimeCall_Balances)(nil), - (*RuntimeCall_Vesting)(nil), - (*RuntimeCall_BagsList)(nil), - (*RuntimeCall_ImOnline)(nil), - (*RuntimeCall_Staking)(nil), - (*RuntimeCall_Session)(nil), - (*RuntimeCall_Treasury)(nil), - (*RuntimeCall_Utility)(nil), - (*RuntimeCall_ConvictionVoting)(nil), - (*RuntimeCall_Referenda)(nil), - (*RuntimeCall_FellowshipCollective)(nil), - (*RuntimeCall_FellowshipReferenda)(nil), - (*RuntimeCall_Whitelist)(nil), - (*RuntimeCall_Scheduler)(nil), - (*RuntimeCall_Preimage)(nil), - (*RuntimeCall_Identity)(nil), - (*RuntimeCall_Proxy)(nil), - (*RuntimeCall_Multisig)(nil), - (*RuntimeCall_ElectionProviderMultiPhase)(nil), - (*RuntimeCall_Bounties)(nil), - (*RuntimeCall_ChildBounties)(nil), - (*RuntimeCall_NominationPools)(nil), - (*RuntimeCall_Gear)(nil), - (*RuntimeCall_StakingRewards)(nil), - (*RuntimeCall_GearVoucher)(nil), - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_sf_gear_decoded_type_v1_decoded_block_proto_rawDesc, - NumEnums: 0, - NumMessages: 3, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_sf_gear_decoded_type_v1_decoded_block_proto_goTypes, - DependencyIndexes: file_sf_gear_decoded_type_v1_decoded_block_proto_depIdxs, - MessageInfos: file_sf_gear_decoded_type_v1_decoded_block_proto_msgTypes, - }.Build() - File_sf_gear_decoded_type_v1_decoded_block_proto = out.File - file_sf_gear_decoded_type_v1_decoded_block_proto_rawDesc = nil - file_sf_gear_decoded_type_v1_decoded_block_proto_goTypes = nil - file_sf_gear_decoded_type_v1_decoded_block_proto_depIdxs = nil -} diff --git a/pb/sf/gear/metadata/type/v1/output.pb.go b/pb/sf/gear/metadata/type/v1/output.pb.go deleted file mode 100644 index e726558..0000000 --- a/pb/sf/gear/metadata/type/v1/output.pb.go +++ /dev/null @@ -1,93416 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.27.0 -// protoc (unknown) -// source: sf/gear/metadata/type/v1/output.proto - -package pbgear - -import ( - reflect "reflect" - sync "sync" - - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type GearVoucher_Call struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *GearVoucher_Call_CallSendMessage - // *GearVoucher_Call_CallSendReply - // *GearVoucher_Call_CallUploadCode - // *GearVoucher_Call_CallDeclineVoucher - Call isGearVoucher_Call_Call `protobuf_oneof:"call"` -} - -func (x *GearVoucher_Call) Reset() { - *x = GearVoucher_Call{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_Call) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_Call) ProtoMessage() {} - -func (x *GearVoucher_Call) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_Call.ProtoReflect.Descriptor instead. -func (*GearVoucher_Call) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{0} -} - -func (m *GearVoucher_Call) GetCall() isGearVoucher_Call_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *GearVoucher_Call) GetCallSendMessage() *GearVoucher_SendMessage { - if x, ok := x.GetCall().(*GearVoucher_Call_CallSendMessage); ok { - return x.CallSendMessage - } - return nil -} - -func (x *GearVoucher_Call) GetCallSendReply() *GearVoucher_SendReply { - if x, ok := x.GetCall().(*GearVoucher_Call_CallSendReply); ok { - return x.CallSendReply - } - return nil -} - -func (x *GearVoucher_Call) GetCallUploadCode() *GearVoucher_UploadCode { - if x, ok := x.GetCall().(*GearVoucher_Call_CallUploadCode); ok { - return x.CallUploadCode - } - return nil -} - -func (x *GearVoucher_Call) GetCallDeclineVoucher() *GearVoucher_DeclineVoucher { - if x, ok := x.GetCall().(*GearVoucher_Call_CallDeclineVoucher); ok { - return x.CallDeclineVoucher - } - return nil -} - -type isGearVoucher_Call_Call interface { - isGearVoucher_Call_Call() -} - -type GearVoucher_Call_CallSendMessage struct { - CallSendMessage *GearVoucher_SendMessage `protobuf:"bytes,1,opt,name=call_send_message,json=callSendMessage,proto3,oneof"` -} - -type GearVoucher_Call_CallSendReply struct { - CallSendReply *GearVoucher_SendReply `protobuf:"bytes,2,opt,name=call_send_reply,json=callSendReply,proto3,oneof"` -} - -type GearVoucher_Call_CallUploadCode struct { - CallUploadCode *GearVoucher_UploadCode `protobuf:"bytes,3,opt,name=call_upload_code,json=callUploadCode,proto3,oneof"` -} - -type GearVoucher_Call_CallDeclineVoucher struct { - CallDeclineVoucher *GearVoucher_DeclineVoucher `protobuf:"bytes,4,opt,name=call_decline_voucher,json=callDeclineVoucher,proto3,oneof"` -} - -func (*GearVoucher_Call_CallSendMessage) isGearVoucher_Call_Call() {} - -func (*GearVoucher_Call_CallSendReply) isGearVoucher_Call_Call() {} - -func (*GearVoucher_Call_CallUploadCode) isGearVoucher_Call_Call() {} - -func (*GearVoucher_Call_CallDeclineVoucher) isGearVoucher_Call_Call() {} - -type Referenda_Inline struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *BoundedCollectionsBoundedVecBoundedVec `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Referenda_Inline) Reset() { - *x = Referenda_Inline{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_Inline) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_Inline) ProtoMessage() {} - -func (x *Referenda_Inline) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_Inline.ProtoReflect.Descriptor instead. -func (*Referenda_Inline) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{1} -} - -func (x *Referenda_Inline) GetValue0() *BoundedCollectionsBoundedVecBoundedVec { - if x != nil { - return x.Value0 - } - return nil -} - -type GearProgramPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *GearProgramPallet) Reset() { - *x = GearProgramPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearProgramPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearProgramPallet) ProtoMessage() {} - -func (x *GearProgramPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearProgramPallet.ProtoReflect.Descriptor instead. -func (*GearProgramPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{2} -} - -type Referenda_After struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Referenda_After) Reset() { - *x = Referenda_After{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_After) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_After) ProtoMessage() {} - -func (x *Referenda_After) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_After.ProtoReflect.Descriptor instead. -func (*Referenda_After) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{3} -} - -func (x *Referenda_After) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -type Identity_Sub struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Sub: - // - // *Identity_Sub_SubId - // *Identity_Sub_SubIndex - // *Identity_Sub_SubRaw - // *Identity_Sub_SubAddress32 - // *Identity_Sub_SubAddress20 - Sub isIdentity_Sub_Sub `protobuf_oneof:"sub"` -} - -func (x *Identity_Sub) Reset() { - *x = Identity_Sub{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Sub) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Sub) ProtoMessage() {} - -func (x *Identity_Sub) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Sub.ProtoReflect.Descriptor instead. -func (*Identity_Sub) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{4} -} - -func (m *Identity_Sub) GetSub() isIdentity_Sub_Sub { - if m != nil { - return m.Sub - } - return nil -} - -func (x *Identity_Sub) GetSubId() *Identity_Id { - if x, ok := x.GetSub().(*Identity_Sub_SubId); ok { - return x.SubId - } - return nil -} - -func (x *Identity_Sub) GetSubIndex() *Identity_Index { - if x, ok := x.GetSub().(*Identity_Sub_SubIndex); ok { - return x.SubIndex - } - return nil -} - -func (x *Identity_Sub) GetSubRaw() *Identity_Raw { - if x, ok := x.GetSub().(*Identity_Sub_SubRaw); ok { - return x.SubRaw - } - return nil -} - -func (x *Identity_Sub) GetSubAddress32() *Identity_Address32 { - if x, ok := x.GetSub().(*Identity_Sub_SubAddress32); ok { - return x.SubAddress32 - } - return nil -} - -func (x *Identity_Sub) GetSubAddress20() *Identity_Address20 { - if x, ok := x.GetSub().(*Identity_Sub_SubAddress20); ok { - return x.SubAddress20 - } - return nil -} - -type isIdentity_Sub_Sub interface { - isIdentity_Sub_Sub() -} - -type Identity_Sub_SubId struct { - SubId *Identity_Id `protobuf:"bytes,1,opt,name=sub_id,json=subId,proto3,oneof"` -} - -type Identity_Sub_SubIndex struct { - SubIndex *Identity_Index `protobuf:"bytes,2,opt,name=sub_index,json=subIndex,proto3,oneof"` -} - -type Identity_Sub_SubRaw struct { - SubRaw *Identity_Raw `protobuf:"bytes,3,opt,name=sub_raw,json=subRaw,proto3,oneof"` -} - -type Identity_Sub_SubAddress32 struct { - SubAddress32 *Identity_Address32 `protobuf:"bytes,4,opt,name=sub_address32,json=subAddress32,proto3,oneof"` -} - -type Identity_Sub_SubAddress20 struct { - SubAddress20 *Identity_Address20 `protobuf:"bytes,5,opt,name=sub_address20,json=subAddress20,proto3,oneof"` -} - -func (*Identity_Sub_SubId) isIdentity_Sub_Sub() {} - -func (*Identity_Sub_SubIndex) isIdentity_Sub_Sub() {} - -func (*Identity_Sub_SubRaw) isIdentity_Sub_Sub() {} - -func (*Identity_Sub_SubAddress32) isIdentity_Sub_Sub() {} - -func (*Identity_Sub_SubAddress20) isIdentity_Sub_Sub() {} - -type GearGasPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *GearGasPallet) Reset() { - *x = GearGasPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearGasPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearGasPallet) ProtoMessage() {} - -func (x *GearGasPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearGasPallet.ProtoReflect.Descriptor instead. -func (*GearGasPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{5} -} - -type Staking_Set struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 string `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Staking_Set) Reset() { - *x = Staking_Set{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Set) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Set) ProtoMessage() {} - -func (x *Staking_Set) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Set.ProtoReflect.Descriptor instead. -func (*Staking_Set) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{6} -} - -func (x *Staking_Set) GetValue0() string { - if x != nil { - return x.Value0 - } - return "" -} - -type Referenda_Void struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Referenda_Void) Reset() { - *x = Referenda_Void{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_Void) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_Void) ProtoMessage() {} - -func (x *Referenda_Void) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_Void.ProtoReflect.Descriptor instead. -func (*Referenda_Void) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{7} -} - -type Identity_ShaThree256 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_ShaThree256) Reset() { - *x = Identity_ShaThree256{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_ShaThree256) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_ShaThree256) ProtoMessage() {} - -func (x *Identity_ShaThree256) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_ShaThree256.ProtoReflect.Descriptor instead. -func (*Identity_ShaThree256) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{8} -} - -func (x *Identity_ShaThree256) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type NominationPools_GlobalMaxCommission struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to GlobalMaxCommission: - // - // *NominationPools_GlobalMaxCommission_GlobalMaxCommissionNoop - // *NominationPools_GlobalMaxCommission_GlobalMaxCommissionSet - // *NominationPools_GlobalMaxCommission_GlobalMaxCommissionRemove - GlobalMaxCommission isNominationPools_GlobalMaxCommission_GlobalMaxCommission `protobuf_oneof:"global_max_commission"` -} - -func (x *NominationPools_GlobalMaxCommission) Reset() { - *x = NominationPools_GlobalMaxCommission{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_GlobalMaxCommission) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_GlobalMaxCommission) ProtoMessage() {} - -func (x *NominationPools_GlobalMaxCommission) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_GlobalMaxCommission.ProtoReflect.Descriptor instead. -func (*NominationPools_GlobalMaxCommission) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{9} -} - -func (m *NominationPools_GlobalMaxCommission) GetGlobalMaxCommission() isNominationPools_GlobalMaxCommission_GlobalMaxCommission { - if m != nil { - return m.GlobalMaxCommission - } - return nil -} - -func (x *NominationPools_GlobalMaxCommission) GetGlobalMaxCommissionNoop() *NominationPools_Noop { - if x, ok := x.GetGlobalMaxCommission().(*NominationPools_GlobalMaxCommission_GlobalMaxCommissionNoop); ok { - return x.GlobalMaxCommissionNoop - } - return nil -} - -func (x *NominationPools_GlobalMaxCommission) GetGlobalMaxCommissionSet() *NominationPools_Set { - if x, ok := x.GetGlobalMaxCommission().(*NominationPools_GlobalMaxCommission_GlobalMaxCommissionSet); ok { - return x.GlobalMaxCommissionSet - } - return nil -} - -func (x *NominationPools_GlobalMaxCommission) GetGlobalMaxCommissionRemove() *NominationPools_Remove { - if x, ok := x.GetGlobalMaxCommission().(*NominationPools_GlobalMaxCommission_GlobalMaxCommissionRemove); ok { - return x.GlobalMaxCommissionRemove - } - return nil -} - -type isNominationPools_GlobalMaxCommission_GlobalMaxCommission interface { - isNominationPools_GlobalMaxCommission_GlobalMaxCommission() -} - -type NominationPools_GlobalMaxCommission_GlobalMaxCommissionNoop struct { - GlobalMaxCommissionNoop *NominationPools_Noop `protobuf:"bytes,1,opt,name=global_max_commission_noop,json=globalMaxCommissionNoop,proto3,oneof"` -} - -type NominationPools_GlobalMaxCommission_GlobalMaxCommissionSet struct { - GlobalMaxCommissionSet *NominationPools_Set `protobuf:"bytes,2,opt,name=global_max_commission_set,json=globalMaxCommissionSet,proto3,oneof"` -} - -type NominationPools_GlobalMaxCommission_GlobalMaxCommissionRemove struct { - GlobalMaxCommissionRemove *NominationPools_Remove `protobuf:"bytes,3,opt,name=global_max_commission_remove,json=globalMaxCommissionRemove,proto3,oneof"` -} - -func (*NominationPools_GlobalMaxCommission_GlobalMaxCommissionNoop) isNominationPools_GlobalMaxCommission_GlobalMaxCommission() { -} - -func (*NominationPools_GlobalMaxCommission_GlobalMaxCommissionSet) isNominationPools_GlobalMaxCommission_GlobalMaxCommission() { -} - -func (*NominationPools_GlobalMaxCommission_GlobalMaxCommissionRemove) isNominationPools_GlobalMaxCommission_GlobalMaxCommission() { -} - -type StakingRewards_ForceRefillCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to From: - // - // *StakingRewards_ForceRefillCall_FromId - // *StakingRewards_ForceRefillCall_FromIndex - // *StakingRewards_ForceRefillCall_FromRaw - // *StakingRewards_ForceRefillCall_FromAddress32 - // *StakingRewards_ForceRefillCall_FromAddress20 - From isStakingRewards_ForceRefillCall_From `protobuf_oneof:"from"` - Value string `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *StakingRewards_ForceRefillCall) Reset() { - *x = StakingRewards_ForceRefillCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingRewards_ForceRefillCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingRewards_ForceRefillCall) ProtoMessage() {} - -func (x *StakingRewards_ForceRefillCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingRewards_ForceRefillCall.ProtoReflect.Descriptor instead. -func (*StakingRewards_ForceRefillCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{10} -} - -func (m *StakingRewards_ForceRefillCall) GetFrom() isStakingRewards_ForceRefillCall_From { - if m != nil { - return m.From - } - return nil -} - -func (x *StakingRewards_ForceRefillCall) GetFromId() *StakingRewards_Id { - if x, ok := x.GetFrom().(*StakingRewards_ForceRefillCall_FromId); ok { - return x.FromId - } - return nil -} - -func (x *StakingRewards_ForceRefillCall) GetFromIndex() *StakingRewards_Index { - if x, ok := x.GetFrom().(*StakingRewards_ForceRefillCall_FromIndex); ok { - return x.FromIndex - } - return nil -} - -func (x *StakingRewards_ForceRefillCall) GetFromRaw() *StakingRewards_Raw { - if x, ok := x.GetFrom().(*StakingRewards_ForceRefillCall_FromRaw); ok { - return x.FromRaw - } - return nil -} - -func (x *StakingRewards_ForceRefillCall) GetFromAddress32() *StakingRewards_Address32 { - if x, ok := x.GetFrom().(*StakingRewards_ForceRefillCall_FromAddress32); ok { - return x.FromAddress32 - } - return nil -} - -func (x *StakingRewards_ForceRefillCall) GetFromAddress20() *StakingRewards_Address20 { - if x, ok := x.GetFrom().(*StakingRewards_ForceRefillCall_FromAddress20); ok { - return x.FromAddress20 - } - return nil -} - -func (x *StakingRewards_ForceRefillCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -type isStakingRewards_ForceRefillCall_From interface { - isStakingRewards_ForceRefillCall_From() -} - -type StakingRewards_ForceRefillCall_FromId struct { - FromId *StakingRewards_Id `protobuf:"bytes,1,opt,name=from_id,json=fromId,proto3,oneof"` -} - -type StakingRewards_ForceRefillCall_FromIndex struct { - FromIndex *StakingRewards_Index `protobuf:"bytes,2,opt,name=from_index,json=fromIndex,proto3,oneof"` -} - -type StakingRewards_ForceRefillCall_FromRaw struct { - FromRaw *StakingRewards_Raw `protobuf:"bytes,3,opt,name=from_raw,json=fromRaw,proto3,oneof"` -} - -type StakingRewards_ForceRefillCall_FromAddress32 struct { - FromAddress32 *StakingRewards_Address32 `protobuf:"bytes,4,opt,name=from_address32,json=fromAddress32,proto3,oneof"` -} - -type StakingRewards_ForceRefillCall_FromAddress20 struct { - FromAddress20 *StakingRewards_Address20 `protobuf:"bytes,5,opt,name=from_address20,json=fromAddress20,proto3,oneof"` -} - -func (*StakingRewards_ForceRefillCall_FromId) isStakingRewards_ForceRefillCall_From() {} - -func (*StakingRewards_ForceRefillCall_FromIndex) isStakingRewards_ForceRefillCall_From() {} - -func (*StakingRewards_ForceRefillCall_FromRaw) isStakingRewards_ForceRefillCall_From() {} - -func (*StakingRewards_ForceRefillCall_FromAddress32) isStakingRewards_ForceRefillCall_From() {} - -func (*StakingRewards_ForceRefillCall_FromAddress20) isStakingRewards_ForceRefillCall_From() {} - -type GearVoucher_SendMessage struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Destination *GprimitivesActorId `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"` - Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` - GasLimit uint64 `protobuf:"varint,3,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` - Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` - KeepAlive bool `protobuf:"varint,5,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"` -} - -func (x *GearVoucher_SendMessage) Reset() { - *x = GearVoucher_SendMessage{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_SendMessage) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_SendMessage) ProtoMessage() {} - -func (x *GearVoucher_SendMessage) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_SendMessage.ProtoReflect.Descriptor instead. -func (*GearVoucher_SendMessage) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{11} -} - -func (x *GearVoucher_SendMessage) GetDestination() *GprimitivesActorId { - if x != nil { - return x.Destination - } - return nil -} - -func (x *GearVoucher_SendMessage) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *GearVoucher_SendMessage) GetGasLimit() uint64 { - if x != nil { - return x.GasLimit - } - return 0 -} - -func (x *GearVoucher_SendMessage) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -func (x *GearVoucher_SendMessage) GetKeepAlive() bool { - if x != nil { - return x.KeepAlive - } - return false -} - -type Staking_MinCommission struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MinCommission: - // - // *Staking_MinCommission_MinCommissionNoop - // *Staking_MinCommission_MinCommissionSet - // *Staking_MinCommission_MinCommissionRemove - MinCommission isStaking_MinCommission_MinCommission `protobuf_oneof:"min_commission"` -} - -func (x *Staking_MinCommission) Reset() { - *x = Staking_MinCommission{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_MinCommission) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_MinCommission) ProtoMessage() {} - -func (x *Staking_MinCommission) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_MinCommission.ProtoReflect.Descriptor instead. -func (*Staking_MinCommission) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{12} -} - -func (m *Staking_MinCommission) GetMinCommission() isStaking_MinCommission_MinCommission { - if m != nil { - return m.MinCommission - } - return nil -} - -func (x *Staking_MinCommission) GetMinCommissionNoop() *Staking_Noop { - if x, ok := x.GetMinCommission().(*Staking_MinCommission_MinCommissionNoop); ok { - return x.MinCommissionNoop - } - return nil -} - -func (x *Staking_MinCommission) GetMinCommissionSet() *Staking_Set { - if x, ok := x.GetMinCommission().(*Staking_MinCommission_MinCommissionSet); ok { - return x.MinCommissionSet - } - return nil -} - -func (x *Staking_MinCommission) GetMinCommissionRemove() *Staking_Remove { - if x, ok := x.GetMinCommission().(*Staking_MinCommission_MinCommissionRemove); ok { - return x.MinCommissionRemove - } - return nil -} - -type isStaking_MinCommission_MinCommission interface { - isStaking_MinCommission_MinCommission() -} - -type Staking_MinCommission_MinCommissionNoop struct { - MinCommissionNoop *Staking_Noop `protobuf:"bytes,1,opt,name=min_commission_noop,json=minCommissionNoop,proto3,oneof"` -} - -type Staking_MinCommission_MinCommissionSet struct { - MinCommissionSet *Staking_Set `protobuf:"bytes,2,opt,name=min_commission_set,json=minCommissionSet,proto3,oneof"` -} - -type Staking_MinCommission_MinCommissionRemove struct { - MinCommissionRemove *Staking_Remove `protobuf:"bytes,3,opt,name=min_commission_remove,json=minCommissionRemove,proto3,oneof"` -} - -func (*Staking_MinCommission_MinCommissionNoop) isStaking_MinCommission_MinCommission() {} - -func (*Staking_MinCommission_MinCommissionSet) isStaking_MinCommission_MinCommission() {} - -func (*Staking_MinCommission_MinCommissionRemove) isStaking_MinCommission_MinCommission() {} - -type Referenda_RefundSubmissionDepositCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *Referenda_RefundSubmissionDepositCall) Reset() { - *x = Referenda_RefundSubmissionDepositCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_RefundSubmissionDepositCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_RefundSubmissionDepositCall) ProtoMessage() {} - -func (x *Referenda_RefundSubmissionDepositCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_RefundSubmissionDepositCall.ProtoReflect.Descriptor instead. -func (*Referenda_RefundSubmissionDepositCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{13} -} - -func (x *Referenda_RefundSubmissionDepositCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type Babe_PreRuntime struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []byte `protobuf:"bytes,2,opt,name=value1,proto3" json:"value1,omitempty"` -} - -func (x *Babe_PreRuntime) Reset() { - *x = Babe_PreRuntime{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_PreRuntime) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_PreRuntime) ProtoMessage() {} - -func (x *Babe_PreRuntime) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_PreRuntime.ProtoReflect.Descriptor instead. -func (*Babe_PreRuntime) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{14} -} - -func (x *Babe_PreRuntime) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -func (x *Babe_PreRuntime) GetValue1() []byte { - if x != nil { - return x.Value1 - } - return nil -} - -type Grandpa_ReportEquivocationCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - EquivocationProof *Grandpa_SpConsensusGrandpaEquivocationProof `protobuf:"bytes,1,opt,name=equivocation_proof,json=equivocationProof,proto3" json:"equivocation_proof,omitempty"` - KeyOwnerProof *SpSessionMembershipProof `protobuf:"bytes,2,opt,name=key_owner_proof,json=keyOwnerProof,proto3" json:"key_owner_proof,omitempty"` -} - -func (x *Grandpa_ReportEquivocationCall) Reset() { - *x = Grandpa_ReportEquivocationCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_ReportEquivocationCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_ReportEquivocationCall) ProtoMessage() {} - -func (x *Grandpa_ReportEquivocationCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_ReportEquivocationCall.ProtoReflect.Descriptor instead. -func (*Grandpa_ReportEquivocationCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{15} -} - -func (x *Grandpa_ReportEquivocationCall) GetEquivocationProof() *Grandpa_SpConsensusGrandpaEquivocationProof { - if x != nil { - return x.EquivocationProof - } - return nil -} - -func (x *Grandpa_ReportEquivocationCall) GetKeyOwnerProof() *SpSessionMembershipProof { - if x != nil { - return x.KeyOwnerProof - } - return nil -} - -type Value0 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Value0: - // - // *Value0_Value0Root - // *Value0_Value0Signed - // *Value0_Value0None - Value0 isValue0_Value0 `protobuf_oneof:"value0"` -} - -func (x *Value0) Reset() { - *x = Value0{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Value0) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Value0) ProtoMessage() {} - -func (x *Value0) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Value0.ProtoReflect.Descriptor instead. -func (*Value0) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{16} -} - -func (m *Value0) GetValue0() isValue0_Value0 { - if m != nil { - return m.Value0 - } - return nil -} - -func (x *Value0) GetValue0Root() *Root { - if x, ok := x.GetValue0().(*Value0_Value0Root); ok { - return x.Value0Root - } - return nil -} - -func (x *Value0) GetValue0Signed() *Signed { - if x, ok := x.GetValue0().(*Value0_Value0Signed); ok { - return x.Value0Signed - } - return nil -} - -func (x *Value0) GetValue0None() *None { - if x, ok := x.GetValue0().(*Value0_Value0None); ok { - return x.Value0None - } - return nil -} - -type isValue0_Value0 interface { - isValue0_Value0() -} - -type Value0_Value0Root struct { - Value0Root *Root `protobuf:"bytes,1,opt,name=value0_root,json=value0Root,proto3,oneof"` -} - -type Value0_Value0Signed struct { - Value0Signed *Signed `protobuf:"bytes,2,opt,name=value0_signed,json=value0Signed,proto3,oneof"` -} - -type Value0_Value0None struct { - Value0None *None `protobuf:"bytes,3,opt,name=value0_none,json=value0None,proto3,oneof"` -} - -func (*Value0_Value0Root) isValue0_Value0() {} - -func (*Value0_Value0Signed) isValue0_Value0() {} - -func (*Value0_Value0None) isValue0_Value0() {} - -type Identity_Unknown struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Identity_Unknown) Reset() { - *x = Identity_Unknown{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Unknown) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Unknown) ProtoMessage() {} - -func (x *Identity_Unknown) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Unknown.ProtoReflect.Descriptor instead. -func (*Identity_Unknown) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{17} -} - -type Treasury_Beneficiary struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Beneficiary: - // - // *Treasury_Beneficiary_BeneficiaryId - // *Treasury_Beneficiary_BeneficiaryIndex - // *Treasury_Beneficiary_BeneficiaryRaw - // *Treasury_Beneficiary_BeneficiaryAddress32 - // *Treasury_Beneficiary_BeneficiaryAddress20 - Beneficiary isTreasury_Beneficiary_Beneficiary `protobuf_oneof:"beneficiary"` -} - -func (x *Treasury_Beneficiary) Reset() { - *x = Treasury_Beneficiary{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_Beneficiary) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_Beneficiary) ProtoMessage() {} - -func (x *Treasury_Beneficiary) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_Beneficiary.ProtoReflect.Descriptor instead. -func (*Treasury_Beneficiary) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{18} -} - -func (m *Treasury_Beneficiary) GetBeneficiary() isTreasury_Beneficiary_Beneficiary { - if m != nil { - return m.Beneficiary - } - return nil -} - -func (x *Treasury_Beneficiary) GetBeneficiaryId() *Treasury_Id { - if x, ok := x.GetBeneficiary().(*Treasury_Beneficiary_BeneficiaryId); ok { - return x.BeneficiaryId - } - return nil -} - -func (x *Treasury_Beneficiary) GetBeneficiaryIndex() *Treasury_Index { - if x, ok := x.GetBeneficiary().(*Treasury_Beneficiary_BeneficiaryIndex); ok { - return x.BeneficiaryIndex - } - return nil -} - -func (x *Treasury_Beneficiary) GetBeneficiaryRaw() *Treasury_Raw { - if x, ok := x.GetBeneficiary().(*Treasury_Beneficiary_BeneficiaryRaw); ok { - return x.BeneficiaryRaw - } - return nil -} - -func (x *Treasury_Beneficiary) GetBeneficiaryAddress32() *Treasury_Address32 { - if x, ok := x.GetBeneficiary().(*Treasury_Beneficiary_BeneficiaryAddress32); ok { - return x.BeneficiaryAddress32 - } - return nil -} - -func (x *Treasury_Beneficiary) GetBeneficiaryAddress20() *Treasury_Address20 { - if x, ok := x.GetBeneficiary().(*Treasury_Beneficiary_BeneficiaryAddress20); ok { - return x.BeneficiaryAddress20 - } - return nil -} - -type isTreasury_Beneficiary_Beneficiary interface { - isTreasury_Beneficiary_Beneficiary() -} - -type Treasury_Beneficiary_BeneficiaryId struct { - BeneficiaryId *Treasury_Id `protobuf:"bytes,1,opt,name=beneficiary_id,json=beneficiaryId,proto3,oneof"` -} - -type Treasury_Beneficiary_BeneficiaryIndex struct { - BeneficiaryIndex *Treasury_Index `protobuf:"bytes,2,opt,name=beneficiary_index,json=beneficiaryIndex,proto3,oneof"` -} - -type Treasury_Beneficiary_BeneficiaryRaw struct { - BeneficiaryRaw *Treasury_Raw `protobuf:"bytes,3,opt,name=beneficiary_raw,json=beneficiaryRaw,proto3,oneof"` -} - -type Treasury_Beneficiary_BeneficiaryAddress32 struct { - BeneficiaryAddress32 *Treasury_Address32 `protobuf:"bytes,4,opt,name=beneficiary_address32,json=beneficiaryAddress32,proto3,oneof"` -} - -type Treasury_Beneficiary_BeneficiaryAddress20 struct { - BeneficiaryAddress20 *Treasury_Address20 `protobuf:"bytes,5,opt,name=beneficiary_address20,json=beneficiaryAddress20,proto3,oneof"` -} - -func (*Treasury_Beneficiary_BeneficiaryId) isTreasury_Beneficiary_Beneficiary() {} - -func (*Treasury_Beneficiary_BeneficiaryIndex) isTreasury_Beneficiary_Beneficiary() {} - -func (*Treasury_Beneficiary_BeneficiaryRaw) isTreasury_Beneficiary_Beneficiary() {} - -func (*Treasury_Beneficiary_BeneficiaryAddress32) isTreasury_Beneficiary_Beneficiary() {} - -func (*Treasury_Beneficiary_BeneficiaryAddress20) isTreasury_Beneficiary_Beneficiary() {} - -type TreasuryPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *TreasuryPallet_CallProposeSpendCall - // *TreasuryPallet_CallRejectProposalCall - // *TreasuryPallet_CallApproveProposalCall - // *TreasuryPallet_CallSpendLocalCall - // *TreasuryPallet_CallRemoveApprovalCall - // *TreasuryPallet_CallSpendCall - // *TreasuryPallet_CallPayoutCall - // *TreasuryPallet_CallCheckStatusCall - // *TreasuryPallet_CallVoidSpendCall - Call isTreasuryPallet_Call `protobuf_oneof:"call"` -} - -func (x *TreasuryPallet) Reset() { - *x = TreasuryPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TreasuryPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TreasuryPallet) ProtoMessage() {} - -func (x *TreasuryPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TreasuryPallet.ProtoReflect.Descriptor instead. -func (*TreasuryPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{19} -} - -func (m *TreasuryPallet) GetCall() isTreasuryPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *TreasuryPallet) GetCallProposeSpendCall() *Treasury_ProposeSpendCall { - if x, ok := x.GetCall().(*TreasuryPallet_CallProposeSpendCall); ok { - return x.CallProposeSpendCall - } - return nil -} - -func (x *TreasuryPallet) GetCallRejectProposalCall() *Treasury_RejectProposalCall { - if x, ok := x.GetCall().(*TreasuryPallet_CallRejectProposalCall); ok { - return x.CallRejectProposalCall - } - return nil -} - -func (x *TreasuryPallet) GetCallApproveProposalCall() *Treasury_ApproveProposalCall { - if x, ok := x.GetCall().(*TreasuryPallet_CallApproveProposalCall); ok { - return x.CallApproveProposalCall - } - return nil -} - -func (x *TreasuryPallet) GetCallSpendLocalCall() *Treasury_SpendLocalCall { - if x, ok := x.GetCall().(*TreasuryPallet_CallSpendLocalCall); ok { - return x.CallSpendLocalCall - } - return nil -} - -func (x *TreasuryPallet) GetCallRemoveApprovalCall() *Treasury_RemoveApprovalCall { - if x, ok := x.GetCall().(*TreasuryPallet_CallRemoveApprovalCall); ok { - return x.CallRemoveApprovalCall - } - return nil -} - -func (x *TreasuryPallet) GetCallSpendCall() *Treasury_SpendCall { - if x, ok := x.GetCall().(*TreasuryPallet_CallSpendCall); ok { - return x.CallSpendCall - } - return nil -} - -func (x *TreasuryPallet) GetCallPayoutCall() *Treasury_PayoutCall { - if x, ok := x.GetCall().(*TreasuryPallet_CallPayoutCall); ok { - return x.CallPayoutCall - } - return nil -} - -func (x *TreasuryPallet) GetCallCheckStatusCall() *Treasury_CheckStatusCall { - if x, ok := x.GetCall().(*TreasuryPallet_CallCheckStatusCall); ok { - return x.CallCheckStatusCall - } - return nil -} - -func (x *TreasuryPallet) GetCallVoidSpendCall() *Treasury_VoidSpendCall { - if x, ok := x.GetCall().(*TreasuryPallet_CallVoidSpendCall); ok { - return x.CallVoidSpendCall - } - return nil -} - -type isTreasuryPallet_Call interface { - isTreasuryPallet_Call() -} - -type TreasuryPallet_CallProposeSpendCall struct { - CallProposeSpendCall *Treasury_ProposeSpendCall `protobuf:"bytes,1,opt,name=call_propose_spend_call,json=callProposeSpendCall,proto3,oneof"` -} - -type TreasuryPallet_CallRejectProposalCall struct { - CallRejectProposalCall *Treasury_RejectProposalCall `protobuf:"bytes,2,opt,name=call_reject_proposal_call,json=callRejectProposalCall,proto3,oneof"` -} - -type TreasuryPallet_CallApproveProposalCall struct { - CallApproveProposalCall *Treasury_ApproveProposalCall `protobuf:"bytes,3,opt,name=call_approve_proposal_call,json=callApproveProposalCall,proto3,oneof"` -} - -type TreasuryPallet_CallSpendLocalCall struct { - CallSpendLocalCall *Treasury_SpendLocalCall `protobuf:"bytes,4,opt,name=call_spend_local_call,json=callSpendLocalCall,proto3,oneof"` -} - -type TreasuryPallet_CallRemoveApprovalCall struct { - CallRemoveApprovalCall *Treasury_RemoveApprovalCall `protobuf:"bytes,5,opt,name=call_remove_approval_call,json=callRemoveApprovalCall,proto3,oneof"` -} - -type TreasuryPallet_CallSpendCall struct { - CallSpendCall *Treasury_SpendCall `protobuf:"bytes,6,opt,name=call_spend_call,json=callSpendCall,proto3,oneof"` -} - -type TreasuryPallet_CallPayoutCall struct { - CallPayoutCall *Treasury_PayoutCall `protobuf:"bytes,7,opt,name=call_payout_call,json=callPayoutCall,proto3,oneof"` -} - -type TreasuryPallet_CallCheckStatusCall struct { - CallCheckStatusCall *Treasury_CheckStatusCall `protobuf:"bytes,8,opt,name=call_check_status_call,json=callCheckStatusCall,proto3,oneof"` -} - -type TreasuryPallet_CallVoidSpendCall struct { - CallVoidSpendCall *Treasury_VoidSpendCall `protobuf:"bytes,9,opt,name=call_void_spend_call,json=callVoidSpendCall,proto3,oneof"` -} - -func (*TreasuryPallet_CallProposeSpendCall) isTreasuryPallet_Call() {} - -func (*TreasuryPallet_CallRejectProposalCall) isTreasuryPallet_Call() {} - -func (*TreasuryPallet_CallApproveProposalCall) isTreasuryPallet_Call() {} - -func (*TreasuryPallet_CallSpendLocalCall) isTreasuryPallet_Call() {} - -func (*TreasuryPallet_CallRemoveApprovalCall) isTreasuryPallet_Call() {} - -func (*TreasuryPallet_CallSpendCall) isTreasuryPallet_Call() {} - -func (*TreasuryPallet_CallPayoutCall) isTreasuryPallet_Call() {} - -func (*TreasuryPallet_CallCheckStatusCall) isTreasuryPallet_Call() {} - -func (*TreasuryPallet_CallVoidSpendCall) isTreasuryPallet_Call() {} - -type Utility_BatchAllCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Calls []*VaraRuntimeRuntimeCall `protobuf:"bytes,1,rep,name=calls,proto3" json:"calls,omitempty"` -} - -func (x *Utility_BatchAllCall) Reset() { - *x = Utility_BatchAllCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[20] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Utility_BatchAllCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Utility_BatchAllCall) ProtoMessage() {} - -func (x *Utility_BatchAllCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[20] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Utility_BatchAllCall.ProtoReflect.Descriptor instead. -func (*Utility_BatchAllCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{20} -} - -func (x *Utility_BatchAllCall) GetCalls() []*VaraRuntimeRuntimeCall { - if x != nil { - return x.Calls - } - return nil -} - -type ConvictionVoting_DelegateCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Class uint32 `protobuf:"varint,1,opt,name=class,proto3" json:"class,omitempty"` - // Types that are assignable to To: - // - // *ConvictionVoting_DelegateCall_ToId - // *ConvictionVoting_DelegateCall_ToIndex - // *ConvictionVoting_DelegateCall_ToRaw - // *ConvictionVoting_DelegateCall_ToAddress32 - // *ConvictionVoting_DelegateCall_ToAddress20 - To isConvictionVoting_DelegateCall_To `protobuf_oneof:"to"` - // Types that are assignable to Conviction: - // - // *ConvictionVoting_DelegateCall_ConvictionNone - // *ConvictionVoting_DelegateCall_ConvictionLocked1X - // *ConvictionVoting_DelegateCall_ConvictionLocked2X - // *ConvictionVoting_DelegateCall_ConvictionLocked3X - // *ConvictionVoting_DelegateCall_ConvictionLocked4X - // *ConvictionVoting_DelegateCall_ConvictionLocked5X - // *ConvictionVoting_DelegateCall_ConvictionLocked6X - Conviction isConvictionVoting_DelegateCall_Conviction `protobuf_oneof:"conviction"` - Balance string `protobuf:"bytes,14,opt,name=balance,proto3" json:"balance,omitempty"` -} - -func (x *ConvictionVoting_DelegateCall) Reset() { - *x = ConvictionVoting_DelegateCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[21] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_DelegateCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_DelegateCall) ProtoMessage() {} - -func (x *ConvictionVoting_DelegateCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[21] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_DelegateCall.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_DelegateCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{21} -} - -func (x *ConvictionVoting_DelegateCall) GetClass() uint32 { - if x != nil { - return x.Class - } - return 0 -} - -func (m *ConvictionVoting_DelegateCall) GetTo() isConvictionVoting_DelegateCall_To { - if m != nil { - return m.To - } - return nil -} - -func (x *ConvictionVoting_DelegateCall) GetToId() *ConvictionVoting_Id { - if x, ok := x.GetTo().(*ConvictionVoting_DelegateCall_ToId); ok { - return x.ToId - } - return nil -} - -func (x *ConvictionVoting_DelegateCall) GetToIndex() *ConvictionVoting_Index { - if x, ok := x.GetTo().(*ConvictionVoting_DelegateCall_ToIndex); ok { - return x.ToIndex - } - return nil -} - -func (x *ConvictionVoting_DelegateCall) GetToRaw() *ConvictionVoting_Raw { - if x, ok := x.GetTo().(*ConvictionVoting_DelegateCall_ToRaw); ok { - return x.ToRaw - } - return nil -} - -func (x *ConvictionVoting_DelegateCall) GetToAddress32() *ConvictionVoting_Address32 { - if x, ok := x.GetTo().(*ConvictionVoting_DelegateCall_ToAddress32); ok { - return x.ToAddress32 - } - return nil -} - -func (x *ConvictionVoting_DelegateCall) GetToAddress20() *ConvictionVoting_Address20 { - if x, ok := x.GetTo().(*ConvictionVoting_DelegateCall_ToAddress20); ok { - return x.ToAddress20 - } - return nil -} - -func (m *ConvictionVoting_DelegateCall) GetConviction() isConvictionVoting_DelegateCall_Conviction { - if m != nil { - return m.Conviction - } - return nil -} - -func (x *ConvictionVoting_DelegateCall) GetConvictionNone() *ConvictionVoting_None { - if x, ok := x.GetConviction().(*ConvictionVoting_DelegateCall_ConvictionNone); ok { - return x.ConvictionNone - } - return nil -} - -func (x *ConvictionVoting_DelegateCall) GetConvictionLocked1X() *ConvictionVoting_Locked1X { - if x, ok := x.GetConviction().(*ConvictionVoting_DelegateCall_ConvictionLocked1X); ok { - return x.ConvictionLocked1X - } - return nil -} - -func (x *ConvictionVoting_DelegateCall) GetConvictionLocked2X() *ConvictionVoting_Locked2X { - if x, ok := x.GetConviction().(*ConvictionVoting_DelegateCall_ConvictionLocked2X); ok { - return x.ConvictionLocked2X - } - return nil -} - -func (x *ConvictionVoting_DelegateCall) GetConvictionLocked3X() *ConvictionVoting_Locked3X { - if x, ok := x.GetConviction().(*ConvictionVoting_DelegateCall_ConvictionLocked3X); ok { - return x.ConvictionLocked3X - } - return nil -} - -func (x *ConvictionVoting_DelegateCall) GetConvictionLocked4X() *ConvictionVoting_Locked4X { - if x, ok := x.GetConviction().(*ConvictionVoting_DelegateCall_ConvictionLocked4X); ok { - return x.ConvictionLocked4X - } - return nil -} - -func (x *ConvictionVoting_DelegateCall) GetConvictionLocked5X() *ConvictionVoting_Locked5X { - if x, ok := x.GetConviction().(*ConvictionVoting_DelegateCall_ConvictionLocked5X); ok { - return x.ConvictionLocked5X - } - return nil -} - -func (x *ConvictionVoting_DelegateCall) GetConvictionLocked6X() *ConvictionVoting_Locked6X { - if x, ok := x.GetConviction().(*ConvictionVoting_DelegateCall_ConvictionLocked6X); ok { - return x.ConvictionLocked6X - } - return nil -} - -func (x *ConvictionVoting_DelegateCall) GetBalance() string { - if x != nil { - return x.Balance - } - return "" -} - -type isConvictionVoting_DelegateCall_To interface { - isConvictionVoting_DelegateCall_To() -} - -type ConvictionVoting_DelegateCall_ToId struct { - ToId *ConvictionVoting_Id `protobuf:"bytes,2,opt,name=to_id,json=toId,proto3,oneof"` -} - -type ConvictionVoting_DelegateCall_ToIndex struct { - ToIndex *ConvictionVoting_Index `protobuf:"bytes,3,opt,name=to_index,json=toIndex,proto3,oneof"` -} - -type ConvictionVoting_DelegateCall_ToRaw struct { - ToRaw *ConvictionVoting_Raw `protobuf:"bytes,4,opt,name=to_raw,json=toRaw,proto3,oneof"` -} - -type ConvictionVoting_DelegateCall_ToAddress32 struct { - ToAddress32 *ConvictionVoting_Address32 `protobuf:"bytes,5,opt,name=to_address32,json=toAddress32,proto3,oneof"` -} - -type ConvictionVoting_DelegateCall_ToAddress20 struct { - ToAddress20 *ConvictionVoting_Address20 `protobuf:"bytes,6,opt,name=to_address20,json=toAddress20,proto3,oneof"` -} - -func (*ConvictionVoting_DelegateCall_ToId) isConvictionVoting_DelegateCall_To() {} - -func (*ConvictionVoting_DelegateCall_ToIndex) isConvictionVoting_DelegateCall_To() {} - -func (*ConvictionVoting_DelegateCall_ToRaw) isConvictionVoting_DelegateCall_To() {} - -func (*ConvictionVoting_DelegateCall_ToAddress32) isConvictionVoting_DelegateCall_To() {} - -func (*ConvictionVoting_DelegateCall_ToAddress20) isConvictionVoting_DelegateCall_To() {} - -type isConvictionVoting_DelegateCall_Conviction interface { - isConvictionVoting_DelegateCall_Conviction() -} - -type ConvictionVoting_DelegateCall_ConvictionNone struct { - ConvictionNone *ConvictionVoting_None `protobuf:"bytes,7,opt,name=conviction_none,json=convictionNone,proto3,oneof"` -} - -type ConvictionVoting_DelegateCall_ConvictionLocked1X struct { - ConvictionLocked1X *ConvictionVoting_Locked1X `protobuf:"bytes,8,opt,name=conviction_locked1x,json=convictionLocked1x,proto3,oneof"` -} - -type ConvictionVoting_DelegateCall_ConvictionLocked2X struct { - ConvictionLocked2X *ConvictionVoting_Locked2X `protobuf:"bytes,9,opt,name=conviction_locked2x,json=convictionLocked2x,proto3,oneof"` -} - -type ConvictionVoting_DelegateCall_ConvictionLocked3X struct { - ConvictionLocked3X *ConvictionVoting_Locked3X `protobuf:"bytes,10,opt,name=conviction_locked3x,json=convictionLocked3x,proto3,oneof"` -} - -type ConvictionVoting_DelegateCall_ConvictionLocked4X struct { - ConvictionLocked4X *ConvictionVoting_Locked4X `protobuf:"bytes,11,opt,name=conviction_locked4x,json=convictionLocked4x,proto3,oneof"` -} - -type ConvictionVoting_DelegateCall_ConvictionLocked5X struct { - ConvictionLocked5X *ConvictionVoting_Locked5X `protobuf:"bytes,12,opt,name=conviction_locked5x,json=convictionLocked5x,proto3,oneof"` -} - -type ConvictionVoting_DelegateCall_ConvictionLocked6X struct { - ConvictionLocked6X *ConvictionVoting_Locked6X `protobuf:"bytes,13,opt,name=conviction_locked6x,json=convictionLocked6x,proto3,oneof"` -} - -func (*ConvictionVoting_DelegateCall_ConvictionNone) isConvictionVoting_DelegateCall_Conviction() {} - -func (*ConvictionVoting_DelegateCall_ConvictionLocked1X) isConvictionVoting_DelegateCall_Conviction() { -} - -func (*ConvictionVoting_DelegateCall_ConvictionLocked2X) isConvictionVoting_DelegateCall_Conviction() { -} - -func (*ConvictionVoting_DelegateCall_ConvictionLocked3X) isConvictionVoting_DelegateCall_Conviction() { -} - -func (*ConvictionVoting_DelegateCall_ConvictionLocked4X) isConvictionVoting_DelegateCall_Conviction() { -} - -func (*ConvictionVoting_DelegateCall_ConvictionLocked5X) isConvictionVoting_DelegateCall_Conviction() { -} - -func (*ConvictionVoting_DelegateCall_ConvictionLocked6X) isConvictionVoting_DelegateCall_Conviction() { -} - -type NominationPools_Id struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *NominationPools_Id) Reset() { - *x = NominationPools_Id{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[22] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Id) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Id) ProtoMessage() {} - -func (x *NominationPools_Id) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[22] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Id.ProtoReflect.Descriptor instead. -func (*NominationPools_Id) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{22} -} - -func (x *NominationPools_Id) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type System_SystemKeysList struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Keys []byte `protobuf:"bytes,1,opt,name=keys,proto3" json:"keys,omitempty"` -} - -func (x *System_SystemKeysList) Reset() { - *x = System_SystemKeysList{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[23] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *System_SystemKeysList) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*System_SystemKeysList) ProtoMessage() {} - -func (x *System_SystemKeysList) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[23] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use System_SystemKeysList.ProtoReflect.Descriptor instead. -func (*System_SystemKeysList) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{23} -} - -func (x *System_SystemKeysList) GetKeys() []byte { - if x != nil { - return x.Keys - } - return nil -} - -type Balances_Address32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Balances_Address32) Reset() { - *x = Balances_Address32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[24] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_Address32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_Address32) ProtoMessage() {} - -func (x *Balances_Address32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[24] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_Address32.ProtoReflect.Descriptor instead. -func (*Balances_Address32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{24} -} - -func (x *Balances_Address32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type FellowshipCollective_TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value *TupleNull `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *FellowshipCollective_TupleNull) Reset() { - *x = FellowshipCollective_TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[25] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollective_TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollective_TupleNull) ProtoMessage() {} - -func (x *FellowshipCollective_TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[25] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollective_TupleNull.ProtoReflect.Descriptor instead. -func (*FellowshipCollective_TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{25} -} - -func (x *FellowshipCollective_TupleNull) GetValue() *TupleNull { - if x != nil { - return x.Value - } - return nil -} - -type FellowshipReferenda_Origins struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Value0: - // - // *FellowshipReferenda_Origins_Value0StakingAdmin - // *FellowshipReferenda_Origins_Value0Treasurer - // *FellowshipReferenda_Origins_Value0FellowshipAdmin - // *FellowshipReferenda_Origins_Value0GeneralAdmin - // *FellowshipReferenda_Origins_Value0ReferendumCanceller - // *FellowshipReferenda_Origins_Value0ReferendumKiller - // *FellowshipReferenda_Origins_Value0SmallTipper - // *FellowshipReferenda_Origins_Value0BigTipper - // *FellowshipReferenda_Origins_Value0SmallSpender - // *FellowshipReferenda_Origins_Value0MediumSpender - // *FellowshipReferenda_Origins_Value0BigSpender - // *FellowshipReferenda_Origins_Value0WhitelistedCaller - // *FellowshipReferenda_Origins_Value0FellowshipInitiates - // *FellowshipReferenda_Origins_Value0Fellows - // *FellowshipReferenda_Origins_Value0FellowshipExperts - // *FellowshipReferenda_Origins_Value0FellowshipMasters - // *FellowshipReferenda_Origins_Value0Fellowship1Dan - // *FellowshipReferenda_Origins_Value0Fellowship2Dan - // *FellowshipReferenda_Origins_Value0Fellowship3Dan - // *FellowshipReferenda_Origins_Value0Fellowship4Dan - // *FellowshipReferenda_Origins_Value0Fellowship5Dan - // *FellowshipReferenda_Origins_Value0Fellowship6Dan - // *FellowshipReferenda_Origins_Value0Fellowship7Dan - // *FellowshipReferenda_Origins_Value0Fellowship8Dan - // *FellowshipReferenda_Origins_Value0Fellowship9Dan - Value0 isFellowshipReferenda_Origins_Value0 `protobuf_oneof:"value0"` -} - -func (x *FellowshipReferenda_Origins) Reset() { - *x = FellowshipReferenda_Origins{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[26] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_Origins) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_Origins) ProtoMessage() {} - -func (x *FellowshipReferenda_Origins) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[26] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_Origins.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_Origins) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{26} -} - -func (m *FellowshipReferenda_Origins) GetValue0() isFellowshipReferenda_Origins_Value0 { - if m != nil { - return m.Value0 - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0StakingAdmin() *StakingAdmin { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0StakingAdmin); ok { - return x.Value0StakingAdmin - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0Treasurer() *Treasurer { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0Treasurer); ok { - return x.Value0Treasurer - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0FellowshipAdmin() *FellowshipAdmin { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0FellowshipAdmin); ok { - return x.Value0FellowshipAdmin - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0GeneralAdmin() *GeneralAdmin { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0GeneralAdmin); ok { - return x.Value0GeneralAdmin - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0ReferendumCanceller() *ReferendumCanceller { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0ReferendumCanceller); ok { - return x.Value0ReferendumCanceller - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0ReferendumKiller() *ReferendumKiller { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0ReferendumKiller); ok { - return x.Value0ReferendumKiller - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0SmallTipper() *SmallTipper { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0SmallTipper); ok { - return x.Value0SmallTipper - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0BigTipper() *BigTipper { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0BigTipper); ok { - return x.Value0BigTipper - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0SmallSpender() *SmallSpender { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0SmallSpender); ok { - return x.Value0SmallSpender - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0MediumSpender() *MediumSpender { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0MediumSpender); ok { - return x.Value0MediumSpender - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0BigSpender() *BigSpender { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0BigSpender); ok { - return x.Value0BigSpender - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0WhitelistedCaller() *WhitelistedCaller { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0WhitelistedCaller); ok { - return x.Value0WhitelistedCaller - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0FellowshipInitiates() *FellowshipInitiates { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0FellowshipInitiates); ok { - return x.Value0FellowshipInitiates - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0Fellows() *Fellows { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0Fellows); ok { - return x.Value0Fellows - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0FellowshipExperts() *FellowshipExperts { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0FellowshipExperts); ok { - return x.Value0FellowshipExperts - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0FellowshipMasters() *FellowshipMasters { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0FellowshipMasters); ok { - return x.Value0FellowshipMasters - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0Fellowship1Dan() *Fellowship1Dan { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0Fellowship1Dan); ok { - return x.Value0Fellowship1Dan - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0Fellowship2Dan() *Fellowship2Dan { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0Fellowship2Dan); ok { - return x.Value0Fellowship2Dan - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0Fellowship3Dan() *Fellowship3Dan { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0Fellowship3Dan); ok { - return x.Value0Fellowship3Dan - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0Fellowship4Dan() *Fellowship4Dan { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0Fellowship4Dan); ok { - return x.Value0Fellowship4Dan - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0Fellowship5Dan() *Fellowship5Dan { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0Fellowship5Dan); ok { - return x.Value0Fellowship5Dan - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0Fellowship6Dan() *Fellowship6Dan { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0Fellowship6Dan); ok { - return x.Value0Fellowship6Dan - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0Fellowship7Dan() *Fellowship7Dan { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0Fellowship7Dan); ok { - return x.Value0Fellowship7Dan - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0Fellowship8Dan() *Fellowship8Dan { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0Fellowship8Dan); ok { - return x.Value0Fellowship8Dan - } - return nil -} - -func (x *FellowshipReferenda_Origins) GetValue0Fellowship9Dan() *Fellowship9Dan { - if x, ok := x.GetValue0().(*FellowshipReferenda_Origins_Value0Fellowship9Dan); ok { - return x.Value0Fellowship9Dan - } - return nil -} - -type isFellowshipReferenda_Origins_Value0 interface { - isFellowshipReferenda_Origins_Value0() -} - -type FellowshipReferenda_Origins_Value0StakingAdmin struct { - Value0StakingAdmin *StakingAdmin `protobuf:"bytes,1,opt,name=value0_staking_admin,json=value0StakingAdmin,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0Treasurer struct { - Value0Treasurer *Treasurer `protobuf:"bytes,2,opt,name=value0_treasurer,json=value0Treasurer,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0FellowshipAdmin struct { - Value0FellowshipAdmin *FellowshipAdmin `protobuf:"bytes,3,opt,name=value0_fellowship_admin,json=value0FellowshipAdmin,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0GeneralAdmin struct { - Value0GeneralAdmin *GeneralAdmin `protobuf:"bytes,4,opt,name=value0_general_admin,json=value0GeneralAdmin,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0ReferendumCanceller struct { - Value0ReferendumCanceller *ReferendumCanceller `protobuf:"bytes,5,opt,name=value0_referendum_canceller,json=value0ReferendumCanceller,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0ReferendumKiller struct { - Value0ReferendumKiller *ReferendumKiller `protobuf:"bytes,6,opt,name=value0_referendum_killer,json=value0ReferendumKiller,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0SmallTipper struct { - Value0SmallTipper *SmallTipper `protobuf:"bytes,7,opt,name=value0_small_tipper,json=value0SmallTipper,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0BigTipper struct { - Value0BigTipper *BigTipper `protobuf:"bytes,8,opt,name=value0_big_tipper,json=value0BigTipper,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0SmallSpender struct { - Value0SmallSpender *SmallSpender `protobuf:"bytes,9,opt,name=value0_small_spender,json=value0SmallSpender,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0MediumSpender struct { - Value0MediumSpender *MediumSpender `protobuf:"bytes,10,opt,name=value0_medium_spender,json=value0MediumSpender,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0BigSpender struct { - Value0BigSpender *BigSpender `protobuf:"bytes,11,opt,name=value0_big_spender,json=value0BigSpender,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0WhitelistedCaller struct { - Value0WhitelistedCaller *WhitelistedCaller `protobuf:"bytes,12,opt,name=value0_whitelisted_caller,json=value0WhitelistedCaller,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0FellowshipInitiates struct { - Value0FellowshipInitiates *FellowshipInitiates `protobuf:"bytes,13,opt,name=value0_fellowship_initiates,json=value0FellowshipInitiates,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0Fellows struct { - Value0Fellows *Fellows `protobuf:"bytes,14,opt,name=value0_fellows,json=value0Fellows,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0FellowshipExperts struct { - Value0FellowshipExperts *FellowshipExperts `protobuf:"bytes,15,opt,name=value0_fellowship_experts,json=value0FellowshipExperts,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0FellowshipMasters struct { - Value0FellowshipMasters *FellowshipMasters `protobuf:"bytes,16,opt,name=value0_fellowship_masters,json=value0FellowshipMasters,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0Fellowship1Dan struct { - Value0Fellowship1Dan *Fellowship1Dan `protobuf:"bytes,17,opt,name=value0_fellowship1_dan,json=value0Fellowship1Dan,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0Fellowship2Dan struct { - Value0Fellowship2Dan *Fellowship2Dan `protobuf:"bytes,18,opt,name=value0_fellowship2_dan,json=value0Fellowship2Dan,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0Fellowship3Dan struct { - Value0Fellowship3Dan *Fellowship3Dan `protobuf:"bytes,19,opt,name=value0_fellowship3_dan,json=value0Fellowship3Dan,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0Fellowship4Dan struct { - Value0Fellowship4Dan *Fellowship4Dan `protobuf:"bytes,20,opt,name=value0_fellowship4_dan,json=value0Fellowship4Dan,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0Fellowship5Dan struct { - Value0Fellowship5Dan *Fellowship5Dan `protobuf:"bytes,21,opt,name=value0_fellowship5_dan,json=value0Fellowship5Dan,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0Fellowship6Dan struct { - Value0Fellowship6Dan *Fellowship6Dan `protobuf:"bytes,22,opt,name=value0_fellowship6_dan,json=value0Fellowship6Dan,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0Fellowship7Dan struct { - Value0Fellowship7Dan *Fellowship7Dan `protobuf:"bytes,23,opt,name=value0_fellowship7_dan,json=value0Fellowship7Dan,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0Fellowship8Dan struct { - Value0Fellowship8Dan *Fellowship8Dan `protobuf:"bytes,24,opt,name=value0_fellowship8_dan,json=value0Fellowship8Dan,proto3,oneof"` -} - -type FellowshipReferenda_Origins_Value0Fellowship9Dan struct { - Value0Fellowship9Dan *Fellowship9Dan `protobuf:"bytes,25,opt,name=value0_fellowship9_dan,json=value0Fellowship9Dan,proto3,oneof"` -} - -func (*FellowshipReferenda_Origins_Value0StakingAdmin) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0Treasurer) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0FellowshipAdmin) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0GeneralAdmin) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0ReferendumCanceller) isFellowshipReferenda_Origins_Value0() { -} - -func (*FellowshipReferenda_Origins_Value0ReferendumKiller) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0SmallTipper) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0BigTipper) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0SmallSpender) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0MediumSpender) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0BigSpender) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0WhitelistedCaller) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0FellowshipInitiates) isFellowshipReferenda_Origins_Value0() { -} - -func (*FellowshipReferenda_Origins_Value0Fellows) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0FellowshipExperts) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0FellowshipMasters) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0Fellowship1Dan) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0Fellowship2Dan) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0Fellowship3Dan) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0Fellowship4Dan) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0Fellowship5Dan) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0Fellowship6Dan) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0Fellowship7Dan) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0Fellowship8Dan) isFellowshipReferenda_Origins_Value0() {} - -func (*FellowshipReferenda_Origins_Value0Fellowship9Dan) isFellowshipReferenda_Origins_Value0() {} - -type Identity_Data struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Data: - // - // *Identity_Data_DataNone - // *Identity_Data_DataRaw0 - // *Identity_Data_DataRaw1 - // *Identity_Data_DataRaw2 - // *Identity_Data_DataRaw3 - // *Identity_Data_DataRaw4 - // *Identity_Data_DataRaw5 - // *Identity_Data_DataRaw6 - // *Identity_Data_DataRaw7 - // *Identity_Data_DataRaw8 - // *Identity_Data_DataRaw9 - // *Identity_Data_DataRaw10 - // *Identity_Data_DataRaw11 - // *Identity_Data_DataRaw12 - // *Identity_Data_DataRaw13 - // *Identity_Data_DataRaw14 - // *Identity_Data_DataRaw15 - // *Identity_Data_DataRaw16 - // *Identity_Data_DataRaw17 - // *Identity_Data_DataRaw18 - // *Identity_Data_DataRaw19 - // *Identity_Data_DataRaw20 - // *Identity_Data_DataRaw21 - // *Identity_Data_DataRaw22 - // *Identity_Data_DataRaw23 - // *Identity_Data_DataRaw24 - // *Identity_Data_DataRaw25 - // *Identity_Data_DataRaw26 - // *Identity_Data_DataRaw27 - // *Identity_Data_DataRaw28 - // *Identity_Data_DataRaw29 - // *Identity_Data_DataRaw30 - // *Identity_Data_DataRaw31 - // *Identity_Data_DataRaw32 - // *Identity_Data_DataBlakeTwo256 - // *Identity_Data_DataSha256 - // *Identity_Data_DataKeccak256 - // *Identity_Data_DataShaThree256 - Data isIdentity_Data_Data `protobuf_oneof:"data"` -} - -func (x *Identity_Data) Reset() { - *x = Identity_Data{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[27] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Data) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Data) ProtoMessage() {} - -func (x *Identity_Data) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[27] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Data.ProtoReflect.Descriptor instead. -func (*Identity_Data) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{27} -} - -func (m *Identity_Data) GetData() isIdentity_Data_Data { - if m != nil { - return m.Data - } - return nil -} - -func (x *Identity_Data) GetDataNone() *Identity_None { - if x, ok := x.GetData().(*Identity_Data_DataNone); ok { - return x.DataNone - } - return nil -} - -func (x *Identity_Data) GetDataRaw0() *Identity_Raw0 { - if x, ok := x.GetData().(*Identity_Data_DataRaw0); ok { - return x.DataRaw0 - } - return nil -} - -func (x *Identity_Data) GetDataRaw1() *Identity_Raw1 { - if x, ok := x.GetData().(*Identity_Data_DataRaw1); ok { - return x.DataRaw1 - } - return nil -} - -func (x *Identity_Data) GetDataRaw2() *Identity_Raw2 { - if x, ok := x.GetData().(*Identity_Data_DataRaw2); ok { - return x.DataRaw2 - } - return nil -} - -func (x *Identity_Data) GetDataRaw3() *Identity_Raw3 { - if x, ok := x.GetData().(*Identity_Data_DataRaw3); ok { - return x.DataRaw3 - } - return nil -} - -func (x *Identity_Data) GetDataRaw4() *Identity_Raw4 { - if x, ok := x.GetData().(*Identity_Data_DataRaw4); ok { - return x.DataRaw4 - } - return nil -} - -func (x *Identity_Data) GetDataRaw5() *Identity_Raw5 { - if x, ok := x.GetData().(*Identity_Data_DataRaw5); ok { - return x.DataRaw5 - } - return nil -} - -func (x *Identity_Data) GetDataRaw6() *Identity_Raw6 { - if x, ok := x.GetData().(*Identity_Data_DataRaw6); ok { - return x.DataRaw6 - } - return nil -} - -func (x *Identity_Data) GetDataRaw7() *Identity_Raw7 { - if x, ok := x.GetData().(*Identity_Data_DataRaw7); ok { - return x.DataRaw7 - } - return nil -} - -func (x *Identity_Data) GetDataRaw8() *Identity_Raw8 { - if x, ok := x.GetData().(*Identity_Data_DataRaw8); ok { - return x.DataRaw8 - } - return nil -} - -func (x *Identity_Data) GetDataRaw9() *Identity_Raw9 { - if x, ok := x.GetData().(*Identity_Data_DataRaw9); ok { - return x.DataRaw9 - } - return nil -} - -func (x *Identity_Data) GetDataRaw10() *Identity_Raw10 { - if x, ok := x.GetData().(*Identity_Data_DataRaw10); ok { - return x.DataRaw10 - } - return nil -} - -func (x *Identity_Data) GetDataRaw11() *Identity_Raw11 { - if x, ok := x.GetData().(*Identity_Data_DataRaw11); ok { - return x.DataRaw11 - } - return nil -} - -func (x *Identity_Data) GetDataRaw12() *Identity_Raw12 { - if x, ok := x.GetData().(*Identity_Data_DataRaw12); ok { - return x.DataRaw12 - } - return nil -} - -func (x *Identity_Data) GetDataRaw13() *Identity_Raw13 { - if x, ok := x.GetData().(*Identity_Data_DataRaw13); ok { - return x.DataRaw13 - } - return nil -} - -func (x *Identity_Data) GetDataRaw14() *Identity_Raw14 { - if x, ok := x.GetData().(*Identity_Data_DataRaw14); ok { - return x.DataRaw14 - } - return nil -} - -func (x *Identity_Data) GetDataRaw15() *Identity_Raw15 { - if x, ok := x.GetData().(*Identity_Data_DataRaw15); ok { - return x.DataRaw15 - } - return nil -} - -func (x *Identity_Data) GetDataRaw16() *Identity_Raw16 { - if x, ok := x.GetData().(*Identity_Data_DataRaw16); ok { - return x.DataRaw16 - } - return nil -} - -func (x *Identity_Data) GetDataRaw17() *Identity_Raw17 { - if x, ok := x.GetData().(*Identity_Data_DataRaw17); ok { - return x.DataRaw17 - } - return nil -} - -func (x *Identity_Data) GetDataRaw18() *Identity_Raw18 { - if x, ok := x.GetData().(*Identity_Data_DataRaw18); ok { - return x.DataRaw18 - } - return nil -} - -func (x *Identity_Data) GetDataRaw19() *Identity_Raw19 { - if x, ok := x.GetData().(*Identity_Data_DataRaw19); ok { - return x.DataRaw19 - } - return nil -} - -func (x *Identity_Data) GetDataRaw20() *Identity_Raw20 { - if x, ok := x.GetData().(*Identity_Data_DataRaw20); ok { - return x.DataRaw20 - } - return nil -} - -func (x *Identity_Data) GetDataRaw21() *Identity_Raw21 { - if x, ok := x.GetData().(*Identity_Data_DataRaw21); ok { - return x.DataRaw21 - } - return nil -} - -func (x *Identity_Data) GetDataRaw22() *Identity_Raw22 { - if x, ok := x.GetData().(*Identity_Data_DataRaw22); ok { - return x.DataRaw22 - } - return nil -} - -func (x *Identity_Data) GetDataRaw23() *Identity_Raw23 { - if x, ok := x.GetData().(*Identity_Data_DataRaw23); ok { - return x.DataRaw23 - } - return nil -} - -func (x *Identity_Data) GetDataRaw24() *Identity_Raw24 { - if x, ok := x.GetData().(*Identity_Data_DataRaw24); ok { - return x.DataRaw24 - } - return nil -} - -func (x *Identity_Data) GetDataRaw25() *Identity_Raw25 { - if x, ok := x.GetData().(*Identity_Data_DataRaw25); ok { - return x.DataRaw25 - } - return nil -} - -func (x *Identity_Data) GetDataRaw26() *Identity_Raw26 { - if x, ok := x.GetData().(*Identity_Data_DataRaw26); ok { - return x.DataRaw26 - } - return nil -} - -func (x *Identity_Data) GetDataRaw27() *Identity_Raw27 { - if x, ok := x.GetData().(*Identity_Data_DataRaw27); ok { - return x.DataRaw27 - } - return nil -} - -func (x *Identity_Data) GetDataRaw28() *Identity_Raw28 { - if x, ok := x.GetData().(*Identity_Data_DataRaw28); ok { - return x.DataRaw28 - } - return nil -} - -func (x *Identity_Data) GetDataRaw29() *Identity_Raw29 { - if x, ok := x.GetData().(*Identity_Data_DataRaw29); ok { - return x.DataRaw29 - } - return nil -} - -func (x *Identity_Data) GetDataRaw30() *Identity_Raw30 { - if x, ok := x.GetData().(*Identity_Data_DataRaw30); ok { - return x.DataRaw30 - } - return nil -} - -func (x *Identity_Data) GetDataRaw31() *Identity_Raw31 { - if x, ok := x.GetData().(*Identity_Data_DataRaw31); ok { - return x.DataRaw31 - } - return nil -} - -func (x *Identity_Data) GetDataRaw32() *Identity_Raw32 { - if x, ok := x.GetData().(*Identity_Data_DataRaw32); ok { - return x.DataRaw32 - } - return nil -} - -func (x *Identity_Data) GetDataBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetData().(*Identity_Data_DataBlakeTwo256); ok { - return x.DataBlakeTwo256 - } - return nil -} - -func (x *Identity_Data) GetDataSha256() *Identity_Sha256 { - if x, ok := x.GetData().(*Identity_Data_DataSha256); ok { - return x.DataSha256 - } - return nil -} - -func (x *Identity_Data) GetDataKeccak256() *Identity_Keccak256 { - if x, ok := x.GetData().(*Identity_Data_DataKeccak256); ok { - return x.DataKeccak256 - } - return nil -} - -func (x *Identity_Data) GetDataShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetData().(*Identity_Data_DataShaThree256); ok { - return x.DataShaThree256 - } - return nil -} - -type isIdentity_Data_Data interface { - isIdentity_Data_Data() -} - -type Identity_Data_DataNone struct { - DataNone *Identity_None `protobuf:"bytes,1,opt,name=data_none,json=dataNone,proto3,oneof"` -} - -type Identity_Data_DataRaw0 struct { - DataRaw0 *Identity_Raw0 `protobuf:"bytes,2,opt,name=data_raw0,json=dataRaw0,proto3,oneof"` -} - -type Identity_Data_DataRaw1 struct { - DataRaw1 *Identity_Raw1 `protobuf:"bytes,3,opt,name=data_raw1,json=dataRaw1,proto3,oneof"` -} - -type Identity_Data_DataRaw2 struct { - DataRaw2 *Identity_Raw2 `protobuf:"bytes,4,opt,name=data_raw2,json=dataRaw2,proto3,oneof"` -} - -type Identity_Data_DataRaw3 struct { - DataRaw3 *Identity_Raw3 `protobuf:"bytes,5,opt,name=data_raw3,json=dataRaw3,proto3,oneof"` -} - -type Identity_Data_DataRaw4 struct { - DataRaw4 *Identity_Raw4 `protobuf:"bytes,6,opt,name=data_raw4,json=dataRaw4,proto3,oneof"` -} - -type Identity_Data_DataRaw5 struct { - DataRaw5 *Identity_Raw5 `protobuf:"bytes,7,opt,name=data_raw5,json=dataRaw5,proto3,oneof"` -} - -type Identity_Data_DataRaw6 struct { - DataRaw6 *Identity_Raw6 `protobuf:"bytes,8,opt,name=data_raw6,json=dataRaw6,proto3,oneof"` -} - -type Identity_Data_DataRaw7 struct { - DataRaw7 *Identity_Raw7 `protobuf:"bytes,9,opt,name=data_raw7,json=dataRaw7,proto3,oneof"` -} - -type Identity_Data_DataRaw8 struct { - DataRaw8 *Identity_Raw8 `protobuf:"bytes,10,opt,name=data_raw8,json=dataRaw8,proto3,oneof"` -} - -type Identity_Data_DataRaw9 struct { - DataRaw9 *Identity_Raw9 `protobuf:"bytes,11,opt,name=data_raw9,json=dataRaw9,proto3,oneof"` -} - -type Identity_Data_DataRaw10 struct { - DataRaw10 *Identity_Raw10 `protobuf:"bytes,12,opt,name=data_raw10,json=dataRaw10,proto3,oneof"` -} - -type Identity_Data_DataRaw11 struct { - DataRaw11 *Identity_Raw11 `protobuf:"bytes,13,opt,name=data_raw11,json=dataRaw11,proto3,oneof"` -} - -type Identity_Data_DataRaw12 struct { - DataRaw12 *Identity_Raw12 `protobuf:"bytes,14,opt,name=data_raw12,json=dataRaw12,proto3,oneof"` -} - -type Identity_Data_DataRaw13 struct { - DataRaw13 *Identity_Raw13 `protobuf:"bytes,15,opt,name=data_raw13,json=dataRaw13,proto3,oneof"` -} - -type Identity_Data_DataRaw14 struct { - DataRaw14 *Identity_Raw14 `protobuf:"bytes,16,opt,name=data_raw14,json=dataRaw14,proto3,oneof"` -} - -type Identity_Data_DataRaw15 struct { - DataRaw15 *Identity_Raw15 `protobuf:"bytes,17,opt,name=data_raw15,json=dataRaw15,proto3,oneof"` -} - -type Identity_Data_DataRaw16 struct { - DataRaw16 *Identity_Raw16 `protobuf:"bytes,18,opt,name=data_raw16,json=dataRaw16,proto3,oneof"` -} - -type Identity_Data_DataRaw17 struct { - DataRaw17 *Identity_Raw17 `protobuf:"bytes,19,opt,name=data_raw17,json=dataRaw17,proto3,oneof"` -} - -type Identity_Data_DataRaw18 struct { - DataRaw18 *Identity_Raw18 `protobuf:"bytes,20,opt,name=data_raw18,json=dataRaw18,proto3,oneof"` -} - -type Identity_Data_DataRaw19 struct { - DataRaw19 *Identity_Raw19 `protobuf:"bytes,21,opt,name=data_raw19,json=dataRaw19,proto3,oneof"` -} - -type Identity_Data_DataRaw20 struct { - DataRaw20 *Identity_Raw20 `protobuf:"bytes,22,opt,name=data_raw20,json=dataRaw20,proto3,oneof"` -} - -type Identity_Data_DataRaw21 struct { - DataRaw21 *Identity_Raw21 `protobuf:"bytes,23,opt,name=data_raw21,json=dataRaw21,proto3,oneof"` -} - -type Identity_Data_DataRaw22 struct { - DataRaw22 *Identity_Raw22 `protobuf:"bytes,24,opt,name=data_raw22,json=dataRaw22,proto3,oneof"` -} - -type Identity_Data_DataRaw23 struct { - DataRaw23 *Identity_Raw23 `protobuf:"bytes,25,opt,name=data_raw23,json=dataRaw23,proto3,oneof"` -} - -type Identity_Data_DataRaw24 struct { - DataRaw24 *Identity_Raw24 `protobuf:"bytes,26,opt,name=data_raw24,json=dataRaw24,proto3,oneof"` -} - -type Identity_Data_DataRaw25 struct { - DataRaw25 *Identity_Raw25 `protobuf:"bytes,27,opt,name=data_raw25,json=dataRaw25,proto3,oneof"` -} - -type Identity_Data_DataRaw26 struct { - DataRaw26 *Identity_Raw26 `protobuf:"bytes,28,opt,name=data_raw26,json=dataRaw26,proto3,oneof"` -} - -type Identity_Data_DataRaw27 struct { - DataRaw27 *Identity_Raw27 `protobuf:"bytes,29,opt,name=data_raw27,json=dataRaw27,proto3,oneof"` -} - -type Identity_Data_DataRaw28 struct { - DataRaw28 *Identity_Raw28 `protobuf:"bytes,30,opt,name=data_raw28,json=dataRaw28,proto3,oneof"` -} - -type Identity_Data_DataRaw29 struct { - DataRaw29 *Identity_Raw29 `protobuf:"bytes,31,opt,name=data_raw29,json=dataRaw29,proto3,oneof"` -} - -type Identity_Data_DataRaw30 struct { - DataRaw30 *Identity_Raw30 `protobuf:"bytes,32,opt,name=data_raw30,json=dataRaw30,proto3,oneof"` -} - -type Identity_Data_DataRaw31 struct { - DataRaw31 *Identity_Raw31 `protobuf:"bytes,33,opt,name=data_raw31,json=dataRaw31,proto3,oneof"` -} - -type Identity_Data_DataRaw32 struct { - DataRaw32 *Identity_Raw32 `protobuf:"bytes,34,opt,name=data_raw32,json=dataRaw32,proto3,oneof"` -} - -type Identity_Data_DataBlakeTwo256 struct { - DataBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,35,opt,name=data_blake_two256,json=dataBlakeTwo256,proto3,oneof"` -} - -type Identity_Data_DataSha256 struct { - DataSha256 *Identity_Sha256 `protobuf:"bytes,36,opt,name=data_sha256,json=dataSha256,proto3,oneof"` -} - -type Identity_Data_DataKeccak256 struct { - DataKeccak256 *Identity_Keccak256 `protobuf:"bytes,37,opt,name=data_keccak256,json=dataKeccak256,proto3,oneof"` -} - -type Identity_Data_DataShaThree256 struct { - DataShaThree256 *Identity_ShaThree256 `protobuf:"bytes,38,opt,name=data_sha_three256,json=dataShaThree256,proto3,oneof"` -} - -func (*Identity_Data_DataNone) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw0) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw1) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw2) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw3) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw4) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw5) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw6) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw7) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw8) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw9) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw10) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw11) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw12) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw13) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw14) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw15) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw16) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw17) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw18) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw19) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw20) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw21) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw22) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw23) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw24) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw25) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw26) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw27) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw28) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw29) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw30) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw31) isIdentity_Data_Data() {} - -func (*Identity_Data_DataRaw32) isIdentity_Data_Data() {} - -func (*Identity_Data_DataBlakeTwo256) isIdentity_Data_Data() {} - -func (*Identity_Data_DataSha256) isIdentity_Data_Data() {} - -func (*Identity_Data_DataKeccak256) isIdentity_Data_Data() {} - -func (*Identity_Data_DataShaThree256) isIdentity_Data_Data() {} - -type Vesting_Address32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Vesting_Address32) Reset() { - *x = Vesting_Address32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[28] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_Address32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_Address32) ProtoMessage() {} - -func (x *Vesting_Address32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[28] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_Address32.ProtoReflect.Descriptor instead. -func (*Vesting_Address32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{28} -} - -func (x *Vesting_Address32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type ReferendumKiller struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *ReferendumKiller) Reset() { - *x = ReferendumKiller{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[29] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReferendumKiller) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReferendumKiller) ProtoMessage() {} - -func (x *ReferendumKiller) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[29] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReferendumKiller.ProtoReflect.Descriptor instead. -func (*ReferendumKiller) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{29} -} - -type Utility_AsDerivativeCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` - // Types that are assignable to Call: - // - // *Utility_AsDerivativeCall_CallSystem - // *Utility_AsDerivativeCall_CallTimestamp - // *Utility_AsDerivativeCall_CallBabe - // *Utility_AsDerivativeCall_CallGrandpa - // *Utility_AsDerivativeCall_CallBalances - // *Utility_AsDerivativeCall_CallVesting - // *Utility_AsDerivativeCall_CallBagsList - // *Utility_AsDerivativeCall_CallImOnline - // *Utility_AsDerivativeCall_CallStaking - // *Utility_AsDerivativeCall_CallSession - // *Utility_AsDerivativeCall_CallTreasury - // *Utility_AsDerivativeCall_CallUtility - // *Utility_AsDerivativeCall_CallConvictionVoting - // *Utility_AsDerivativeCall_CallReferenda - // *Utility_AsDerivativeCall_CallFellowshipCollective - // *Utility_AsDerivativeCall_CallFellowshipReferenda - // *Utility_AsDerivativeCall_CallWhitelist - // *Utility_AsDerivativeCall_CallScheduler - // *Utility_AsDerivativeCall_CallPreimage - // *Utility_AsDerivativeCall_CallIdentity - // *Utility_AsDerivativeCall_CallProxy - // *Utility_AsDerivativeCall_CallMultisig - // *Utility_AsDerivativeCall_CallElectionProviderMultiPhase - // *Utility_AsDerivativeCall_CallBounties - // *Utility_AsDerivativeCall_CallChildBounties - // *Utility_AsDerivativeCall_CallNominationPools - // *Utility_AsDerivativeCall_CallGear - // *Utility_AsDerivativeCall_CallStakingRewards - // *Utility_AsDerivativeCall_CallGearVoucher - Call isUtility_AsDerivativeCall_Call `protobuf_oneof:"call"` -} - -func (x *Utility_AsDerivativeCall) Reset() { - *x = Utility_AsDerivativeCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[30] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Utility_AsDerivativeCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Utility_AsDerivativeCall) ProtoMessage() {} - -func (x *Utility_AsDerivativeCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[30] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Utility_AsDerivativeCall.ProtoReflect.Descriptor instead. -func (*Utility_AsDerivativeCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{30} -} - -func (x *Utility_AsDerivativeCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -func (m *Utility_AsDerivativeCall) GetCall() isUtility_AsDerivativeCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallSystem() *SystemPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallSystem); ok { - return x.CallSystem - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallTimestamp() *TimestampPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallTimestamp); ok { - return x.CallTimestamp - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallBabe() *BabePallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallBabe); ok { - return x.CallBabe - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallGrandpa() *GrandpaPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallGrandpa); ok { - return x.CallGrandpa - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallBalances() *BalancesPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallBalances); ok { - return x.CallBalances - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallVesting() *VestingPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallVesting); ok { - return x.CallVesting - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallBagsList() *BagsListPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallBagsList); ok { - return x.CallBagsList - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallImOnline() *ImOnlinePallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallImOnline); ok { - return x.CallImOnline - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallStaking() *StakingPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallStaking); ok { - return x.CallStaking - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallSession() *SessionPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallSession); ok { - return x.CallSession - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallTreasury() *TreasuryPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallTreasury); ok { - return x.CallTreasury - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallUtility() *UtilityPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallUtility); ok { - return x.CallUtility - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallConvictionVoting() *ConvictionVotingPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallConvictionVoting); ok { - return x.CallConvictionVoting - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallReferenda() *ReferendaPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallReferenda); ok { - return x.CallReferenda - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallFellowshipCollective() *FellowshipCollectivePallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallFellowshipCollective); ok { - return x.CallFellowshipCollective - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallFellowshipReferenda() *FellowshipReferendaPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallFellowshipReferenda); ok { - return x.CallFellowshipReferenda - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallWhitelist() *WhitelistPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallWhitelist); ok { - return x.CallWhitelist - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallScheduler() *SchedulerPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallScheduler); ok { - return x.CallScheduler - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallPreimage() *PreimagePallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallPreimage); ok { - return x.CallPreimage - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallIdentity() *IdentityPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallIdentity); ok { - return x.CallIdentity - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallProxy() *ProxyPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallProxy); ok { - return x.CallProxy - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallMultisig() *MultisigPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallMultisig); ok { - return x.CallMultisig - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallElectionProviderMultiPhase() *ElectionProviderMultiPhasePallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallElectionProviderMultiPhase); ok { - return x.CallElectionProviderMultiPhase - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallBounties() *BountiesPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallBounties); ok { - return x.CallBounties - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallChildBounties() *ChildBountiesPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallChildBounties); ok { - return x.CallChildBounties - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallNominationPools() *NominationPoolsPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallNominationPools); ok { - return x.CallNominationPools - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallGear() *GearPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallGear); ok { - return x.CallGear - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallStakingRewards() *StakingRewardsPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallStakingRewards); ok { - return x.CallStakingRewards - } - return nil -} - -func (x *Utility_AsDerivativeCall) GetCallGearVoucher() *GearVoucherPallet { - if x, ok := x.GetCall().(*Utility_AsDerivativeCall_CallGearVoucher); ok { - return x.CallGearVoucher - } - return nil -} - -type isUtility_AsDerivativeCall_Call interface { - isUtility_AsDerivativeCall_Call() -} - -type Utility_AsDerivativeCall_CallSystem struct { - CallSystem *SystemPallet `protobuf:"bytes,2,opt,name=call_system,json=callSystem,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallTimestamp struct { - CallTimestamp *TimestampPallet `protobuf:"bytes,3,opt,name=call_timestamp,json=callTimestamp,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallBabe struct { - CallBabe *BabePallet `protobuf:"bytes,4,opt,name=call_babe,json=callBabe,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallGrandpa struct { - CallGrandpa *GrandpaPallet `protobuf:"bytes,5,opt,name=call_grandpa,json=callGrandpa,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallBalances struct { - CallBalances *BalancesPallet `protobuf:"bytes,6,opt,name=call_balances,json=callBalances,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallVesting struct { - CallVesting *VestingPallet `protobuf:"bytes,7,opt,name=call_vesting,json=callVesting,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallBagsList struct { - CallBagsList *BagsListPallet `protobuf:"bytes,8,opt,name=call_bags_list,json=callBagsList,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallImOnline struct { - CallImOnline *ImOnlinePallet `protobuf:"bytes,9,opt,name=call_im_online,json=callImOnline,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallStaking struct { - CallStaking *StakingPallet `protobuf:"bytes,10,opt,name=call_staking,json=callStaking,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallSession struct { - CallSession *SessionPallet `protobuf:"bytes,11,opt,name=call_session,json=callSession,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallTreasury struct { - CallTreasury *TreasuryPallet `protobuf:"bytes,12,opt,name=call_treasury,json=callTreasury,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallUtility struct { - CallUtility *UtilityPallet `protobuf:"bytes,13,opt,name=call_utility,json=callUtility,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallConvictionVoting struct { - CallConvictionVoting *ConvictionVotingPallet `protobuf:"bytes,14,opt,name=call_conviction_voting,json=callConvictionVoting,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallReferenda struct { - CallReferenda *ReferendaPallet `protobuf:"bytes,15,opt,name=call_referenda,json=callReferenda,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallFellowshipCollective struct { - CallFellowshipCollective *FellowshipCollectivePallet `protobuf:"bytes,16,opt,name=call_fellowship_collective,json=callFellowshipCollective,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallFellowshipReferenda struct { - CallFellowshipReferenda *FellowshipReferendaPallet `protobuf:"bytes,17,opt,name=call_fellowship_referenda,json=callFellowshipReferenda,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallWhitelist struct { - CallWhitelist *WhitelistPallet `protobuf:"bytes,18,opt,name=call_whitelist,json=callWhitelist,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallScheduler struct { - CallScheduler *SchedulerPallet `protobuf:"bytes,19,opt,name=call_scheduler,json=callScheduler,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallPreimage struct { - CallPreimage *PreimagePallet `protobuf:"bytes,20,opt,name=call_preimage,json=callPreimage,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallIdentity struct { - CallIdentity *IdentityPallet `protobuf:"bytes,21,opt,name=call_identity,json=callIdentity,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallProxy struct { - CallProxy *ProxyPallet `protobuf:"bytes,22,opt,name=call_proxy,json=callProxy,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallMultisig struct { - CallMultisig *MultisigPallet `protobuf:"bytes,23,opt,name=call_multisig,json=callMultisig,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallElectionProviderMultiPhase struct { - CallElectionProviderMultiPhase *ElectionProviderMultiPhasePallet `protobuf:"bytes,24,opt,name=call_election_provider_multi_phase,json=callElectionProviderMultiPhase,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallBounties struct { - CallBounties *BountiesPallet `protobuf:"bytes,25,opt,name=call_bounties,json=callBounties,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallChildBounties struct { - CallChildBounties *ChildBountiesPallet `protobuf:"bytes,26,opt,name=call_child_bounties,json=callChildBounties,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallNominationPools struct { - CallNominationPools *NominationPoolsPallet `protobuf:"bytes,27,opt,name=call_nomination_pools,json=callNominationPools,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallGear struct { - CallGear *GearPallet `protobuf:"bytes,28,opt,name=call_gear,json=callGear,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallStakingRewards struct { - CallStakingRewards *StakingRewardsPallet `protobuf:"bytes,29,opt,name=call_staking_rewards,json=callStakingRewards,proto3,oneof"` -} - -type Utility_AsDerivativeCall_CallGearVoucher struct { - CallGearVoucher *GearVoucherPallet `protobuf:"bytes,30,opt,name=call_gear_voucher,json=callGearVoucher,proto3,oneof"` -} - -func (*Utility_AsDerivativeCall_CallSystem) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallTimestamp) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallBabe) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallGrandpa) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallBalances) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallVesting) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallBagsList) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallImOnline) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallStaking) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallSession) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallTreasury) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallUtility) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallConvictionVoting) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallReferenda) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallFellowshipCollective) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallFellowshipReferenda) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallWhitelist) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallScheduler) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallPreimage) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallIdentity) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallProxy) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallMultisig) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallElectionProviderMultiPhase) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallBounties) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallChildBounties) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallNominationPools) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallGear) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallStakingRewards) isUtility_AsDerivativeCall_Call() {} - -func (*Utility_AsDerivativeCall_CallGearVoucher) isUtility_AsDerivativeCall_Call() {} - -type Identity_Raw29 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw29) Reset() { - *x = Identity_Raw29{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[31] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw29) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw29) ProtoMessage() {} - -func (x *Identity_Raw29) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[31] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw29.ProtoReflect.Descriptor instead. -func (*Identity_Raw29) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{31} -} - -func (x *Identity_Raw29) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Proxy_ForceProxyType struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to ForceProxyType: - // - // *Proxy_ForceProxyType_ForceProxyTypeAny - // *Proxy_ForceProxyType_ForceProxyTypeNonTransfer - // *Proxy_ForceProxyType_ForceProxyTypeGovernance - // *Proxy_ForceProxyType_ForceProxyTypeStaking - // *Proxy_ForceProxyType_ForceProxyTypeIdentityJudgement - // *Proxy_ForceProxyType_ForceProxyTypeCancelProxy - ForceProxyType isProxy_ForceProxyType_ForceProxyType `protobuf_oneof:"force_proxy_type"` -} - -func (x *Proxy_ForceProxyType) Reset() { - *x = Proxy_ForceProxyType{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[32] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_ForceProxyType) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_ForceProxyType) ProtoMessage() {} - -func (x *Proxy_ForceProxyType) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[32] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_ForceProxyType.ProtoReflect.Descriptor instead. -func (*Proxy_ForceProxyType) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{32} -} - -func (m *Proxy_ForceProxyType) GetForceProxyType() isProxy_ForceProxyType_ForceProxyType { - if m != nil { - return m.ForceProxyType - } - return nil -} - -func (x *Proxy_ForceProxyType) GetForceProxyTypeAny() *Proxy_Any { - if x, ok := x.GetForceProxyType().(*Proxy_ForceProxyType_ForceProxyTypeAny); ok { - return x.ForceProxyTypeAny - } - return nil -} - -func (x *Proxy_ForceProxyType) GetForceProxyTypeNonTransfer() *Proxy_NonTransfer { - if x, ok := x.GetForceProxyType().(*Proxy_ForceProxyType_ForceProxyTypeNonTransfer); ok { - return x.ForceProxyTypeNonTransfer - } - return nil -} - -func (x *Proxy_ForceProxyType) GetForceProxyTypeGovernance() *Proxy_Governance { - if x, ok := x.GetForceProxyType().(*Proxy_ForceProxyType_ForceProxyTypeGovernance); ok { - return x.ForceProxyTypeGovernance - } - return nil -} - -func (x *Proxy_ForceProxyType) GetForceProxyTypeStaking() *Proxy_Staking { - if x, ok := x.GetForceProxyType().(*Proxy_ForceProxyType_ForceProxyTypeStaking); ok { - return x.ForceProxyTypeStaking - } - return nil -} - -func (x *Proxy_ForceProxyType) GetForceProxyTypeIdentityJudgement() *Proxy_IdentityJudgement { - if x, ok := x.GetForceProxyType().(*Proxy_ForceProxyType_ForceProxyTypeIdentityJudgement); ok { - return x.ForceProxyTypeIdentityJudgement - } - return nil -} - -func (x *Proxy_ForceProxyType) GetForceProxyTypeCancelProxy() *Proxy_CancelProxy { - if x, ok := x.GetForceProxyType().(*Proxy_ForceProxyType_ForceProxyTypeCancelProxy); ok { - return x.ForceProxyTypeCancelProxy - } - return nil -} - -type isProxy_ForceProxyType_ForceProxyType interface { - isProxy_ForceProxyType_ForceProxyType() -} - -type Proxy_ForceProxyType_ForceProxyTypeAny struct { - ForceProxyTypeAny *Proxy_Any `protobuf:"bytes,1,opt,name=force_proxy_type_any,json=forceProxyTypeAny,proto3,oneof"` -} - -type Proxy_ForceProxyType_ForceProxyTypeNonTransfer struct { - ForceProxyTypeNonTransfer *Proxy_NonTransfer `protobuf:"bytes,2,opt,name=force_proxy_type_non_transfer,json=forceProxyTypeNonTransfer,proto3,oneof"` -} - -type Proxy_ForceProxyType_ForceProxyTypeGovernance struct { - ForceProxyTypeGovernance *Proxy_Governance `protobuf:"bytes,3,opt,name=force_proxy_type_governance,json=forceProxyTypeGovernance,proto3,oneof"` -} - -type Proxy_ForceProxyType_ForceProxyTypeStaking struct { - ForceProxyTypeStaking *Proxy_Staking `protobuf:"bytes,4,opt,name=force_proxy_type_staking,json=forceProxyTypeStaking,proto3,oneof"` -} - -type Proxy_ForceProxyType_ForceProxyTypeIdentityJudgement struct { - ForceProxyTypeIdentityJudgement *Proxy_IdentityJudgement `protobuf:"bytes,5,opt,name=force_proxy_type_identity_judgement,json=forceProxyTypeIdentityJudgement,proto3,oneof"` -} - -type Proxy_ForceProxyType_ForceProxyTypeCancelProxy struct { - ForceProxyTypeCancelProxy *Proxy_CancelProxy `protobuf:"bytes,6,opt,name=force_proxy_type_cancel_proxy,json=forceProxyTypeCancelProxy,proto3,oneof"` -} - -func (*Proxy_ForceProxyType_ForceProxyTypeAny) isProxy_ForceProxyType_ForceProxyType() {} - -func (*Proxy_ForceProxyType_ForceProxyTypeNonTransfer) isProxy_ForceProxyType_ForceProxyType() {} - -func (*Proxy_ForceProxyType_ForceProxyTypeGovernance) isProxy_ForceProxyType_ForceProxyType() {} - -func (*Proxy_ForceProxyType_ForceProxyTypeStaking) isProxy_ForceProxyType_ForceProxyType() {} - -func (*Proxy_ForceProxyType_ForceProxyTypeIdentityJudgement) isProxy_ForceProxyType_ForceProxyType() { -} - -func (*Proxy_ForceProxyType_ForceProxyTypeCancelProxy) isProxy_ForceProxyType_ForceProxyType() {} - -type NominationPools_MaxMembersPerPool struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MaxMembersPerPool: - // - // *NominationPools_MaxMembersPerPool_MaxMembersPerPoolNoop - // *NominationPools_MaxMembersPerPool_MaxMembersPerPoolSet - // *NominationPools_MaxMembersPerPool_MaxMembersPerPoolRemove - MaxMembersPerPool isNominationPools_MaxMembersPerPool_MaxMembersPerPool `protobuf_oneof:"max_members_per_pool"` -} - -func (x *NominationPools_MaxMembersPerPool) Reset() { - *x = NominationPools_MaxMembersPerPool{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[33] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_MaxMembersPerPool) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_MaxMembersPerPool) ProtoMessage() {} - -func (x *NominationPools_MaxMembersPerPool) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[33] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_MaxMembersPerPool.ProtoReflect.Descriptor instead. -func (*NominationPools_MaxMembersPerPool) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{33} -} - -func (m *NominationPools_MaxMembersPerPool) GetMaxMembersPerPool() isNominationPools_MaxMembersPerPool_MaxMembersPerPool { - if m != nil { - return m.MaxMembersPerPool - } - return nil -} - -func (x *NominationPools_MaxMembersPerPool) GetMaxMembersPerPoolNoop() *NominationPools_Noop { - if x, ok := x.GetMaxMembersPerPool().(*NominationPools_MaxMembersPerPool_MaxMembersPerPoolNoop); ok { - return x.MaxMembersPerPoolNoop - } - return nil -} - -func (x *NominationPools_MaxMembersPerPool) GetMaxMembersPerPoolSet() *NominationPools_Set { - if x, ok := x.GetMaxMembersPerPool().(*NominationPools_MaxMembersPerPool_MaxMembersPerPoolSet); ok { - return x.MaxMembersPerPoolSet - } - return nil -} - -func (x *NominationPools_MaxMembersPerPool) GetMaxMembersPerPoolRemove() *NominationPools_Remove { - if x, ok := x.GetMaxMembersPerPool().(*NominationPools_MaxMembersPerPool_MaxMembersPerPoolRemove); ok { - return x.MaxMembersPerPoolRemove - } - return nil -} - -type isNominationPools_MaxMembersPerPool_MaxMembersPerPool interface { - isNominationPools_MaxMembersPerPool_MaxMembersPerPool() -} - -type NominationPools_MaxMembersPerPool_MaxMembersPerPoolNoop struct { - MaxMembersPerPoolNoop *NominationPools_Noop `protobuf:"bytes,1,opt,name=max_members_per_pool_noop,json=maxMembersPerPoolNoop,proto3,oneof"` -} - -type NominationPools_MaxMembersPerPool_MaxMembersPerPoolSet struct { - MaxMembersPerPoolSet *NominationPools_Set `protobuf:"bytes,2,opt,name=max_members_per_pool_set,json=maxMembersPerPoolSet,proto3,oneof"` -} - -type NominationPools_MaxMembersPerPool_MaxMembersPerPoolRemove struct { - MaxMembersPerPoolRemove *NominationPools_Remove `protobuf:"bytes,3,opt,name=max_members_per_pool_remove,json=maxMembersPerPoolRemove,proto3,oneof"` -} - -func (*NominationPools_MaxMembersPerPool_MaxMembersPerPoolNoop) isNominationPools_MaxMembersPerPool_MaxMembersPerPool() { -} - -func (*NominationPools_MaxMembersPerPool_MaxMembersPerPoolSet) isNominationPools_MaxMembersPerPool_MaxMembersPerPool() { -} - -func (*NominationPools_MaxMembersPerPool_MaxMembersPerPoolRemove) isNominationPools_MaxMembersPerPool_MaxMembersPerPool() { -} - -type Staking_ForceUnstakeCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Stash *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=stash,proto3" json:"stash,omitempty"` - NumSlashingSpans uint32 `protobuf:"varint,2,opt,name=num_slashing_spans,json=numSlashingSpans,proto3" json:"num_slashing_spans,omitempty"` -} - -func (x *Staking_ForceUnstakeCall) Reset() { - *x = Staking_ForceUnstakeCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[34] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_ForceUnstakeCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_ForceUnstakeCall) ProtoMessage() {} - -func (x *Staking_ForceUnstakeCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[34] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_ForceUnstakeCall.ProtoReflect.Descriptor instead. -func (*Staking_ForceUnstakeCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{34} -} - -func (x *Staking_ForceUnstakeCall) GetStash() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Stash - } - return nil -} - -func (x *Staking_ForceUnstakeCall) GetNumSlashingSpans() uint32 { - if x != nil { - return x.NumSlashingSpans - } - return 0 -} - -type Treasury_Raw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Treasury_Raw) Reset() { - *x = Treasury_Raw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[35] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_Raw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_Raw) ProtoMessage() {} - -func (x *Treasury_Raw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[35] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_Raw.ProtoReflect.Descriptor instead. -func (*Treasury_Raw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{35} -} - -func (x *Treasury_Raw) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_Judgement struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Judgement: - // - // *Identity_Judgement_JudgementUnknown - // *Identity_Judgement_JudgementFeePaid - // *Identity_Judgement_JudgementReasonable - // *Identity_Judgement_JudgementKnownGood - // *Identity_Judgement_JudgementOutOfDate - // *Identity_Judgement_JudgementLowQuality - // *Identity_Judgement_JudgementErroneous - Judgement isIdentity_Judgement_Judgement `protobuf_oneof:"judgement"` -} - -func (x *Identity_Judgement) Reset() { - *x = Identity_Judgement{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[36] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Judgement) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Judgement) ProtoMessage() {} - -func (x *Identity_Judgement) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[36] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Judgement.ProtoReflect.Descriptor instead. -func (*Identity_Judgement) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{36} -} - -func (m *Identity_Judgement) GetJudgement() isIdentity_Judgement_Judgement { - if m != nil { - return m.Judgement - } - return nil -} - -func (x *Identity_Judgement) GetJudgementUnknown() *Identity_Unknown { - if x, ok := x.GetJudgement().(*Identity_Judgement_JudgementUnknown); ok { - return x.JudgementUnknown - } - return nil -} - -func (x *Identity_Judgement) GetJudgementFeePaid() *Identity_FeePaid { - if x, ok := x.GetJudgement().(*Identity_Judgement_JudgementFeePaid); ok { - return x.JudgementFeePaid - } - return nil -} - -func (x *Identity_Judgement) GetJudgementReasonable() *Identity_Reasonable { - if x, ok := x.GetJudgement().(*Identity_Judgement_JudgementReasonable); ok { - return x.JudgementReasonable - } - return nil -} - -func (x *Identity_Judgement) GetJudgementKnownGood() *Identity_KnownGood { - if x, ok := x.GetJudgement().(*Identity_Judgement_JudgementKnownGood); ok { - return x.JudgementKnownGood - } - return nil -} - -func (x *Identity_Judgement) GetJudgementOutOfDate() *Identity_OutOfDate { - if x, ok := x.GetJudgement().(*Identity_Judgement_JudgementOutOfDate); ok { - return x.JudgementOutOfDate - } - return nil -} - -func (x *Identity_Judgement) GetJudgementLowQuality() *Identity_LowQuality { - if x, ok := x.GetJudgement().(*Identity_Judgement_JudgementLowQuality); ok { - return x.JudgementLowQuality - } - return nil -} - -func (x *Identity_Judgement) GetJudgementErroneous() *Identity_Erroneous { - if x, ok := x.GetJudgement().(*Identity_Judgement_JudgementErroneous); ok { - return x.JudgementErroneous - } - return nil -} - -type isIdentity_Judgement_Judgement interface { - isIdentity_Judgement_Judgement() -} - -type Identity_Judgement_JudgementUnknown struct { - JudgementUnknown *Identity_Unknown `protobuf:"bytes,1,opt,name=judgement_unknown,json=judgementUnknown,proto3,oneof"` -} - -type Identity_Judgement_JudgementFeePaid struct { - JudgementFeePaid *Identity_FeePaid `protobuf:"bytes,2,opt,name=judgement_fee_paid,json=judgementFeePaid,proto3,oneof"` -} - -type Identity_Judgement_JudgementReasonable struct { - JudgementReasonable *Identity_Reasonable `protobuf:"bytes,3,opt,name=judgement_reasonable,json=judgementReasonable,proto3,oneof"` -} - -type Identity_Judgement_JudgementKnownGood struct { - JudgementKnownGood *Identity_KnownGood `protobuf:"bytes,4,opt,name=judgement_known_good,json=judgementKnownGood,proto3,oneof"` -} - -type Identity_Judgement_JudgementOutOfDate struct { - JudgementOutOfDate *Identity_OutOfDate `protobuf:"bytes,5,opt,name=judgement_out_of_date,json=judgementOutOfDate,proto3,oneof"` -} - -type Identity_Judgement_JudgementLowQuality struct { - JudgementLowQuality *Identity_LowQuality `protobuf:"bytes,6,opt,name=judgement_low_quality,json=judgementLowQuality,proto3,oneof"` -} - -type Identity_Judgement_JudgementErroneous struct { - JudgementErroneous *Identity_Erroneous `protobuf:"bytes,7,opt,name=judgement_erroneous,json=judgementErroneous,proto3,oneof"` -} - -func (*Identity_Judgement_JudgementUnknown) isIdentity_Judgement_Judgement() {} - -func (*Identity_Judgement_JudgementFeePaid) isIdentity_Judgement_Judgement() {} - -func (*Identity_Judgement_JudgementReasonable) isIdentity_Judgement_Judgement() {} - -func (*Identity_Judgement_JudgementKnownGood) isIdentity_Judgement_Judgement() {} - -func (*Identity_Judgement_JudgementOutOfDate) isIdentity_Judgement_Judgement() {} - -func (*Identity_Judgement_JudgementLowQuality) isIdentity_Judgement_Judgement() {} - -func (*Identity_Judgement_JudgementErroneous) isIdentity_Judgement_Judgement() {} - -type NominationPools_PalletNominationPoolsCommissionChangeRate struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MaxIncrease *SpArithmeticPerThingsPerbill `protobuf:"bytes,1,opt,name=max_increase,json=maxIncrease,proto3" json:"max_increase,omitempty"` - MinDelay uint32 `protobuf:"varint,2,opt,name=min_delay,json=minDelay,proto3" json:"min_delay,omitempty"` -} - -func (x *NominationPools_PalletNominationPoolsCommissionChangeRate) Reset() { - *x = NominationPools_PalletNominationPoolsCommissionChangeRate{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[37] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_PalletNominationPoolsCommissionChangeRate) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_PalletNominationPoolsCommissionChangeRate) ProtoMessage() {} - -func (x *NominationPools_PalletNominationPoolsCommissionChangeRate) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[37] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_PalletNominationPoolsCommissionChangeRate.ProtoReflect.Descriptor instead. -func (*NominationPools_PalletNominationPoolsCommissionChangeRate) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{37} -} - -func (x *NominationPools_PalletNominationPoolsCommissionChangeRate) GetMaxIncrease() *SpArithmeticPerThingsPerbill { - if x != nil { - return x.MaxIncrease - } - return nil -} - -func (x *NominationPools_PalletNominationPoolsCommissionChangeRate) GetMinDelay() uint32 { - if x != nil { - return x.MinDelay - } - return 0 -} - -type ReferendaPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *ReferendaPallet_CallSubmitCall - // *ReferendaPallet_CallPlaceDecisionDepositCall - // *ReferendaPallet_CallRefundDecisionDepositCall - // *ReferendaPallet_CallCancelCall - // *ReferendaPallet_CallKillCall - // *ReferendaPallet_CallNudgeReferendumCall - // *ReferendaPallet_CallOneFewerDecidingCall - // *ReferendaPallet_CallRefundSubmissionDepositCall - // *ReferendaPallet_CallSetMetadataCall - Call isReferendaPallet_Call `protobuf_oneof:"call"` -} - -func (x *ReferendaPallet) Reset() { - *x = ReferendaPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[38] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReferendaPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReferendaPallet) ProtoMessage() {} - -func (x *ReferendaPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[38] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReferendaPallet.ProtoReflect.Descriptor instead. -func (*ReferendaPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{38} -} - -func (m *ReferendaPallet) GetCall() isReferendaPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *ReferendaPallet) GetCallSubmitCall() *Referenda_SubmitCall { - if x, ok := x.GetCall().(*ReferendaPallet_CallSubmitCall); ok { - return x.CallSubmitCall - } - return nil -} - -func (x *ReferendaPallet) GetCallPlaceDecisionDepositCall() *Referenda_PlaceDecisionDepositCall { - if x, ok := x.GetCall().(*ReferendaPallet_CallPlaceDecisionDepositCall); ok { - return x.CallPlaceDecisionDepositCall - } - return nil -} - -func (x *ReferendaPallet) GetCallRefundDecisionDepositCall() *Referenda_RefundDecisionDepositCall { - if x, ok := x.GetCall().(*ReferendaPallet_CallRefundDecisionDepositCall); ok { - return x.CallRefundDecisionDepositCall - } - return nil -} - -func (x *ReferendaPallet) GetCallCancelCall() *Referenda_CancelCall { - if x, ok := x.GetCall().(*ReferendaPallet_CallCancelCall); ok { - return x.CallCancelCall - } - return nil -} - -func (x *ReferendaPallet) GetCallKillCall() *Referenda_KillCall { - if x, ok := x.GetCall().(*ReferendaPallet_CallKillCall); ok { - return x.CallKillCall - } - return nil -} - -func (x *ReferendaPallet) GetCallNudgeReferendumCall() *Referenda_NudgeReferendumCall { - if x, ok := x.GetCall().(*ReferendaPallet_CallNudgeReferendumCall); ok { - return x.CallNudgeReferendumCall - } - return nil -} - -func (x *ReferendaPallet) GetCallOneFewerDecidingCall() *Referenda_OneFewerDecidingCall { - if x, ok := x.GetCall().(*ReferendaPallet_CallOneFewerDecidingCall); ok { - return x.CallOneFewerDecidingCall - } - return nil -} - -func (x *ReferendaPallet) GetCallRefundSubmissionDepositCall() *Referenda_RefundSubmissionDepositCall { - if x, ok := x.GetCall().(*ReferendaPallet_CallRefundSubmissionDepositCall); ok { - return x.CallRefundSubmissionDepositCall - } - return nil -} - -func (x *ReferendaPallet) GetCallSetMetadataCall() *Referenda_SetMetadataCall { - if x, ok := x.GetCall().(*ReferendaPallet_CallSetMetadataCall); ok { - return x.CallSetMetadataCall - } - return nil -} - -type isReferendaPallet_Call interface { - isReferendaPallet_Call() -} - -type ReferendaPallet_CallSubmitCall struct { - CallSubmitCall *Referenda_SubmitCall `protobuf:"bytes,1,opt,name=call_submit_call,json=callSubmitCall,proto3,oneof"` -} - -type ReferendaPallet_CallPlaceDecisionDepositCall struct { - CallPlaceDecisionDepositCall *Referenda_PlaceDecisionDepositCall `protobuf:"bytes,2,opt,name=call_place_decision_deposit_call,json=callPlaceDecisionDepositCall,proto3,oneof"` -} - -type ReferendaPallet_CallRefundDecisionDepositCall struct { - CallRefundDecisionDepositCall *Referenda_RefundDecisionDepositCall `protobuf:"bytes,3,opt,name=call_refund_decision_deposit_call,json=callRefundDecisionDepositCall,proto3,oneof"` -} - -type ReferendaPallet_CallCancelCall struct { - CallCancelCall *Referenda_CancelCall `protobuf:"bytes,4,opt,name=call_cancel_call,json=callCancelCall,proto3,oneof"` -} - -type ReferendaPallet_CallKillCall struct { - CallKillCall *Referenda_KillCall `protobuf:"bytes,5,opt,name=call_kill_call,json=callKillCall,proto3,oneof"` -} - -type ReferendaPallet_CallNudgeReferendumCall struct { - CallNudgeReferendumCall *Referenda_NudgeReferendumCall `protobuf:"bytes,6,opt,name=call_nudge_referendum_call,json=callNudgeReferendumCall,proto3,oneof"` -} - -type ReferendaPallet_CallOneFewerDecidingCall struct { - CallOneFewerDecidingCall *Referenda_OneFewerDecidingCall `protobuf:"bytes,7,opt,name=call_one_fewer_deciding_call,json=callOneFewerDecidingCall,proto3,oneof"` -} - -type ReferendaPallet_CallRefundSubmissionDepositCall struct { - CallRefundSubmissionDepositCall *Referenda_RefundSubmissionDepositCall `protobuf:"bytes,8,opt,name=call_refund_submission_deposit_call,json=callRefundSubmissionDepositCall,proto3,oneof"` -} - -type ReferendaPallet_CallSetMetadataCall struct { - CallSetMetadataCall *Referenda_SetMetadataCall `protobuf:"bytes,9,opt,name=call_set_metadata_call,json=callSetMetadataCall,proto3,oneof"` -} - -func (*ReferendaPallet_CallSubmitCall) isReferendaPallet_Call() {} - -func (*ReferendaPallet_CallPlaceDecisionDepositCall) isReferendaPallet_Call() {} - -func (*ReferendaPallet_CallRefundDecisionDepositCall) isReferendaPallet_Call() {} - -func (*ReferendaPallet_CallCancelCall) isReferendaPallet_Call() {} - -func (*ReferendaPallet_CallKillCall) isReferendaPallet_Call() {} - -func (*ReferendaPallet_CallNudgeReferendumCall) isReferendaPallet_Call() {} - -func (*ReferendaPallet_CallOneFewerDecidingCall) isReferendaPallet_Call() {} - -func (*ReferendaPallet_CallRefundSubmissionDepositCall) isReferendaPallet_Call() {} - -func (*ReferendaPallet_CallSetMetadataCall) isReferendaPallet_Call() {} - -type Identity_Raw0 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw0) Reset() { - *x = Identity_Raw0{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[39] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw0) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw0) ProtoMessage() {} - -func (x *Identity_Raw0) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[39] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw0.ProtoReflect.Descriptor instead. -func (*Identity_Raw0) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{39} -} - -func (x *Identity_Raw0) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Referenda_OneFewerDecidingCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Track uint32 `protobuf:"varint,1,opt,name=track,proto3" json:"track,omitempty"` -} - -func (x *Referenda_OneFewerDecidingCall) Reset() { - *x = Referenda_OneFewerDecidingCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[40] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_OneFewerDecidingCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_OneFewerDecidingCall) ProtoMessage() {} - -func (x *Referenda_OneFewerDecidingCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[40] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_OneFewerDecidingCall.ProtoReflect.Descriptor instead. -func (*Referenda_OneFewerDecidingCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{40} -} - -func (x *Referenda_OneFewerDecidingCall) GetTrack() uint32 { - if x != nil { - return x.Track - } - return 0 -} - -type FellowshipReferenda_SetMetadataCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` - MaybeHash *PrimitiveTypesH256 `protobuf:"bytes,2,opt,name=maybe_hash,json=maybeHash,proto3,oneof" json:"maybe_hash,omitempty"` -} - -func (x *FellowshipReferenda_SetMetadataCall) Reset() { - *x = FellowshipReferenda_SetMetadataCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[41] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_SetMetadataCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_SetMetadataCall) ProtoMessage() {} - -func (x *FellowshipReferenda_SetMetadataCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[41] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_SetMetadataCall.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_SetMetadataCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{41} -} - -func (x *FellowshipReferenda_SetMetadataCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -func (x *FellowshipReferenda_SetMetadataCall) GetMaybeHash() *PrimitiveTypesH256 { - if x != nil { - return x.MaybeHash - } - return nil -} - -type WhitelistedCaller struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *WhitelistedCaller) Reset() { - *x = WhitelistedCaller{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[42] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WhitelistedCaller) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WhitelistedCaller) ProtoMessage() {} - -func (x *WhitelistedCaller) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[42] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WhitelistedCaller.ProtoReflect.Descriptor instead. -func (*WhitelistedCaller) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{42} -} - -type Scheduler_ScheduleCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - When uint32 `protobuf:"varint,1,opt,name=when,proto3" json:"when,omitempty"` - MaybePeriodic *Scheduler_TupleUint32Uint32 `protobuf:"bytes,2,opt,name=maybe_periodic,json=maybePeriodic,proto3,oneof" json:"maybe_periodic,omitempty"` - Priority uint32 `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"` - // Types that are assignable to Call: - // - // *Scheduler_ScheduleCall_CallSystem - // *Scheduler_ScheduleCall_CallTimestamp - // *Scheduler_ScheduleCall_CallBabe - // *Scheduler_ScheduleCall_CallGrandpa - // *Scheduler_ScheduleCall_CallBalances - // *Scheduler_ScheduleCall_CallVesting - // *Scheduler_ScheduleCall_CallBagsList - // *Scheduler_ScheduleCall_CallImOnline - // *Scheduler_ScheduleCall_CallStaking - // *Scheduler_ScheduleCall_CallSession - // *Scheduler_ScheduleCall_CallTreasury - // *Scheduler_ScheduleCall_CallUtility - // *Scheduler_ScheduleCall_CallConvictionVoting - // *Scheduler_ScheduleCall_CallReferenda - // *Scheduler_ScheduleCall_CallFellowshipCollective - // *Scheduler_ScheduleCall_CallFellowshipReferenda - // *Scheduler_ScheduleCall_CallWhitelist - // *Scheduler_ScheduleCall_CallScheduler - // *Scheduler_ScheduleCall_CallPreimage - // *Scheduler_ScheduleCall_CallIdentity - // *Scheduler_ScheduleCall_CallProxy - // *Scheduler_ScheduleCall_CallMultisig - // *Scheduler_ScheduleCall_CallElectionProviderMultiPhase - // *Scheduler_ScheduleCall_CallBounties - // *Scheduler_ScheduleCall_CallChildBounties - // *Scheduler_ScheduleCall_CallNominationPools - // *Scheduler_ScheduleCall_CallGear - // *Scheduler_ScheduleCall_CallStakingRewards - // *Scheduler_ScheduleCall_CallGearVoucher - Call isScheduler_ScheduleCall_Call `protobuf_oneof:"call"` -} - -func (x *Scheduler_ScheduleCall) Reset() { - *x = Scheduler_ScheduleCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[43] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Scheduler_ScheduleCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Scheduler_ScheduleCall) ProtoMessage() {} - -func (x *Scheduler_ScheduleCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[43] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Scheduler_ScheduleCall.ProtoReflect.Descriptor instead. -func (*Scheduler_ScheduleCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{43} -} - -func (x *Scheduler_ScheduleCall) GetWhen() uint32 { - if x != nil { - return x.When - } - return 0 -} - -func (x *Scheduler_ScheduleCall) GetMaybePeriodic() *Scheduler_TupleUint32Uint32 { - if x != nil { - return x.MaybePeriodic - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetPriority() uint32 { - if x != nil { - return x.Priority - } - return 0 -} - -func (m *Scheduler_ScheduleCall) GetCall() isScheduler_ScheduleCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallSystem() *SystemPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallSystem); ok { - return x.CallSystem - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallTimestamp() *TimestampPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallTimestamp); ok { - return x.CallTimestamp - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallBabe() *BabePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallBabe); ok { - return x.CallBabe - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallGrandpa() *GrandpaPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallGrandpa); ok { - return x.CallGrandpa - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallBalances() *BalancesPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallBalances); ok { - return x.CallBalances - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallVesting() *VestingPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallVesting); ok { - return x.CallVesting - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallBagsList() *BagsListPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallBagsList); ok { - return x.CallBagsList - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallImOnline() *ImOnlinePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallImOnline); ok { - return x.CallImOnline - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallStaking() *StakingPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallStaking); ok { - return x.CallStaking - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallSession() *SessionPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallSession); ok { - return x.CallSession - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallTreasury() *TreasuryPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallTreasury); ok { - return x.CallTreasury - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallUtility() *UtilityPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallUtility); ok { - return x.CallUtility - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallConvictionVoting() *ConvictionVotingPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallConvictionVoting); ok { - return x.CallConvictionVoting - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallReferenda() *ReferendaPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallReferenda); ok { - return x.CallReferenda - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallFellowshipCollective() *FellowshipCollectivePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallFellowshipCollective); ok { - return x.CallFellowshipCollective - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallFellowshipReferenda() *FellowshipReferendaPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallFellowshipReferenda); ok { - return x.CallFellowshipReferenda - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallWhitelist() *WhitelistPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallWhitelist); ok { - return x.CallWhitelist - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallScheduler() *SchedulerPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallScheduler); ok { - return x.CallScheduler - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallPreimage() *PreimagePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallPreimage); ok { - return x.CallPreimage - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallIdentity() *IdentityPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallIdentity); ok { - return x.CallIdentity - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallProxy() *ProxyPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallProxy); ok { - return x.CallProxy - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallMultisig() *MultisigPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallMultisig); ok { - return x.CallMultisig - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallElectionProviderMultiPhase() *ElectionProviderMultiPhasePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallElectionProviderMultiPhase); ok { - return x.CallElectionProviderMultiPhase - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallBounties() *BountiesPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallBounties); ok { - return x.CallBounties - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallChildBounties() *ChildBountiesPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallChildBounties); ok { - return x.CallChildBounties - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallNominationPools() *NominationPoolsPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallNominationPools); ok { - return x.CallNominationPools - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallGear() *GearPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallGear); ok { - return x.CallGear - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallStakingRewards() *StakingRewardsPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallStakingRewards); ok { - return x.CallStakingRewards - } - return nil -} - -func (x *Scheduler_ScheduleCall) GetCallGearVoucher() *GearVoucherPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleCall_CallGearVoucher); ok { - return x.CallGearVoucher - } - return nil -} - -type isScheduler_ScheduleCall_Call interface { - isScheduler_ScheduleCall_Call() -} - -type Scheduler_ScheduleCall_CallSystem struct { - CallSystem *SystemPallet `protobuf:"bytes,4,opt,name=call_system,json=callSystem,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallTimestamp struct { - CallTimestamp *TimestampPallet `protobuf:"bytes,5,opt,name=call_timestamp,json=callTimestamp,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallBabe struct { - CallBabe *BabePallet `protobuf:"bytes,6,opt,name=call_babe,json=callBabe,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallGrandpa struct { - CallGrandpa *GrandpaPallet `protobuf:"bytes,7,opt,name=call_grandpa,json=callGrandpa,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallBalances struct { - CallBalances *BalancesPallet `protobuf:"bytes,8,opt,name=call_balances,json=callBalances,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallVesting struct { - CallVesting *VestingPallet `protobuf:"bytes,9,opt,name=call_vesting,json=callVesting,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallBagsList struct { - CallBagsList *BagsListPallet `protobuf:"bytes,10,opt,name=call_bags_list,json=callBagsList,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallImOnline struct { - CallImOnline *ImOnlinePallet `protobuf:"bytes,11,opt,name=call_im_online,json=callImOnline,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallStaking struct { - CallStaking *StakingPallet `protobuf:"bytes,12,opt,name=call_staking,json=callStaking,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallSession struct { - CallSession *SessionPallet `protobuf:"bytes,13,opt,name=call_session,json=callSession,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallTreasury struct { - CallTreasury *TreasuryPallet `protobuf:"bytes,14,opt,name=call_treasury,json=callTreasury,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallUtility struct { - CallUtility *UtilityPallet `protobuf:"bytes,15,opt,name=call_utility,json=callUtility,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallConvictionVoting struct { - CallConvictionVoting *ConvictionVotingPallet `protobuf:"bytes,16,opt,name=call_conviction_voting,json=callConvictionVoting,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallReferenda struct { - CallReferenda *ReferendaPallet `protobuf:"bytes,17,opt,name=call_referenda,json=callReferenda,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallFellowshipCollective struct { - CallFellowshipCollective *FellowshipCollectivePallet `protobuf:"bytes,18,opt,name=call_fellowship_collective,json=callFellowshipCollective,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallFellowshipReferenda struct { - CallFellowshipReferenda *FellowshipReferendaPallet `protobuf:"bytes,19,opt,name=call_fellowship_referenda,json=callFellowshipReferenda,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallWhitelist struct { - CallWhitelist *WhitelistPallet `protobuf:"bytes,20,opt,name=call_whitelist,json=callWhitelist,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallScheduler struct { - CallScheduler *SchedulerPallet `protobuf:"bytes,21,opt,name=call_scheduler,json=callScheduler,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallPreimage struct { - CallPreimage *PreimagePallet `protobuf:"bytes,22,opt,name=call_preimage,json=callPreimage,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallIdentity struct { - CallIdentity *IdentityPallet `protobuf:"bytes,23,opt,name=call_identity,json=callIdentity,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallProxy struct { - CallProxy *ProxyPallet `protobuf:"bytes,24,opt,name=call_proxy,json=callProxy,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallMultisig struct { - CallMultisig *MultisigPallet `protobuf:"bytes,25,opt,name=call_multisig,json=callMultisig,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallElectionProviderMultiPhase struct { - CallElectionProviderMultiPhase *ElectionProviderMultiPhasePallet `protobuf:"bytes,26,opt,name=call_election_provider_multi_phase,json=callElectionProviderMultiPhase,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallBounties struct { - CallBounties *BountiesPallet `protobuf:"bytes,27,opt,name=call_bounties,json=callBounties,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallChildBounties struct { - CallChildBounties *ChildBountiesPallet `protobuf:"bytes,28,opt,name=call_child_bounties,json=callChildBounties,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallNominationPools struct { - CallNominationPools *NominationPoolsPallet `protobuf:"bytes,29,opt,name=call_nomination_pools,json=callNominationPools,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallGear struct { - CallGear *GearPallet `protobuf:"bytes,30,opt,name=call_gear,json=callGear,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallStakingRewards struct { - CallStakingRewards *StakingRewardsPallet `protobuf:"bytes,31,opt,name=call_staking_rewards,json=callStakingRewards,proto3,oneof"` -} - -type Scheduler_ScheduleCall_CallGearVoucher struct { - CallGearVoucher *GearVoucherPallet `protobuf:"bytes,32,opt,name=call_gear_voucher,json=callGearVoucher,proto3,oneof"` -} - -func (*Scheduler_ScheduleCall_CallSystem) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallTimestamp) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallBabe) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallGrandpa) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallBalances) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallVesting) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallBagsList) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallImOnline) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallStaking) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallSession) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallTreasury) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallUtility) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallConvictionVoting) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallReferenda) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallFellowshipCollective) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallFellowshipReferenda) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallWhitelist) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallScheduler) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallPreimage) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallIdentity) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallProxy) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallMultisig) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallElectionProviderMultiPhase) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallBounties) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallChildBounties) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallNominationPools) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallGear) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallStakingRewards) isScheduler_ScheduleCall_Call() {} - -func (*Scheduler_ScheduleCall_CallGearVoucher) isScheduler_ScheduleCall_Call() {} - -type ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 *ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,opt,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[44] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[44] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{44} -} - -func (x *ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32) GetValue1() *ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[45] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[45] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{45} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type Balances_ForceTransferCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Source: - // - // *Balances_ForceTransferCall_SourceId - // *Balances_ForceTransferCall_SourceIndex - // *Balances_ForceTransferCall_SourceRaw - // *Balances_ForceTransferCall_SourceAddress32 - // *Balances_ForceTransferCall_SourceAddress20 - Source isBalances_ForceTransferCall_Source `protobuf_oneof:"source"` - // Types that are assignable to Dest: - // - // *Balances_ForceTransferCall_DestId - // *Balances_ForceTransferCall_DestIndex - // *Balances_ForceTransferCall_DestRaw - // *Balances_ForceTransferCall_DestAddress32 - // *Balances_ForceTransferCall_DestAddress20 - Dest isBalances_ForceTransferCall_Dest `protobuf_oneof:"dest"` - Value string `protobuf:"bytes,11,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *Balances_ForceTransferCall) Reset() { - *x = Balances_ForceTransferCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[46] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_ForceTransferCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_ForceTransferCall) ProtoMessage() {} - -func (x *Balances_ForceTransferCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[46] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_ForceTransferCall.ProtoReflect.Descriptor instead. -func (*Balances_ForceTransferCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{46} -} - -func (m *Balances_ForceTransferCall) GetSource() isBalances_ForceTransferCall_Source { - if m != nil { - return m.Source - } - return nil -} - -func (x *Balances_ForceTransferCall) GetSourceId() *Balances_Id { - if x, ok := x.GetSource().(*Balances_ForceTransferCall_SourceId); ok { - return x.SourceId - } - return nil -} - -func (x *Balances_ForceTransferCall) GetSourceIndex() *Balances_Index { - if x, ok := x.GetSource().(*Balances_ForceTransferCall_SourceIndex); ok { - return x.SourceIndex - } - return nil -} - -func (x *Balances_ForceTransferCall) GetSourceRaw() *Balances_Raw { - if x, ok := x.GetSource().(*Balances_ForceTransferCall_SourceRaw); ok { - return x.SourceRaw - } - return nil -} - -func (x *Balances_ForceTransferCall) GetSourceAddress32() *Balances_Address32 { - if x, ok := x.GetSource().(*Balances_ForceTransferCall_SourceAddress32); ok { - return x.SourceAddress32 - } - return nil -} - -func (x *Balances_ForceTransferCall) GetSourceAddress20() *Balances_Address20 { - if x, ok := x.GetSource().(*Balances_ForceTransferCall_SourceAddress20); ok { - return x.SourceAddress20 - } - return nil -} - -func (m *Balances_ForceTransferCall) GetDest() isBalances_ForceTransferCall_Dest { - if m != nil { - return m.Dest - } - return nil -} - -func (x *Balances_ForceTransferCall) GetDestId() *Balances_Id { - if x, ok := x.GetDest().(*Balances_ForceTransferCall_DestId); ok { - return x.DestId - } - return nil -} - -func (x *Balances_ForceTransferCall) GetDestIndex() *Balances_Index { - if x, ok := x.GetDest().(*Balances_ForceTransferCall_DestIndex); ok { - return x.DestIndex - } - return nil -} - -func (x *Balances_ForceTransferCall) GetDestRaw() *Balances_Raw { - if x, ok := x.GetDest().(*Balances_ForceTransferCall_DestRaw); ok { - return x.DestRaw - } - return nil -} - -func (x *Balances_ForceTransferCall) GetDestAddress32() *Balances_Address32 { - if x, ok := x.GetDest().(*Balances_ForceTransferCall_DestAddress32); ok { - return x.DestAddress32 - } - return nil -} - -func (x *Balances_ForceTransferCall) GetDestAddress20() *Balances_Address20 { - if x, ok := x.GetDest().(*Balances_ForceTransferCall_DestAddress20); ok { - return x.DestAddress20 - } - return nil -} - -func (x *Balances_ForceTransferCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -type isBalances_ForceTransferCall_Source interface { - isBalances_ForceTransferCall_Source() -} - -type Balances_ForceTransferCall_SourceId struct { - SourceId *Balances_Id `protobuf:"bytes,1,opt,name=source_id,json=sourceId,proto3,oneof"` -} - -type Balances_ForceTransferCall_SourceIndex struct { - SourceIndex *Balances_Index `protobuf:"bytes,2,opt,name=source_index,json=sourceIndex,proto3,oneof"` -} - -type Balances_ForceTransferCall_SourceRaw struct { - SourceRaw *Balances_Raw `protobuf:"bytes,3,opt,name=source_raw,json=sourceRaw,proto3,oneof"` -} - -type Balances_ForceTransferCall_SourceAddress32 struct { - SourceAddress32 *Balances_Address32 `protobuf:"bytes,4,opt,name=source_address32,json=sourceAddress32,proto3,oneof"` -} - -type Balances_ForceTransferCall_SourceAddress20 struct { - SourceAddress20 *Balances_Address20 `protobuf:"bytes,5,opt,name=source_address20,json=sourceAddress20,proto3,oneof"` -} - -func (*Balances_ForceTransferCall_SourceId) isBalances_ForceTransferCall_Source() {} - -func (*Balances_ForceTransferCall_SourceIndex) isBalances_ForceTransferCall_Source() {} - -func (*Balances_ForceTransferCall_SourceRaw) isBalances_ForceTransferCall_Source() {} - -func (*Balances_ForceTransferCall_SourceAddress32) isBalances_ForceTransferCall_Source() {} - -func (*Balances_ForceTransferCall_SourceAddress20) isBalances_ForceTransferCall_Source() {} - -type isBalances_ForceTransferCall_Dest interface { - isBalances_ForceTransferCall_Dest() -} - -type Balances_ForceTransferCall_DestId struct { - DestId *Balances_Id `protobuf:"bytes,6,opt,name=dest_id,json=destId,proto3,oneof"` -} - -type Balances_ForceTransferCall_DestIndex struct { - DestIndex *Balances_Index `protobuf:"bytes,7,opt,name=dest_index,json=destIndex,proto3,oneof"` -} - -type Balances_ForceTransferCall_DestRaw struct { - DestRaw *Balances_Raw `protobuf:"bytes,8,opt,name=dest_raw,json=destRaw,proto3,oneof"` -} - -type Balances_ForceTransferCall_DestAddress32 struct { - DestAddress32 *Balances_Address32 `protobuf:"bytes,9,opt,name=dest_address32,json=destAddress32,proto3,oneof"` -} - -type Balances_ForceTransferCall_DestAddress20 struct { - DestAddress20 *Balances_Address20 `protobuf:"bytes,10,opt,name=dest_address20,json=destAddress20,proto3,oneof"` -} - -func (*Balances_ForceTransferCall_DestId) isBalances_ForceTransferCall_Dest() {} - -func (*Balances_ForceTransferCall_DestIndex) isBalances_ForceTransferCall_Dest() {} - -func (*Balances_ForceTransferCall_DestRaw) isBalances_ForceTransferCall_Dest() {} - -func (*Balances_ForceTransferCall_DestAddress32) isBalances_ForceTransferCall_Dest() {} - -func (*Balances_ForceTransferCall_DestAddress20) isBalances_ForceTransferCall_Dest() {} - -type Staking_PayoutStakersCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ValidatorStash *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=validator_stash,json=validatorStash,proto3" json:"validator_stash,omitempty"` - Era uint32 `protobuf:"varint,2,opt,name=era,proto3" json:"era,omitempty"` -} - -func (x *Staking_PayoutStakersCall) Reset() { - *x = Staking_PayoutStakersCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[47] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_PayoutStakersCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_PayoutStakersCall) ProtoMessage() {} - -func (x *Staking_PayoutStakersCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[47] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_PayoutStakersCall.ProtoReflect.Descriptor instead. -func (*Staking_PayoutStakersCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{47} -} - -func (x *Staking_PayoutStakersCall) GetValidatorStash() *SpCoreCryptoAccountId32 { - if x != nil { - return x.ValidatorStash - } - return nil -} - -func (x *Staking_PayoutStakersCall) GetEra() uint32 { - if x != nil { - return x.Era - } - return 0 -} - -type WhitelistPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *WhitelistPallet_CallWhitelistCallCall - // *WhitelistPallet_CallRemoveWhitelistedCallCall - // *WhitelistPallet_CallDispatchWhitelistedCallCall - // *WhitelistPallet_CallDispatchWhitelistedCallWithPreimageCall - Call isWhitelistPallet_Call `protobuf_oneof:"call"` -} - -func (x *WhitelistPallet) Reset() { - *x = WhitelistPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[48] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *WhitelistPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*WhitelistPallet) ProtoMessage() {} - -func (x *WhitelistPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[48] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use WhitelistPallet.ProtoReflect.Descriptor instead. -func (*WhitelistPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{48} -} - -func (m *WhitelistPallet) GetCall() isWhitelistPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *WhitelistPallet) GetCallWhitelistCallCall() *Whitelist_WhitelistCallCall { - if x, ok := x.GetCall().(*WhitelistPallet_CallWhitelistCallCall); ok { - return x.CallWhitelistCallCall - } - return nil -} - -func (x *WhitelistPallet) GetCallRemoveWhitelistedCallCall() *Whitelist_RemoveWhitelistedCallCall { - if x, ok := x.GetCall().(*WhitelistPallet_CallRemoveWhitelistedCallCall); ok { - return x.CallRemoveWhitelistedCallCall - } - return nil -} - -func (x *WhitelistPallet) GetCallDispatchWhitelistedCallCall() *Whitelist_DispatchWhitelistedCallCall { - if x, ok := x.GetCall().(*WhitelistPallet_CallDispatchWhitelistedCallCall); ok { - return x.CallDispatchWhitelistedCallCall - } - return nil -} - -func (x *WhitelistPallet) GetCallDispatchWhitelistedCallWithPreimageCall() *Whitelist_DispatchWhitelistedCallWithPreimageCall { - if x, ok := x.GetCall().(*WhitelistPallet_CallDispatchWhitelistedCallWithPreimageCall); ok { - return x.CallDispatchWhitelistedCallWithPreimageCall - } - return nil -} - -type isWhitelistPallet_Call interface { - isWhitelistPallet_Call() -} - -type WhitelistPallet_CallWhitelistCallCall struct { - CallWhitelistCallCall *Whitelist_WhitelistCallCall `protobuf:"bytes,1,opt,name=call_whitelist_call_call,json=callWhitelistCallCall,proto3,oneof"` -} - -type WhitelistPallet_CallRemoveWhitelistedCallCall struct { - CallRemoveWhitelistedCallCall *Whitelist_RemoveWhitelistedCallCall `protobuf:"bytes,2,opt,name=call_remove_whitelisted_call_call,json=callRemoveWhitelistedCallCall,proto3,oneof"` -} - -type WhitelistPallet_CallDispatchWhitelistedCallCall struct { - CallDispatchWhitelistedCallCall *Whitelist_DispatchWhitelistedCallCall `protobuf:"bytes,3,opt,name=call_dispatch_whitelisted_call_call,json=callDispatchWhitelistedCallCall,proto3,oneof"` -} - -type WhitelistPallet_CallDispatchWhitelistedCallWithPreimageCall struct { - CallDispatchWhitelistedCallWithPreimageCall *Whitelist_DispatchWhitelistedCallWithPreimageCall `protobuf:"bytes,4,opt,name=call_dispatch_whitelisted_call_with_preimage_call,json=callDispatchWhitelistedCallWithPreimageCall,proto3,oneof"` -} - -func (*WhitelistPallet_CallWhitelistCallCall) isWhitelistPallet_Call() {} - -func (*WhitelistPallet_CallRemoveWhitelistedCallCall) isWhitelistPallet_Call() {} - -func (*WhitelistPallet_CallDispatchWhitelistedCallCall) isWhitelistPallet_Call() {} - -func (*WhitelistPallet_CallDispatchWhitelistedCallWithPreimageCall) isWhitelistPallet_Call() {} - -type Staking_ScaleValidatorCountCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Factor *SpArithmeticPerThingsPercent `protobuf:"bytes,1,opt,name=factor,proto3" json:"factor,omitempty"` -} - -func (x *Staking_ScaleValidatorCountCall) Reset() { - *x = Staking_ScaleValidatorCountCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[49] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_ScaleValidatorCountCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_ScaleValidatorCountCall) ProtoMessage() {} - -func (x *Staking_ScaleValidatorCountCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[49] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_ScaleValidatorCountCall.ProtoReflect.Descriptor instead. -func (*Staking_ScaleValidatorCountCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{49} -} - -func (x *Staking_ScaleValidatorCountCall) GetFactor() *SpArithmeticPerThingsPercent { - if x != nil { - return x.Factor - } - return nil -} - -type SpConsensusGrandpaAppPublic struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreEd25519Public `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *SpConsensusGrandpaAppPublic) Reset() { - *x = SpConsensusGrandpaAppPublic{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[50] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpConsensusGrandpaAppPublic) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpConsensusGrandpaAppPublic) ProtoMessage() {} - -func (x *SpConsensusGrandpaAppPublic) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[50] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpConsensusGrandpaAppPublic.ProtoReflect.Descriptor instead. -func (*SpConsensusGrandpaAppPublic) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{50} -} - -func (x *SpConsensusGrandpaAppPublic) GetValue0() *SpCoreEd25519Public { - if x != nil { - return x.Value0 - } - return nil -} - -type FellowshipCollective_PromoteMemberCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Who: - // - // *FellowshipCollective_PromoteMemberCall_WhoId - // *FellowshipCollective_PromoteMemberCall_WhoIndex - // *FellowshipCollective_PromoteMemberCall_WhoRaw - // *FellowshipCollective_PromoteMemberCall_WhoAddress32 - // *FellowshipCollective_PromoteMemberCall_WhoAddress20 - Who isFellowshipCollective_PromoteMemberCall_Who `protobuf_oneof:"who"` -} - -func (x *FellowshipCollective_PromoteMemberCall) Reset() { - *x = FellowshipCollective_PromoteMemberCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[51] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollective_PromoteMemberCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollective_PromoteMemberCall) ProtoMessage() {} - -func (x *FellowshipCollective_PromoteMemberCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[51] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollective_PromoteMemberCall.ProtoReflect.Descriptor instead. -func (*FellowshipCollective_PromoteMemberCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{51} -} - -func (m *FellowshipCollective_PromoteMemberCall) GetWho() isFellowshipCollective_PromoteMemberCall_Who { - if m != nil { - return m.Who - } - return nil -} - -func (x *FellowshipCollective_PromoteMemberCall) GetWhoId() *FellowshipCollective_Id { - if x, ok := x.GetWho().(*FellowshipCollective_PromoteMemberCall_WhoId); ok { - return x.WhoId - } - return nil -} - -func (x *FellowshipCollective_PromoteMemberCall) GetWhoIndex() *FellowshipCollective_Index { - if x, ok := x.GetWho().(*FellowshipCollective_PromoteMemberCall_WhoIndex); ok { - return x.WhoIndex - } - return nil -} - -func (x *FellowshipCollective_PromoteMemberCall) GetWhoRaw() *FellowshipCollective_Raw { - if x, ok := x.GetWho().(*FellowshipCollective_PromoteMemberCall_WhoRaw); ok { - return x.WhoRaw - } - return nil -} - -func (x *FellowshipCollective_PromoteMemberCall) GetWhoAddress32() *FellowshipCollective_Address32 { - if x, ok := x.GetWho().(*FellowshipCollective_PromoteMemberCall_WhoAddress32); ok { - return x.WhoAddress32 - } - return nil -} - -func (x *FellowshipCollective_PromoteMemberCall) GetWhoAddress20() *FellowshipCollective_Address20 { - if x, ok := x.GetWho().(*FellowshipCollective_PromoteMemberCall_WhoAddress20); ok { - return x.WhoAddress20 - } - return nil -} - -type isFellowshipCollective_PromoteMemberCall_Who interface { - isFellowshipCollective_PromoteMemberCall_Who() -} - -type FellowshipCollective_PromoteMemberCall_WhoId struct { - WhoId *FellowshipCollective_Id `protobuf:"bytes,1,opt,name=who_id,json=whoId,proto3,oneof"` -} - -type FellowshipCollective_PromoteMemberCall_WhoIndex struct { - WhoIndex *FellowshipCollective_Index `protobuf:"bytes,2,opt,name=who_index,json=whoIndex,proto3,oneof"` -} - -type FellowshipCollective_PromoteMemberCall_WhoRaw struct { - WhoRaw *FellowshipCollective_Raw `protobuf:"bytes,3,opt,name=who_raw,json=whoRaw,proto3,oneof"` -} - -type FellowshipCollective_PromoteMemberCall_WhoAddress32 struct { - WhoAddress32 *FellowshipCollective_Address32 `protobuf:"bytes,4,opt,name=who_address32,json=whoAddress32,proto3,oneof"` -} - -type FellowshipCollective_PromoteMemberCall_WhoAddress20 struct { - WhoAddress20 *FellowshipCollective_Address20 `protobuf:"bytes,5,opt,name=who_address20,json=whoAddress20,proto3,oneof"` -} - -func (*FellowshipCollective_PromoteMemberCall_WhoId) isFellowshipCollective_PromoteMemberCall_Who() {} - -func (*FellowshipCollective_PromoteMemberCall_WhoIndex) isFellowshipCollective_PromoteMemberCall_Who() { -} - -func (*FellowshipCollective_PromoteMemberCall_WhoRaw) isFellowshipCollective_PromoteMemberCall_Who() { -} - -func (*FellowshipCollective_PromoteMemberCall_WhoAddress32) isFellowshipCollective_PromoteMemberCall_Who() { -} - -func (*FellowshipCollective_PromoteMemberCall_WhoAddress20) isFellowshipCollective_PromoteMemberCall_Who() { -} - -type Identity_Raw21 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw21) Reset() { - *x = Identity_Raw21{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[52] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw21) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw21) ProtoMessage() {} - -func (x *Identity_Raw21) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[52] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw21.ProtoReflect.Descriptor instead. -func (*Identity_Raw21) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{52} -} - -func (x *Identity_Raw21) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_Twitter struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Twitter: - // - // *Identity_Twitter_TwitterNone - // *Identity_Twitter_TwitterRaw0 - // *Identity_Twitter_TwitterRaw1 - // *Identity_Twitter_TwitterRaw2 - // *Identity_Twitter_TwitterRaw3 - // *Identity_Twitter_TwitterRaw4 - // *Identity_Twitter_TwitterRaw5 - // *Identity_Twitter_TwitterRaw6 - // *Identity_Twitter_TwitterRaw7 - // *Identity_Twitter_TwitterRaw8 - // *Identity_Twitter_TwitterRaw9 - // *Identity_Twitter_TwitterRaw10 - // *Identity_Twitter_TwitterRaw11 - // *Identity_Twitter_TwitterRaw12 - // *Identity_Twitter_TwitterRaw13 - // *Identity_Twitter_TwitterRaw14 - // *Identity_Twitter_TwitterRaw15 - // *Identity_Twitter_TwitterRaw16 - // *Identity_Twitter_TwitterRaw17 - // *Identity_Twitter_TwitterRaw18 - // *Identity_Twitter_TwitterRaw19 - // *Identity_Twitter_TwitterRaw20 - // *Identity_Twitter_TwitterRaw21 - // *Identity_Twitter_TwitterRaw22 - // *Identity_Twitter_TwitterRaw23 - // *Identity_Twitter_TwitterRaw24 - // *Identity_Twitter_TwitterRaw25 - // *Identity_Twitter_TwitterRaw26 - // *Identity_Twitter_TwitterRaw27 - // *Identity_Twitter_TwitterRaw28 - // *Identity_Twitter_TwitterRaw29 - // *Identity_Twitter_TwitterRaw30 - // *Identity_Twitter_TwitterRaw31 - // *Identity_Twitter_TwitterRaw32 - // *Identity_Twitter_TwitterBlakeTwo256 - // *Identity_Twitter_TwitterSha256 - // *Identity_Twitter_TwitterKeccak256 - // *Identity_Twitter_TwitterShaThree256 - Twitter isIdentity_Twitter_Twitter `protobuf_oneof:"twitter"` -} - -func (x *Identity_Twitter) Reset() { - *x = Identity_Twitter{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[53] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Twitter) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Twitter) ProtoMessage() {} - -func (x *Identity_Twitter) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[53] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Twitter.ProtoReflect.Descriptor instead. -func (*Identity_Twitter) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{53} -} - -func (m *Identity_Twitter) GetTwitter() isIdentity_Twitter_Twitter { - if m != nil { - return m.Twitter - } - return nil -} - -func (x *Identity_Twitter) GetTwitterNone() *Identity_None { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterNone); ok { - return x.TwitterNone - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw0() *Identity_Raw0 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw0); ok { - return x.TwitterRaw0 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw1() *Identity_Raw1 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw1); ok { - return x.TwitterRaw1 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw2() *Identity_Raw2 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw2); ok { - return x.TwitterRaw2 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw3() *Identity_Raw3 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw3); ok { - return x.TwitterRaw3 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw4() *Identity_Raw4 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw4); ok { - return x.TwitterRaw4 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw5() *Identity_Raw5 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw5); ok { - return x.TwitterRaw5 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw6() *Identity_Raw6 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw6); ok { - return x.TwitterRaw6 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw7() *Identity_Raw7 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw7); ok { - return x.TwitterRaw7 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw8() *Identity_Raw8 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw8); ok { - return x.TwitterRaw8 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw9() *Identity_Raw9 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw9); ok { - return x.TwitterRaw9 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw10() *Identity_Raw10 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw10); ok { - return x.TwitterRaw10 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw11() *Identity_Raw11 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw11); ok { - return x.TwitterRaw11 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw12() *Identity_Raw12 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw12); ok { - return x.TwitterRaw12 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw13() *Identity_Raw13 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw13); ok { - return x.TwitterRaw13 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw14() *Identity_Raw14 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw14); ok { - return x.TwitterRaw14 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw15() *Identity_Raw15 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw15); ok { - return x.TwitterRaw15 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw16() *Identity_Raw16 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw16); ok { - return x.TwitterRaw16 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw17() *Identity_Raw17 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw17); ok { - return x.TwitterRaw17 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw18() *Identity_Raw18 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw18); ok { - return x.TwitterRaw18 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw19() *Identity_Raw19 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw19); ok { - return x.TwitterRaw19 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw20() *Identity_Raw20 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw20); ok { - return x.TwitterRaw20 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw21() *Identity_Raw21 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw21); ok { - return x.TwitterRaw21 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw22() *Identity_Raw22 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw22); ok { - return x.TwitterRaw22 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw23() *Identity_Raw23 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw23); ok { - return x.TwitterRaw23 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw24() *Identity_Raw24 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw24); ok { - return x.TwitterRaw24 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw25() *Identity_Raw25 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw25); ok { - return x.TwitterRaw25 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw26() *Identity_Raw26 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw26); ok { - return x.TwitterRaw26 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw27() *Identity_Raw27 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw27); ok { - return x.TwitterRaw27 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw28() *Identity_Raw28 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw28); ok { - return x.TwitterRaw28 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw29() *Identity_Raw29 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw29); ok { - return x.TwitterRaw29 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw30() *Identity_Raw30 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw30); ok { - return x.TwitterRaw30 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw31() *Identity_Raw31 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw31); ok { - return x.TwitterRaw31 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterRaw32() *Identity_Raw32 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterRaw32); ok { - return x.TwitterRaw32 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterBlakeTwo256); ok { - return x.TwitterBlakeTwo256 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterSha256() *Identity_Sha256 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterSha256); ok { - return x.TwitterSha256 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterKeccak256() *Identity_Keccak256 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterKeccak256); ok { - return x.TwitterKeccak256 - } - return nil -} - -func (x *Identity_Twitter) GetTwitterShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetTwitter().(*Identity_Twitter_TwitterShaThree256); ok { - return x.TwitterShaThree256 - } - return nil -} - -type isIdentity_Twitter_Twitter interface { - isIdentity_Twitter_Twitter() -} - -type Identity_Twitter_TwitterNone struct { - TwitterNone *Identity_None `protobuf:"bytes,1,opt,name=twitter_none,json=twitterNone,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw0 struct { - TwitterRaw0 *Identity_Raw0 `protobuf:"bytes,2,opt,name=twitter_raw0,json=twitterRaw0,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw1 struct { - TwitterRaw1 *Identity_Raw1 `protobuf:"bytes,3,opt,name=twitter_raw1,json=twitterRaw1,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw2 struct { - TwitterRaw2 *Identity_Raw2 `protobuf:"bytes,4,opt,name=twitter_raw2,json=twitterRaw2,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw3 struct { - TwitterRaw3 *Identity_Raw3 `protobuf:"bytes,5,opt,name=twitter_raw3,json=twitterRaw3,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw4 struct { - TwitterRaw4 *Identity_Raw4 `protobuf:"bytes,6,opt,name=twitter_raw4,json=twitterRaw4,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw5 struct { - TwitterRaw5 *Identity_Raw5 `protobuf:"bytes,7,opt,name=twitter_raw5,json=twitterRaw5,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw6 struct { - TwitterRaw6 *Identity_Raw6 `protobuf:"bytes,8,opt,name=twitter_raw6,json=twitterRaw6,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw7 struct { - TwitterRaw7 *Identity_Raw7 `protobuf:"bytes,9,opt,name=twitter_raw7,json=twitterRaw7,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw8 struct { - TwitterRaw8 *Identity_Raw8 `protobuf:"bytes,10,opt,name=twitter_raw8,json=twitterRaw8,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw9 struct { - TwitterRaw9 *Identity_Raw9 `protobuf:"bytes,11,opt,name=twitter_raw9,json=twitterRaw9,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw10 struct { - TwitterRaw10 *Identity_Raw10 `protobuf:"bytes,12,opt,name=twitter_raw10,json=twitterRaw10,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw11 struct { - TwitterRaw11 *Identity_Raw11 `protobuf:"bytes,13,opt,name=twitter_raw11,json=twitterRaw11,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw12 struct { - TwitterRaw12 *Identity_Raw12 `protobuf:"bytes,14,opt,name=twitter_raw12,json=twitterRaw12,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw13 struct { - TwitterRaw13 *Identity_Raw13 `protobuf:"bytes,15,opt,name=twitter_raw13,json=twitterRaw13,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw14 struct { - TwitterRaw14 *Identity_Raw14 `protobuf:"bytes,16,opt,name=twitter_raw14,json=twitterRaw14,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw15 struct { - TwitterRaw15 *Identity_Raw15 `protobuf:"bytes,17,opt,name=twitter_raw15,json=twitterRaw15,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw16 struct { - TwitterRaw16 *Identity_Raw16 `protobuf:"bytes,18,opt,name=twitter_raw16,json=twitterRaw16,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw17 struct { - TwitterRaw17 *Identity_Raw17 `protobuf:"bytes,19,opt,name=twitter_raw17,json=twitterRaw17,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw18 struct { - TwitterRaw18 *Identity_Raw18 `protobuf:"bytes,20,opt,name=twitter_raw18,json=twitterRaw18,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw19 struct { - TwitterRaw19 *Identity_Raw19 `protobuf:"bytes,21,opt,name=twitter_raw19,json=twitterRaw19,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw20 struct { - TwitterRaw20 *Identity_Raw20 `protobuf:"bytes,22,opt,name=twitter_raw20,json=twitterRaw20,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw21 struct { - TwitterRaw21 *Identity_Raw21 `protobuf:"bytes,23,opt,name=twitter_raw21,json=twitterRaw21,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw22 struct { - TwitterRaw22 *Identity_Raw22 `protobuf:"bytes,24,opt,name=twitter_raw22,json=twitterRaw22,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw23 struct { - TwitterRaw23 *Identity_Raw23 `protobuf:"bytes,25,opt,name=twitter_raw23,json=twitterRaw23,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw24 struct { - TwitterRaw24 *Identity_Raw24 `protobuf:"bytes,26,opt,name=twitter_raw24,json=twitterRaw24,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw25 struct { - TwitterRaw25 *Identity_Raw25 `protobuf:"bytes,27,opt,name=twitter_raw25,json=twitterRaw25,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw26 struct { - TwitterRaw26 *Identity_Raw26 `protobuf:"bytes,28,opt,name=twitter_raw26,json=twitterRaw26,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw27 struct { - TwitterRaw27 *Identity_Raw27 `protobuf:"bytes,29,opt,name=twitter_raw27,json=twitterRaw27,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw28 struct { - TwitterRaw28 *Identity_Raw28 `protobuf:"bytes,30,opt,name=twitter_raw28,json=twitterRaw28,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw29 struct { - TwitterRaw29 *Identity_Raw29 `protobuf:"bytes,31,opt,name=twitter_raw29,json=twitterRaw29,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw30 struct { - TwitterRaw30 *Identity_Raw30 `protobuf:"bytes,32,opt,name=twitter_raw30,json=twitterRaw30,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw31 struct { - TwitterRaw31 *Identity_Raw31 `protobuf:"bytes,33,opt,name=twitter_raw31,json=twitterRaw31,proto3,oneof"` -} - -type Identity_Twitter_TwitterRaw32 struct { - TwitterRaw32 *Identity_Raw32 `protobuf:"bytes,34,opt,name=twitter_raw32,json=twitterRaw32,proto3,oneof"` -} - -type Identity_Twitter_TwitterBlakeTwo256 struct { - TwitterBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,35,opt,name=twitter_blake_two256,json=twitterBlakeTwo256,proto3,oneof"` -} - -type Identity_Twitter_TwitterSha256 struct { - TwitterSha256 *Identity_Sha256 `protobuf:"bytes,36,opt,name=twitter_sha256,json=twitterSha256,proto3,oneof"` -} - -type Identity_Twitter_TwitterKeccak256 struct { - TwitterKeccak256 *Identity_Keccak256 `protobuf:"bytes,37,opt,name=twitter_keccak256,json=twitterKeccak256,proto3,oneof"` -} - -type Identity_Twitter_TwitterShaThree256 struct { - TwitterShaThree256 *Identity_ShaThree256 `protobuf:"bytes,38,opt,name=twitter_sha_three256,json=twitterShaThree256,proto3,oneof"` -} - -func (*Identity_Twitter_TwitterNone) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw0) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw1) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw2) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw3) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw4) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw5) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw6) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw7) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw8) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw9) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw10) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw11) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw12) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw13) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw14) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw15) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw16) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw17) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw18) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw19) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw20) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw21) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw22) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw23) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw24) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw25) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw26) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw27) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw28) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw29) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw30) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw31) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterRaw32) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterBlakeTwo256) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterSha256) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterKeccak256) isIdentity_Twitter_Twitter() {} - -func (*Identity_Twitter_TwitterShaThree256) isIdentity_Twitter_Twitter() {} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[54] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[54] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{54} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type NominationPools_Remove struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *NominationPools_Remove) Reset() { - *x = NominationPools_Remove{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[55] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Remove) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Remove) ProtoMessage() {} - -func (x *NominationPools_Remove) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[55] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Remove.ProtoReflect.Descriptor instead. -func (*NominationPools_Remove) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{55} -} - -type Staking_BondCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - // Types that are assignable to Payee: - // - // *Staking_BondCall_PayeeStaked - // *Staking_BondCall_PayeeStash - // *Staking_BondCall_PayeeController - // *Staking_BondCall_PayeeAccount - // *Staking_BondCall_PayeeNone - Payee isStaking_BondCall_Payee `protobuf_oneof:"payee"` -} - -func (x *Staking_BondCall) Reset() { - *x = Staking_BondCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[56] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_BondCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_BondCall) ProtoMessage() {} - -func (x *Staking_BondCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[56] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_BondCall.ProtoReflect.Descriptor instead. -func (*Staking_BondCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{56} -} - -func (x *Staking_BondCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -func (m *Staking_BondCall) GetPayee() isStaking_BondCall_Payee { - if m != nil { - return m.Payee - } - return nil -} - -func (x *Staking_BondCall) GetPayeeStaked() *Staking_Staked { - if x, ok := x.GetPayee().(*Staking_BondCall_PayeeStaked); ok { - return x.PayeeStaked - } - return nil -} - -func (x *Staking_BondCall) GetPayeeStash() *Staking_Stash { - if x, ok := x.GetPayee().(*Staking_BondCall_PayeeStash); ok { - return x.PayeeStash - } - return nil -} - -func (x *Staking_BondCall) GetPayeeController() *Staking_Controller { - if x, ok := x.GetPayee().(*Staking_BondCall_PayeeController); ok { - return x.PayeeController - } - return nil -} - -func (x *Staking_BondCall) GetPayeeAccount() *Staking_Account { - if x, ok := x.GetPayee().(*Staking_BondCall_PayeeAccount); ok { - return x.PayeeAccount - } - return nil -} - -func (x *Staking_BondCall) GetPayeeNone() *Staking_None { - if x, ok := x.GetPayee().(*Staking_BondCall_PayeeNone); ok { - return x.PayeeNone - } - return nil -} - -type isStaking_BondCall_Payee interface { - isStaking_BondCall_Payee() -} - -type Staking_BondCall_PayeeStaked struct { - PayeeStaked *Staking_Staked `protobuf:"bytes,2,opt,name=payee_staked,json=payeeStaked,proto3,oneof"` -} - -type Staking_BondCall_PayeeStash struct { - PayeeStash *Staking_Stash `protobuf:"bytes,3,opt,name=payee_stash,json=payeeStash,proto3,oneof"` -} - -type Staking_BondCall_PayeeController struct { - PayeeController *Staking_Controller `protobuf:"bytes,4,opt,name=payee_controller,json=payeeController,proto3,oneof"` -} - -type Staking_BondCall_PayeeAccount struct { - PayeeAccount *Staking_Account `protobuf:"bytes,5,opt,name=payee_account,json=payeeAccount,proto3,oneof"` -} - -type Staking_BondCall_PayeeNone struct { - PayeeNone *Staking_None `protobuf:"bytes,6,opt,name=payee_none,json=payeeNone,proto3,oneof"` -} - -func (*Staking_BondCall_PayeeStaked) isStaking_BondCall_Payee() {} - -func (*Staking_BondCall_PayeeStash) isStaking_BondCall_Payee() {} - -func (*Staking_BondCall_PayeeController) isStaking_BondCall_Payee() {} - -func (*Staking_BondCall_PayeeAccount) isStaking_BondCall_Payee() {} - -func (*Staking_BondCall_PayeeNone) isStaking_BondCall_Payee() {} - -type Referenda_Legacy struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Hash *PrimitiveTypesH256 `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` -} - -func (x *Referenda_Legacy) Reset() { - *x = Referenda_Legacy{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[57] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_Legacy) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_Legacy) ProtoMessage() {} - -func (x *Referenda_Legacy) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[57] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_Legacy.ProtoReflect.Descriptor instead. -func (*Referenda_Legacy) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{57} -} - -func (x *Referenda_Legacy) GetHash() *PrimitiveTypesH256 { - if x != nil { - return x.Hash - } - return nil -} - -type Proxy_IdentityJudgement struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Proxy_IdentityJudgement) Reset() { - *x = Proxy_IdentityJudgement{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[58] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_IdentityJudgement) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_IdentityJudgement) ProtoMessage() {} - -func (x *Proxy_IdentityJudgement) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[58] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_IdentityJudgement.ProtoReflect.Descriptor instead. -func (*Proxy_IdentityJudgement) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{58} -} - -type VestingPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *VestingPallet_CallVestCall - // *VestingPallet_CallVestOtherCall - // *VestingPallet_CallVestedTransferCall - // *VestingPallet_CallForceVestedTransferCall - // *VestingPallet_CallMergeSchedulesCall - Call isVestingPallet_Call `protobuf_oneof:"call"` -} - -func (x *VestingPallet) Reset() { - *x = VestingPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[59] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *VestingPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*VestingPallet) ProtoMessage() {} - -func (x *VestingPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[59] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use VestingPallet.ProtoReflect.Descriptor instead. -func (*VestingPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{59} -} - -func (m *VestingPallet) GetCall() isVestingPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *VestingPallet) GetCallVestCall() *Vesting_VestCall { - if x, ok := x.GetCall().(*VestingPallet_CallVestCall); ok { - return x.CallVestCall - } - return nil -} - -func (x *VestingPallet) GetCallVestOtherCall() *Vesting_VestOtherCall { - if x, ok := x.GetCall().(*VestingPallet_CallVestOtherCall); ok { - return x.CallVestOtherCall - } - return nil -} - -func (x *VestingPallet) GetCallVestedTransferCall() *Vesting_VestedTransferCall { - if x, ok := x.GetCall().(*VestingPallet_CallVestedTransferCall); ok { - return x.CallVestedTransferCall - } - return nil -} - -func (x *VestingPallet) GetCallForceVestedTransferCall() *Vesting_ForceVestedTransferCall { - if x, ok := x.GetCall().(*VestingPallet_CallForceVestedTransferCall); ok { - return x.CallForceVestedTransferCall - } - return nil -} - -func (x *VestingPallet) GetCallMergeSchedulesCall() *Vesting_MergeSchedulesCall { - if x, ok := x.GetCall().(*VestingPallet_CallMergeSchedulesCall); ok { - return x.CallMergeSchedulesCall - } - return nil -} - -type isVestingPallet_Call interface { - isVestingPallet_Call() -} - -type VestingPallet_CallVestCall struct { - CallVestCall *Vesting_VestCall `protobuf:"bytes,1,opt,name=call_vest_call,json=callVestCall,proto3,oneof"` -} - -type VestingPallet_CallVestOtherCall struct { - CallVestOtherCall *Vesting_VestOtherCall `protobuf:"bytes,2,opt,name=call_vest_other_call,json=callVestOtherCall,proto3,oneof"` -} - -type VestingPallet_CallVestedTransferCall struct { - CallVestedTransferCall *Vesting_VestedTransferCall `protobuf:"bytes,3,opt,name=call_vested_transfer_call,json=callVestedTransferCall,proto3,oneof"` -} - -type VestingPallet_CallForceVestedTransferCall struct { - CallForceVestedTransferCall *Vesting_ForceVestedTransferCall `protobuf:"bytes,4,opt,name=call_force_vested_transfer_call,json=callForceVestedTransferCall,proto3,oneof"` -} - -type VestingPallet_CallMergeSchedulesCall struct { - CallMergeSchedulesCall *Vesting_MergeSchedulesCall `protobuf:"bytes,5,opt,name=call_merge_schedules_call,json=callMergeSchedulesCall,proto3,oneof"` -} - -func (*VestingPallet_CallVestCall) isVestingPallet_Call() {} - -func (*VestingPallet_CallVestOtherCall) isVestingPallet_Call() {} - -func (*VestingPallet_CallVestedTransferCall) isVestingPallet_Call() {} - -func (*VestingPallet_CallForceVestedTransferCall) isVestingPallet_Call() {} - -func (*VestingPallet_CallMergeSchedulesCall) isVestingPallet_Call() {} - -type FellowshipCollective_DemoteMemberCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Who: - // - // *FellowshipCollective_DemoteMemberCall_WhoId - // *FellowshipCollective_DemoteMemberCall_WhoIndex - // *FellowshipCollective_DemoteMemberCall_WhoRaw - // *FellowshipCollective_DemoteMemberCall_WhoAddress32 - // *FellowshipCollective_DemoteMemberCall_WhoAddress20 - Who isFellowshipCollective_DemoteMemberCall_Who `protobuf_oneof:"who"` -} - -func (x *FellowshipCollective_DemoteMemberCall) Reset() { - *x = FellowshipCollective_DemoteMemberCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[60] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollective_DemoteMemberCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollective_DemoteMemberCall) ProtoMessage() {} - -func (x *FellowshipCollective_DemoteMemberCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[60] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollective_DemoteMemberCall.ProtoReflect.Descriptor instead. -func (*FellowshipCollective_DemoteMemberCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{60} -} - -func (m *FellowshipCollective_DemoteMemberCall) GetWho() isFellowshipCollective_DemoteMemberCall_Who { - if m != nil { - return m.Who - } - return nil -} - -func (x *FellowshipCollective_DemoteMemberCall) GetWhoId() *FellowshipCollective_Id { - if x, ok := x.GetWho().(*FellowshipCollective_DemoteMemberCall_WhoId); ok { - return x.WhoId - } - return nil -} - -func (x *FellowshipCollective_DemoteMemberCall) GetWhoIndex() *FellowshipCollective_Index { - if x, ok := x.GetWho().(*FellowshipCollective_DemoteMemberCall_WhoIndex); ok { - return x.WhoIndex - } - return nil -} - -func (x *FellowshipCollective_DemoteMemberCall) GetWhoRaw() *FellowshipCollective_Raw { - if x, ok := x.GetWho().(*FellowshipCollective_DemoteMemberCall_WhoRaw); ok { - return x.WhoRaw - } - return nil -} - -func (x *FellowshipCollective_DemoteMemberCall) GetWhoAddress32() *FellowshipCollective_Address32 { - if x, ok := x.GetWho().(*FellowshipCollective_DemoteMemberCall_WhoAddress32); ok { - return x.WhoAddress32 - } - return nil -} - -func (x *FellowshipCollective_DemoteMemberCall) GetWhoAddress20() *FellowshipCollective_Address20 { - if x, ok := x.GetWho().(*FellowshipCollective_DemoteMemberCall_WhoAddress20); ok { - return x.WhoAddress20 - } - return nil -} - -type isFellowshipCollective_DemoteMemberCall_Who interface { - isFellowshipCollective_DemoteMemberCall_Who() -} - -type FellowshipCollective_DemoteMemberCall_WhoId struct { - WhoId *FellowshipCollective_Id `protobuf:"bytes,1,opt,name=who_id,json=whoId,proto3,oneof"` -} - -type FellowshipCollective_DemoteMemberCall_WhoIndex struct { - WhoIndex *FellowshipCollective_Index `protobuf:"bytes,2,opt,name=who_index,json=whoIndex,proto3,oneof"` -} - -type FellowshipCollective_DemoteMemberCall_WhoRaw struct { - WhoRaw *FellowshipCollective_Raw `protobuf:"bytes,3,opt,name=who_raw,json=whoRaw,proto3,oneof"` -} - -type FellowshipCollective_DemoteMemberCall_WhoAddress32 struct { - WhoAddress32 *FellowshipCollective_Address32 `protobuf:"bytes,4,opt,name=who_address32,json=whoAddress32,proto3,oneof"` -} - -type FellowshipCollective_DemoteMemberCall_WhoAddress20 struct { - WhoAddress20 *FellowshipCollective_Address20 `protobuf:"bytes,5,opt,name=who_address20,json=whoAddress20,proto3,oneof"` -} - -func (*FellowshipCollective_DemoteMemberCall_WhoId) isFellowshipCollective_DemoteMemberCall_Who() {} - -func (*FellowshipCollective_DemoteMemberCall_WhoIndex) isFellowshipCollective_DemoteMemberCall_Who() { -} - -func (*FellowshipCollective_DemoteMemberCall_WhoRaw) isFellowshipCollective_DemoteMemberCall_Who() {} - -func (*FellowshipCollective_DemoteMemberCall_WhoAddress32) isFellowshipCollective_DemoteMemberCall_Who() { -} - -func (*FellowshipCollective_DemoteMemberCall_WhoAddress20) isFellowshipCollective_DemoteMemberCall_Who() { -} - -type ConvictionVoting_To struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to To: - // - // *ConvictionVoting_To_ToId - // *ConvictionVoting_To_ToIndex - // *ConvictionVoting_To_ToRaw - // *ConvictionVoting_To_ToAddress32 - // *ConvictionVoting_To_ToAddress20 - To isConvictionVoting_To_To `protobuf_oneof:"to"` -} - -func (x *ConvictionVoting_To) Reset() { - *x = ConvictionVoting_To{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[61] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_To) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_To) ProtoMessage() {} - -func (x *ConvictionVoting_To) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[61] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_To.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_To) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{61} -} - -func (m *ConvictionVoting_To) GetTo() isConvictionVoting_To_To { - if m != nil { - return m.To - } - return nil -} - -func (x *ConvictionVoting_To) GetToId() *ConvictionVoting_Id { - if x, ok := x.GetTo().(*ConvictionVoting_To_ToId); ok { - return x.ToId - } - return nil -} - -func (x *ConvictionVoting_To) GetToIndex() *ConvictionVoting_Index { - if x, ok := x.GetTo().(*ConvictionVoting_To_ToIndex); ok { - return x.ToIndex - } - return nil -} - -func (x *ConvictionVoting_To) GetToRaw() *ConvictionVoting_Raw { - if x, ok := x.GetTo().(*ConvictionVoting_To_ToRaw); ok { - return x.ToRaw - } - return nil -} - -func (x *ConvictionVoting_To) GetToAddress32() *ConvictionVoting_Address32 { - if x, ok := x.GetTo().(*ConvictionVoting_To_ToAddress32); ok { - return x.ToAddress32 - } - return nil -} - -func (x *ConvictionVoting_To) GetToAddress20() *ConvictionVoting_Address20 { - if x, ok := x.GetTo().(*ConvictionVoting_To_ToAddress20); ok { - return x.ToAddress20 - } - return nil -} - -type isConvictionVoting_To_To interface { - isConvictionVoting_To_To() -} - -type ConvictionVoting_To_ToId struct { - ToId *ConvictionVoting_Id `protobuf:"bytes,1,opt,name=to_id,json=toId,proto3,oneof"` -} - -type ConvictionVoting_To_ToIndex struct { - ToIndex *ConvictionVoting_Index `protobuf:"bytes,2,opt,name=to_index,json=toIndex,proto3,oneof"` -} - -type ConvictionVoting_To_ToRaw struct { - ToRaw *ConvictionVoting_Raw `protobuf:"bytes,3,opt,name=to_raw,json=toRaw,proto3,oneof"` -} - -type ConvictionVoting_To_ToAddress32 struct { - ToAddress32 *ConvictionVoting_Address32 `protobuf:"bytes,4,opt,name=to_address32,json=toAddress32,proto3,oneof"` -} - -type ConvictionVoting_To_ToAddress20 struct { - ToAddress20 *ConvictionVoting_Address20 `protobuf:"bytes,5,opt,name=to_address20,json=toAddress20,proto3,oneof"` -} - -func (*ConvictionVoting_To_ToId) isConvictionVoting_To_To() {} - -func (*ConvictionVoting_To_ToIndex) isConvictionVoting_To_To() {} - -func (*ConvictionVoting_To_ToRaw) isConvictionVoting_To_To() {} - -func (*ConvictionVoting_To_ToAddress32) isConvictionVoting_To_To() {} - -func (*ConvictionVoting_To_ToAddress20) isConvictionVoting_To_To() {} - -type Scheduler_CancelNamedCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` -} - -func (x *Scheduler_CancelNamedCall) Reset() { - *x = Scheduler_CancelNamedCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[62] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Scheduler_CancelNamedCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Scheduler_CancelNamedCall) ProtoMessage() {} - -func (x *Scheduler_CancelNamedCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[62] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Scheduler_CancelNamedCall.ProtoReflect.Descriptor instead. -func (*Scheduler_CancelNamedCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{62} -} - -func (x *Scheduler_CancelNamedCall) GetId() []byte { - if x != nil { - return x.Id - } - return nil -} - -type Gear_UploadProgramCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Code []byte `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` - Salt []byte `protobuf:"bytes,2,opt,name=salt,proto3" json:"salt,omitempty"` - InitPayload []byte `protobuf:"bytes,3,opt,name=init_payload,json=initPayload,proto3" json:"init_payload,omitempty"` - GasLimit uint64 `protobuf:"varint,4,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` - Value string `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"` - KeepAlive bool `protobuf:"varint,6,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"` -} - -func (x *Gear_UploadProgramCall) Reset() { - *x = Gear_UploadProgramCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[63] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Gear_UploadProgramCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Gear_UploadProgramCall) ProtoMessage() {} - -func (x *Gear_UploadProgramCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[63] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Gear_UploadProgramCall.ProtoReflect.Descriptor instead. -func (*Gear_UploadProgramCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{63} -} - -func (x *Gear_UploadProgramCall) GetCode() []byte { - if x != nil { - return x.Code - } - return nil -} - -func (x *Gear_UploadProgramCall) GetSalt() []byte { - if x != nil { - return x.Salt - } - return nil -} - -func (x *Gear_UploadProgramCall) GetInitPayload() []byte { - if x != nil { - return x.InitPayload - } - return nil -} - -func (x *Gear_UploadProgramCall) GetGasLimit() uint64 { - if x != nil { - return x.GasLimit - } - return 0 -} - -func (x *Gear_UploadProgramCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -func (x *Gear_UploadProgramCall) GetKeepAlive() bool { - if x != nil { - return x.KeepAlive - } - return false -} - -type StakingRewards_RefillCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *StakingRewards_RefillCall) Reset() { - *x = StakingRewards_RefillCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[64] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingRewards_RefillCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingRewards_RefillCall) ProtoMessage() {} - -func (x *StakingRewards_RefillCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[64] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingRewards_RefillCall.ProtoReflect.Descriptor instead. -func (*StakingRewards_RefillCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{64} -} - -func (x *StakingRewards_RefillCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -type BabePallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *BabePallet_CallReportEquivocationCall - // *BabePallet_CallReportEquivocationUnsignedCall - // *BabePallet_CallPlanConfigChangeCall - Call isBabePallet_Call `protobuf_oneof:"call"` -} - -func (x *BabePallet) Reset() { - *x = BabePallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[65] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BabePallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BabePallet) ProtoMessage() {} - -func (x *BabePallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[65] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BabePallet.ProtoReflect.Descriptor instead. -func (*BabePallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{65} -} - -func (m *BabePallet) GetCall() isBabePallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *BabePallet) GetCallReportEquivocationCall() *Babe_ReportEquivocationCall { - if x, ok := x.GetCall().(*BabePallet_CallReportEquivocationCall); ok { - return x.CallReportEquivocationCall - } - return nil -} - -func (x *BabePallet) GetCallReportEquivocationUnsignedCall() *Babe_ReportEquivocationUnsignedCall { - if x, ok := x.GetCall().(*BabePallet_CallReportEquivocationUnsignedCall); ok { - return x.CallReportEquivocationUnsignedCall - } - return nil -} - -func (x *BabePallet) GetCallPlanConfigChangeCall() *Babe_PlanConfigChangeCall { - if x, ok := x.GetCall().(*BabePallet_CallPlanConfigChangeCall); ok { - return x.CallPlanConfigChangeCall - } - return nil -} - -type isBabePallet_Call interface { - isBabePallet_Call() -} - -type BabePallet_CallReportEquivocationCall struct { - CallReportEquivocationCall *Babe_ReportEquivocationCall `protobuf:"bytes,1,opt,name=call_report_equivocation_call,json=callReportEquivocationCall,proto3,oneof"` -} - -type BabePallet_CallReportEquivocationUnsignedCall struct { - CallReportEquivocationUnsignedCall *Babe_ReportEquivocationUnsignedCall `protobuf:"bytes,2,opt,name=call_report_equivocation_unsigned_call,json=callReportEquivocationUnsignedCall,proto3,oneof"` -} - -type BabePallet_CallPlanConfigChangeCall struct { - CallPlanConfigChangeCall *Babe_PlanConfigChangeCall `protobuf:"bytes,3,opt,name=call_plan_config_change_call,json=callPlanConfigChangeCall,proto3,oneof"` -} - -func (*BabePallet_CallReportEquivocationCall) isBabePallet_Call() {} - -func (*BabePallet_CallReportEquivocationUnsignedCall) isBabePallet_Call() {} - -func (*BabePallet_CallPlanConfigChangeCall) isBabePallet_Call() {} - -type StakingAdmin struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *StakingAdmin) Reset() { - *x = StakingAdmin{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[66] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingAdmin) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingAdmin) ProtoMessage() {} - -func (x *StakingAdmin) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[66] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingAdmin.ProtoReflect.Descriptor instead. -func (*StakingAdmin) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{66} -} - -type Identity_None struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Identity_None) Reset() { - *x = Identity_None{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[67] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_None) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_None) ProtoMessage() {} - -func (x *Identity_None) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[67] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_None.ProtoReflect.Descriptor instead. -func (*Identity_None) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{67} -} - -type Identity_Raw18 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw18) Reset() { - *x = Identity_Raw18{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[68] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw18) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw18) ProtoMessage() {} - -func (x *Identity_Raw18) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[68] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw18.ProtoReflect.Descriptor instead. -func (*Identity_Raw18) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{68} -} - -func (x *Identity_Raw18) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Bounties_Index struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *Bounties_TupleNull `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Bounties_Index) Reset() { - *x = Bounties_Index{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[69] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_Index) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_Index) ProtoMessage() {} - -func (x *Bounties_Index) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[69] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_Index.ProtoReflect.Descriptor instead. -func (*Bounties_Index) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{69} -} - -func (x *Bounties_Index) GetValue0() *Bounties_TupleNull { - if x != nil { - return x.Value0 - } - return nil -} - -type Babe_PrimaryAndSecondaryVrfSlots struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Babe_PrimaryAndSecondaryVrfSlots) Reset() { - *x = Babe_PrimaryAndSecondaryVrfSlots{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[70] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_PrimaryAndSecondaryVrfSlots) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_PrimaryAndSecondaryVrfSlots) ProtoMessage() {} - -func (x *Babe_PrimaryAndSecondaryVrfSlots) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[70] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_PrimaryAndSecondaryVrfSlots.ProtoReflect.Descriptor instead. -func (*Babe_PrimaryAndSecondaryVrfSlots) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{70} -} - -type Treasury_Id struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Treasury_Id) Reset() { - *x = Treasury_Id{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[71] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_Id) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_Id) ProtoMessage() {} - -func (x *Treasury_Id) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[71] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_Id.ProtoReflect.Descriptor instead. -func (*Treasury_Id) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{71} -} - -func (x *Treasury_Id) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_Sha256 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Sha256) Reset() { - *x = Identity_Sha256{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[72] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Sha256) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Sha256) ProtoMessage() {} - -func (x *Identity_Sha256) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[72] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Sha256.ProtoReflect.Descriptor instead. -func (*Identity_Sha256) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{72} -} - -func (x *Identity_Sha256) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Proxy_CancelProxy struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Proxy_CancelProxy) Reset() { - *x = Proxy_CancelProxy{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[73] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_CancelProxy) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_CancelProxy) ProtoMessage() {} - -func (x *Proxy_CancelProxy) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[73] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_CancelProxy.ProtoReflect.Descriptor instead. -func (*Proxy_CancelProxy) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{73} -} - -type FellowshipInitiates struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *FellowshipInitiates) Reset() { - *x = FellowshipInitiates{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[74] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipInitiates) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipInitiates) ProtoMessage() {} - -func (x *FellowshipInitiates) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[74] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipInitiates.ProtoReflect.Descriptor instead. -func (*FellowshipInitiates) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{74} -} - -type Preimage_UnnotePreimageCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Hash *PrimitiveTypesH256 `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` -} - -func (x *Preimage_UnnotePreimageCall) Reset() { - *x = Preimage_UnnotePreimageCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[75] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Preimage_UnnotePreimageCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Preimage_UnnotePreimageCall) ProtoMessage() {} - -func (x *Preimage_UnnotePreimageCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[75] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Preimage_UnnotePreimageCall.ProtoReflect.Descriptor instead. -func (*Preimage_UnnotePreimageCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{75} -} - -func (x *Preimage_UnnotePreimageCall) GetHash() *PrimitiveTypesH256 { - if x != nil { - return x.Hash - } - return nil -} - -type ConvictionVoting_Locked3X struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *ConvictionVoting_Locked3X) Reset() { - *x = ConvictionVoting_Locked3X{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[76] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Locked3X) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Locked3X) ProtoMessage() {} - -func (x *ConvictionVoting_Locked3X) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[76] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Locked3X.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Locked3X) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{76} -} - -type FellowshipReferenda_EnactmentMoment struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to EnactmentMoment: - // - // *FellowshipReferenda_EnactmentMoment_EnactmentMomentAt - // *FellowshipReferenda_EnactmentMoment_EnactmentMomentAfter - EnactmentMoment isFellowshipReferenda_EnactmentMoment_EnactmentMoment `protobuf_oneof:"enactment_moment"` -} - -func (x *FellowshipReferenda_EnactmentMoment) Reset() { - *x = FellowshipReferenda_EnactmentMoment{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[77] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_EnactmentMoment) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_EnactmentMoment) ProtoMessage() {} - -func (x *FellowshipReferenda_EnactmentMoment) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[77] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_EnactmentMoment.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_EnactmentMoment) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{77} -} - -func (m *FellowshipReferenda_EnactmentMoment) GetEnactmentMoment() isFellowshipReferenda_EnactmentMoment_EnactmentMoment { - if m != nil { - return m.EnactmentMoment - } - return nil -} - -func (x *FellowshipReferenda_EnactmentMoment) GetEnactmentMomentAt() *FellowshipReferenda_At { - if x, ok := x.GetEnactmentMoment().(*FellowshipReferenda_EnactmentMoment_EnactmentMomentAt); ok { - return x.EnactmentMomentAt - } - return nil -} - -func (x *FellowshipReferenda_EnactmentMoment) GetEnactmentMomentAfter() *FellowshipReferenda_After { - if x, ok := x.GetEnactmentMoment().(*FellowshipReferenda_EnactmentMoment_EnactmentMomentAfter); ok { - return x.EnactmentMomentAfter - } - return nil -} - -type isFellowshipReferenda_EnactmentMoment_EnactmentMoment interface { - isFellowshipReferenda_EnactmentMoment_EnactmentMoment() -} - -type FellowshipReferenda_EnactmentMoment_EnactmentMomentAt struct { - EnactmentMomentAt *FellowshipReferenda_At `protobuf:"bytes,1,opt,name=enactment_moment_at,json=enactmentMomentAt,proto3,oneof"` -} - -type FellowshipReferenda_EnactmentMoment_EnactmentMomentAfter struct { - EnactmentMomentAfter *FellowshipReferenda_After `protobuf:"bytes,2,opt,name=enactment_moment_after,json=enactmentMomentAfter,proto3,oneof"` -} - -func (*FellowshipReferenda_EnactmentMoment_EnactmentMomentAt) isFellowshipReferenda_EnactmentMoment_EnactmentMoment() { -} - -func (*FellowshipReferenda_EnactmentMoment_EnactmentMomentAfter) isFellowshipReferenda_EnactmentMoment_EnactmentMoment() { -} - -type Proxy_AnnounceCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Real: - // - // *Proxy_AnnounceCall_RealId - // *Proxy_AnnounceCall_RealIndex - // *Proxy_AnnounceCall_RealRaw - // *Proxy_AnnounceCall_RealAddress32 - // *Proxy_AnnounceCall_RealAddress20 - Real isProxy_AnnounceCall_Real `protobuf_oneof:"real"` - CallHash *PrimitiveTypesH256 `protobuf:"bytes,6,opt,name=call_hash,json=callHash,proto3" json:"call_hash,omitempty"` -} - -func (x *Proxy_AnnounceCall) Reset() { - *x = Proxy_AnnounceCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[78] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_AnnounceCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_AnnounceCall) ProtoMessage() {} - -func (x *Proxy_AnnounceCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[78] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_AnnounceCall.ProtoReflect.Descriptor instead. -func (*Proxy_AnnounceCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{78} -} - -func (m *Proxy_AnnounceCall) GetReal() isProxy_AnnounceCall_Real { - if m != nil { - return m.Real - } - return nil -} - -func (x *Proxy_AnnounceCall) GetRealId() *Proxy_Id { - if x, ok := x.GetReal().(*Proxy_AnnounceCall_RealId); ok { - return x.RealId - } - return nil -} - -func (x *Proxy_AnnounceCall) GetRealIndex() *Proxy_Index { - if x, ok := x.GetReal().(*Proxy_AnnounceCall_RealIndex); ok { - return x.RealIndex - } - return nil -} - -func (x *Proxy_AnnounceCall) GetRealRaw() *Proxy_Raw { - if x, ok := x.GetReal().(*Proxy_AnnounceCall_RealRaw); ok { - return x.RealRaw - } - return nil -} - -func (x *Proxy_AnnounceCall) GetRealAddress32() *Proxy_Address32 { - if x, ok := x.GetReal().(*Proxy_AnnounceCall_RealAddress32); ok { - return x.RealAddress32 - } - return nil -} - -func (x *Proxy_AnnounceCall) GetRealAddress20() *Proxy_Address20 { - if x, ok := x.GetReal().(*Proxy_AnnounceCall_RealAddress20); ok { - return x.RealAddress20 - } - return nil -} - -func (x *Proxy_AnnounceCall) GetCallHash() *PrimitiveTypesH256 { - if x != nil { - return x.CallHash - } - return nil -} - -type isProxy_AnnounceCall_Real interface { - isProxy_AnnounceCall_Real() -} - -type Proxy_AnnounceCall_RealId struct { - RealId *Proxy_Id `protobuf:"bytes,1,opt,name=real_id,json=realId,proto3,oneof"` -} - -type Proxy_AnnounceCall_RealIndex struct { - RealIndex *Proxy_Index `protobuf:"bytes,2,opt,name=real_index,json=realIndex,proto3,oneof"` -} - -type Proxy_AnnounceCall_RealRaw struct { - RealRaw *Proxy_Raw `protobuf:"bytes,3,opt,name=real_raw,json=realRaw,proto3,oneof"` -} - -type Proxy_AnnounceCall_RealAddress32 struct { - RealAddress32 *Proxy_Address32 `protobuf:"bytes,4,opt,name=real_address32,json=realAddress32,proto3,oneof"` -} - -type Proxy_AnnounceCall_RealAddress20 struct { - RealAddress20 *Proxy_Address20 `protobuf:"bytes,5,opt,name=real_address20,json=realAddress20,proto3,oneof"` -} - -func (*Proxy_AnnounceCall_RealId) isProxy_AnnounceCall_Real() {} - -func (*Proxy_AnnounceCall_RealIndex) isProxy_AnnounceCall_Real() {} - -func (*Proxy_AnnounceCall_RealRaw) isProxy_AnnounceCall_Real() {} - -func (*Proxy_AnnounceCall_RealAddress32) isProxy_AnnounceCall_Real() {} - -func (*Proxy_AnnounceCall_RealAddress20) isProxy_AnnounceCall_Real() {} - -type ChildBountiesPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *ChildBountiesPallet_CallAddChildBountyCall - // *ChildBountiesPallet_CallProposeCuratorCall - // *ChildBountiesPallet_CallAcceptCuratorCall - // *ChildBountiesPallet_CallUnassignCuratorCall - // *ChildBountiesPallet_CallAwardChildBountyCall - // *ChildBountiesPallet_CallClaimChildBountyCall - // *ChildBountiesPallet_CallCloseChildBountyCall - Call isChildBountiesPallet_Call `protobuf_oneof:"call"` -} - -func (x *ChildBountiesPallet) Reset() { - *x = ChildBountiesPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[79] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBountiesPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBountiesPallet) ProtoMessage() {} - -func (x *ChildBountiesPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[79] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBountiesPallet.ProtoReflect.Descriptor instead. -func (*ChildBountiesPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{79} -} - -func (m *ChildBountiesPallet) GetCall() isChildBountiesPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *ChildBountiesPallet) GetCallAddChildBountyCall() *ChildBounties_AddChildBountyCall { - if x, ok := x.GetCall().(*ChildBountiesPallet_CallAddChildBountyCall); ok { - return x.CallAddChildBountyCall - } - return nil -} - -func (x *ChildBountiesPallet) GetCallProposeCuratorCall() *ChildBounties_ProposeCuratorCall { - if x, ok := x.GetCall().(*ChildBountiesPallet_CallProposeCuratorCall); ok { - return x.CallProposeCuratorCall - } - return nil -} - -func (x *ChildBountiesPallet) GetCallAcceptCuratorCall() *ChildBounties_AcceptCuratorCall { - if x, ok := x.GetCall().(*ChildBountiesPallet_CallAcceptCuratorCall); ok { - return x.CallAcceptCuratorCall - } - return nil -} - -func (x *ChildBountiesPallet) GetCallUnassignCuratorCall() *ChildBounties_UnassignCuratorCall { - if x, ok := x.GetCall().(*ChildBountiesPallet_CallUnassignCuratorCall); ok { - return x.CallUnassignCuratorCall - } - return nil -} - -func (x *ChildBountiesPallet) GetCallAwardChildBountyCall() *ChildBounties_AwardChildBountyCall { - if x, ok := x.GetCall().(*ChildBountiesPallet_CallAwardChildBountyCall); ok { - return x.CallAwardChildBountyCall - } - return nil -} - -func (x *ChildBountiesPallet) GetCallClaimChildBountyCall() *ChildBounties_ClaimChildBountyCall { - if x, ok := x.GetCall().(*ChildBountiesPallet_CallClaimChildBountyCall); ok { - return x.CallClaimChildBountyCall - } - return nil -} - -func (x *ChildBountiesPallet) GetCallCloseChildBountyCall() *ChildBounties_CloseChildBountyCall { - if x, ok := x.GetCall().(*ChildBountiesPallet_CallCloseChildBountyCall); ok { - return x.CallCloseChildBountyCall - } - return nil -} - -type isChildBountiesPallet_Call interface { - isChildBountiesPallet_Call() -} - -type ChildBountiesPallet_CallAddChildBountyCall struct { - CallAddChildBountyCall *ChildBounties_AddChildBountyCall `protobuf:"bytes,1,opt,name=call_add_child_bounty_call,json=callAddChildBountyCall,proto3,oneof"` -} - -type ChildBountiesPallet_CallProposeCuratorCall struct { - CallProposeCuratorCall *ChildBounties_ProposeCuratorCall `protobuf:"bytes,2,opt,name=call_propose_curator_call,json=callProposeCuratorCall,proto3,oneof"` -} - -type ChildBountiesPallet_CallAcceptCuratorCall struct { - CallAcceptCuratorCall *ChildBounties_AcceptCuratorCall `protobuf:"bytes,3,opt,name=call_accept_curator_call,json=callAcceptCuratorCall,proto3,oneof"` -} - -type ChildBountiesPallet_CallUnassignCuratorCall struct { - CallUnassignCuratorCall *ChildBounties_UnassignCuratorCall `protobuf:"bytes,4,opt,name=call_unassign_curator_call,json=callUnassignCuratorCall,proto3,oneof"` -} - -type ChildBountiesPallet_CallAwardChildBountyCall struct { - CallAwardChildBountyCall *ChildBounties_AwardChildBountyCall `protobuf:"bytes,5,opt,name=call_award_child_bounty_call,json=callAwardChildBountyCall,proto3,oneof"` -} - -type ChildBountiesPallet_CallClaimChildBountyCall struct { - CallClaimChildBountyCall *ChildBounties_ClaimChildBountyCall `protobuf:"bytes,6,opt,name=call_claim_child_bounty_call,json=callClaimChildBountyCall,proto3,oneof"` -} - -type ChildBountiesPallet_CallCloseChildBountyCall struct { - CallCloseChildBountyCall *ChildBounties_CloseChildBountyCall `protobuf:"bytes,7,opt,name=call_close_child_bounty_call,json=callCloseChildBountyCall,proto3,oneof"` -} - -func (*ChildBountiesPallet_CallAddChildBountyCall) isChildBountiesPallet_Call() {} - -func (*ChildBountiesPallet_CallProposeCuratorCall) isChildBountiesPallet_Call() {} - -func (*ChildBountiesPallet_CallAcceptCuratorCall) isChildBountiesPallet_Call() {} - -func (*ChildBountiesPallet_CallUnassignCuratorCall) isChildBountiesPallet_Call() {} - -func (*ChildBountiesPallet_CallAwardChildBountyCall) isChildBountiesPallet_Call() {} - -func (*ChildBountiesPallet_CallClaimChildBountyCall) isChildBountiesPallet_Call() {} - -func (*ChildBountiesPallet_CallCloseChildBountyCall) isChildBountiesPallet_Call() {} - -type Staking_Address32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Staking_Address32) Reset() { - *x = Staking_Address32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[80] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Address32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Address32) ProtoMessage() {} - -func (x *Staking_Address32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[80] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Address32.ProtoReflect.Descriptor instead. -func (*Staking_Address32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{80} -} - -func (x *Staking_Address32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type ConvictionVoting_None struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *ConvictionVoting_None) Reset() { - *x = ConvictionVoting_None{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[81] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_None) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_None) ProtoMessage() {} - -func (x *ConvictionVoting_None) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[81] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_None.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_None) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{81} -} - -type SchedulerPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *SchedulerPallet_CallScheduleCall - // *SchedulerPallet_CallCancelCall - // *SchedulerPallet_CallScheduleNamedCall - // *SchedulerPallet_CallCancelNamedCall - // *SchedulerPallet_CallScheduleAfterCall - // *SchedulerPallet_CallScheduleNamedAfterCall - Call isSchedulerPallet_Call `protobuf_oneof:"call"` -} - -func (x *SchedulerPallet) Reset() { - *x = SchedulerPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[82] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SchedulerPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SchedulerPallet) ProtoMessage() {} - -func (x *SchedulerPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[82] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SchedulerPallet.ProtoReflect.Descriptor instead. -func (*SchedulerPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{82} -} - -func (m *SchedulerPallet) GetCall() isSchedulerPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *SchedulerPallet) GetCallScheduleCall() *Scheduler_ScheduleCall { - if x, ok := x.GetCall().(*SchedulerPallet_CallScheduleCall); ok { - return x.CallScheduleCall - } - return nil -} - -func (x *SchedulerPallet) GetCallCancelCall() *Scheduler_CancelCall { - if x, ok := x.GetCall().(*SchedulerPallet_CallCancelCall); ok { - return x.CallCancelCall - } - return nil -} - -func (x *SchedulerPallet) GetCallScheduleNamedCall() *Scheduler_ScheduleNamedCall { - if x, ok := x.GetCall().(*SchedulerPallet_CallScheduleNamedCall); ok { - return x.CallScheduleNamedCall - } - return nil -} - -func (x *SchedulerPallet) GetCallCancelNamedCall() *Scheduler_CancelNamedCall { - if x, ok := x.GetCall().(*SchedulerPallet_CallCancelNamedCall); ok { - return x.CallCancelNamedCall - } - return nil -} - -func (x *SchedulerPallet) GetCallScheduleAfterCall() *Scheduler_ScheduleAfterCall { - if x, ok := x.GetCall().(*SchedulerPallet_CallScheduleAfterCall); ok { - return x.CallScheduleAfterCall - } - return nil -} - -func (x *SchedulerPallet) GetCallScheduleNamedAfterCall() *Scheduler_ScheduleNamedAfterCall { - if x, ok := x.GetCall().(*SchedulerPallet_CallScheduleNamedAfterCall); ok { - return x.CallScheduleNamedAfterCall - } - return nil -} - -type isSchedulerPallet_Call interface { - isSchedulerPallet_Call() -} - -type SchedulerPallet_CallScheduleCall struct { - CallScheduleCall *Scheduler_ScheduleCall `protobuf:"bytes,1,opt,name=call_schedule_call,json=callScheduleCall,proto3,oneof"` -} - -type SchedulerPallet_CallCancelCall struct { - CallCancelCall *Scheduler_CancelCall `protobuf:"bytes,2,opt,name=call_cancel_call,json=callCancelCall,proto3,oneof"` -} - -type SchedulerPallet_CallScheduleNamedCall struct { - CallScheduleNamedCall *Scheduler_ScheduleNamedCall `protobuf:"bytes,3,opt,name=call_schedule_named_call,json=callScheduleNamedCall,proto3,oneof"` -} - -type SchedulerPallet_CallCancelNamedCall struct { - CallCancelNamedCall *Scheduler_CancelNamedCall `protobuf:"bytes,4,opt,name=call_cancel_named_call,json=callCancelNamedCall,proto3,oneof"` -} - -type SchedulerPallet_CallScheduleAfterCall struct { - CallScheduleAfterCall *Scheduler_ScheduleAfterCall `protobuf:"bytes,5,opt,name=call_schedule_after_call,json=callScheduleAfterCall,proto3,oneof"` -} - -type SchedulerPallet_CallScheduleNamedAfterCall struct { - CallScheduleNamedAfterCall *Scheduler_ScheduleNamedAfterCall `protobuf:"bytes,6,opt,name=call_schedule_named_after_call,json=callScheduleNamedAfterCall,proto3,oneof"` -} - -func (*SchedulerPallet_CallScheduleCall) isSchedulerPallet_Call() {} - -func (*SchedulerPallet_CallCancelCall) isSchedulerPallet_Call() {} - -func (*SchedulerPallet_CallScheduleNamedCall) isSchedulerPallet_Call() {} - -func (*SchedulerPallet_CallCancelNamedCall) isSchedulerPallet_Call() {} - -func (*SchedulerPallet_CallScheduleAfterCall) isSchedulerPallet_Call() {} - -func (*SchedulerPallet_CallScheduleNamedAfterCall) isSchedulerPallet_Call() {} - -type Identity_Id struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Id) Reset() { - *x = Identity_Id{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[83] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Id) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Id) ProtoMessage() {} - -func (x *Identity_Id) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[83] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Id.ProtoReflect.Descriptor instead. -func (*Identity_Id) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{83} -} - -func (x *Identity_Id) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_SetFieldsCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` - Fields *Identity_PalletIdentityTypesBitFlags `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"` -} - -func (x *Identity_SetFieldsCall) Reset() { - *x = Identity_SetFieldsCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[84] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_SetFieldsCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_SetFieldsCall) ProtoMessage() {} - -func (x *Identity_SetFieldsCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[84] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_SetFieldsCall.ProtoReflect.Descriptor instead. -func (*Identity_SetFieldsCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{84} -} - -func (x *Identity_SetFieldsCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -func (x *Identity_SetFieldsCall) GetFields() *Identity_PalletIdentityTypesBitFlags { - if x != nil { - return x.Fields - } - return nil -} - -type IdentityPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *IdentityPallet_CallAddRegistrarCall - // *IdentityPallet_CallSetIdentityCall - // *IdentityPallet_CallSetSubsCall - // *IdentityPallet_CallClearIdentityCall - // *IdentityPallet_CallRequestJudgementCall - // *IdentityPallet_CallCancelRequestCall - // *IdentityPallet_CallSetFeeCall - // *IdentityPallet_CallSetAccountIdCall - // *IdentityPallet_CallSetFieldsCall - // *IdentityPallet_CallProvideJudgementCall - // *IdentityPallet_CallKillIdentityCall - // *IdentityPallet_CallAddSubCall - // *IdentityPallet_CallRenameSubCall - // *IdentityPallet_CallRemoveSubCall - // *IdentityPallet_CallQuitSubCall - Call isIdentityPallet_Call `protobuf_oneof:"call"` -} - -func (x *IdentityPallet) Reset() { - *x = IdentityPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[85] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *IdentityPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*IdentityPallet) ProtoMessage() {} - -func (x *IdentityPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[85] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use IdentityPallet.ProtoReflect.Descriptor instead. -func (*IdentityPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{85} -} - -func (m *IdentityPallet) GetCall() isIdentityPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *IdentityPallet) GetCallAddRegistrarCall() *Identity_AddRegistrarCall { - if x, ok := x.GetCall().(*IdentityPallet_CallAddRegistrarCall); ok { - return x.CallAddRegistrarCall - } - return nil -} - -func (x *IdentityPallet) GetCallSetIdentityCall() *Identity_SetIdentityCall { - if x, ok := x.GetCall().(*IdentityPallet_CallSetIdentityCall); ok { - return x.CallSetIdentityCall - } - return nil -} - -func (x *IdentityPallet) GetCallSetSubsCall() *Identity_SetSubsCall { - if x, ok := x.GetCall().(*IdentityPallet_CallSetSubsCall); ok { - return x.CallSetSubsCall - } - return nil -} - -func (x *IdentityPallet) GetCallClearIdentityCall() *Identity_ClearIdentityCall { - if x, ok := x.GetCall().(*IdentityPallet_CallClearIdentityCall); ok { - return x.CallClearIdentityCall - } - return nil -} - -func (x *IdentityPallet) GetCallRequestJudgementCall() *Identity_RequestJudgementCall { - if x, ok := x.GetCall().(*IdentityPallet_CallRequestJudgementCall); ok { - return x.CallRequestJudgementCall - } - return nil -} - -func (x *IdentityPallet) GetCallCancelRequestCall() *Identity_CancelRequestCall { - if x, ok := x.GetCall().(*IdentityPallet_CallCancelRequestCall); ok { - return x.CallCancelRequestCall - } - return nil -} - -func (x *IdentityPallet) GetCallSetFeeCall() *Identity_SetFeeCall { - if x, ok := x.GetCall().(*IdentityPallet_CallSetFeeCall); ok { - return x.CallSetFeeCall - } - return nil -} - -func (x *IdentityPallet) GetCallSetAccountIdCall() *Identity_SetAccountIdCall { - if x, ok := x.GetCall().(*IdentityPallet_CallSetAccountIdCall); ok { - return x.CallSetAccountIdCall - } - return nil -} - -func (x *IdentityPallet) GetCallSetFieldsCall() *Identity_SetFieldsCall { - if x, ok := x.GetCall().(*IdentityPallet_CallSetFieldsCall); ok { - return x.CallSetFieldsCall - } - return nil -} - -func (x *IdentityPallet) GetCallProvideJudgementCall() *Identity_ProvideJudgementCall { - if x, ok := x.GetCall().(*IdentityPallet_CallProvideJudgementCall); ok { - return x.CallProvideJudgementCall - } - return nil -} - -func (x *IdentityPallet) GetCallKillIdentityCall() *Identity_KillIdentityCall { - if x, ok := x.GetCall().(*IdentityPallet_CallKillIdentityCall); ok { - return x.CallKillIdentityCall - } - return nil -} - -func (x *IdentityPallet) GetCallAddSubCall() *Identity_AddSubCall { - if x, ok := x.GetCall().(*IdentityPallet_CallAddSubCall); ok { - return x.CallAddSubCall - } - return nil -} - -func (x *IdentityPallet) GetCallRenameSubCall() *Identity_RenameSubCall { - if x, ok := x.GetCall().(*IdentityPallet_CallRenameSubCall); ok { - return x.CallRenameSubCall - } - return nil -} - -func (x *IdentityPallet) GetCallRemoveSubCall() *Identity_RemoveSubCall { - if x, ok := x.GetCall().(*IdentityPallet_CallRemoveSubCall); ok { - return x.CallRemoveSubCall - } - return nil -} - -func (x *IdentityPallet) GetCallQuitSubCall() *Identity_QuitSubCall { - if x, ok := x.GetCall().(*IdentityPallet_CallQuitSubCall); ok { - return x.CallQuitSubCall - } - return nil -} - -type isIdentityPallet_Call interface { - isIdentityPallet_Call() -} - -type IdentityPallet_CallAddRegistrarCall struct { - CallAddRegistrarCall *Identity_AddRegistrarCall `protobuf:"bytes,1,opt,name=call_add_registrar_call,json=callAddRegistrarCall,proto3,oneof"` -} - -type IdentityPallet_CallSetIdentityCall struct { - CallSetIdentityCall *Identity_SetIdentityCall `protobuf:"bytes,2,opt,name=call_set_identity_call,json=callSetIdentityCall,proto3,oneof"` -} - -type IdentityPallet_CallSetSubsCall struct { - CallSetSubsCall *Identity_SetSubsCall `protobuf:"bytes,3,opt,name=call_set_subs_call,json=callSetSubsCall,proto3,oneof"` -} - -type IdentityPallet_CallClearIdentityCall struct { - CallClearIdentityCall *Identity_ClearIdentityCall `protobuf:"bytes,4,opt,name=call_clear_identity_call,json=callClearIdentityCall,proto3,oneof"` -} - -type IdentityPallet_CallRequestJudgementCall struct { - CallRequestJudgementCall *Identity_RequestJudgementCall `protobuf:"bytes,5,opt,name=call_request_judgement_call,json=callRequestJudgementCall,proto3,oneof"` -} - -type IdentityPallet_CallCancelRequestCall struct { - CallCancelRequestCall *Identity_CancelRequestCall `protobuf:"bytes,6,opt,name=call_cancel_request_call,json=callCancelRequestCall,proto3,oneof"` -} - -type IdentityPallet_CallSetFeeCall struct { - CallSetFeeCall *Identity_SetFeeCall `protobuf:"bytes,7,opt,name=call_set_fee_call,json=callSetFeeCall,proto3,oneof"` -} - -type IdentityPallet_CallSetAccountIdCall struct { - CallSetAccountIdCall *Identity_SetAccountIdCall `protobuf:"bytes,8,opt,name=call_set_account_id_call,json=callSetAccountIdCall,proto3,oneof"` -} - -type IdentityPallet_CallSetFieldsCall struct { - CallSetFieldsCall *Identity_SetFieldsCall `protobuf:"bytes,9,opt,name=call_set_fields_call,json=callSetFieldsCall,proto3,oneof"` -} - -type IdentityPallet_CallProvideJudgementCall struct { - CallProvideJudgementCall *Identity_ProvideJudgementCall `protobuf:"bytes,10,opt,name=call_provide_judgement_call,json=callProvideJudgementCall,proto3,oneof"` -} - -type IdentityPallet_CallKillIdentityCall struct { - CallKillIdentityCall *Identity_KillIdentityCall `protobuf:"bytes,11,opt,name=call_kill_identity_call,json=callKillIdentityCall,proto3,oneof"` -} - -type IdentityPallet_CallAddSubCall struct { - CallAddSubCall *Identity_AddSubCall `protobuf:"bytes,12,opt,name=call_add_sub_call,json=callAddSubCall,proto3,oneof"` -} - -type IdentityPallet_CallRenameSubCall struct { - CallRenameSubCall *Identity_RenameSubCall `protobuf:"bytes,13,opt,name=call_rename_sub_call,json=callRenameSubCall,proto3,oneof"` -} - -type IdentityPallet_CallRemoveSubCall struct { - CallRemoveSubCall *Identity_RemoveSubCall `protobuf:"bytes,14,opt,name=call_remove_sub_call,json=callRemoveSubCall,proto3,oneof"` -} - -type IdentityPallet_CallQuitSubCall struct { - CallQuitSubCall *Identity_QuitSubCall `protobuf:"bytes,15,opt,name=call_quit_sub_call,json=callQuitSubCall,proto3,oneof"` -} - -func (*IdentityPallet_CallAddRegistrarCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallSetIdentityCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallSetSubsCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallClearIdentityCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallRequestJudgementCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallCancelRequestCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallSetFeeCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallSetAccountIdCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallSetFieldsCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallProvideJudgementCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallKillIdentityCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallAddSubCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallRenameSubCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallRemoveSubCall) isIdentityPallet_Call() {} - -func (*IdentityPallet_CallQuitSubCall) isIdentityPallet_Call() {} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[86] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[86] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{86} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type Babe_SpConsensusBabeAppPublic struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreSr25519Public `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Babe_SpConsensusBabeAppPublic) Reset() { - *x = Babe_SpConsensusBabeAppPublic{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[87] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_SpConsensusBabeAppPublic) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_SpConsensusBabeAppPublic) ProtoMessage() {} - -func (x *Babe_SpConsensusBabeAppPublic) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[87] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_SpConsensusBabeAppPublic.ProtoReflect.Descriptor instead. -func (*Babe_SpConsensusBabeAppPublic) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{87} -} - -func (x *Babe_SpConsensusBabeAppPublic) GetValue0() *SpCoreSr25519Public { - if x != nil { - return x.Value0 - } - return nil -} - -type FellowshipReferenda_Legacy struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Hash *PrimitiveTypesH256 `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` -} - -func (x *FellowshipReferenda_Legacy) Reset() { - *x = FellowshipReferenda_Legacy{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[88] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_Legacy) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_Legacy) ProtoMessage() {} - -func (x *FellowshipReferenda_Legacy) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[88] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_Legacy.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_Legacy) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{88} -} - -func (x *FellowshipReferenda_Legacy) GetHash() *PrimitiveTypesH256 { - if x != nil { - return x.Hash - } - return nil -} - -type BagsList_RebagCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Dislocated: - // - // *BagsList_RebagCall_DislocatedId - // *BagsList_RebagCall_DislocatedIndex - // *BagsList_RebagCall_DislocatedRaw - // *BagsList_RebagCall_DislocatedAddress32 - // *BagsList_RebagCall_DislocatedAddress20 - Dislocated isBagsList_RebagCall_Dislocated `protobuf_oneof:"dislocated"` -} - -func (x *BagsList_RebagCall) Reset() { - *x = BagsList_RebagCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[89] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BagsList_RebagCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BagsList_RebagCall) ProtoMessage() {} - -func (x *BagsList_RebagCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[89] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BagsList_RebagCall.ProtoReflect.Descriptor instead. -func (*BagsList_RebagCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{89} -} - -func (m *BagsList_RebagCall) GetDislocated() isBagsList_RebagCall_Dislocated { - if m != nil { - return m.Dislocated - } - return nil -} - -func (x *BagsList_RebagCall) GetDislocatedId() *BagsList_Id { - if x, ok := x.GetDislocated().(*BagsList_RebagCall_DislocatedId); ok { - return x.DislocatedId - } - return nil -} - -func (x *BagsList_RebagCall) GetDislocatedIndex() *BagsList_Index { - if x, ok := x.GetDislocated().(*BagsList_RebagCall_DislocatedIndex); ok { - return x.DislocatedIndex - } - return nil -} - -func (x *BagsList_RebagCall) GetDislocatedRaw() *BagsList_Raw { - if x, ok := x.GetDislocated().(*BagsList_RebagCall_DislocatedRaw); ok { - return x.DislocatedRaw - } - return nil -} - -func (x *BagsList_RebagCall) GetDislocatedAddress32() *BagsList_Address32 { - if x, ok := x.GetDislocated().(*BagsList_RebagCall_DislocatedAddress32); ok { - return x.DislocatedAddress32 - } - return nil -} - -func (x *BagsList_RebagCall) GetDislocatedAddress20() *BagsList_Address20 { - if x, ok := x.GetDislocated().(*BagsList_RebagCall_DislocatedAddress20); ok { - return x.DislocatedAddress20 - } - return nil -} - -type isBagsList_RebagCall_Dislocated interface { - isBagsList_RebagCall_Dislocated() -} - -type BagsList_RebagCall_DislocatedId struct { - DislocatedId *BagsList_Id `protobuf:"bytes,1,opt,name=dislocated_id,json=dislocatedId,proto3,oneof"` -} - -type BagsList_RebagCall_DislocatedIndex struct { - DislocatedIndex *BagsList_Index `protobuf:"bytes,2,opt,name=dislocated_index,json=dislocatedIndex,proto3,oneof"` -} - -type BagsList_RebagCall_DislocatedRaw struct { - DislocatedRaw *BagsList_Raw `protobuf:"bytes,3,opt,name=dislocated_raw,json=dislocatedRaw,proto3,oneof"` -} - -type BagsList_RebagCall_DislocatedAddress32 struct { - DislocatedAddress32 *BagsList_Address32 `protobuf:"bytes,4,opt,name=dislocated_address32,json=dislocatedAddress32,proto3,oneof"` -} - -type BagsList_RebagCall_DislocatedAddress20 struct { - DislocatedAddress20 *BagsList_Address20 `protobuf:"bytes,5,opt,name=dislocated_address20,json=dislocatedAddress20,proto3,oneof"` -} - -func (*BagsList_RebagCall_DislocatedId) isBagsList_RebagCall_Dislocated() {} - -func (*BagsList_RebagCall_DislocatedIndex) isBagsList_RebagCall_Dislocated() {} - -func (*BagsList_RebagCall_DislocatedRaw) isBagsList_RebagCall_Dislocated() {} - -func (*BagsList_RebagCall_DislocatedAddress32) isBagsList_RebagCall_Dislocated() {} - -func (*BagsList_RebagCall_DislocatedAddress20) isBagsList_RebagCall_Dislocated() {} - -type Referenda_Proposal struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Proposal: - // - // *Referenda_Proposal_ProposalLegacy - // *Referenda_Proposal_ProposalInline - // *Referenda_Proposal_ProposalLookup - Proposal isReferenda_Proposal_Proposal `protobuf_oneof:"proposal"` -} - -func (x *Referenda_Proposal) Reset() { - *x = Referenda_Proposal{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[90] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_Proposal) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_Proposal) ProtoMessage() {} - -func (x *Referenda_Proposal) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[90] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_Proposal.ProtoReflect.Descriptor instead. -func (*Referenda_Proposal) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{90} -} - -func (m *Referenda_Proposal) GetProposal() isReferenda_Proposal_Proposal { - if m != nil { - return m.Proposal - } - return nil -} - -func (x *Referenda_Proposal) GetProposalLegacy() *Referenda_Legacy { - if x, ok := x.GetProposal().(*Referenda_Proposal_ProposalLegacy); ok { - return x.ProposalLegacy - } - return nil -} - -func (x *Referenda_Proposal) GetProposalInline() *Referenda_Inline { - if x, ok := x.GetProposal().(*Referenda_Proposal_ProposalInline); ok { - return x.ProposalInline - } - return nil -} - -func (x *Referenda_Proposal) GetProposalLookup() *Referenda_Lookup { - if x, ok := x.GetProposal().(*Referenda_Proposal_ProposalLookup); ok { - return x.ProposalLookup - } - return nil -} - -type isReferenda_Proposal_Proposal interface { - isReferenda_Proposal_Proposal() -} - -type Referenda_Proposal_ProposalLegacy struct { - ProposalLegacy *Referenda_Legacy `protobuf:"bytes,1,opt,name=proposal_legacy,json=proposalLegacy,proto3,oneof"` -} - -type Referenda_Proposal_ProposalInline struct { - ProposalInline *Referenda_Inline `protobuf:"bytes,2,opt,name=proposal_inline,json=proposalInline,proto3,oneof"` -} - -type Referenda_Proposal_ProposalLookup struct { - ProposalLookup *Referenda_Lookup `protobuf:"bytes,3,opt,name=proposal_lookup,json=proposalLookup,proto3,oneof"` -} - -func (*Referenda_Proposal_ProposalLegacy) isReferenda_Proposal_Proposal() {} - -func (*Referenda_Proposal_ProposalInline) isReferenda_Proposal_Proposal() {} - -func (*Referenda_Proposal_ProposalLookup) isReferenda_Proposal_Proposal() {} - -type Referenda_PlaceDecisionDepositCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *Referenda_PlaceDecisionDepositCall) Reset() { - *x = Referenda_PlaceDecisionDepositCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[91] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_PlaceDecisionDepositCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_PlaceDecisionDepositCall) ProtoMessage() {} - -func (x *Referenda_PlaceDecisionDepositCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[91] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_PlaceDecisionDepositCall.ProtoReflect.Descriptor instead. -func (*Referenda_PlaceDecisionDepositCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{91} -} - -func (x *Referenda_PlaceDecisionDepositCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type Babe_BabeTrieNodesList struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TrieNodes []byte `protobuf:"bytes,1,opt,name=trie_nodes,json=trieNodes,proto3" json:"trie_nodes,omitempty"` -} - -func (x *Babe_BabeTrieNodesList) Reset() { - *x = Babe_BabeTrieNodesList{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[92] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_BabeTrieNodesList) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_BabeTrieNodesList) ProtoMessage() {} - -func (x *Babe_BabeTrieNodesList) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[92] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_BabeTrieNodesList.ProtoReflect.Descriptor instead. -func (*Babe_BabeTrieNodesList) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{92} -} - -func (x *Babe_BabeTrieNodesList) GetTrieNodes() []byte { - if x != nil { - return x.TrieNodes - } - return nil -} - -type Babe_ReportEquivocationUnsignedCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - EquivocationProof *SpConsensusSlotsEquivocationProof `protobuf:"bytes,1,opt,name=equivocation_proof,json=equivocationProof,proto3" json:"equivocation_proof,omitempty"` - KeyOwnerProof *SpSessionMembershipProof `protobuf:"bytes,2,opt,name=key_owner_proof,json=keyOwnerProof,proto3" json:"key_owner_proof,omitempty"` -} - -func (x *Babe_ReportEquivocationUnsignedCall) Reset() { - *x = Babe_ReportEquivocationUnsignedCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[93] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_ReportEquivocationUnsignedCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_ReportEquivocationUnsignedCall) ProtoMessage() {} - -func (x *Babe_ReportEquivocationUnsignedCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[93] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_ReportEquivocationUnsignedCall.ProtoReflect.Descriptor instead. -func (*Babe_ReportEquivocationUnsignedCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{93} -} - -func (x *Babe_ReportEquivocationUnsignedCall) GetEquivocationProof() *SpConsensusSlotsEquivocationProof { - if x != nil { - return x.EquivocationProof - } - return nil -} - -func (x *Babe_ReportEquivocationUnsignedCall) GetKeyOwnerProof() *SpSessionMembershipProof { - if x != nil { - return x.KeyOwnerProof - } - return nil -} - -type NominationPools_BondExtraCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Extra: - // - // *NominationPools_BondExtraCall_ExtraFreeBalance - // *NominationPools_BondExtraCall_ExtraRewards - Extra isNominationPools_BondExtraCall_Extra `protobuf_oneof:"extra"` -} - -func (x *NominationPools_BondExtraCall) Reset() { - *x = NominationPools_BondExtraCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[94] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_BondExtraCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_BondExtraCall) ProtoMessage() {} - -func (x *NominationPools_BondExtraCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[94] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_BondExtraCall.ProtoReflect.Descriptor instead. -func (*NominationPools_BondExtraCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{94} -} - -func (m *NominationPools_BondExtraCall) GetExtra() isNominationPools_BondExtraCall_Extra { - if m != nil { - return m.Extra - } - return nil -} - -func (x *NominationPools_BondExtraCall) GetExtraFreeBalance() *NominationPools_FreeBalance { - if x, ok := x.GetExtra().(*NominationPools_BondExtraCall_ExtraFreeBalance); ok { - return x.ExtraFreeBalance - } - return nil -} - -func (x *NominationPools_BondExtraCall) GetExtraRewards() *NominationPools_Rewards { - if x, ok := x.GetExtra().(*NominationPools_BondExtraCall_ExtraRewards); ok { - return x.ExtraRewards - } - return nil -} - -type isNominationPools_BondExtraCall_Extra interface { - isNominationPools_BondExtraCall_Extra() -} - -type NominationPools_BondExtraCall_ExtraFreeBalance struct { - ExtraFreeBalance *NominationPools_FreeBalance `protobuf:"bytes,1,opt,name=extra_free_balance,json=extraFreeBalance,proto3,oneof"` -} - -type NominationPools_BondExtraCall_ExtraRewards struct { - ExtraRewards *NominationPools_Rewards `protobuf:"bytes,2,opt,name=extra_rewards,json=extraRewards,proto3,oneof"` -} - -func (*NominationPools_BondExtraCall_ExtraFreeBalance) isNominationPools_BondExtraCall_Extra() {} - -func (*NominationPools_BondExtraCall_ExtraRewards) isNominationPools_BondExtraCall_Extra() {} - -type NominationPools_Index struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *NominationPools_TupleNull `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *NominationPools_Index) Reset() { - *x = NominationPools_Index{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[95] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Index) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Index) ProtoMessage() {} - -func (x *NominationPools_Index) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[95] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Index.ProtoReflect.Descriptor instead. -func (*NominationPools_Index) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{95} -} - -func (x *NominationPools_Index) GetValue0() *NominationPools_TupleNull { - if x != nil { - return x.Value0 - } - return nil -} - -type FellowshipReferenda_Inline struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *BoundedCollectionsBoundedVecBoundedVec `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *FellowshipReferenda_Inline) Reset() { - *x = FellowshipReferenda_Inline{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[96] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_Inline) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_Inline) ProtoMessage() {} - -func (x *FellowshipReferenda_Inline) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[96] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_Inline.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_Inline) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{96} -} - -func (x *FellowshipReferenda_Inline) GetValue0() *BoundedCollectionsBoundedVecBoundedVec { - if x != nil { - return x.Value0 - } - return nil -} - -type ElectionProviderMultiPhase_SetEmergencyElectionResultCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Supports []*ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport `protobuf:"bytes,1,rep,name=supports,proto3" json:"supports,omitempty"` -} - -func (x *ElectionProviderMultiPhase_SetEmergencyElectionResultCall) Reset() { - *x = ElectionProviderMultiPhase_SetEmergencyElectionResultCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[97] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_SetEmergencyElectionResultCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_SetEmergencyElectionResultCall) ProtoMessage() {} - -func (x *ElectionProviderMultiPhase_SetEmergencyElectionResultCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[97] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_SetEmergencyElectionResultCall.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_SetEmergencyElectionResultCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{97} -} - -func (x *ElectionProviderMultiPhase_SetEmergencyElectionResultCall) GetSupports() []*ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport { - if x != nil { - return x.Supports - } - return nil -} - -type Scheduler_TupleUint32Uint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 uint32 `protobuf:"varint,2,opt,name=value1,proto3" json:"value1,omitempty"` -} - -func (x *Scheduler_TupleUint32Uint32) Reset() { - *x = Scheduler_TupleUint32Uint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[98] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Scheduler_TupleUint32Uint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Scheduler_TupleUint32Uint32) ProtoMessage() {} - -func (x *Scheduler_TupleUint32Uint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[98] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Scheduler_TupleUint32Uint32.ProtoReflect.Descriptor instead. -func (*Scheduler_TupleUint32Uint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{98} -} - -func (x *Scheduler_TupleUint32Uint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *Scheduler_TupleUint32Uint32) GetValue1() uint32 { - if x != nil { - return x.Value1 - } - return 0 -} - -type Identity_CancelRequestCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RegIndex uint32 `protobuf:"varint,1,opt,name=reg_index,json=regIndex,proto3" json:"reg_index,omitempty"` -} - -func (x *Identity_CancelRequestCall) Reset() { - *x = Identity_CancelRequestCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[99] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_CancelRequestCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_CancelRequestCall) ProtoMessage() {} - -func (x *Identity_CancelRequestCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[99] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_CancelRequestCall.ProtoReflect.Descriptor instead. -func (*Identity_CancelRequestCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{99} -} - -func (x *Identity_CancelRequestCall) GetRegIndex() uint32 { - if x != nil { - return x.RegIndex - } - return 0 -} - -type SpCoreSr25519Signature struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *SpCoreSr25519Signature) Reset() { - *x = SpCoreSr25519Signature{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[100] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpCoreSr25519Signature) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpCoreSr25519Signature) ProtoMessage() {} - -func (x *SpCoreSr25519Signature) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[100] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpCoreSr25519Signature.ProtoReflect.Descriptor instead. -func (*SpCoreSr25519Signature) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{100} -} - -func (x *SpCoreSr25519Signature) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type FellowshipCollectivePallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *FellowshipCollectivePallet_CallAddMemberCall - // *FellowshipCollectivePallet_CallPromoteMemberCall - // *FellowshipCollectivePallet_CallDemoteMemberCall - // *FellowshipCollectivePallet_CallRemoveMemberCall - // *FellowshipCollectivePallet_CallVoteCall - // *FellowshipCollectivePallet_CallCleanupPollCall - Call isFellowshipCollectivePallet_Call `protobuf_oneof:"call"` -} - -func (x *FellowshipCollectivePallet) Reset() { - *x = FellowshipCollectivePallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[101] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollectivePallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollectivePallet) ProtoMessage() {} - -func (x *FellowshipCollectivePallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[101] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollectivePallet.ProtoReflect.Descriptor instead. -func (*FellowshipCollectivePallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{101} -} - -func (m *FellowshipCollectivePallet) GetCall() isFellowshipCollectivePallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *FellowshipCollectivePallet) GetCallAddMemberCall() *FellowshipCollective_AddMemberCall { - if x, ok := x.GetCall().(*FellowshipCollectivePallet_CallAddMemberCall); ok { - return x.CallAddMemberCall - } - return nil -} - -func (x *FellowshipCollectivePallet) GetCallPromoteMemberCall() *FellowshipCollective_PromoteMemberCall { - if x, ok := x.GetCall().(*FellowshipCollectivePallet_CallPromoteMemberCall); ok { - return x.CallPromoteMemberCall - } - return nil -} - -func (x *FellowshipCollectivePallet) GetCallDemoteMemberCall() *FellowshipCollective_DemoteMemberCall { - if x, ok := x.GetCall().(*FellowshipCollectivePallet_CallDemoteMemberCall); ok { - return x.CallDemoteMemberCall - } - return nil -} - -func (x *FellowshipCollectivePallet) GetCallRemoveMemberCall() *FellowshipCollective_RemoveMemberCall { - if x, ok := x.GetCall().(*FellowshipCollectivePallet_CallRemoveMemberCall); ok { - return x.CallRemoveMemberCall - } - return nil -} - -func (x *FellowshipCollectivePallet) GetCallVoteCall() *FellowshipCollective_VoteCall { - if x, ok := x.GetCall().(*FellowshipCollectivePallet_CallVoteCall); ok { - return x.CallVoteCall - } - return nil -} - -func (x *FellowshipCollectivePallet) GetCallCleanupPollCall() *FellowshipCollective_CleanupPollCall { - if x, ok := x.GetCall().(*FellowshipCollectivePallet_CallCleanupPollCall); ok { - return x.CallCleanupPollCall - } - return nil -} - -type isFellowshipCollectivePallet_Call interface { - isFellowshipCollectivePallet_Call() -} - -type FellowshipCollectivePallet_CallAddMemberCall struct { - CallAddMemberCall *FellowshipCollective_AddMemberCall `protobuf:"bytes,1,opt,name=call_add_member_call,json=callAddMemberCall,proto3,oneof"` -} - -type FellowshipCollectivePallet_CallPromoteMemberCall struct { - CallPromoteMemberCall *FellowshipCollective_PromoteMemberCall `protobuf:"bytes,2,opt,name=call_promote_member_call,json=callPromoteMemberCall,proto3,oneof"` -} - -type FellowshipCollectivePallet_CallDemoteMemberCall struct { - CallDemoteMemberCall *FellowshipCollective_DemoteMemberCall `protobuf:"bytes,3,opt,name=call_demote_member_call,json=callDemoteMemberCall,proto3,oneof"` -} - -type FellowshipCollectivePallet_CallRemoveMemberCall struct { - CallRemoveMemberCall *FellowshipCollective_RemoveMemberCall `protobuf:"bytes,4,opt,name=call_remove_member_call,json=callRemoveMemberCall,proto3,oneof"` -} - -type FellowshipCollectivePallet_CallVoteCall struct { - CallVoteCall *FellowshipCollective_VoteCall `protobuf:"bytes,5,opt,name=call_vote_call,json=callVoteCall,proto3,oneof"` -} - -type FellowshipCollectivePallet_CallCleanupPollCall struct { - CallCleanupPollCall *FellowshipCollective_CleanupPollCall `protobuf:"bytes,6,opt,name=call_cleanup_poll_call,json=callCleanupPollCall,proto3,oneof"` -} - -func (*FellowshipCollectivePallet_CallAddMemberCall) isFellowshipCollectivePallet_Call() {} - -func (*FellowshipCollectivePallet_CallPromoteMemberCall) isFellowshipCollectivePallet_Call() {} - -func (*FellowshipCollectivePallet_CallDemoteMemberCall) isFellowshipCollectivePallet_Call() {} - -func (*FellowshipCollectivePallet_CallRemoveMemberCall) isFellowshipCollectivePallet_Call() {} - -func (*FellowshipCollectivePallet_CallVoteCall) isFellowshipCollectivePallet_Call() {} - -func (*FellowshipCollectivePallet_CallCleanupPollCall) isFellowshipCollectivePallet_Call() {} - -type Staking_MaxNominatorCount struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MaxNominatorCount: - // - // *Staking_MaxNominatorCount_MaxNominatorCountNoop - // *Staking_MaxNominatorCount_MaxNominatorCountSet - // *Staking_MaxNominatorCount_MaxNominatorCountRemove - MaxNominatorCount isStaking_MaxNominatorCount_MaxNominatorCount `protobuf_oneof:"max_nominator_count"` -} - -func (x *Staking_MaxNominatorCount) Reset() { - *x = Staking_MaxNominatorCount{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[102] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_MaxNominatorCount) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_MaxNominatorCount) ProtoMessage() {} - -func (x *Staking_MaxNominatorCount) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[102] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_MaxNominatorCount.ProtoReflect.Descriptor instead. -func (*Staking_MaxNominatorCount) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{102} -} - -func (m *Staking_MaxNominatorCount) GetMaxNominatorCount() isStaking_MaxNominatorCount_MaxNominatorCount { - if m != nil { - return m.MaxNominatorCount - } - return nil -} - -func (x *Staking_MaxNominatorCount) GetMaxNominatorCountNoop() *Staking_Noop { - if x, ok := x.GetMaxNominatorCount().(*Staking_MaxNominatorCount_MaxNominatorCountNoop); ok { - return x.MaxNominatorCountNoop - } - return nil -} - -func (x *Staking_MaxNominatorCount) GetMaxNominatorCountSet() *Staking_Set { - if x, ok := x.GetMaxNominatorCount().(*Staking_MaxNominatorCount_MaxNominatorCountSet); ok { - return x.MaxNominatorCountSet - } - return nil -} - -func (x *Staking_MaxNominatorCount) GetMaxNominatorCountRemove() *Staking_Remove { - if x, ok := x.GetMaxNominatorCount().(*Staking_MaxNominatorCount_MaxNominatorCountRemove); ok { - return x.MaxNominatorCountRemove - } - return nil -} - -type isStaking_MaxNominatorCount_MaxNominatorCount interface { - isStaking_MaxNominatorCount_MaxNominatorCount() -} - -type Staking_MaxNominatorCount_MaxNominatorCountNoop struct { - MaxNominatorCountNoop *Staking_Noop `protobuf:"bytes,1,opt,name=max_nominator_count_noop,json=maxNominatorCountNoop,proto3,oneof"` -} - -type Staking_MaxNominatorCount_MaxNominatorCountSet struct { - MaxNominatorCountSet *Staking_Set `protobuf:"bytes,2,opt,name=max_nominator_count_set,json=maxNominatorCountSet,proto3,oneof"` -} - -type Staking_MaxNominatorCount_MaxNominatorCountRemove struct { - MaxNominatorCountRemove *Staking_Remove `protobuf:"bytes,3,opt,name=max_nominator_count_remove,json=maxNominatorCountRemove,proto3,oneof"` -} - -func (*Staking_MaxNominatorCount_MaxNominatorCountNoop) isStaking_MaxNominatorCount_MaxNominatorCount() { -} - -func (*Staking_MaxNominatorCount_MaxNominatorCountSet) isStaking_MaxNominatorCount_MaxNominatorCount() { -} - -func (*Staking_MaxNominatorCount_MaxNominatorCountRemove) isStaking_MaxNominatorCount_MaxNominatorCount() { -} - -type Identity_Raw26 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw26) Reset() { - *x = Identity_Raw26{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[103] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw26) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw26) ProtoMessage() {} - -func (x *Identity_Raw26) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[103] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw26.ProtoReflect.Descriptor instead. -func (*Identity_Raw26) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{103} -} - -func (x *Identity_Raw26) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type GprimitivesCodeId struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *GprimitivesCodeId) Reset() { - *x = GprimitivesCodeId{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[104] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GprimitivesCodeId) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GprimitivesCodeId) ProtoMessage() {} - -func (x *GprimitivesCodeId) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[104] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GprimitivesCodeId.ProtoReflect.Descriptor instead. -func (*GprimitivesCodeId) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{104} -} - -func (x *GprimitivesCodeId) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Vesting_Index struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *Vesting_TupleNull `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Vesting_Index) Reset() { - *x = Vesting_Index{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[105] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_Index) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_Index) ProtoMessage() {} - -func (x *Vesting_Index) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[105] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_Index.ProtoReflect.Descriptor instead. -func (*Vesting_Index) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{105} -} - -func (x *Vesting_Index) GetValue0() *Vesting_TupleNull { - if x != nil { - return x.Value0 - } - return nil -} - -type Staking_ReapStashCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Stash *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=stash,proto3" json:"stash,omitempty"` - NumSlashingSpans uint32 `protobuf:"varint,2,opt,name=num_slashing_spans,json=numSlashingSpans,proto3" json:"num_slashing_spans,omitempty"` -} - -func (x *Staking_ReapStashCall) Reset() { - *x = Staking_ReapStashCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[106] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_ReapStashCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_ReapStashCall) ProtoMessage() {} - -func (x *Staking_ReapStashCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[106] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_ReapStashCall.ProtoReflect.Descriptor instead. -func (*Staking_ReapStashCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{106} -} - -func (x *Staking_ReapStashCall) GetStash() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Stash - } - return nil -} - -func (x *Staking_ReapStashCall) GetNumSlashingSpans() uint32 { - if x != nil { - return x.NumSlashingSpans - } - return 0 -} - -type Root struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Root) Reset() { - *x = Root{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[107] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Root) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Root) ProtoMessage() {} - -func (x *Root) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[107] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Root.ProtoReflect.Descriptor instead. -func (*Root) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{107} -} - -type Fellowship1Dan struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Fellowship1Dan) Reset() { - *x = Fellowship1Dan{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[108] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Fellowship1Dan) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Fellowship1Dan) ProtoMessage() {} - -func (x *Fellowship1Dan) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[108] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Fellowship1Dan.ProtoReflect.Descriptor instead. -func (*Fellowship1Dan) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{108} -} - -type GearPaymentPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *GearPaymentPallet) Reset() { - *x = GearPaymentPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[109] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearPaymentPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearPaymentPallet) ProtoMessage() {} - -func (x *GearPaymentPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[109] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearPaymentPallet.ProtoReflect.Descriptor instead. -func (*GearPaymentPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{109} -} - -type ConvictionVoting_Locked6X struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *ConvictionVoting_Locked6X) Reset() { - *x = ConvictionVoting_Locked6X{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[110] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Locked6X) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Locked6X) ProtoMessage() {} - -func (x *ConvictionVoting_Locked6X) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[110] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Locked6X.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Locked6X) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{110} -} - -type NominationPools_Address20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *NominationPools_Address20) Reset() { - *x = NominationPools_Address20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[111] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Address20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Address20) ProtoMessage() {} - -func (x *NominationPools_Address20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[111] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Address20.ProtoReflect.Descriptor instead. -func (*NominationPools_Address20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{111} -} - -func (x *NominationPools_Address20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type GearVoucher_PalletGearVoucherInternalVoucherId struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *GearVoucher_PalletGearVoucherInternalVoucherId) Reset() { - *x = GearVoucher_PalletGearVoucherInternalVoucherId{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[112] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_PalletGearVoucherInternalVoucherId) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_PalletGearVoucherInternalVoucherId) ProtoMessage() {} - -func (x *GearVoucher_PalletGearVoucherInternalVoucherId) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[112] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_PalletGearVoucherInternalVoucherId.ProtoReflect.Descriptor instead. -func (*GearVoucher_PalletGearVoucherInternalVoucherId) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{112} -} - -func (x *GearVoucher_PalletGearVoucherInternalVoucherId) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type GearVoucher_CallCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - VoucherId *GearVoucher_PalletGearVoucherInternalVoucherId `protobuf:"bytes,1,opt,name=voucher_id,json=voucherId,proto3" json:"voucher_id,omitempty"` - // Types that are assignable to Call: - // - // *GearVoucher_CallCall_CallSendMessage - // *GearVoucher_CallCall_CallSendReply - // *GearVoucher_CallCall_CallUploadCode - // *GearVoucher_CallCall_CallDeclineVoucher - Call isGearVoucher_CallCall_Call `protobuf_oneof:"call"` -} - -func (x *GearVoucher_CallCall) Reset() { - *x = GearVoucher_CallCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[113] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_CallCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_CallCall) ProtoMessage() {} - -func (x *GearVoucher_CallCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[113] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_CallCall.ProtoReflect.Descriptor instead. -func (*GearVoucher_CallCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{113} -} - -func (x *GearVoucher_CallCall) GetVoucherId() *GearVoucher_PalletGearVoucherInternalVoucherId { - if x != nil { - return x.VoucherId - } - return nil -} - -func (m *GearVoucher_CallCall) GetCall() isGearVoucher_CallCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *GearVoucher_CallCall) GetCallSendMessage() *GearVoucher_SendMessage { - if x, ok := x.GetCall().(*GearVoucher_CallCall_CallSendMessage); ok { - return x.CallSendMessage - } - return nil -} - -func (x *GearVoucher_CallCall) GetCallSendReply() *GearVoucher_SendReply { - if x, ok := x.GetCall().(*GearVoucher_CallCall_CallSendReply); ok { - return x.CallSendReply - } - return nil -} - -func (x *GearVoucher_CallCall) GetCallUploadCode() *GearVoucher_UploadCode { - if x, ok := x.GetCall().(*GearVoucher_CallCall_CallUploadCode); ok { - return x.CallUploadCode - } - return nil -} - -func (x *GearVoucher_CallCall) GetCallDeclineVoucher() *GearVoucher_DeclineVoucher { - if x, ok := x.GetCall().(*GearVoucher_CallCall_CallDeclineVoucher); ok { - return x.CallDeclineVoucher - } - return nil -} - -type isGearVoucher_CallCall_Call interface { - isGearVoucher_CallCall_Call() -} - -type GearVoucher_CallCall_CallSendMessage struct { - CallSendMessage *GearVoucher_SendMessage `protobuf:"bytes,2,opt,name=call_send_message,json=callSendMessage,proto3,oneof"` -} - -type GearVoucher_CallCall_CallSendReply struct { - CallSendReply *GearVoucher_SendReply `protobuf:"bytes,3,opt,name=call_send_reply,json=callSendReply,proto3,oneof"` -} - -type GearVoucher_CallCall_CallUploadCode struct { - CallUploadCode *GearVoucher_UploadCode `protobuf:"bytes,4,opt,name=call_upload_code,json=callUploadCode,proto3,oneof"` -} - -type GearVoucher_CallCall_CallDeclineVoucher struct { - CallDeclineVoucher *GearVoucher_DeclineVoucher `protobuf:"bytes,5,opt,name=call_decline_voucher,json=callDeclineVoucher,proto3,oneof"` -} - -func (*GearVoucher_CallCall_CallSendMessage) isGearVoucher_CallCall_Call() {} - -func (*GearVoucher_CallCall_CallSendReply) isGearVoucher_CallCall_Call() {} - -func (*GearVoucher_CallCall_CallUploadCode) isGearVoucher_CallCall_Call() {} - -func (*GearVoucher_CallCall_CallDeclineVoucher) isGearVoucher_CallCall_Call() {} - -type Balances_TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value *TupleNull `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *Balances_TupleNull) Reset() { - *x = Balances_TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[114] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_TupleNull) ProtoMessage() {} - -func (x *Balances_TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[114] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_TupleNull.ProtoReflect.Descriptor instead. -func (*Balances_TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{114} -} - -func (x *Balances_TupleNull) GetValue() *TupleNull { - if x != nil { - return x.Value - } - return nil -} - -type Balances_TransferAllowDeathCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Dest: - // - // *Balances_TransferAllowDeathCall_DestId - // *Balances_TransferAllowDeathCall_DestIndex - // *Balances_TransferAllowDeathCall_DestRaw - // *Balances_TransferAllowDeathCall_DestAddress32 - // *Balances_TransferAllowDeathCall_DestAddress20 - Dest isBalances_TransferAllowDeathCall_Dest `protobuf_oneof:"dest"` - Value string `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *Balances_TransferAllowDeathCall) Reset() { - *x = Balances_TransferAllowDeathCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[115] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_TransferAllowDeathCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_TransferAllowDeathCall) ProtoMessage() {} - -func (x *Balances_TransferAllowDeathCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[115] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_TransferAllowDeathCall.ProtoReflect.Descriptor instead. -func (*Balances_TransferAllowDeathCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{115} -} - -func (m *Balances_TransferAllowDeathCall) GetDest() isBalances_TransferAllowDeathCall_Dest { - if m != nil { - return m.Dest - } - return nil -} - -func (x *Balances_TransferAllowDeathCall) GetDestId() *Balances_Id { - if x, ok := x.GetDest().(*Balances_TransferAllowDeathCall_DestId); ok { - return x.DestId - } - return nil -} - -func (x *Balances_TransferAllowDeathCall) GetDestIndex() *Balances_Index { - if x, ok := x.GetDest().(*Balances_TransferAllowDeathCall_DestIndex); ok { - return x.DestIndex - } - return nil -} - -func (x *Balances_TransferAllowDeathCall) GetDestRaw() *Balances_Raw { - if x, ok := x.GetDest().(*Balances_TransferAllowDeathCall_DestRaw); ok { - return x.DestRaw - } - return nil -} - -func (x *Balances_TransferAllowDeathCall) GetDestAddress32() *Balances_Address32 { - if x, ok := x.GetDest().(*Balances_TransferAllowDeathCall_DestAddress32); ok { - return x.DestAddress32 - } - return nil -} - -func (x *Balances_TransferAllowDeathCall) GetDestAddress20() *Balances_Address20 { - if x, ok := x.GetDest().(*Balances_TransferAllowDeathCall_DestAddress20); ok { - return x.DestAddress20 - } - return nil -} - -func (x *Balances_TransferAllowDeathCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -type isBalances_TransferAllowDeathCall_Dest interface { - isBalances_TransferAllowDeathCall_Dest() -} - -type Balances_TransferAllowDeathCall_DestId struct { - DestId *Balances_Id `protobuf:"bytes,1,opt,name=dest_id,json=destId,proto3,oneof"` -} - -type Balances_TransferAllowDeathCall_DestIndex struct { - DestIndex *Balances_Index `protobuf:"bytes,2,opt,name=dest_index,json=destIndex,proto3,oneof"` -} - -type Balances_TransferAllowDeathCall_DestRaw struct { - DestRaw *Balances_Raw `protobuf:"bytes,3,opt,name=dest_raw,json=destRaw,proto3,oneof"` -} - -type Balances_TransferAllowDeathCall_DestAddress32 struct { - DestAddress32 *Balances_Address32 `protobuf:"bytes,4,opt,name=dest_address32,json=destAddress32,proto3,oneof"` -} - -type Balances_TransferAllowDeathCall_DestAddress20 struct { - DestAddress20 *Balances_Address20 `protobuf:"bytes,5,opt,name=dest_address20,json=destAddress20,proto3,oneof"` -} - -func (*Balances_TransferAllowDeathCall_DestId) isBalances_TransferAllowDeathCall_Dest() {} - -func (*Balances_TransferAllowDeathCall_DestIndex) isBalances_TransferAllowDeathCall_Dest() {} - -func (*Balances_TransferAllowDeathCall_DestRaw) isBalances_TransferAllowDeathCall_Dest() {} - -func (*Balances_TransferAllowDeathCall_DestAddress32) isBalances_TransferAllowDeathCall_Dest() {} - -func (*Balances_TransferAllowDeathCall_DestAddress20) isBalances_TransferAllowDeathCall_Dest() {} - -type Staking_SetControllerCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Staking_SetControllerCall) Reset() { - *x = Staking_SetControllerCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[116] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_SetControllerCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_SetControllerCall) ProtoMessage() {} - -func (x *Staking_SetControllerCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[116] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_SetControllerCall.ProtoReflect.Descriptor instead. -func (*Staking_SetControllerCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{116} -} - -type SpArithmeticPerThingsPercent struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *SpArithmeticPerThingsPercent) Reset() { - *x = SpArithmeticPerThingsPercent{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[117] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpArithmeticPerThingsPercent) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpArithmeticPerThingsPercent) ProtoMessage() {} - -func (x *SpArithmeticPerThingsPercent) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[117] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpArithmeticPerThingsPercent.ProtoReflect.Descriptor instead. -func (*SpArithmeticPerThingsPercent) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{117} -} - -func (x *SpArithmeticPerThingsPercent) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -type ChildBounties_ClaimChildBountyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ParentBountyId uint32 `protobuf:"varint,1,opt,name=parent_bounty_id,json=parentBountyId,proto3" json:"parent_bounty_id,omitempty"` - ChildBountyId uint32 `protobuf:"varint,2,opt,name=child_bounty_id,json=childBountyId,proto3" json:"child_bounty_id,omitempty"` -} - -func (x *ChildBounties_ClaimChildBountyCall) Reset() { - *x = ChildBounties_ClaimChildBountyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[118] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_ClaimChildBountyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_ClaimChildBountyCall) ProtoMessage() {} - -func (x *ChildBounties_ClaimChildBountyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[118] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_ClaimChildBountyCall.ProtoReflect.Descriptor instead. -func (*ChildBounties_ClaimChildBountyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{118} -} - -func (x *ChildBounties_ClaimChildBountyCall) GetParentBountyId() uint32 { - if x != nil { - return x.ParentBountyId - } - return 0 -} - -func (x *ChildBounties_ClaimChildBountyCall) GetChildBountyId() uint32 { - if x != nil { - return x.ChildBountyId - } - return 0 -} - -type Grandpa_FinalityGrandpaPrevote struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TargetHash *PrimitiveTypesH256 `protobuf:"bytes,1,opt,name=target_hash,json=targetHash,proto3" json:"target_hash,omitempty"` - TargetNumber uint32 `protobuf:"varint,2,opt,name=target_number,json=targetNumber,proto3" json:"target_number,omitempty"` -} - -func (x *Grandpa_FinalityGrandpaPrevote) Reset() { - *x = Grandpa_FinalityGrandpaPrevote{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[119] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_FinalityGrandpaPrevote) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_FinalityGrandpaPrevote) ProtoMessage() {} - -func (x *Grandpa_FinalityGrandpaPrevote) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[119] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_FinalityGrandpaPrevote.ProtoReflect.Descriptor instead. -func (*Grandpa_FinalityGrandpaPrevote) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{119} -} - -func (x *Grandpa_FinalityGrandpaPrevote) GetTargetHash() *PrimitiveTypesH256 { - if x != nil { - return x.TargetHash - } - return nil -} - -func (x *Grandpa_FinalityGrandpaPrevote) GetTargetNumber() uint32 { - if x != nil { - return x.TargetNumber - } - return 0 -} - -type Staking_PalletStakingValidatorPrefs struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Commission *SpArithmeticPerThingsPerbill `protobuf:"bytes,1,opt,name=commission,proto3" json:"commission,omitempty"` - Blocked bool `protobuf:"varint,2,opt,name=blocked,proto3" json:"blocked,omitempty"` -} - -func (x *Staking_PalletStakingValidatorPrefs) Reset() { - *x = Staking_PalletStakingValidatorPrefs{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[120] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_PalletStakingValidatorPrefs) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_PalletStakingValidatorPrefs) ProtoMessage() {} - -func (x *Staking_PalletStakingValidatorPrefs) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[120] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_PalletStakingValidatorPrefs.ProtoReflect.Descriptor instead. -func (*Staking_PalletStakingValidatorPrefs) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{120} -} - -func (x *Staking_PalletStakingValidatorPrefs) GetCommission() *SpArithmeticPerThingsPerbill { - if x != nil { - return x.Commission - } - return nil -} - -func (x *Staking_PalletStakingValidatorPrefs) GetBlocked() bool { - if x != nil { - return x.Blocked - } - return false -} - -type BigTipper struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *BigTipper) Reset() { - *x = BigTipper{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[121] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BigTipper) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BigTipper) ProtoMessage() {} - -func (x *BigTipper) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[121] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BigTipper.ProtoReflect.Descriptor instead. -func (*BigTipper) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{121} -} - -type BoundedCollectionsBoundedVecBoundedVec struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *BoundedCollectionsBoundedVecBoundedVec) Reset() { - *x = BoundedCollectionsBoundedVecBoundedVec{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[122] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BoundedCollectionsBoundedVecBoundedVec) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BoundedCollectionsBoundedVecBoundedVec) ProtoMessage() {} - -func (x *BoundedCollectionsBoundedVecBoundedVec) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[122] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BoundedCollectionsBoundedVecBoundedVec.ProtoReflect.Descriptor instead. -func (*BoundedCollectionsBoundedVecBoundedVec) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{122} -} - -func (x *BoundedCollectionsBoundedVecBoundedVec) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Proxy_ProxyAnnouncedCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Delegate: - // - // *Proxy_ProxyAnnouncedCall_DelegateId - // *Proxy_ProxyAnnouncedCall_DelegateIndex - // *Proxy_ProxyAnnouncedCall_DelegateRaw - // *Proxy_ProxyAnnouncedCall_DelegateAddress32 - // *Proxy_ProxyAnnouncedCall_DelegateAddress20 - Delegate isProxy_ProxyAnnouncedCall_Delegate `protobuf_oneof:"delegate"` - // Types that are assignable to Real: - // - // *Proxy_ProxyAnnouncedCall_RealId - // *Proxy_ProxyAnnouncedCall_RealIndex - // *Proxy_ProxyAnnouncedCall_RealRaw - // *Proxy_ProxyAnnouncedCall_RealAddress32 - // *Proxy_ProxyAnnouncedCall_RealAddress20 - Real isProxy_ProxyAnnouncedCall_Real `protobuf_oneof:"real"` - // Types that are assignable to ForceProxyType: - // - // *Proxy_ProxyAnnouncedCall_ForceProxyTypeAny - // *Proxy_ProxyAnnouncedCall_ForceProxyTypeNonTransfer - // *Proxy_ProxyAnnouncedCall_ForceProxyTypeGovernance - // *Proxy_ProxyAnnouncedCall_ForceProxyTypeStaking - // *Proxy_ProxyAnnouncedCall_ForceProxyTypeIdentityJudgement - // *Proxy_ProxyAnnouncedCall_ForceProxyTypeCancelProxy - ForceProxyType isProxy_ProxyAnnouncedCall_ForceProxyType `protobuf_oneof:"force_proxy_type"` - // Types that are assignable to Call: - // - // *Proxy_ProxyAnnouncedCall_CallSystem - // *Proxy_ProxyAnnouncedCall_CallTimestamp - // *Proxy_ProxyAnnouncedCall_CallBabe - // *Proxy_ProxyAnnouncedCall_CallGrandpa - // *Proxy_ProxyAnnouncedCall_CallBalances - // *Proxy_ProxyAnnouncedCall_CallVesting - // *Proxy_ProxyAnnouncedCall_CallBagsList - // *Proxy_ProxyAnnouncedCall_CallImOnline - // *Proxy_ProxyAnnouncedCall_CallStaking - // *Proxy_ProxyAnnouncedCall_CallSession - // *Proxy_ProxyAnnouncedCall_CallTreasury - // *Proxy_ProxyAnnouncedCall_CallUtility - // *Proxy_ProxyAnnouncedCall_CallConvictionVoting - // *Proxy_ProxyAnnouncedCall_CallReferenda - // *Proxy_ProxyAnnouncedCall_CallFellowshipCollective - // *Proxy_ProxyAnnouncedCall_CallFellowshipReferenda - // *Proxy_ProxyAnnouncedCall_CallWhitelist - // *Proxy_ProxyAnnouncedCall_CallScheduler - // *Proxy_ProxyAnnouncedCall_CallPreimage - // *Proxy_ProxyAnnouncedCall_CallIdentity - // *Proxy_ProxyAnnouncedCall_CallProxy - // *Proxy_ProxyAnnouncedCall_CallMultisig - // *Proxy_ProxyAnnouncedCall_CallElectionProviderMultiPhase - // *Proxy_ProxyAnnouncedCall_CallBounties - // *Proxy_ProxyAnnouncedCall_CallChildBounties - // *Proxy_ProxyAnnouncedCall_CallNominationPools - // *Proxy_ProxyAnnouncedCall_CallGear - // *Proxy_ProxyAnnouncedCall_CallStakingRewards - // *Proxy_ProxyAnnouncedCall_CallGearVoucher - Call isProxy_ProxyAnnouncedCall_Call `protobuf_oneof:"call"` -} - -func (x *Proxy_ProxyAnnouncedCall) Reset() { - *x = Proxy_ProxyAnnouncedCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[123] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_ProxyAnnouncedCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_ProxyAnnouncedCall) ProtoMessage() {} - -func (x *Proxy_ProxyAnnouncedCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[123] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_ProxyAnnouncedCall.ProtoReflect.Descriptor instead. -func (*Proxy_ProxyAnnouncedCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{123} -} - -func (m *Proxy_ProxyAnnouncedCall) GetDelegate() isProxy_ProxyAnnouncedCall_Delegate { - if m != nil { - return m.Delegate - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetDelegateId() *Proxy_Id { - if x, ok := x.GetDelegate().(*Proxy_ProxyAnnouncedCall_DelegateId); ok { - return x.DelegateId - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetDelegateIndex() *Proxy_Index { - if x, ok := x.GetDelegate().(*Proxy_ProxyAnnouncedCall_DelegateIndex); ok { - return x.DelegateIndex - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetDelegateRaw() *Proxy_Raw { - if x, ok := x.GetDelegate().(*Proxy_ProxyAnnouncedCall_DelegateRaw); ok { - return x.DelegateRaw - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetDelegateAddress32() *Proxy_Address32 { - if x, ok := x.GetDelegate().(*Proxy_ProxyAnnouncedCall_DelegateAddress32); ok { - return x.DelegateAddress32 - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetDelegateAddress20() *Proxy_Address20 { - if x, ok := x.GetDelegate().(*Proxy_ProxyAnnouncedCall_DelegateAddress20); ok { - return x.DelegateAddress20 - } - return nil -} - -func (m *Proxy_ProxyAnnouncedCall) GetReal() isProxy_ProxyAnnouncedCall_Real { - if m != nil { - return m.Real - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetRealId() *Proxy_Id { - if x, ok := x.GetReal().(*Proxy_ProxyAnnouncedCall_RealId); ok { - return x.RealId - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetRealIndex() *Proxy_Index { - if x, ok := x.GetReal().(*Proxy_ProxyAnnouncedCall_RealIndex); ok { - return x.RealIndex - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetRealRaw() *Proxy_Raw { - if x, ok := x.GetReal().(*Proxy_ProxyAnnouncedCall_RealRaw); ok { - return x.RealRaw - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetRealAddress32() *Proxy_Address32 { - if x, ok := x.GetReal().(*Proxy_ProxyAnnouncedCall_RealAddress32); ok { - return x.RealAddress32 - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetRealAddress20() *Proxy_Address20 { - if x, ok := x.GetReal().(*Proxy_ProxyAnnouncedCall_RealAddress20); ok { - return x.RealAddress20 - } - return nil -} - -func (m *Proxy_ProxyAnnouncedCall) GetForceProxyType() isProxy_ProxyAnnouncedCall_ForceProxyType { - if m != nil { - return m.ForceProxyType - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetForceProxyTypeAny() *Proxy_Any { - if x, ok := x.GetForceProxyType().(*Proxy_ProxyAnnouncedCall_ForceProxyTypeAny); ok { - return x.ForceProxyTypeAny - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetForceProxyTypeNonTransfer() *Proxy_NonTransfer { - if x, ok := x.GetForceProxyType().(*Proxy_ProxyAnnouncedCall_ForceProxyTypeNonTransfer); ok { - return x.ForceProxyTypeNonTransfer - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetForceProxyTypeGovernance() *Proxy_Governance { - if x, ok := x.GetForceProxyType().(*Proxy_ProxyAnnouncedCall_ForceProxyTypeGovernance); ok { - return x.ForceProxyTypeGovernance - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetForceProxyTypeStaking() *Proxy_Staking { - if x, ok := x.GetForceProxyType().(*Proxy_ProxyAnnouncedCall_ForceProxyTypeStaking); ok { - return x.ForceProxyTypeStaking - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetForceProxyTypeIdentityJudgement() *Proxy_IdentityJudgement { - if x, ok := x.GetForceProxyType().(*Proxy_ProxyAnnouncedCall_ForceProxyTypeIdentityJudgement); ok { - return x.ForceProxyTypeIdentityJudgement - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetForceProxyTypeCancelProxy() *Proxy_CancelProxy { - if x, ok := x.GetForceProxyType().(*Proxy_ProxyAnnouncedCall_ForceProxyTypeCancelProxy); ok { - return x.ForceProxyTypeCancelProxy - } - return nil -} - -func (m *Proxy_ProxyAnnouncedCall) GetCall() isProxy_ProxyAnnouncedCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallSystem() *SystemPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallSystem); ok { - return x.CallSystem - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallTimestamp() *TimestampPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallTimestamp); ok { - return x.CallTimestamp - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallBabe() *BabePallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallBabe); ok { - return x.CallBabe - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallGrandpa() *GrandpaPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallGrandpa); ok { - return x.CallGrandpa - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallBalances() *BalancesPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallBalances); ok { - return x.CallBalances - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallVesting() *VestingPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallVesting); ok { - return x.CallVesting - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallBagsList() *BagsListPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallBagsList); ok { - return x.CallBagsList - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallImOnline() *ImOnlinePallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallImOnline); ok { - return x.CallImOnline - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallStaking() *StakingPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallStaking); ok { - return x.CallStaking - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallSession() *SessionPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallSession); ok { - return x.CallSession - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallTreasury() *TreasuryPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallTreasury); ok { - return x.CallTreasury - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallUtility() *UtilityPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallUtility); ok { - return x.CallUtility - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallConvictionVoting() *ConvictionVotingPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallConvictionVoting); ok { - return x.CallConvictionVoting - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallReferenda() *ReferendaPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallReferenda); ok { - return x.CallReferenda - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallFellowshipCollective() *FellowshipCollectivePallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallFellowshipCollective); ok { - return x.CallFellowshipCollective - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallFellowshipReferenda() *FellowshipReferendaPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallFellowshipReferenda); ok { - return x.CallFellowshipReferenda - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallWhitelist() *WhitelistPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallWhitelist); ok { - return x.CallWhitelist - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallScheduler() *SchedulerPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallScheduler); ok { - return x.CallScheduler - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallPreimage() *PreimagePallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallPreimage); ok { - return x.CallPreimage - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallIdentity() *IdentityPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallIdentity); ok { - return x.CallIdentity - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallProxy() *ProxyPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallProxy); ok { - return x.CallProxy - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallMultisig() *MultisigPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallMultisig); ok { - return x.CallMultisig - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallElectionProviderMultiPhase() *ElectionProviderMultiPhasePallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallElectionProviderMultiPhase); ok { - return x.CallElectionProviderMultiPhase - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallBounties() *BountiesPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallBounties); ok { - return x.CallBounties - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallChildBounties() *ChildBountiesPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallChildBounties); ok { - return x.CallChildBounties - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallNominationPools() *NominationPoolsPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallNominationPools); ok { - return x.CallNominationPools - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallGear() *GearPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallGear); ok { - return x.CallGear - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallStakingRewards() *StakingRewardsPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallStakingRewards); ok { - return x.CallStakingRewards - } - return nil -} - -func (x *Proxy_ProxyAnnouncedCall) GetCallGearVoucher() *GearVoucherPallet { - if x, ok := x.GetCall().(*Proxy_ProxyAnnouncedCall_CallGearVoucher); ok { - return x.CallGearVoucher - } - return nil -} - -type isProxy_ProxyAnnouncedCall_Delegate interface { - isProxy_ProxyAnnouncedCall_Delegate() -} - -type Proxy_ProxyAnnouncedCall_DelegateId struct { - DelegateId *Proxy_Id `protobuf:"bytes,1,opt,name=delegate_id,json=delegateId,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_DelegateIndex struct { - DelegateIndex *Proxy_Index `protobuf:"bytes,2,opt,name=delegate_index,json=delegateIndex,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_DelegateRaw struct { - DelegateRaw *Proxy_Raw `protobuf:"bytes,3,opt,name=delegate_raw,json=delegateRaw,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_DelegateAddress32 struct { - DelegateAddress32 *Proxy_Address32 `protobuf:"bytes,4,opt,name=delegate_address32,json=delegateAddress32,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_DelegateAddress20 struct { - DelegateAddress20 *Proxy_Address20 `protobuf:"bytes,5,opt,name=delegate_address20,json=delegateAddress20,proto3,oneof"` -} - -func (*Proxy_ProxyAnnouncedCall_DelegateId) isProxy_ProxyAnnouncedCall_Delegate() {} - -func (*Proxy_ProxyAnnouncedCall_DelegateIndex) isProxy_ProxyAnnouncedCall_Delegate() {} - -func (*Proxy_ProxyAnnouncedCall_DelegateRaw) isProxy_ProxyAnnouncedCall_Delegate() {} - -func (*Proxy_ProxyAnnouncedCall_DelegateAddress32) isProxy_ProxyAnnouncedCall_Delegate() {} - -func (*Proxy_ProxyAnnouncedCall_DelegateAddress20) isProxy_ProxyAnnouncedCall_Delegate() {} - -type isProxy_ProxyAnnouncedCall_Real interface { - isProxy_ProxyAnnouncedCall_Real() -} - -type Proxy_ProxyAnnouncedCall_RealId struct { - RealId *Proxy_Id `protobuf:"bytes,6,opt,name=real_id,json=realId,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_RealIndex struct { - RealIndex *Proxy_Index `protobuf:"bytes,7,opt,name=real_index,json=realIndex,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_RealRaw struct { - RealRaw *Proxy_Raw `protobuf:"bytes,8,opt,name=real_raw,json=realRaw,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_RealAddress32 struct { - RealAddress32 *Proxy_Address32 `protobuf:"bytes,9,opt,name=real_address32,json=realAddress32,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_RealAddress20 struct { - RealAddress20 *Proxy_Address20 `protobuf:"bytes,10,opt,name=real_address20,json=realAddress20,proto3,oneof"` -} - -func (*Proxy_ProxyAnnouncedCall_RealId) isProxy_ProxyAnnouncedCall_Real() {} - -func (*Proxy_ProxyAnnouncedCall_RealIndex) isProxy_ProxyAnnouncedCall_Real() {} - -func (*Proxy_ProxyAnnouncedCall_RealRaw) isProxy_ProxyAnnouncedCall_Real() {} - -func (*Proxy_ProxyAnnouncedCall_RealAddress32) isProxy_ProxyAnnouncedCall_Real() {} - -func (*Proxy_ProxyAnnouncedCall_RealAddress20) isProxy_ProxyAnnouncedCall_Real() {} - -type isProxy_ProxyAnnouncedCall_ForceProxyType interface { - isProxy_ProxyAnnouncedCall_ForceProxyType() -} - -type Proxy_ProxyAnnouncedCall_ForceProxyTypeAny struct { - ForceProxyTypeAny *Proxy_Any `protobuf:"bytes,11,opt,name=force_proxy_type_any,json=forceProxyTypeAny,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_ForceProxyTypeNonTransfer struct { - ForceProxyTypeNonTransfer *Proxy_NonTransfer `protobuf:"bytes,12,opt,name=force_proxy_type_non_transfer,json=forceProxyTypeNonTransfer,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_ForceProxyTypeGovernance struct { - ForceProxyTypeGovernance *Proxy_Governance `protobuf:"bytes,13,opt,name=force_proxy_type_governance,json=forceProxyTypeGovernance,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_ForceProxyTypeStaking struct { - ForceProxyTypeStaking *Proxy_Staking `protobuf:"bytes,14,opt,name=force_proxy_type_staking,json=forceProxyTypeStaking,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_ForceProxyTypeIdentityJudgement struct { - ForceProxyTypeIdentityJudgement *Proxy_IdentityJudgement `protobuf:"bytes,15,opt,name=force_proxy_type_identity_judgement,json=forceProxyTypeIdentityJudgement,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_ForceProxyTypeCancelProxy struct { - ForceProxyTypeCancelProxy *Proxy_CancelProxy `protobuf:"bytes,16,opt,name=force_proxy_type_cancel_proxy,json=forceProxyTypeCancelProxy,proto3,oneof"` -} - -func (*Proxy_ProxyAnnouncedCall_ForceProxyTypeAny) isProxy_ProxyAnnouncedCall_ForceProxyType() {} - -func (*Proxy_ProxyAnnouncedCall_ForceProxyTypeNonTransfer) isProxy_ProxyAnnouncedCall_ForceProxyType() { -} - -func (*Proxy_ProxyAnnouncedCall_ForceProxyTypeGovernance) isProxy_ProxyAnnouncedCall_ForceProxyType() { -} - -func (*Proxy_ProxyAnnouncedCall_ForceProxyTypeStaking) isProxy_ProxyAnnouncedCall_ForceProxyType() {} - -func (*Proxy_ProxyAnnouncedCall_ForceProxyTypeIdentityJudgement) isProxy_ProxyAnnouncedCall_ForceProxyType() { -} - -func (*Proxy_ProxyAnnouncedCall_ForceProxyTypeCancelProxy) isProxy_ProxyAnnouncedCall_ForceProxyType() { -} - -type isProxy_ProxyAnnouncedCall_Call interface { - isProxy_ProxyAnnouncedCall_Call() -} - -type Proxy_ProxyAnnouncedCall_CallSystem struct { - CallSystem *SystemPallet `protobuf:"bytes,17,opt,name=call_system,json=callSystem,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallTimestamp struct { - CallTimestamp *TimestampPallet `protobuf:"bytes,18,opt,name=call_timestamp,json=callTimestamp,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallBabe struct { - CallBabe *BabePallet `protobuf:"bytes,19,opt,name=call_babe,json=callBabe,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallGrandpa struct { - CallGrandpa *GrandpaPallet `protobuf:"bytes,20,opt,name=call_grandpa,json=callGrandpa,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallBalances struct { - CallBalances *BalancesPallet `protobuf:"bytes,21,opt,name=call_balances,json=callBalances,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallVesting struct { - CallVesting *VestingPallet `protobuf:"bytes,22,opt,name=call_vesting,json=callVesting,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallBagsList struct { - CallBagsList *BagsListPallet `protobuf:"bytes,23,opt,name=call_bags_list,json=callBagsList,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallImOnline struct { - CallImOnline *ImOnlinePallet `protobuf:"bytes,24,opt,name=call_im_online,json=callImOnline,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallStaking struct { - CallStaking *StakingPallet `protobuf:"bytes,25,opt,name=call_staking,json=callStaking,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallSession struct { - CallSession *SessionPallet `protobuf:"bytes,26,opt,name=call_session,json=callSession,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallTreasury struct { - CallTreasury *TreasuryPallet `protobuf:"bytes,27,opt,name=call_treasury,json=callTreasury,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallUtility struct { - CallUtility *UtilityPallet `protobuf:"bytes,28,opt,name=call_utility,json=callUtility,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallConvictionVoting struct { - CallConvictionVoting *ConvictionVotingPallet `protobuf:"bytes,29,opt,name=call_conviction_voting,json=callConvictionVoting,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallReferenda struct { - CallReferenda *ReferendaPallet `protobuf:"bytes,30,opt,name=call_referenda,json=callReferenda,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallFellowshipCollective struct { - CallFellowshipCollective *FellowshipCollectivePallet `protobuf:"bytes,31,opt,name=call_fellowship_collective,json=callFellowshipCollective,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallFellowshipReferenda struct { - CallFellowshipReferenda *FellowshipReferendaPallet `protobuf:"bytes,32,opt,name=call_fellowship_referenda,json=callFellowshipReferenda,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallWhitelist struct { - CallWhitelist *WhitelistPallet `protobuf:"bytes,33,opt,name=call_whitelist,json=callWhitelist,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallScheduler struct { - CallScheduler *SchedulerPallet `protobuf:"bytes,34,opt,name=call_scheduler,json=callScheduler,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallPreimage struct { - CallPreimage *PreimagePallet `protobuf:"bytes,35,opt,name=call_preimage,json=callPreimage,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallIdentity struct { - CallIdentity *IdentityPallet `protobuf:"bytes,36,opt,name=call_identity,json=callIdentity,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallProxy struct { - CallProxy *ProxyPallet `protobuf:"bytes,37,opt,name=call_proxy,json=callProxy,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallMultisig struct { - CallMultisig *MultisigPallet `protobuf:"bytes,38,opt,name=call_multisig,json=callMultisig,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallElectionProviderMultiPhase struct { - CallElectionProviderMultiPhase *ElectionProviderMultiPhasePallet `protobuf:"bytes,39,opt,name=call_election_provider_multi_phase,json=callElectionProviderMultiPhase,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallBounties struct { - CallBounties *BountiesPallet `protobuf:"bytes,40,opt,name=call_bounties,json=callBounties,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallChildBounties struct { - CallChildBounties *ChildBountiesPallet `protobuf:"bytes,41,opt,name=call_child_bounties,json=callChildBounties,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallNominationPools struct { - CallNominationPools *NominationPoolsPallet `protobuf:"bytes,42,opt,name=call_nomination_pools,json=callNominationPools,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallGear struct { - CallGear *GearPallet `protobuf:"bytes,43,opt,name=call_gear,json=callGear,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallStakingRewards struct { - CallStakingRewards *StakingRewardsPallet `protobuf:"bytes,44,opt,name=call_staking_rewards,json=callStakingRewards,proto3,oneof"` -} - -type Proxy_ProxyAnnouncedCall_CallGearVoucher struct { - CallGearVoucher *GearVoucherPallet `protobuf:"bytes,45,opt,name=call_gear_voucher,json=callGearVoucher,proto3,oneof"` -} - -func (*Proxy_ProxyAnnouncedCall_CallSystem) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallTimestamp) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallBabe) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallGrandpa) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallBalances) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallVesting) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallBagsList) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallImOnline) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallStaking) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallSession) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallTreasury) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallUtility) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallConvictionVoting) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallReferenda) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallFellowshipCollective) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallFellowshipReferenda) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallWhitelist) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallScheduler) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallPreimage) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallIdentity) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallProxy) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallMultisig) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallElectionProviderMultiPhase) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallBounties) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallChildBounties) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallNominationPools) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallGear) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallStakingRewards) isProxy_ProxyAnnouncedCall_Call() {} - -func (*Proxy_ProxyAnnouncedCall_CallGearVoucher) isProxy_ProxyAnnouncedCall_Call() {} - -type Multisig_AsMultiThreshold1Call struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - OtherSignatories []*SpCoreCryptoAccountId32 `protobuf:"bytes,1,rep,name=other_signatories,json=otherSignatories,proto3" json:"other_signatories,omitempty"` - // Types that are assignable to Call: - // - // *Multisig_AsMultiThreshold1Call_CallSystem - // *Multisig_AsMultiThreshold1Call_CallTimestamp - // *Multisig_AsMultiThreshold1Call_CallBabe - // *Multisig_AsMultiThreshold1Call_CallGrandpa - // *Multisig_AsMultiThreshold1Call_CallBalances - // *Multisig_AsMultiThreshold1Call_CallVesting - // *Multisig_AsMultiThreshold1Call_CallBagsList - // *Multisig_AsMultiThreshold1Call_CallImOnline - // *Multisig_AsMultiThreshold1Call_CallStaking - // *Multisig_AsMultiThreshold1Call_CallSession - // *Multisig_AsMultiThreshold1Call_CallTreasury - // *Multisig_AsMultiThreshold1Call_CallUtility - // *Multisig_AsMultiThreshold1Call_CallConvictionVoting - // *Multisig_AsMultiThreshold1Call_CallReferenda - // *Multisig_AsMultiThreshold1Call_CallFellowshipCollective - // *Multisig_AsMultiThreshold1Call_CallFellowshipReferenda - // *Multisig_AsMultiThreshold1Call_CallWhitelist - // *Multisig_AsMultiThreshold1Call_CallScheduler - // *Multisig_AsMultiThreshold1Call_CallPreimage - // *Multisig_AsMultiThreshold1Call_CallIdentity - // *Multisig_AsMultiThreshold1Call_CallProxy - // *Multisig_AsMultiThreshold1Call_CallMultisig - // *Multisig_AsMultiThreshold1Call_CallElectionProviderMultiPhase - // *Multisig_AsMultiThreshold1Call_CallBounties - // *Multisig_AsMultiThreshold1Call_CallChildBounties - // *Multisig_AsMultiThreshold1Call_CallNominationPools - // *Multisig_AsMultiThreshold1Call_CallGear - // *Multisig_AsMultiThreshold1Call_CallStakingRewards - // *Multisig_AsMultiThreshold1Call_CallGearVoucher - Call isMultisig_AsMultiThreshold1Call_Call `protobuf_oneof:"call"` -} - -func (x *Multisig_AsMultiThreshold1Call) Reset() { - *x = Multisig_AsMultiThreshold1Call{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[124] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Multisig_AsMultiThreshold1Call) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Multisig_AsMultiThreshold1Call) ProtoMessage() {} - -func (x *Multisig_AsMultiThreshold1Call) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[124] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Multisig_AsMultiThreshold1Call.ProtoReflect.Descriptor instead. -func (*Multisig_AsMultiThreshold1Call) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{124} -} - -func (x *Multisig_AsMultiThreshold1Call) GetOtherSignatories() []*SpCoreCryptoAccountId32 { - if x != nil { - return x.OtherSignatories - } - return nil -} - -func (m *Multisig_AsMultiThreshold1Call) GetCall() isMultisig_AsMultiThreshold1Call_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallSystem() *SystemPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallSystem); ok { - return x.CallSystem - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallTimestamp() *TimestampPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallTimestamp); ok { - return x.CallTimestamp - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallBabe() *BabePallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallBabe); ok { - return x.CallBabe - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallGrandpa() *GrandpaPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallGrandpa); ok { - return x.CallGrandpa - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallBalances() *BalancesPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallBalances); ok { - return x.CallBalances - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallVesting() *VestingPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallVesting); ok { - return x.CallVesting - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallBagsList() *BagsListPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallBagsList); ok { - return x.CallBagsList - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallImOnline() *ImOnlinePallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallImOnline); ok { - return x.CallImOnline - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallStaking() *StakingPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallStaking); ok { - return x.CallStaking - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallSession() *SessionPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallSession); ok { - return x.CallSession - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallTreasury() *TreasuryPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallTreasury); ok { - return x.CallTreasury - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallUtility() *UtilityPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallUtility); ok { - return x.CallUtility - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallConvictionVoting() *ConvictionVotingPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallConvictionVoting); ok { - return x.CallConvictionVoting - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallReferenda() *ReferendaPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallReferenda); ok { - return x.CallReferenda - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallFellowshipCollective() *FellowshipCollectivePallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallFellowshipCollective); ok { - return x.CallFellowshipCollective - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallFellowshipReferenda() *FellowshipReferendaPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallFellowshipReferenda); ok { - return x.CallFellowshipReferenda - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallWhitelist() *WhitelistPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallWhitelist); ok { - return x.CallWhitelist - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallScheduler() *SchedulerPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallScheduler); ok { - return x.CallScheduler - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallPreimage() *PreimagePallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallPreimage); ok { - return x.CallPreimage - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallIdentity() *IdentityPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallIdentity); ok { - return x.CallIdentity - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallProxy() *ProxyPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallProxy); ok { - return x.CallProxy - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallMultisig() *MultisigPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallMultisig); ok { - return x.CallMultisig - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallElectionProviderMultiPhase() *ElectionProviderMultiPhasePallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallElectionProviderMultiPhase); ok { - return x.CallElectionProviderMultiPhase - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallBounties() *BountiesPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallBounties); ok { - return x.CallBounties - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallChildBounties() *ChildBountiesPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallChildBounties); ok { - return x.CallChildBounties - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallNominationPools() *NominationPoolsPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallNominationPools); ok { - return x.CallNominationPools - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallGear() *GearPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallGear); ok { - return x.CallGear - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallStakingRewards() *StakingRewardsPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallStakingRewards); ok { - return x.CallStakingRewards - } - return nil -} - -func (x *Multisig_AsMultiThreshold1Call) GetCallGearVoucher() *GearVoucherPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiThreshold1Call_CallGearVoucher); ok { - return x.CallGearVoucher - } - return nil -} - -type isMultisig_AsMultiThreshold1Call_Call interface { - isMultisig_AsMultiThreshold1Call_Call() -} - -type Multisig_AsMultiThreshold1Call_CallSystem struct { - CallSystem *SystemPallet `protobuf:"bytes,2,opt,name=call_system,json=callSystem,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallTimestamp struct { - CallTimestamp *TimestampPallet `protobuf:"bytes,3,opt,name=call_timestamp,json=callTimestamp,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallBabe struct { - CallBabe *BabePallet `protobuf:"bytes,4,opt,name=call_babe,json=callBabe,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallGrandpa struct { - CallGrandpa *GrandpaPallet `protobuf:"bytes,5,opt,name=call_grandpa,json=callGrandpa,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallBalances struct { - CallBalances *BalancesPallet `protobuf:"bytes,6,opt,name=call_balances,json=callBalances,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallVesting struct { - CallVesting *VestingPallet `protobuf:"bytes,7,opt,name=call_vesting,json=callVesting,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallBagsList struct { - CallBagsList *BagsListPallet `protobuf:"bytes,8,opt,name=call_bags_list,json=callBagsList,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallImOnline struct { - CallImOnline *ImOnlinePallet `protobuf:"bytes,9,opt,name=call_im_online,json=callImOnline,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallStaking struct { - CallStaking *StakingPallet `protobuf:"bytes,10,opt,name=call_staking,json=callStaking,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallSession struct { - CallSession *SessionPallet `protobuf:"bytes,11,opt,name=call_session,json=callSession,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallTreasury struct { - CallTreasury *TreasuryPallet `protobuf:"bytes,12,opt,name=call_treasury,json=callTreasury,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallUtility struct { - CallUtility *UtilityPallet `protobuf:"bytes,13,opt,name=call_utility,json=callUtility,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallConvictionVoting struct { - CallConvictionVoting *ConvictionVotingPallet `protobuf:"bytes,14,opt,name=call_conviction_voting,json=callConvictionVoting,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallReferenda struct { - CallReferenda *ReferendaPallet `protobuf:"bytes,15,opt,name=call_referenda,json=callReferenda,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallFellowshipCollective struct { - CallFellowshipCollective *FellowshipCollectivePallet `protobuf:"bytes,16,opt,name=call_fellowship_collective,json=callFellowshipCollective,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallFellowshipReferenda struct { - CallFellowshipReferenda *FellowshipReferendaPallet `protobuf:"bytes,17,opt,name=call_fellowship_referenda,json=callFellowshipReferenda,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallWhitelist struct { - CallWhitelist *WhitelistPallet `protobuf:"bytes,18,opt,name=call_whitelist,json=callWhitelist,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallScheduler struct { - CallScheduler *SchedulerPallet `protobuf:"bytes,19,opt,name=call_scheduler,json=callScheduler,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallPreimage struct { - CallPreimage *PreimagePallet `protobuf:"bytes,20,opt,name=call_preimage,json=callPreimage,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallIdentity struct { - CallIdentity *IdentityPallet `protobuf:"bytes,21,opt,name=call_identity,json=callIdentity,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallProxy struct { - CallProxy *ProxyPallet `protobuf:"bytes,22,opt,name=call_proxy,json=callProxy,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallMultisig struct { - CallMultisig *MultisigPallet `protobuf:"bytes,23,opt,name=call_multisig,json=callMultisig,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallElectionProviderMultiPhase struct { - CallElectionProviderMultiPhase *ElectionProviderMultiPhasePallet `protobuf:"bytes,24,opt,name=call_election_provider_multi_phase,json=callElectionProviderMultiPhase,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallBounties struct { - CallBounties *BountiesPallet `protobuf:"bytes,25,opt,name=call_bounties,json=callBounties,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallChildBounties struct { - CallChildBounties *ChildBountiesPallet `protobuf:"bytes,26,opt,name=call_child_bounties,json=callChildBounties,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallNominationPools struct { - CallNominationPools *NominationPoolsPallet `protobuf:"bytes,27,opt,name=call_nomination_pools,json=callNominationPools,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallGear struct { - CallGear *GearPallet `protobuf:"bytes,28,opt,name=call_gear,json=callGear,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallStakingRewards struct { - CallStakingRewards *StakingRewardsPallet `protobuf:"bytes,29,opt,name=call_staking_rewards,json=callStakingRewards,proto3,oneof"` -} - -type Multisig_AsMultiThreshold1Call_CallGearVoucher struct { - CallGearVoucher *GearVoucherPallet `protobuf:"bytes,30,opt,name=call_gear_voucher,json=callGearVoucher,proto3,oneof"` -} - -func (*Multisig_AsMultiThreshold1Call_CallSystem) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallTimestamp) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallBabe) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallGrandpa) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallBalances) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallVesting) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallBagsList) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallImOnline) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallStaking) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallSession) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallTreasury) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallUtility) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallConvictionVoting) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallReferenda) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallFellowshipCollective) isMultisig_AsMultiThreshold1Call_Call() { -} - -func (*Multisig_AsMultiThreshold1Call_CallFellowshipReferenda) isMultisig_AsMultiThreshold1Call_Call() { -} - -func (*Multisig_AsMultiThreshold1Call_CallWhitelist) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallScheduler) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallPreimage) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallIdentity) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallProxy) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallMultisig) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallElectionProviderMultiPhase) isMultisig_AsMultiThreshold1Call_Call() { -} - -func (*Multisig_AsMultiThreshold1Call_CallBounties) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallChildBounties) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallNominationPools) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallGear) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallStakingRewards) isMultisig_AsMultiThreshold1Call_Call() {} - -func (*Multisig_AsMultiThreshold1Call_CallGearVoucher) isMultisig_AsMultiThreshold1Call_Call() {} - -type GearMessengerPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *GearMessengerPallet) Reset() { - *x = GearMessengerPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[125] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearMessengerPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearMessengerPallet) ProtoMessage() {} - -func (x *GearMessengerPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[125] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearMessengerPallet.ProtoReflect.Descriptor instead. -func (*GearMessengerPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{125} -} - -type StakingRewardsPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *StakingRewardsPallet_CallRefillCall - // *StakingRewardsPallet_CallForceRefillCall - // *StakingRewardsPallet_CallWithdrawCall - // *StakingRewardsPallet_CallAlignSupplyCall - Call isStakingRewardsPallet_Call `protobuf_oneof:"call"` -} - -func (x *StakingRewardsPallet) Reset() { - *x = StakingRewardsPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[126] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingRewardsPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingRewardsPallet) ProtoMessage() {} - -func (x *StakingRewardsPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[126] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingRewardsPallet.ProtoReflect.Descriptor instead. -func (*StakingRewardsPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{126} -} - -func (m *StakingRewardsPallet) GetCall() isStakingRewardsPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *StakingRewardsPallet) GetCallRefillCall() *StakingRewards_RefillCall { - if x, ok := x.GetCall().(*StakingRewardsPallet_CallRefillCall); ok { - return x.CallRefillCall - } - return nil -} - -func (x *StakingRewardsPallet) GetCallForceRefillCall() *StakingRewards_ForceRefillCall { - if x, ok := x.GetCall().(*StakingRewardsPallet_CallForceRefillCall); ok { - return x.CallForceRefillCall - } - return nil -} - -func (x *StakingRewardsPallet) GetCallWithdrawCall() *StakingRewards_WithdrawCall { - if x, ok := x.GetCall().(*StakingRewardsPallet_CallWithdrawCall); ok { - return x.CallWithdrawCall - } - return nil -} - -func (x *StakingRewardsPallet) GetCallAlignSupplyCall() *StakingRewards_AlignSupplyCall { - if x, ok := x.GetCall().(*StakingRewardsPallet_CallAlignSupplyCall); ok { - return x.CallAlignSupplyCall - } - return nil -} - -type isStakingRewardsPallet_Call interface { - isStakingRewardsPallet_Call() -} - -type StakingRewardsPallet_CallRefillCall struct { - CallRefillCall *StakingRewards_RefillCall `protobuf:"bytes,1,opt,name=call_refill_call,json=callRefillCall,proto3,oneof"` -} - -type StakingRewardsPallet_CallForceRefillCall struct { - CallForceRefillCall *StakingRewards_ForceRefillCall `protobuf:"bytes,2,opt,name=call_force_refill_call,json=callForceRefillCall,proto3,oneof"` -} - -type StakingRewardsPallet_CallWithdrawCall struct { - CallWithdrawCall *StakingRewards_WithdrawCall `protobuf:"bytes,3,opt,name=call_withdraw_call,json=callWithdrawCall,proto3,oneof"` -} - -type StakingRewardsPallet_CallAlignSupplyCall struct { - CallAlignSupplyCall *StakingRewards_AlignSupplyCall `protobuf:"bytes,4,opt,name=call_align_supply_call,json=callAlignSupplyCall,proto3,oneof"` -} - -func (*StakingRewardsPallet_CallRefillCall) isStakingRewardsPallet_Call() {} - -func (*StakingRewardsPallet_CallForceRefillCall) isStakingRewardsPallet_Call() {} - -func (*StakingRewardsPallet_CallWithdrawCall) isStakingRewardsPallet_Call() {} - -func (*StakingRewardsPallet_CallAlignSupplyCall) isStakingRewardsPallet_Call() {} - -type SpCoreEd25519Public struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *SpCoreEd25519Public) Reset() { - *x = SpCoreEd25519Public{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[127] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpCoreEd25519Public) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpCoreEd25519Public) ProtoMessage() {} - -func (x *SpCoreEd25519Public) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[127] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpCoreEd25519Public.ProtoReflect.Descriptor instead. -func (*SpCoreEd25519Public) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{127} -} - -func (x *SpCoreEd25519Public) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type SpConsensusBabeAppPublic struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreSr25519Public `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *SpConsensusBabeAppPublic) Reset() { - *x = SpConsensusBabeAppPublic{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[128] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpConsensusBabeAppPublic) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpConsensusBabeAppPublic) ProtoMessage() {} - -func (x *SpConsensusBabeAppPublic) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[128] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpConsensusBabeAppPublic.ProtoReflect.Descriptor instead. -func (*SpConsensusBabeAppPublic) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{128} -} - -func (x *SpConsensusBabeAppPublic) GetValue0() *SpCoreSr25519Public { - if x != nil { - return x.Value0 - } - return nil -} - -type NominationPools_FreeBalance struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 string `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *NominationPools_FreeBalance) Reset() { - *x = NominationPools_FreeBalance{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[129] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_FreeBalance) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_FreeBalance) ProtoMessage() {} - -func (x *NominationPools_FreeBalance) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[129] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_FreeBalance.ProtoReflect.Descriptor instead. -func (*NominationPools_FreeBalance) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{129} -} - -func (x *NominationPools_FreeBalance) GetValue0() string { - if x != nil { - return x.Value0 - } - return "" -} - -type StakingRewards_From struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to From: - // - // *StakingRewards_From_FromId - // *StakingRewards_From_FromIndex - // *StakingRewards_From_FromRaw - // *StakingRewards_From_FromAddress32 - // *StakingRewards_From_FromAddress20 - From isStakingRewards_From_From `protobuf_oneof:"from"` -} - -func (x *StakingRewards_From) Reset() { - *x = StakingRewards_From{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[130] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingRewards_From) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingRewards_From) ProtoMessage() {} - -func (x *StakingRewards_From) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[130] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingRewards_From.ProtoReflect.Descriptor instead. -func (*StakingRewards_From) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{130} -} - -func (m *StakingRewards_From) GetFrom() isStakingRewards_From_From { - if m != nil { - return m.From - } - return nil -} - -func (x *StakingRewards_From) GetFromId() *StakingRewards_Id { - if x, ok := x.GetFrom().(*StakingRewards_From_FromId); ok { - return x.FromId - } - return nil -} - -func (x *StakingRewards_From) GetFromIndex() *StakingRewards_Index { - if x, ok := x.GetFrom().(*StakingRewards_From_FromIndex); ok { - return x.FromIndex - } - return nil -} - -func (x *StakingRewards_From) GetFromRaw() *StakingRewards_Raw { - if x, ok := x.GetFrom().(*StakingRewards_From_FromRaw); ok { - return x.FromRaw - } - return nil -} - -func (x *StakingRewards_From) GetFromAddress32() *StakingRewards_Address32 { - if x, ok := x.GetFrom().(*StakingRewards_From_FromAddress32); ok { - return x.FromAddress32 - } - return nil -} - -func (x *StakingRewards_From) GetFromAddress20() *StakingRewards_Address20 { - if x, ok := x.GetFrom().(*StakingRewards_From_FromAddress20); ok { - return x.FromAddress20 - } - return nil -} - -type isStakingRewards_From_From interface { - isStakingRewards_From_From() -} - -type StakingRewards_From_FromId struct { - FromId *StakingRewards_Id `protobuf:"bytes,1,opt,name=from_id,json=fromId,proto3,oneof"` -} - -type StakingRewards_From_FromIndex struct { - FromIndex *StakingRewards_Index `protobuf:"bytes,2,opt,name=from_index,json=fromIndex,proto3,oneof"` -} - -type StakingRewards_From_FromRaw struct { - FromRaw *StakingRewards_Raw `protobuf:"bytes,3,opt,name=from_raw,json=fromRaw,proto3,oneof"` -} - -type StakingRewards_From_FromAddress32 struct { - FromAddress32 *StakingRewards_Address32 `protobuf:"bytes,4,opt,name=from_address32,json=fromAddress32,proto3,oneof"` -} - -type StakingRewards_From_FromAddress20 struct { - FromAddress20 *StakingRewards_Address20 `protobuf:"bytes,5,opt,name=from_address20,json=fromAddress20,proto3,oneof"` -} - -func (*StakingRewards_From_FromId) isStakingRewards_From_From() {} - -func (*StakingRewards_From_FromIndex) isStakingRewards_From_From() {} - -func (*StakingRewards_From_FromRaw) isStakingRewards_From_From() {} - -func (*StakingRewards_From_FromAddress32) isStakingRewards_From_From() {} - -func (*StakingRewards_From_FromAddress20) isStakingRewards_From_From() {} - -type FellowshipReferenda_RefundSubmissionDepositCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *FellowshipReferenda_RefundSubmissionDepositCall) Reset() { - *x = FellowshipReferenda_RefundSubmissionDepositCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[131] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_RefundSubmissionDepositCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_RefundSubmissionDepositCall) ProtoMessage() {} - -func (x *FellowshipReferenda_RefundSubmissionDepositCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[131] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_RefundSubmissionDepositCall.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_RefundSubmissionDepositCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{131} -} - -func (x *FellowshipReferenda_RefundSubmissionDepositCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type Proxy_Governance struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Proxy_Governance) Reset() { - *x = Proxy_Governance{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[132] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_Governance) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_Governance) ProtoMessage() {} - -func (x *Proxy_Governance) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[132] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_Governance.ProtoReflect.Descriptor instead. -func (*Proxy_Governance) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{132} -} - -type FellowshipCollective_Id struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *FellowshipCollective_Id) Reset() { - *x = FellowshipCollective_Id{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[133] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollective_Id) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollective_Id) ProtoMessage() {} - -func (x *FellowshipCollective_Id) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[133] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollective_Id.ProtoReflect.Descriptor instead. -func (*FellowshipCollective_Id) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{133} -} - -func (x *FellowshipCollective_Id) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type StakingRewards_Index struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *StakingRewards_TupleNull `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *StakingRewards_Index) Reset() { - *x = StakingRewards_Index{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[134] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingRewards_Index) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingRewards_Index) ProtoMessage() {} - -func (x *StakingRewards_Index) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[134] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingRewards_Index.ProtoReflect.Descriptor instead. -func (*StakingRewards_Index) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{134} -} - -func (x *StakingRewards_Index) GetValue0() *StakingRewards_TupleNull { - if x != nil { - return x.Value0 - } - return nil -} - -type Fellowship7Dan struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Fellowship7Dan) Reset() { - *x = Fellowship7Dan{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[135] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Fellowship7Dan) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Fellowship7Dan) ProtoMessage() {} - -func (x *Fellowship7Dan) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[135] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Fellowship7Dan.ProtoReflect.Descriptor instead. -func (*Fellowship7Dan) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{135} -} - -type ConvictionVoting_Id struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *ConvictionVoting_Id) Reset() { - *x = ConvictionVoting_Id{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[136] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Id) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Id) ProtoMessage() {} - -func (x *ConvictionVoting_Id) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[136] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Id.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Id) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{136} -} - -func (x *ConvictionVoting_Id) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_Raw8 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw8) Reset() { - *x = Identity_Raw8{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[137] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw8) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw8) ProtoMessage() {} - -func (x *Identity_Raw8) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[137] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw8.ProtoReflect.Descriptor instead. -func (*Identity_Raw8) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{137} -} - -func (x *Identity_Raw8) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_SetFeeCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` - Fee string `protobuf:"bytes,2,opt,name=fee,proto3" json:"fee,omitempty"` -} - -func (x *Identity_SetFeeCall) Reset() { - *x = Identity_SetFeeCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[138] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_SetFeeCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_SetFeeCall) ProtoMessage() {} - -func (x *Identity_SetFeeCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[138] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_SetFeeCall.ProtoReflect.Descriptor instead. -func (*Identity_SetFeeCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{138} -} - -func (x *Identity_SetFeeCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -func (x *Identity_SetFeeCall) GetFee() string { - if x != nil { - return x.Fee - } - return "" -} - -type Babe_PrimaryAndSecondaryPlainSlots struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Babe_PrimaryAndSecondaryPlainSlots) Reset() { - *x = Babe_PrimaryAndSecondaryPlainSlots{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[139] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_PrimaryAndSecondaryPlainSlots) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_PrimaryAndSecondaryPlainSlots) ProtoMessage() {} - -func (x *Babe_PrimaryAndSecondaryPlainSlots) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[139] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_PrimaryAndSecondaryPlainSlots.ProtoReflect.Descriptor instead. -func (*Babe_PrimaryAndSecondaryPlainSlots) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{139} -} - -type Staking_SetInvulnerablesCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Invulnerables []*SpCoreCryptoAccountId32 `protobuf:"bytes,1,rep,name=invulnerables,proto3" json:"invulnerables,omitempty"` -} - -func (x *Staking_SetInvulnerablesCall) Reset() { - *x = Staking_SetInvulnerablesCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[140] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_SetInvulnerablesCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_SetInvulnerablesCall) ProtoMessage() {} - -func (x *Staking_SetInvulnerablesCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[140] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_SetInvulnerablesCall.ProtoReflect.Descriptor instead. -func (*Staking_SetInvulnerablesCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{140} -} - -func (x *Staking_SetInvulnerablesCall) GetInvulnerables() []*SpCoreCryptoAccountId32 { - if x != nil { - return x.Invulnerables - } - return nil -} - -type SpWeightsWeightV2Weight struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RefTime uint64 `protobuf:"varint,1,opt,name=ref_time,json=refTime,proto3" json:"ref_time,omitempty"` - ProofSize uint64 `protobuf:"varint,2,opt,name=proof_size,json=proofSize,proto3" json:"proof_size,omitempty"` -} - -func (x *SpWeightsWeightV2Weight) Reset() { - *x = SpWeightsWeightV2Weight{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[141] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpWeightsWeightV2Weight) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpWeightsWeightV2Weight) ProtoMessage() {} - -func (x *SpWeightsWeightV2Weight) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[141] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpWeightsWeightV2Weight.ProtoReflect.Descriptor instead. -func (*SpWeightsWeightV2Weight) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{141} -} - -func (x *SpWeightsWeightV2Weight) GetRefTime() uint64 { - if x != nil { - return x.RefTime - } - return 0 -} - -func (x *SpWeightsWeightV2Weight) GetProofSize() uint64 { - if x != nil { - return x.ProofSize - } - return 0 -} - -type Whitelist_WhitelistCallCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CallHash *PrimitiveTypesH256 `protobuf:"bytes,1,opt,name=call_hash,json=callHash,proto3" json:"call_hash,omitempty"` -} - -func (x *Whitelist_WhitelistCallCall) Reset() { - *x = Whitelist_WhitelistCallCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[142] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Whitelist_WhitelistCallCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Whitelist_WhitelistCallCall) ProtoMessage() {} - -func (x *Whitelist_WhitelistCallCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[142] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Whitelist_WhitelistCallCall.ProtoReflect.Descriptor instead. -func (*Whitelist_WhitelistCallCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{142} -} - -func (x *Whitelist_WhitelistCallCall) GetCallHash() *PrimitiveTypesH256 { - if x != nil { - return x.CallHash - } - return nil -} - -type Identity_Raw28 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw28) Reset() { - *x = Identity_Raw28{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[143] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw28) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw28) ProtoMessage() {} - -func (x *Identity_Raw28) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[143] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw28.ProtoReflect.Descriptor instead. -func (*Identity_Raw28) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{143} -} - -func (x *Identity_Raw28) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Proxy_Staking struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Proxy_Staking) Reset() { - *x = Proxy_Staking{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[144] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_Staking) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_Staking) ProtoMessage() {} - -func (x *Proxy_Staking) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[144] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_Staking.ProtoReflect.Descriptor instead. -func (*Proxy_Staking) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{144} -} - -type ChildBounties_ProposeCuratorCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ParentBountyId uint32 `protobuf:"varint,1,opt,name=parent_bounty_id,json=parentBountyId,proto3" json:"parent_bounty_id,omitempty"` - ChildBountyId uint32 `protobuf:"varint,2,opt,name=child_bounty_id,json=childBountyId,proto3" json:"child_bounty_id,omitempty"` - // Types that are assignable to Curator: - // - // *ChildBounties_ProposeCuratorCall_CuratorId - // *ChildBounties_ProposeCuratorCall_CuratorIndex - // *ChildBounties_ProposeCuratorCall_CuratorRaw - // *ChildBounties_ProposeCuratorCall_CuratorAddress32 - // *ChildBounties_ProposeCuratorCall_CuratorAddress20 - Curator isChildBounties_ProposeCuratorCall_Curator `protobuf_oneof:"curator"` - Fee string `protobuf:"bytes,8,opt,name=fee,proto3" json:"fee,omitempty"` -} - -func (x *ChildBounties_ProposeCuratorCall) Reset() { - *x = ChildBounties_ProposeCuratorCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[145] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_ProposeCuratorCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_ProposeCuratorCall) ProtoMessage() {} - -func (x *ChildBounties_ProposeCuratorCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[145] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_ProposeCuratorCall.ProtoReflect.Descriptor instead. -func (*ChildBounties_ProposeCuratorCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{145} -} - -func (x *ChildBounties_ProposeCuratorCall) GetParentBountyId() uint32 { - if x != nil { - return x.ParentBountyId - } - return 0 -} - -func (x *ChildBounties_ProposeCuratorCall) GetChildBountyId() uint32 { - if x != nil { - return x.ChildBountyId - } - return 0 -} - -func (m *ChildBounties_ProposeCuratorCall) GetCurator() isChildBounties_ProposeCuratorCall_Curator { - if m != nil { - return m.Curator - } - return nil -} - -func (x *ChildBounties_ProposeCuratorCall) GetCuratorId() *ChildBounties_Id { - if x, ok := x.GetCurator().(*ChildBounties_ProposeCuratorCall_CuratorId); ok { - return x.CuratorId - } - return nil -} - -func (x *ChildBounties_ProposeCuratorCall) GetCuratorIndex() *ChildBounties_Index { - if x, ok := x.GetCurator().(*ChildBounties_ProposeCuratorCall_CuratorIndex); ok { - return x.CuratorIndex - } - return nil -} - -func (x *ChildBounties_ProposeCuratorCall) GetCuratorRaw() *ChildBounties_Raw { - if x, ok := x.GetCurator().(*ChildBounties_ProposeCuratorCall_CuratorRaw); ok { - return x.CuratorRaw - } - return nil -} - -func (x *ChildBounties_ProposeCuratorCall) GetCuratorAddress32() *ChildBounties_Address32 { - if x, ok := x.GetCurator().(*ChildBounties_ProposeCuratorCall_CuratorAddress32); ok { - return x.CuratorAddress32 - } - return nil -} - -func (x *ChildBounties_ProposeCuratorCall) GetCuratorAddress20() *ChildBounties_Address20 { - if x, ok := x.GetCurator().(*ChildBounties_ProposeCuratorCall_CuratorAddress20); ok { - return x.CuratorAddress20 - } - return nil -} - -func (x *ChildBounties_ProposeCuratorCall) GetFee() string { - if x != nil { - return x.Fee - } - return "" -} - -type isChildBounties_ProposeCuratorCall_Curator interface { - isChildBounties_ProposeCuratorCall_Curator() -} - -type ChildBounties_ProposeCuratorCall_CuratorId struct { - CuratorId *ChildBounties_Id `protobuf:"bytes,3,opt,name=curator_id,json=curatorId,proto3,oneof"` -} - -type ChildBounties_ProposeCuratorCall_CuratorIndex struct { - CuratorIndex *ChildBounties_Index `protobuf:"bytes,4,opt,name=curator_index,json=curatorIndex,proto3,oneof"` -} - -type ChildBounties_ProposeCuratorCall_CuratorRaw struct { - CuratorRaw *ChildBounties_Raw `protobuf:"bytes,5,opt,name=curator_raw,json=curatorRaw,proto3,oneof"` -} - -type ChildBounties_ProposeCuratorCall_CuratorAddress32 struct { - CuratorAddress32 *ChildBounties_Address32 `protobuf:"bytes,6,opt,name=curator_address32,json=curatorAddress32,proto3,oneof"` -} - -type ChildBounties_ProposeCuratorCall_CuratorAddress20 struct { - CuratorAddress20 *ChildBounties_Address20 `protobuf:"bytes,7,opt,name=curator_address20,json=curatorAddress20,proto3,oneof"` -} - -func (*ChildBounties_ProposeCuratorCall_CuratorId) isChildBounties_ProposeCuratorCall_Curator() {} - -func (*ChildBounties_ProposeCuratorCall_CuratorIndex) isChildBounties_ProposeCuratorCall_Curator() {} - -func (*ChildBounties_ProposeCuratorCall_CuratorRaw) isChildBounties_ProposeCuratorCall_Curator() {} - -func (*ChildBounties_ProposeCuratorCall_CuratorAddress32) isChildBounties_ProposeCuratorCall_Curator() { -} - -func (*ChildBounties_ProposeCuratorCall_CuratorAddress20) isChildBounties_ProposeCuratorCall_Curator() { -} - -type PrimitiveTypesH256 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *PrimitiveTypesH256) Reset() { - *x = PrimitiveTypesH256{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[146] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PrimitiveTypesH256) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PrimitiveTypesH256) ProtoMessage() {} - -func (x *PrimitiveTypesH256) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[146] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PrimitiveTypesH256.ProtoReflect.Descriptor instead. -func (*PrimitiveTypesH256) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{146} -} - -func (x *PrimitiveTypesH256) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Staking_CancelDeferredSlashCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Era uint32 `protobuf:"varint,1,opt,name=era,proto3" json:"era,omitempty"` - SlashIndices []uint32 `protobuf:"varint,2,rep,packed,name=slash_indices,json=slashIndices,proto3" json:"slash_indices,omitempty"` -} - -func (x *Staking_CancelDeferredSlashCall) Reset() { - *x = Staking_CancelDeferredSlashCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[147] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_CancelDeferredSlashCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_CancelDeferredSlashCall) ProtoMessage() {} - -func (x *Staking_CancelDeferredSlashCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[147] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_CancelDeferredSlashCall.ProtoReflect.Descriptor instead. -func (*Staking_CancelDeferredSlashCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{147} -} - -func (x *Staking_CancelDeferredSlashCall) GetEra() uint32 { - if x != nil { - return x.Era - } - return 0 -} - -func (x *Staking_CancelDeferredSlashCall) GetSlashIndices() []uint32 { - if x != nil { - return x.SlashIndices - } - return nil -} - -type Referenda_SetMetadataCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` - MaybeHash *PrimitiveTypesH256 `protobuf:"bytes,2,opt,name=maybe_hash,json=maybeHash,proto3,oneof" json:"maybe_hash,omitempty"` -} - -func (x *Referenda_SetMetadataCall) Reset() { - *x = Referenda_SetMetadataCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[148] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_SetMetadataCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_SetMetadataCall) ProtoMessage() {} - -func (x *Referenda_SetMetadataCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[148] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_SetMetadataCall.ProtoReflect.Descriptor instead. -func (*Referenda_SetMetadataCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{148} -} - -func (x *Referenda_SetMetadataCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -func (x *Referenda_SetMetadataCall) GetMaybeHash() *PrimitiveTypesH256 { - if x != nil { - return x.MaybeHash - } - return nil -} - -type ElectionProviderMultiPhase_GovernanceFallbackCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MaybeMaxVoters *uint32 `protobuf:"varint,1,opt,name=maybe_max_voters,json=maybeMaxVoters,proto3,oneof" json:"maybe_max_voters,omitempty"` - MaybeMaxTargets *uint32 `protobuf:"varint,2,opt,name=maybe_max_targets,json=maybeMaxTargets,proto3,oneof" json:"maybe_max_targets,omitempty"` -} - -func (x *ElectionProviderMultiPhase_GovernanceFallbackCall) Reset() { - *x = ElectionProviderMultiPhase_GovernanceFallbackCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[149] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_GovernanceFallbackCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_GovernanceFallbackCall) ProtoMessage() {} - -func (x *ElectionProviderMultiPhase_GovernanceFallbackCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[149] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_GovernanceFallbackCall.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_GovernanceFallbackCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{149} -} - -func (x *ElectionProviderMultiPhase_GovernanceFallbackCall) GetMaybeMaxVoters() uint32 { - if x != nil && x.MaybeMaxVoters != nil { - return *x.MaybeMaxVoters - } - return 0 -} - -func (x *ElectionProviderMultiPhase_GovernanceFallbackCall) GetMaybeMaxTargets() uint32 { - if x != nil && x.MaybeMaxTargets != nil { - return *x.MaybeMaxTargets - } - return 0 -} - -type NominationPools_NewBouncer struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to NewBouncer: - // - // *NominationPools_NewBouncer_NewBouncerNoop - // *NominationPools_NewBouncer_NewBouncerSet - // *NominationPools_NewBouncer_NewBouncerRemove - NewBouncer isNominationPools_NewBouncer_NewBouncer `protobuf_oneof:"new_bouncer"` -} - -func (x *NominationPools_NewBouncer) Reset() { - *x = NominationPools_NewBouncer{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[150] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_NewBouncer) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_NewBouncer) ProtoMessage() {} - -func (x *NominationPools_NewBouncer) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[150] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_NewBouncer.ProtoReflect.Descriptor instead. -func (*NominationPools_NewBouncer) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{150} -} - -func (m *NominationPools_NewBouncer) GetNewBouncer() isNominationPools_NewBouncer_NewBouncer { - if m != nil { - return m.NewBouncer - } - return nil -} - -func (x *NominationPools_NewBouncer) GetNewBouncerNoop() *NominationPools_Noop { - if x, ok := x.GetNewBouncer().(*NominationPools_NewBouncer_NewBouncerNoop); ok { - return x.NewBouncerNoop - } - return nil -} - -func (x *NominationPools_NewBouncer) GetNewBouncerSet() *NominationPools_Set { - if x, ok := x.GetNewBouncer().(*NominationPools_NewBouncer_NewBouncerSet); ok { - return x.NewBouncerSet - } - return nil -} - -func (x *NominationPools_NewBouncer) GetNewBouncerRemove() *NominationPools_Remove { - if x, ok := x.GetNewBouncer().(*NominationPools_NewBouncer_NewBouncerRemove); ok { - return x.NewBouncerRemove - } - return nil -} - -type isNominationPools_NewBouncer_NewBouncer interface { - isNominationPools_NewBouncer_NewBouncer() -} - -type NominationPools_NewBouncer_NewBouncerNoop struct { - NewBouncerNoop *NominationPools_Noop `protobuf:"bytes,1,opt,name=new_bouncer_noop,json=newBouncerNoop,proto3,oneof"` -} - -type NominationPools_NewBouncer_NewBouncerSet struct { - NewBouncerSet *NominationPools_Set `protobuf:"bytes,2,opt,name=new_bouncer_set,json=newBouncerSet,proto3,oneof"` -} - -type NominationPools_NewBouncer_NewBouncerRemove struct { - NewBouncerRemove *NominationPools_Remove `protobuf:"bytes,3,opt,name=new_bouncer_remove,json=newBouncerRemove,proto3,oneof"` -} - -func (*NominationPools_NewBouncer_NewBouncerNoop) isNominationPools_NewBouncer_NewBouncer() {} - -func (*NominationPools_NewBouncer_NewBouncerSet) isNominationPools_NewBouncer_NewBouncer() {} - -func (*NominationPools_NewBouncer_NewBouncerRemove) isNominationPools_NewBouncer_NewBouncer() {} - -type NominationPools_ClaimCommissionCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PoolId uint32 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` -} - -func (x *NominationPools_ClaimCommissionCall) Reset() { - *x = NominationPools_ClaimCommissionCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[151] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_ClaimCommissionCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_ClaimCommissionCall) ProtoMessage() {} - -func (x *NominationPools_ClaimCommissionCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[151] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_ClaimCommissionCall.ProtoReflect.Descriptor instead. -func (*NominationPools_ClaimCommissionCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{151} -} - -func (x *NominationPools_ClaimCommissionCall) GetPoolId() uint32 { - if x != nil { - return x.PoolId - } - return 0 -} - -type Staking_Remove struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Staking_Remove) Reset() { - *x = Staking_Remove{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[152] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Remove) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Remove) ProtoMessage() {} - -func (x *Staking_Remove) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[152] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Remove.ProtoReflect.Descriptor instead. -func (*Staking_Remove) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{152} -} - -type Staking_SetMinCommissionCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - New *SpArithmeticPerThingsPerbill `protobuf:"bytes,1,opt,name=new,proto3" json:"new,omitempty"` -} - -func (x *Staking_SetMinCommissionCall) Reset() { - *x = Staking_SetMinCommissionCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[153] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_SetMinCommissionCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_SetMinCommissionCall) ProtoMessage() {} - -func (x *Staking_SetMinCommissionCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[153] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_SetMinCommissionCall.ProtoReflect.Descriptor instead. -func (*Staking_SetMinCommissionCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{153} -} - -func (x *Staking_SetMinCommissionCall) GetNew() *SpArithmeticPerThingsPerbill { - if x != nil { - return x.New - } - return nil -} - -type Identity_Legal struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Legal: - // - // *Identity_Legal_LegalNone - // *Identity_Legal_LegalRaw0 - // *Identity_Legal_LegalRaw1 - // *Identity_Legal_LegalRaw2 - // *Identity_Legal_LegalRaw3 - // *Identity_Legal_LegalRaw4 - // *Identity_Legal_LegalRaw5 - // *Identity_Legal_LegalRaw6 - // *Identity_Legal_LegalRaw7 - // *Identity_Legal_LegalRaw8 - // *Identity_Legal_LegalRaw9 - // *Identity_Legal_LegalRaw10 - // *Identity_Legal_LegalRaw11 - // *Identity_Legal_LegalRaw12 - // *Identity_Legal_LegalRaw13 - // *Identity_Legal_LegalRaw14 - // *Identity_Legal_LegalRaw15 - // *Identity_Legal_LegalRaw16 - // *Identity_Legal_LegalRaw17 - // *Identity_Legal_LegalRaw18 - // *Identity_Legal_LegalRaw19 - // *Identity_Legal_LegalRaw20 - // *Identity_Legal_LegalRaw21 - // *Identity_Legal_LegalRaw22 - // *Identity_Legal_LegalRaw23 - // *Identity_Legal_LegalRaw24 - // *Identity_Legal_LegalRaw25 - // *Identity_Legal_LegalRaw26 - // *Identity_Legal_LegalRaw27 - // *Identity_Legal_LegalRaw28 - // *Identity_Legal_LegalRaw29 - // *Identity_Legal_LegalRaw30 - // *Identity_Legal_LegalRaw31 - // *Identity_Legal_LegalRaw32 - // *Identity_Legal_LegalBlakeTwo256 - // *Identity_Legal_LegalSha256 - // *Identity_Legal_LegalKeccak256 - // *Identity_Legal_LegalShaThree256 - Legal isIdentity_Legal_Legal `protobuf_oneof:"legal"` -} - -func (x *Identity_Legal) Reset() { - *x = Identity_Legal{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[154] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Legal) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Legal) ProtoMessage() {} - -func (x *Identity_Legal) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[154] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Legal.ProtoReflect.Descriptor instead. -func (*Identity_Legal) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{154} -} - -func (m *Identity_Legal) GetLegal() isIdentity_Legal_Legal { - if m != nil { - return m.Legal - } - return nil -} - -func (x *Identity_Legal) GetLegalNone() *Identity_None { - if x, ok := x.GetLegal().(*Identity_Legal_LegalNone); ok { - return x.LegalNone - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw0() *Identity_Raw0 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw0); ok { - return x.LegalRaw0 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw1() *Identity_Raw1 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw1); ok { - return x.LegalRaw1 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw2() *Identity_Raw2 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw2); ok { - return x.LegalRaw2 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw3() *Identity_Raw3 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw3); ok { - return x.LegalRaw3 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw4() *Identity_Raw4 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw4); ok { - return x.LegalRaw4 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw5() *Identity_Raw5 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw5); ok { - return x.LegalRaw5 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw6() *Identity_Raw6 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw6); ok { - return x.LegalRaw6 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw7() *Identity_Raw7 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw7); ok { - return x.LegalRaw7 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw8() *Identity_Raw8 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw8); ok { - return x.LegalRaw8 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw9() *Identity_Raw9 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw9); ok { - return x.LegalRaw9 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw10() *Identity_Raw10 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw10); ok { - return x.LegalRaw10 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw11() *Identity_Raw11 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw11); ok { - return x.LegalRaw11 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw12() *Identity_Raw12 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw12); ok { - return x.LegalRaw12 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw13() *Identity_Raw13 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw13); ok { - return x.LegalRaw13 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw14() *Identity_Raw14 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw14); ok { - return x.LegalRaw14 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw15() *Identity_Raw15 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw15); ok { - return x.LegalRaw15 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw16() *Identity_Raw16 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw16); ok { - return x.LegalRaw16 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw17() *Identity_Raw17 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw17); ok { - return x.LegalRaw17 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw18() *Identity_Raw18 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw18); ok { - return x.LegalRaw18 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw19() *Identity_Raw19 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw19); ok { - return x.LegalRaw19 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw20() *Identity_Raw20 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw20); ok { - return x.LegalRaw20 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw21() *Identity_Raw21 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw21); ok { - return x.LegalRaw21 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw22() *Identity_Raw22 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw22); ok { - return x.LegalRaw22 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw23() *Identity_Raw23 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw23); ok { - return x.LegalRaw23 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw24() *Identity_Raw24 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw24); ok { - return x.LegalRaw24 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw25() *Identity_Raw25 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw25); ok { - return x.LegalRaw25 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw26() *Identity_Raw26 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw26); ok { - return x.LegalRaw26 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw27() *Identity_Raw27 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw27); ok { - return x.LegalRaw27 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw28() *Identity_Raw28 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw28); ok { - return x.LegalRaw28 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw29() *Identity_Raw29 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw29); ok { - return x.LegalRaw29 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw30() *Identity_Raw30 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw30); ok { - return x.LegalRaw30 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw31() *Identity_Raw31 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw31); ok { - return x.LegalRaw31 - } - return nil -} - -func (x *Identity_Legal) GetLegalRaw32() *Identity_Raw32 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalRaw32); ok { - return x.LegalRaw32 - } - return nil -} - -func (x *Identity_Legal) GetLegalBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalBlakeTwo256); ok { - return x.LegalBlakeTwo256 - } - return nil -} - -func (x *Identity_Legal) GetLegalSha256() *Identity_Sha256 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalSha256); ok { - return x.LegalSha256 - } - return nil -} - -func (x *Identity_Legal) GetLegalKeccak256() *Identity_Keccak256 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalKeccak256); ok { - return x.LegalKeccak256 - } - return nil -} - -func (x *Identity_Legal) GetLegalShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetLegal().(*Identity_Legal_LegalShaThree256); ok { - return x.LegalShaThree256 - } - return nil -} - -type isIdentity_Legal_Legal interface { - isIdentity_Legal_Legal() -} - -type Identity_Legal_LegalNone struct { - LegalNone *Identity_None `protobuf:"bytes,1,opt,name=legal_none,json=legalNone,proto3,oneof"` -} - -type Identity_Legal_LegalRaw0 struct { - LegalRaw0 *Identity_Raw0 `protobuf:"bytes,2,opt,name=legal_raw0,json=legalRaw0,proto3,oneof"` -} - -type Identity_Legal_LegalRaw1 struct { - LegalRaw1 *Identity_Raw1 `protobuf:"bytes,3,opt,name=legal_raw1,json=legalRaw1,proto3,oneof"` -} - -type Identity_Legal_LegalRaw2 struct { - LegalRaw2 *Identity_Raw2 `protobuf:"bytes,4,opt,name=legal_raw2,json=legalRaw2,proto3,oneof"` -} - -type Identity_Legal_LegalRaw3 struct { - LegalRaw3 *Identity_Raw3 `protobuf:"bytes,5,opt,name=legal_raw3,json=legalRaw3,proto3,oneof"` -} - -type Identity_Legal_LegalRaw4 struct { - LegalRaw4 *Identity_Raw4 `protobuf:"bytes,6,opt,name=legal_raw4,json=legalRaw4,proto3,oneof"` -} - -type Identity_Legal_LegalRaw5 struct { - LegalRaw5 *Identity_Raw5 `protobuf:"bytes,7,opt,name=legal_raw5,json=legalRaw5,proto3,oneof"` -} - -type Identity_Legal_LegalRaw6 struct { - LegalRaw6 *Identity_Raw6 `protobuf:"bytes,8,opt,name=legal_raw6,json=legalRaw6,proto3,oneof"` -} - -type Identity_Legal_LegalRaw7 struct { - LegalRaw7 *Identity_Raw7 `protobuf:"bytes,9,opt,name=legal_raw7,json=legalRaw7,proto3,oneof"` -} - -type Identity_Legal_LegalRaw8 struct { - LegalRaw8 *Identity_Raw8 `protobuf:"bytes,10,opt,name=legal_raw8,json=legalRaw8,proto3,oneof"` -} - -type Identity_Legal_LegalRaw9 struct { - LegalRaw9 *Identity_Raw9 `protobuf:"bytes,11,opt,name=legal_raw9,json=legalRaw9,proto3,oneof"` -} - -type Identity_Legal_LegalRaw10 struct { - LegalRaw10 *Identity_Raw10 `protobuf:"bytes,12,opt,name=legal_raw10,json=legalRaw10,proto3,oneof"` -} - -type Identity_Legal_LegalRaw11 struct { - LegalRaw11 *Identity_Raw11 `protobuf:"bytes,13,opt,name=legal_raw11,json=legalRaw11,proto3,oneof"` -} - -type Identity_Legal_LegalRaw12 struct { - LegalRaw12 *Identity_Raw12 `protobuf:"bytes,14,opt,name=legal_raw12,json=legalRaw12,proto3,oneof"` -} - -type Identity_Legal_LegalRaw13 struct { - LegalRaw13 *Identity_Raw13 `protobuf:"bytes,15,opt,name=legal_raw13,json=legalRaw13,proto3,oneof"` -} - -type Identity_Legal_LegalRaw14 struct { - LegalRaw14 *Identity_Raw14 `protobuf:"bytes,16,opt,name=legal_raw14,json=legalRaw14,proto3,oneof"` -} - -type Identity_Legal_LegalRaw15 struct { - LegalRaw15 *Identity_Raw15 `protobuf:"bytes,17,opt,name=legal_raw15,json=legalRaw15,proto3,oneof"` -} - -type Identity_Legal_LegalRaw16 struct { - LegalRaw16 *Identity_Raw16 `protobuf:"bytes,18,opt,name=legal_raw16,json=legalRaw16,proto3,oneof"` -} - -type Identity_Legal_LegalRaw17 struct { - LegalRaw17 *Identity_Raw17 `protobuf:"bytes,19,opt,name=legal_raw17,json=legalRaw17,proto3,oneof"` -} - -type Identity_Legal_LegalRaw18 struct { - LegalRaw18 *Identity_Raw18 `protobuf:"bytes,20,opt,name=legal_raw18,json=legalRaw18,proto3,oneof"` -} - -type Identity_Legal_LegalRaw19 struct { - LegalRaw19 *Identity_Raw19 `protobuf:"bytes,21,opt,name=legal_raw19,json=legalRaw19,proto3,oneof"` -} - -type Identity_Legal_LegalRaw20 struct { - LegalRaw20 *Identity_Raw20 `protobuf:"bytes,22,opt,name=legal_raw20,json=legalRaw20,proto3,oneof"` -} - -type Identity_Legal_LegalRaw21 struct { - LegalRaw21 *Identity_Raw21 `protobuf:"bytes,23,opt,name=legal_raw21,json=legalRaw21,proto3,oneof"` -} - -type Identity_Legal_LegalRaw22 struct { - LegalRaw22 *Identity_Raw22 `protobuf:"bytes,24,opt,name=legal_raw22,json=legalRaw22,proto3,oneof"` -} - -type Identity_Legal_LegalRaw23 struct { - LegalRaw23 *Identity_Raw23 `protobuf:"bytes,25,opt,name=legal_raw23,json=legalRaw23,proto3,oneof"` -} - -type Identity_Legal_LegalRaw24 struct { - LegalRaw24 *Identity_Raw24 `protobuf:"bytes,26,opt,name=legal_raw24,json=legalRaw24,proto3,oneof"` -} - -type Identity_Legal_LegalRaw25 struct { - LegalRaw25 *Identity_Raw25 `protobuf:"bytes,27,opt,name=legal_raw25,json=legalRaw25,proto3,oneof"` -} - -type Identity_Legal_LegalRaw26 struct { - LegalRaw26 *Identity_Raw26 `protobuf:"bytes,28,opt,name=legal_raw26,json=legalRaw26,proto3,oneof"` -} - -type Identity_Legal_LegalRaw27 struct { - LegalRaw27 *Identity_Raw27 `protobuf:"bytes,29,opt,name=legal_raw27,json=legalRaw27,proto3,oneof"` -} - -type Identity_Legal_LegalRaw28 struct { - LegalRaw28 *Identity_Raw28 `protobuf:"bytes,30,opt,name=legal_raw28,json=legalRaw28,proto3,oneof"` -} - -type Identity_Legal_LegalRaw29 struct { - LegalRaw29 *Identity_Raw29 `protobuf:"bytes,31,opt,name=legal_raw29,json=legalRaw29,proto3,oneof"` -} - -type Identity_Legal_LegalRaw30 struct { - LegalRaw30 *Identity_Raw30 `protobuf:"bytes,32,opt,name=legal_raw30,json=legalRaw30,proto3,oneof"` -} - -type Identity_Legal_LegalRaw31 struct { - LegalRaw31 *Identity_Raw31 `protobuf:"bytes,33,opt,name=legal_raw31,json=legalRaw31,proto3,oneof"` -} - -type Identity_Legal_LegalRaw32 struct { - LegalRaw32 *Identity_Raw32 `protobuf:"bytes,34,opt,name=legal_raw32,json=legalRaw32,proto3,oneof"` -} - -type Identity_Legal_LegalBlakeTwo256 struct { - LegalBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,35,opt,name=legal_blake_two256,json=legalBlakeTwo256,proto3,oneof"` -} - -type Identity_Legal_LegalSha256 struct { - LegalSha256 *Identity_Sha256 `protobuf:"bytes,36,opt,name=legal_sha256,json=legalSha256,proto3,oneof"` -} - -type Identity_Legal_LegalKeccak256 struct { - LegalKeccak256 *Identity_Keccak256 `protobuf:"bytes,37,opt,name=legal_keccak256,json=legalKeccak256,proto3,oneof"` -} - -type Identity_Legal_LegalShaThree256 struct { - LegalShaThree256 *Identity_ShaThree256 `protobuf:"bytes,38,opt,name=legal_sha_three256,json=legalShaThree256,proto3,oneof"` -} - -func (*Identity_Legal_LegalNone) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw0) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw1) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw2) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw3) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw4) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw5) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw6) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw7) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw8) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw9) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw10) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw11) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw12) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw13) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw14) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw15) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw16) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw17) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw18) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw19) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw20) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw21) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw22) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw23) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw24) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw25) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw26) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw27) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw28) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw29) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw30) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw31) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalRaw32) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalBlakeTwo256) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalSha256) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalKeccak256) isIdentity_Legal_Legal() {} - -func (*Identity_Legal_LegalShaThree256) isIdentity_Legal_Legal() {} - -type TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *TupleNull) Reset() { - *x = TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[155] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TupleNull) ProtoMessage() {} - -func (x *TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[155] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TupleNull.ProtoReflect.Descriptor instead. -func (*TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{155} -} - -type FellowshipReferenda_PlaceDecisionDepositCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *FellowshipReferenda_PlaceDecisionDepositCall) Reset() { - *x = FellowshipReferenda_PlaceDecisionDepositCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[156] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_PlaceDecisionDepositCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_PlaceDecisionDepositCall) ProtoMessage() {} - -func (x *FellowshipReferenda_PlaceDecisionDepositCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[156] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_PlaceDecisionDepositCall.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_PlaceDecisionDepositCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{156} -} - -func (x *FellowshipReferenda_PlaceDecisionDepositCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type Identity_Value1 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Value1: - // - // *Identity_Value1_Value1None - // *Identity_Value1_Value1Raw0 - // *Identity_Value1_Value1Raw1 - // *Identity_Value1_Value1Raw2 - // *Identity_Value1_Value1Raw3 - // *Identity_Value1_Value1Raw4 - // *Identity_Value1_Value1Raw5 - // *Identity_Value1_Value1Raw6 - // *Identity_Value1_Value1Raw7 - // *Identity_Value1_Value1Raw8 - // *Identity_Value1_Value1Raw9 - // *Identity_Value1_Value1Raw10 - // *Identity_Value1_Value1Raw11 - // *Identity_Value1_Value1Raw12 - // *Identity_Value1_Value1Raw13 - // *Identity_Value1_Value1Raw14 - // *Identity_Value1_Value1Raw15 - // *Identity_Value1_Value1Raw16 - // *Identity_Value1_Value1Raw17 - // *Identity_Value1_Value1Raw18 - // *Identity_Value1_Value1Raw19 - // *Identity_Value1_Value1Raw20 - // *Identity_Value1_Value1Raw21 - // *Identity_Value1_Value1Raw22 - // *Identity_Value1_Value1Raw23 - // *Identity_Value1_Value1Raw24 - // *Identity_Value1_Value1Raw25 - // *Identity_Value1_Value1Raw26 - // *Identity_Value1_Value1Raw27 - // *Identity_Value1_Value1Raw28 - // *Identity_Value1_Value1Raw29 - // *Identity_Value1_Value1Raw30 - // *Identity_Value1_Value1Raw31 - // *Identity_Value1_Value1Raw32 - // *Identity_Value1_Value1BlakeTwo256 - // *Identity_Value1_Value1Sha256 - // *Identity_Value1_Value1Keccak256 - // *Identity_Value1_Value1ShaThree256 - Value1 isIdentity_Value1_Value1 `protobuf_oneof:"value1"` -} - -func (x *Identity_Value1) Reset() { - *x = Identity_Value1{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[157] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Value1) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Value1) ProtoMessage() {} - -func (x *Identity_Value1) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[157] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Value1.ProtoReflect.Descriptor instead. -func (*Identity_Value1) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{157} -} - -func (m *Identity_Value1) GetValue1() isIdentity_Value1_Value1 { - if m != nil { - return m.Value1 - } - return nil -} - -func (x *Identity_Value1) GetValue1None() *Identity_None { - if x, ok := x.GetValue1().(*Identity_Value1_Value1None); ok { - return x.Value1None - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw0() *Identity_Raw0 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw0); ok { - return x.Value1Raw0 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw1() *Identity_Raw1 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw1); ok { - return x.Value1Raw1 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw2() *Identity_Raw2 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw2); ok { - return x.Value1Raw2 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw3() *Identity_Raw3 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw3); ok { - return x.Value1Raw3 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw4() *Identity_Raw4 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw4); ok { - return x.Value1Raw4 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw5() *Identity_Raw5 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw5); ok { - return x.Value1Raw5 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw6() *Identity_Raw6 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw6); ok { - return x.Value1Raw6 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw7() *Identity_Raw7 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw7); ok { - return x.Value1Raw7 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw8() *Identity_Raw8 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw8); ok { - return x.Value1Raw8 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw9() *Identity_Raw9 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw9); ok { - return x.Value1Raw9 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw10() *Identity_Raw10 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw10); ok { - return x.Value1Raw10 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw11() *Identity_Raw11 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw11); ok { - return x.Value1Raw11 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw12() *Identity_Raw12 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw12); ok { - return x.Value1Raw12 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw13() *Identity_Raw13 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw13); ok { - return x.Value1Raw13 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw14() *Identity_Raw14 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw14); ok { - return x.Value1Raw14 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw15() *Identity_Raw15 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw15); ok { - return x.Value1Raw15 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw16() *Identity_Raw16 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw16); ok { - return x.Value1Raw16 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw17() *Identity_Raw17 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw17); ok { - return x.Value1Raw17 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw18() *Identity_Raw18 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw18); ok { - return x.Value1Raw18 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw19() *Identity_Raw19 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw19); ok { - return x.Value1Raw19 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw20() *Identity_Raw20 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw20); ok { - return x.Value1Raw20 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw21() *Identity_Raw21 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw21); ok { - return x.Value1Raw21 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw22() *Identity_Raw22 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw22); ok { - return x.Value1Raw22 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw23() *Identity_Raw23 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw23); ok { - return x.Value1Raw23 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw24() *Identity_Raw24 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw24); ok { - return x.Value1Raw24 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw25() *Identity_Raw25 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw25); ok { - return x.Value1Raw25 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw26() *Identity_Raw26 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw26); ok { - return x.Value1Raw26 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw27() *Identity_Raw27 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw27); ok { - return x.Value1Raw27 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw28() *Identity_Raw28 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw28); ok { - return x.Value1Raw28 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw29() *Identity_Raw29 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw29); ok { - return x.Value1Raw29 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw30() *Identity_Raw30 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw30); ok { - return x.Value1Raw30 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw31() *Identity_Raw31 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw31); ok { - return x.Value1Raw31 - } - return nil -} - -func (x *Identity_Value1) GetValue1Raw32() *Identity_Raw32 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Raw32); ok { - return x.Value1Raw32 - } - return nil -} - -func (x *Identity_Value1) GetValue1BlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1BlakeTwo256); ok { - return x.Value1BlakeTwo256 - } - return nil -} - -func (x *Identity_Value1) GetValue1Sha256() *Identity_Sha256 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Sha256); ok { - return x.Value1Sha256 - } - return nil -} - -func (x *Identity_Value1) GetValue1Keccak256() *Identity_Keccak256 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1Keccak256); ok { - return x.Value1Keccak256 - } - return nil -} - -func (x *Identity_Value1) GetValue1ShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetValue1().(*Identity_Value1_Value1ShaThree256); ok { - return x.Value1ShaThree256 - } - return nil -} - -type isIdentity_Value1_Value1 interface { - isIdentity_Value1_Value1() -} - -type Identity_Value1_Value1None struct { - Value1None *Identity_None `protobuf:"bytes,1,opt,name=value1_none,json=value1None,proto3,oneof"` -} - -type Identity_Value1_Value1Raw0 struct { - Value1Raw0 *Identity_Raw0 `protobuf:"bytes,2,opt,name=value1_raw0,json=value1Raw0,proto3,oneof"` -} - -type Identity_Value1_Value1Raw1 struct { - Value1Raw1 *Identity_Raw1 `protobuf:"bytes,3,opt,name=value1_raw1,json=value1Raw1,proto3,oneof"` -} - -type Identity_Value1_Value1Raw2 struct { - Value1Raw2 *Identity_Raw2 `protobuf:"bytes,4,opt,name=value1_raw2,json=value1Raw2,proto3,oneof"` -} - -type Identity_Value1_Value1Raw3 struct { - Value1Raw3 *Identity_Raw3 `protobuf:"bytes,5,opt,name=value1_raw3,json=value1Raw3,proto3,oneof"` -} - -type Identity_Value1_Value1Raw4 struct { - Value1Raw4 *Identity_Raw4 `protobuf:"bytes,6,opt,name=value1_raw4,json=value1Raw4,proto3,oneof"` -} - -type Identity_Value1_Value1Raw5 struct { - Value1Raw5 *Identity_Raw5 `protobuf:"bytes,7,opt,name=value1_raw5,json=value1Raw5,proto3,oneof"` -} - -type Identity_Value1_Value1Raw6 struct { - Value1Raw6 *Identity_Raw6 `protobuf:"bytes,8,opt,name=value1_raw6,json=value1Raw6,proto3,oneof"` -} - -type Identity_Value1_Value1Raw7 struct { - Value1Raw7 *Identity_Raw7 `protobuf:"bytes,9,opt,name=value1_raw7,json=value1Raw7,proto3,oneof"` -} - -type Identity_Value1_Value1Raw8 struct { - Value1Raw8 *Identity_Raw8 `protobuf:"bytes,10,opt,name=value1_raw8,json=value1Raw8,proto3,oneof"` -} - -type Identity_Value1_Value1Raw9 struct { - Value1Raw9 *Identity_Raw9 `protobuf:"bytes,11,opt,name=value1_raw9,json=value1Raw9,proto3,oneof"` -} - -type Identity_Value1_Value1Raw10 struct { - Value1Raw10 *Identity_Raw10 `protobuf:"bytes,12,opt,name=value1_raw10,json=value1Raw10,proto3,oneof"` -} - -type Identity_Value1_Value1Raw11 struct { - Value1Raw11 *Identity_Raw11 `protobuf:"bytes,13,opt,name=value1_raw11,json=value1Raw11,proto3,oneof"` -} - -type Identity_Value1_Value1Raw12 struct { - Value1Raw12 *Identity_Raw12 `protobuf:"bytes,14,opt,name=value1_raw12,json=value1Raw12,proto3,oneof"` -} - -type Identity_Value1_Value1Raw13 struct { - Value1Raw13 *Identity_Raw13 `protobuf:"bytes,15,opt,name=value1_raw13,json=value1Raw13,proto3,oneof"` -} - -type Identity_Value1_Value1Raw14 struct { - Value1Raw14 *Identity_Raw14 `protobuf:"bytes,16,opt,name=value1_raw14,json=value1Raw14,proto3,oneof"` -} - -type Identity_Value1_Value1Raw15 struct { - Value1Raw15 *Identity_Raw15 `protobuf:"bytes,17,opt,name=value1_raw15,json=value1Raw15,proto3,oneof"` -} - -type Identity_Value1_Value1Raw16 struct { - Value1Raw16 *Identity_Raw16 `protobuf:"bytes,18,opt,name=value1_raw16,json=value1Raw16,proto3,oneof"` -} - -type Identity_Value1_Value1Raw17 struct { - Value1Raw17 *Identity_Raw17 `protobuf:"bytes,19,opt,name=value1_raw17,json=value1Raw17,proto3,oneof"` -} - -type Identity_Value1_Value1Raw18 struct { - Value1Raw18 *Identity_Raw18 `protobuf:"bytes,20,opt,name=value1_raw18,json=value1Raw18,proto3,oneof"` -} - -type Identity_Value1_Value1Raw19 struct { - Value1Raw19 *Identity_Raw19 `protobuf:"bytes,21,opt,name=value1_raw19,json=value1Raw19,proto3,oneof"` -} - -type Identity_Value1_Value1Raw20 struct { - Value1Raw20 *Identity_Raw20 `protobuf:"bytes,22,opt,name=value1_raw20,json=value1Raw20,proto3,oneof"` -} - -type Identity_Value1_Value1Raw21 struct { - Value1Raw21 *Identity_Raw21 `protobuf:"bytes,23,opt,name=value1_raw21,json=value1Raw21,proto3,oneof"` -} - -type Identity_Value1_Value1Raw22 struct { - Value1Raw22 *Identity_Raw22 `protobuf:"bytes,24,opt,name=value1_raw22,json=value1Raw22,proto3,oneof"` -} - -type Identity_Value1_Value1Raw23 struct { - Value1Raw23 *Identity_Raw23 `protobuf:"bytes,25,opt,name=value1_raw23,json=value1Raw23,proto3,oneof"` -} - -type Identity_Value1_Value1Raw24 struct { - Value1Raw24 *Identity_Raw24 `protobuf:"bytes,26,opt,name=value1_raw24,json=value1Raw24,proto3,oneof"` -} - -type Identity_Value1_Value1Raw25 struct { - Value1Raw25 *Identity_Raw25 `protobuf:"bytes,27,opt,name=value1_raw25,json=value1Raw25,proto3,oneof"` -} - -type Identity_Value1_Value1Raw26 struct { - Value1Raw26 *Identity_Raw26 `protobuf:"bytes,28,opt,name=value1_raw26,json=value1Raw26,proto3,oneof"` -} - -type Identity_Value1_Value1Raw27 struct { - Value1Raw27 *Identity_Raw27 `protobuf:"bytes,29,opt,name=value1_raw27,json=value1Raw27,proto3,oneof"` -} - -type Identity_Value1_Value1Raw28 struct { - Value1Raw28 *Identity_Raw28 `protobuf:"bytes,30,opt,name=value1_raw28,json=value1Raw28,proto3,oneof"` -} - -type Identity_Value1_Value1Raw29 struct { - Value1Raw29 *Identity_Raw29 `protobuf:"bytes,31,opt,name=value1_raw29,json=value1Raw29,proto3,oneof"` -} - -type Identity_Value1_Value1Raw30 struct { - Value1Raw30 *Identity_Raw30 `protobuf:"bytes,32,opt,name=value1_raw30,json=value1Raw30,proto3,oneof"` -} - -type Identity_Value1_Value1Raw31 struct { - Value1Raw31 *Identity_Raw31 `protobuf:"bytes,33,opt,name=value1_raw31,json=value1Raw31,proto3,oneof"` -} - -type Identity_Value1_Value1Raw32 struct { - Value1Raw32 *Identity_Raw32 `protobuf:"bytes,34,opt,name=value1_raw32,json=value1Raw32,proto3,oneof"` -} - -type Identity_Value1_Value1BlakeTwo256 struct { - Value1BlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,35,opt,name=value1_blake_two256,json=value1BlakeTwo256,proto3,oneof"` -} - -type Identity_Value1_Value1Sha256 struct { - Value1Sha256 *Identity_Sha256 `protobuf:"bytes,36,opt,name=value1_sha256,json=value1Sha256,proto3,oneof"` -} - -type Identity_Value1_Value1Keccak256 struct { - Value1Keccak256 *Identity_Keccak256 `protobuf:"bytes,37,opt,name=value1_keccak256,json=value1Keccak256,proto3,oneof"` -} - -type Identity_Value1_Value1ShaThree256 struct { - Value1ShaThree256 *Identity_ShaThree256 `protobuf:"bytes,38,opt,name=value1_sha_three256,json=value1ShaThree256,proto3,oneof"` -} - -func (*Identity_Value1_Value1None) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw0) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw1) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw2) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw3) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw4) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw5) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw6) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw7) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw8) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw9) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw10) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw11) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw12) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw13) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw14) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw15) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw16) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw17) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw18) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw19) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw20) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw21) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw22) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw23) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw24) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw25) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw26) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw27) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw28) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw29) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw30) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw31) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Raw32) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1BlakeTwo256) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Sha256) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1Keccak256) isIdentity_Value1_Value1() {} - -func (*Identity_Value1_Value1ShaThree256) isIdentity_Value1_Value1() {} - -type Identity_FeePaid struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 string `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_FeePaid) Reset() { - *x = Identity_FeePaid{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[158] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_FeePaid) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_FeePaid) ProtoMessage() {} - -func (x *Identity_FeePaid) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[158] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_FeePaid.ProtoReflect.Descriptor instead. -func (*Identity_FeePaid) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{158} -} - -func (x *Identity_FeePaid) GetValue0() string { - if x != nil { - return x.Value0 - } - return "" -} - -type Proxy_KillPureCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Spawner: - // - // *Proxy_KillPureCall_SpawnerId - // *Proxy_KillPureCall_SpawnerIndex - // *Proxy_KillPureCall_SpawnerRaw - // *Proxy_KillPureCall_SpawnerAddress32 - // *Proxy_KillPureCall_SpawnerAddress20 - Spawner isProxy_KillPureCall_Spawner `protobuf_oneof:"spawner"` - // Types that are assignable to ProxyType: - // - // *Proxy_KillPureCall_ProxyTypeAny - // *Proxy_KillPureCall_ProxyTypeNonTransfer - // *Proxy_KillPureCall_ProxyTypeGovernance - // *Proxy_KillPureCall_ProxyTypeStaking - // *Proxy_KillPureCall_ProxyTypeIdentityJudgement - // *Proxy_KillPureCall_ProxyTypeCancelProxy - ProxyType isProxy_KillPureCall_ProxyType `protobuf_oneof:"proxy_type"` - Index uint32 `protobuf:"varint,12,opt,name=index,proto3" json:"index,omitempty"` - Height uint32 `protobuf:"varint,13,opt,name=height,proto3" json:"height,omitempty"` - ExtIndex uint32 `protobuf:"varint,14,opt,name=ext_index,json=extIndex,proto3" json:"ext_index,omitempty"` -} - -func (x *Proxy_KillPureCall) Reset() { - *x = Proxy_KillPureCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[159] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_KillPureCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_KillPureCall) ProtoMessage() {} - -func (x *Proxy_KillPureCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[159] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_KillPureCall.ProtoReflect.Descriptor instead. -func (*Proxy_KillPureCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{159} -} - -func (m *Proxy_KillPureCall) GetSpawner() isProxy_KillPureCall_Spawner { - if m != nil { - return m.Spawner - } - return nil -} - -func (x *Proxy_KillPureCall) GetSpawnerId() *Proxy_Id { - if x, ok := x.GetSpawner().(*Proxy_KillPureCall_SpawnerId); ok { - return x.SpawnerId - } - return nil -} - -func (x *Proxy_KillPureCall) GetSpawnerIndex() *Proxy_Index { - if x, ok := x.GetSpawner().(*Proxy_KillPureCall_SpawnerIndex); ok { - return x.SpawnerIndex - } - return nil -} - -func (x *Proxy_KillPureCall) GetSpawnerRaw() *Proxy_Raw { - if x, ok := x.GetSpawner().(*Proxy_KillPureCall_SpawnerRaw); ok { - return x.SpawnerRaw - } - return nil -} - -func (x *Proxy_KillPureCall) GetSpawnerAddress32() *Proxy_Address32 { - if x, ok := x.GetSpawner().(*Proxy_KillPureCall_SpawnerAddress32); ok { - return x.SpawnerAddress32 - } - return nil -} - -func (x *Proxy_KillPureCall) GetSpawnerAddress20() *Proxy_Address20 { - if x, ok := x.GetSpawner().(*Proxy_KillPureCall_SpawnerAddress20); ok { - return x.SpawnerAddress20 - } - return nil -} - -func (m *Proxy_KillPureCall) GetProxyType() isProxy_KillPureCall_ProxyType { - if m != nil { - return m.ProxyType - } - return nil -} - -func (x *Proxy_KillPureCall) GetProxyTypeAny() *Proxy_Any { - if x, ok := x.GetProxyType().(*Proxy_KillPureCall_ProxyTypeAny); ok { - return x.ProxyTypeAny - } - return nil -} - -func (x *Proxy_KillPureCall) GetProxyTypeNonTransfer() *Proxy_NonTransfer { - if x, ok := x.GetProxyType().(*Proxy_KillPureCall_ProxyTypeNonTransfer); ok { - return x.ProxyTypeNonTransfer - } - return nil -} - -func (x *Proxy_KillPureCall) GetProxyTypeGovernance() *Proxy_Governance { - if x, ok := x.GetProxyType().(*Proxy_KillPureCall_ProxyTypeGovernance); ok { - return x.ProxyTypeGovernance - } - return nil -} - -func (x *Proxy_KillPureCall) GetProxyTypeStaking() *Proxy_Staking { - if x, ok := x.GetProxyType().(*Proxy_KillPureCall_ProxyTypeStaking); ok { - return x.ProxyTypeStaking - } - return nil -} - -func (x *Proxy_KillPureCall) GetProxyTypeIdentityJudgement() *Proxy_IdentityJudgement { - if x, ok := x.GetProxyType().(*Proxy_KillPureCall_ProxyTypeIdentityJudgement); ok { - return x.ProxyTypeIdentityJudgement - } - return nil -} - -func (x *Proxy_KillPureCall) GetProxyTypeCancelProxy() *Proxy_CancelProxy { - if x, ok := x.GetProxyType().(*Proxy_KillPureCall_ProxyTypeCancelProxy); ok { - return x.ProxyTypeCancelProxy - } - return nil -} - -func (x *Proxy_KillPureCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -func (x *Proxy_KillPureCall) GetHeight() uint32 { - if x != nil { - return x.Height - } - return 0 -} - -func (x *Proxy_KillPureCall) GetExtIndex() uint32 { - if x != nil { - return x.ExtIndex - } - return 0 -} - -type isProxy_KillPureCall_Spawner interface { - isProxy_KillPureCall_Spawner() -} - -type Proxy_KillPureCall_SpawnerId struct { - SpawnerId *Proxy_Id `protobuf:"bytes,1,opt,name=spawner_id,json=spawnerId,proto3,oneof"` -} - -type Proxy_KillPureCall_SpawnerIndex struct { - SpawnerIndex *Proxy_Index `protobuf:"bytes,2,opt,name=spawner_index,json=spawnerIndex,proto3,oneof"` -} - -type Proxy_KillPureCall_SpawnerRaw struct { - SpawnerRaw *Proxy_Raw `protobuf:"bytes,3,opt,name=spawner_raw,json=spawnerRaw,proto3,oneof"` -} - -type Proxy_KillPureCall_SpawnerAddress32 struct { - SpawnerAddress32 *Proxy_Address32 `protobuf:"bytes,4,opt,name=spawner_address32,json=spawnerAddress32,proto3,oneof"` -} - -type Proxy_KillPureCall_SpawnerAddress20 struct { - SpawnerAddress20 *Proxy_Address20 `protobuf:"bytes,5,opt,name=spawner_address20,json=spawnerAddress20,proto3,oneof"` -} - -func (*Proxy_KillPureCall_SpawnerId) isProxy_KillPureCall_Spawner() {} - -func (*Proxy_KillPureCall_SpawnerIndex) isProxy_KillPureCall_Spawner() {} - -func (*Proxy_KillPureCall_SpawnerRaw) isProxy_KillPureCall_Spawner() {} - -func (*Proxy_KillPureCall_SpawnerAddress32) isProxy_KillPureCall_Spawner() {} - -func (*Proxy_KillPureCall_SpawnerAddress20) isProxy_KillPureCall_Spawner() {} - -type isProxy_KillPureCall_ProxyType interface { - isProxy_KillPureCall_ProxyType() -} - -type Proxy_KillPureCall_ProxyTypeAny struct { - ProxyTypeAny *Proxy_Any `protobuf:"bytes,6,opt,name=proxy_type_any,json=proxyTypeAny,proto3,oneof"` -} - -type Proxy_KillPureCall_ProxyTypeNonTransfer struct { - ProxyTypeNonTransfer *Proxy_NonTransfer `protobuf:"bytes,7,opt,name=proxy_type_non_transfer,json=proxyTypeNonTransfer,proto3,oneof"` -} - -type Proxy_KillPureCall_ProxyTypeGovernance struct { - ProxyTypeGovernance *Proxy_Governance `protobuf:"bytes,8,opt,name=proxy_type_governance,json=proxyTypeGovernance,proto3,oneof"` -} - -type Proxy_KillPureCall_ProxyTypeStaking struct { - ProxyTypeStaking *Proxy_Staking `protobuf:"bytes,9,opt,name=proxy_type_staking,json=proxyTypeStaking,proto3,oneof"` -} - -type Proxy_KillPureCall_ProxyTypeIdentityJudgement struct { - ProxyTypeIdentityJudgement *Proxy_IdentityJudgement `protobuf:"bytes,10,opt,name=proxy_type_identity_judgement,json=proxyTypeIdentityJudgement,proto3,oneof"` -} - -type Proxy_KillPureCall_ProxyTypeCancelProxy struct { - ProxyTypeCancelProxy *Proxy_CancelProxy `protobuf:"bytes,11,opt,name=proxy_type_cancel_proxy,json=proxyTypeCancelProxy,proto3,oneof"` -} - -func (*Proxy_KillPureCall_ProxyTypeAny) isProxy_KillPureCall_ProxyType() {} - -func (*Proxy_KillPureCall_ProxyTypeNonTransfer) isProxy_KillPureCall_ProxyType() {} - -func (*Proxy_KillPureCall_ProxyTypeGovernance) isProxy_KillPureCall_ProxyType() {} - -func (*Proxy_KillPureCall_ProxyTypeStaking) isProxy_KillPureCall_ProxyType() {} - -func (*Proxy_KillPureCall_ProxyTypeIdentityJudgement) isProxy_KillPureCall_ProxyType() {} - -func (*Proxy_KillPureCall_ProxyTypeCancelProxy) isProxy_KillPureCall_ProxyType() {} - -type ChildBounties_Address32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *ChildBounties_Address32) Reset() { - *x = ChildBounties_Address32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[160] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_Address32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_Address32) ProtoMessage() {} - -func (x *ChildBounties_Address32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[160] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_Address32.ProtoReflect.Descriptor instead. -func (*ChildBounties_Address32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{160} -} - -func (x *ChildBounties_Address32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type NominationPools_ChillCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PoolId uint32 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` -} - -func (x *NominationPools_ChillCall) Reset() { - *x = NominationPools_ChillCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[161] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_ChillCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_ChillCall) ProtoMessage() {} - -func (x *NominationPools_ChillCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[161] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_ChillCall.ProtoReflect.Descriptor instead. -func (*NominationPools_ChillCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{161} -} - -func (x *NominationPools_ChillCall) GetPoolId() uint32 { - if x != nil { - return x.PoolId - } - return 0 -} - -type TransactionPaymentPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *TransactionPaymentPallet) Reset() { - *x = TransactionPaymentPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[162] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TransactionPaymentPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TransactionPaymentPallet) ProtoMessage() {} - -func (x *TransactionPaymentPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[162] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TransactionPaymentPallet.ProtoReflect.Descriptor instead. -func (*TransactionPaymentPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{162} -} - -type Identity_Raw20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw20) Reset() { - *x = Identity_Raw20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[163] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw20) ProtoMessage() {} - -func (x *Identity_Raw20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[163] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw20.ProtoReflect.Descriptor instead. -func (*Identity_Raw20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{163} -} - -func (x *Identity_Raw20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Gear_UploadCodeCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Code []byte `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` -} - -func (x *Gear_UploadCodeCall) Reset() { - *x = Gear_UploadCodeCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[164] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Gear_UploadCodeCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Gear_UploadCodeCall) ProtoMessage() {} - -func (x *Gear_UploadCodeCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[164] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Gear_UploadCodeCall.ProtoReflect.Descriptor instead. -func (*Gear_UploadCodeCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{164} -} - -func (x *Gear_UploadCodeCall) GetCode() []byte { - if x != nil { - return x.Code - } - return nil -} - -type GearBuiltinPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *GearBuiltinPallet) Reset() { - *x = GearBuiltinPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[165] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearBuiltinPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearBuiltinPallet) ProtoMessage() {} - -func (x *GearBuiltinPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[165] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearBuiltinPallet.ProtoReflect.Descriptor instead. -func (*GearBuiltinPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{165} -} - -type SessionPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *SessionPallet_CallSetKeysCall - // *SessionPallet_CallPurgeKeysCall - Call isSessionPallet_Call `protobuf_oneof:"call"` -} - -func (x *SessionPallet) Reset() { - *x = SessionPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[166] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SessionPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SessionPallet) ProtoMessage() {} - -func (x *SessionPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[166] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SessionPallet.ProtoReflect.Descriptor instead. -func (*SessionPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{166} -} - -func (m *SessionPallet) GetCall() isSessionPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *SessionPallet) GetCallSetKeysCall() *Session_SetKeysCall { - if x, ok := x.GetCall().(*SessionPallet_CallSetKeysCall); ok { - return x.CallSetKeysCall - } - return nil -} - -func (x *SessionPallet) GetCallPurgeKeysCall() *Session_PurgeKeysCall { - if x, ok := x.GetCall().(*SessionPallet_CallPurgeKeysCall); ok { - return x.CallPurgeKeysCall - } - return nil -} - -type isSessionPallet_Call interface { - isSessionPallet_Call() -} - -type SessionPallet_CallSetKeysCall struct { - CallSetKeysCall *Session_SetKeysCall `protobuf:"bytes,1,opt,name=call_set_keys_call,json=callSetKeysCall,proto3,oneof"` -} - -type SessionPallet_CallPurgeKeysCall struct { - CallPurgeKeysCall *Session_PurgeKeysCall `protobuf:"bytes,2,opt,name=call_purge_keys_call,json=callPurgeKeysCall,proto3,oneof"` -} - -func (*SessionPallet_CallSetKeysCall) isSessionPallet_Call() {} - -func (*SessionPallet_CallPurgeKeysCall) isSessionPallet_Call() {} - -type FellowshipMasters struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *FellowshipMasters) Reset() { - *x = FellowshipMasters{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[167] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipMasters) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipMasters) ProtoMessage() {} - -func (x *FellowshipMasters) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[167] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipMasters.ProtoReflect.Descriptor instead. -func (*FellowshipMasters) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{167} -} - -type Utility_System struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Value0: - // - // *Utility_System_Value0Root - // *Utility_System_Value0Signed - // *Utility_System_Value0None - Value0 isUtility_System_Value0 `protobuf_oneof:"value0"` -} - -func (x *Utility_System) Reset() { - *x = Utility_System{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[168] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Utility_System) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Utility_System) ProtoMessage() {} - -func (x *Utility_System) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[168] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Utility_System.ProtoReflect.Descriptor instead. -func (*Utility_System) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{168} -} - -func (m *Utility_System) GetValue0() isUtility_System_Value0 { - if m != nil { - return m.Value0 - } - return nil -} - -func (x *Utility_System) GetValue0Root() *Root { - if x, ok := x.GetValue0().(*Utility_System_Value0Root); ok { - return x.Value0Root - } - return nil -} - -func (x *Utility_System) GetValue0Signed() *Signed { - if x, ok := x.GetValue0().(*Utility_System_Value0Signed); ok { - return x.Value0Signed - } - return nil -} - -func (x *Utility_System) GetValue0None() *None { - if x, ok := x.GetValue0().(*Utility_System_Value0None); ok { - return x.Value0None - } - return nil -} - -type isUtility_System_Value0 interface { - isUtility_System_Value0() -} - -type Utility_System_Value0Root struct { - Value0Root *Root `protobuf:"bytes,1,opt,name=value0_root,json=value0Root,proto3,oneof"` -} - -type Utility_System_Value0Signed struct { - Value0Signed *Signed `protobuf:"bytes,2,opt,name=value0_signed,json=value0Signed,proto3,oneof"` -} - -type Utility_System_Value0None struct { - Value0None *None `protobuf:"bytes,3,opt,name=value0_none,json=value0None,proto3,oneof"` -} - -func (*Utility_System_Value0Root) isUtility_System_Value0() {} - -func (*Utility_System_Value0Signed) isUtility_System_Value0() {} - -func (*Utility_System_Value0None) isUtility_System_Value0() {} - -type FellowshipExperts struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *FellowshipExperts) Reset() { - *x = FellowshipExperts{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[169] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipExperts) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipExperts) ProtoMessage() {} - -func (x *FellowshipExperts) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[169] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipExperts.ProtoReflect.Descriptor instead. -func (*FellowshipExperts) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{169} -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` - // Types that are assignable to Value1: - // - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1None - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw0 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw1 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw2 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw3 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw4 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw5 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw6 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw7 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw8 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw9 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw10 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw11 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw12 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw13 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw14 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw15 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw16 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw17 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw18 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw19 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw20 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw21 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw22 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw23 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw24 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw25 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw26 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw27 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw28 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw29 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw30 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw31 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw32 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1BlakeTwo256 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Sha256 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Keccak256 - // *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1ShaThree256 - Value1 isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1 `protobuf_oneof:"value1"` -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) Reset() { - *x = Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[170] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) ProtoMessage() {} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[170] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.ProtoReflect.Descriptor instead. -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{170} -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -func (m *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1() isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1 { - if m != nil { - return m.Value1 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1None() *Identity_None { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1None); ok { - return x.Value1None - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw0() *Identity_Raw0 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw0); ok { - return x.Value1Raw0 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw1() *Identity_Raw1 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw1); ok { - return x.Value1Raw1 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw2() *Identity_Raw2 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw2); ok { - return x.Value1Raw2 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw3() *Identity_Raw3 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw3); ok { - return x.Value1Raw3 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw4() *Identity_Raw4 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw4); ok { - return x.Value1Raw4 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw5() *Identity_Raw5 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw5); ok { - return x.Value1Raw5 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw6() *Identity_Raw6 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw6); ok { - return x.Value1Raw6 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw7() *Identity_Raw7 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw7); ok { - return x.Value1Raw7 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw8() *Identity_Raw8 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw8); ok { - return x.Value1Raw8 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw9() *Identity_Raw9 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw9); ok { - return x.Value1Raw9 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw10() *Identity_Raw10 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw10); ok { - return x.Value1Raw10 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw11() *Identity_Raw11 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw11); ok { - return x.Value1Raw11 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw12() *Identity_Raw12 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw12); ok { - return x.Value1Raw12 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw13() *Identity_Raw13 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw13); ok { - return x.Value1Raw13 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw14() *Identity_Raw14 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw14); ok { - return x.Value1Raw14 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw15() *Identity_Raw15 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw15); ok { - return x.Value1Raw15 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw16() *Identity_Raw16 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw16); ok { - return x.Value1Raw16 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw17() *Identity_Raw17 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw17); ok { - return x.Value1Raw17 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw18() *Identity_Raw18 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw18); ok { - return x.Value1Raw18 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw19() *Identity_Raw19 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw19); ok { - return x.Value1Raw19 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw20() *Identity_Raw20 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw20); ok { - return x.Value1Raw20 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw21() *Identity_Raw21 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw21); ok { - return x.Value1Raw21 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw22() *Identity_Raw22 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw22); ok { - return x.Value1Raw22 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw23() *Identity_Raw23 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw23); ok { - return x.Value1Raw23 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw24() *Identity_Raw24 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw24); ok { - return x.Value1Raw24 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw25() *Identity_Raw25 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw25); ok { - return x.Value1Raw25 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw26() *Identity_Raw26 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw26); ok { - return x.Value1Raw26 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw27() *Identity_Raw27 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw27); ok { - return x.Value1Raw27 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw28() *Identity_Raw28 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw28); ok { - return x.Value1Raw28 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw29() *Identity_Raw29 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw29); ok { - return x.Value1Raw29 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw30() *Identity_Raw30 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw30); ok { - return x.Value1Raw30 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw31() *Identity_Raw31 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw31); ok { - return x.Value1Raw31 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Raw32() *Identity_Raw32 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw32); ok { - return x.Value1Raw32 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1BlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1BlakeTwo256); ok { - return x.Value1BlakeTwo256 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Sha256() *Identity_Sha256 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Sha256); ok { - return x.Value1Sha256 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1Keccak256() *Identity_Keccak256 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Keccak256); ok { - return x.Value1Keccak256 - } - return nil -} - -func (x *Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData) GetValue1ShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetValue1().(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1ShaThree256); ok { - return x.Value1ShaThree256 - } - return nil -} - -type isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1 interface { - isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1None struct { - Value1None *Identity_None `protobuf:"bytes,2,opt,name=value1_none,json=value1None,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw0 struct { - Value1Raw0 *Identity_Raw0 `protobuf:"bytes,3,opt,name=value1_raw0,json=value1Raw0,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw1 struct { - Value1Raw1 *Identity_Raw1 `protobuf:"bytes,4,opt,name=value1_raw1,json=value1Raw1,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw2 struct { - Value1Raw2 *Identity_Raw2 `protobuf:"bytes,5,opt,name=value1_raw2,json=value1Raw2,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw3 struct { - Value1Raw3 *Identity_Raw3 `protobuf:"bytes,6,opt,name=value1_raw3,json=value1Raw3,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw4 struct { - Value1Raw4 *Identity_Raw4 `protobuf:"bytes,7,opt,name=value1_raw4,json=value1Raw4,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw5 struct { - Value1Raw5 *Identity_Raw5 `protobuf:"bytes,8,opt,name=value1_raw5,json=value1Raw5,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw6 struct { - Value1Raw6 *Identity_Raw6 `protobuf:"bytes,9,opt,name=value1_raw6,json=value1Raw6,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw7 struct { - Value1Raw7 *Identity_Raw7 `protobuf:"bytes,10,opt,name=value1_raw7,json=value1Raw7,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw8 struct { - Value1Raw8 *Identity_Raw8 `protobuf:"bytes,11,opt,name=value1_raw8,json=value1Raw8,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw9 struct { - Value1Raw9 *Identity_Raw9 `protobuf:"bytes,12,opt,name=value1_raw9,json=value1Raw9,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw10 struct { - Value1Raw10 *Identity_Raw10 `protobuf:"bytes,13,opt,name=value1_raw10,json=value1Raw10,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw11 struct { - Value1Raw11 *Identity_Raw11 `protobuf:"bytes,14,opt,name=value1_raw11,json=value1Raw11,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw12 struct { - Value1Raw12 *Identity_Raw12 `protobuf:"bytes,15,opt,name=value1_raw12,json=value1Raw12,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw13 struct { - Value1Raw13 *Identity_Raw13 `protobuf:"bytes,16,opt,name=value1_raw13,json=value1Raw13,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw14 struct { - Value1Raw14 *Identity_Raw14 `protobuf:"bytes,17,opt,name=value1_raw14,json=value1Raw14,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw15 struct { - Value1Raw15 *Identity_Raw15 `protobuf:"bytes,18,opt,name=value1_raw15,json=value1Raw15,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw16 struct { - Value1Raw16 *Identity_Raw16 `protobuf:"bytes,19,opt,name=value1_raw16,json=value1Raw16,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw17 struct { - Value1Raw17 *Identity_Raw17 `protobuf:"bytes,20,opt,name=value1_raw17,json=value1Raw17,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw18 struct { - Value1Raw18 *Identity_Raw18 `protobuf:"bytes,21,opt,name=value1_raw18,json=value1Raw18,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw19 struct { - Value1Raw19 *Identity_Raw19 `protobuf:"bytes,22,opt,name=value1_raw19,json=value1Raw19,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw20 struct { - Value1Raw20 *Identity_Raw20 `protobuf:"bytes,23,opt,name=value1_raw20,json=value1Raw20,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw21 struct { - Value1Raw21 *Identity_Raw21 `protobuf:"bytes,24,opt,name=value1_raw21,json=value1Raw21,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw22 struct { - Value1Raw22 *Identity_Raw22 `protobuf:"bytes,25,opt,name=value1_raw22,json=value1Raw22,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw23 struct { - Value1Raw23 *Identity_Raw23 `protobuf:"bytes,26,opt,name=value1_raw23,json=value1Raw23,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw24 struct { - Value1Raw24 *Identity_Raw24 `protobuf:"bytes,27,opt,name=value1_raw24,json=value1Raw24,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw25 struct { - Value1Raw25 *Identity_Raw25 `protobuf:"bytes,28,opt,name=value1_raw25,json=value1Raw25,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw26 struct { - Value1Raw26 *Identity_Raw26 `protobuf:"bytes,29,opt,name=value1_raw26,json=value1Raw26,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw27 struct { - Value1Raw27 *Identity_Raw27 `protobuf:"bytes,30,opt,name=value1_raw27,json=value1Raw27,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw28 struct { - Value1Raw28 *Identity_Raw28 `protobuf:"bytes,31,opt,name=value1_raw28,json=value1Raw28,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw29 struct { - Value1Raw29 *Identity_Raw29 `protobuf:"bytes,32,opt,name=value1_raw29,json=value1Raw29,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw30 struct { - Value1Raw30 *Identity_Raw30 `protobuf:"bytes,33,opt,name=value1_raw30,json=value1Raw30,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw31 struct { - Value1Raw31 *Identity_Raw31 `protobuf:"bytes,34,opt,name=value1_raw31,json=value1Raw31,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw32 struct { - Value1Raw32 *Identity_Raw32 `protobuf:"bytes,35,opt,name=value1_raw32,json=value1Raw32,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1BlakeTwo256 struct { - Value1BlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,36,opt,name=value1_blake_two256,json=value1BlakeTwo256,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Sha256 struct { - Value1Sha256 *Identity_Sha256 `protobuf:"bytes,37,opt,name=value1_sha256,json=value1Sha256,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Keccak256 struct { - Value1Keccak256 *Identity_Keccak256 `protobuf:"bytes,38,opt,name=value1_keccak256,json=value1Keccak256,proto3,oneof"` -} - -type Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1ShaThree256 struct { - Value1ShaThree256 *Identity_ShaThree256 `protobuf:"bytes,39,opt,name=value1_sha_three256,json=value1ShaThree256,proto3,oneof"` -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1None) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw0) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw1) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw2) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw3) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw4) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw5) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw6) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw7) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw8) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw9) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw10) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw11) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw12) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw13) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw14) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw15) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw16) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw17) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw18) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw19) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw20) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw21) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw22) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw23) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw24) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw25) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw26) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw27) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw28) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw29) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw30) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw31) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw32) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1BlakeTwo256) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Sha256) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Keccak256) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -func (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1ShaThree256) isIdentity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1() { -} - -type Identity_Reasonable struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Identity_Reasonable) Reset() { - *x = Identity_Reasonable{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[171] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Reasonable) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Reasonable) ProtoMessage() {} - -func (x *Identity_Reasonable) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[171] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Reasonable.ProtoReflect.Descriptor instead. -func (*Identity_Reasonable) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{171} -} - -type Proxy_ProxyType struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to ProxyType: - // - // *Proxy_ProxyType_ProxyTypeAny - // *Proxy_ProxyType_ProxyTypeNonTransfer - // *Proxy_ProxyType_ProxyTypeGovernance - // *Proxy_ProxyType_ProxyTypeStaking - // *Proxy_ProxyType_ProxyTypeIdentityJudgement - // *Proxy_ProxyType_ProxyTypeCancelProxy - ProxyType isProxy_ProxyType_ProxyType `protobuf_oneof:"proxy_type"` -} - -func (x *Proxy_ProxyType) Reset() { - *x = Proxy_ProxyType{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[172] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_ProxyType) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_ProxyType) ProtoMessage() {} - -func (x *Proxy_ProxyType) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[172] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_ProxyType.ProtoReflect.Descriptor instead. -func (*Proxy_ProxyType) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{172} -} - -func (m *Proxy_ProxyType) GetProxyType() isProxy_ProxyType_ProxyType { - if m != nil { - return m.ProxyType - } - return nil -} - -func (x *Proxy_ProxyType) GetProxyTypeAny() *Proxy_Any { - if x, ok := x.GetProxyType().(*Proxy_ProxyType_ProxyTypeAny); ok { - return x.ProxyTypeAny - } - return nil -} - -func (x *Proxy_ProxyType) GetProxyTypeNonTransfer() *Proxy_NonTransfer { - if x, ok := x.GetProxyType().(*Proxy_ProxyType_ProxyTypeNonTransfer); ok { - return x.ProxyTypeNonTransfer - } - return nil -} - -func (x *Proxy_ProxyType) GetProxyTypeGovernance() *Proxy_Governance { - if x, ok := x.GetProxyType().(*Proxy_ProxyType_ProxyTypeGovernance); ok { - return x.ProxyTypeGovernance - } - return nil -} - -func (x *Proxy_ProxyType) GetProxyTypeStaking() *Proxy_Staking { - if x, ok := x.GetProxyType().(*Proxy_ProxyType_ProxyTypeStaking); ok { - return x.ProxyTypeStaking - } - return nil -} - -func (x *Proxy_ProxyType) GetProxyTypeIdentityJudgement() *Proxy_IdentityJudgement { - if x, ok := x.GetProxyType().(*Proxy_ProxyType_ProxyTypeIdentityJudgement); ok { - return x.ProxyTypeIdentityJudgement - } - return nil -} - -func (x *Proxy_ProxyType) GetProxyTypeCancelProxy() *Proxy_CancelProxy { - if x, ok := x.GetProxyType().(*Proxy_ProxyType_ProxyTypeCancelProxy); ok { - return x.ProxyTypeCancelProxy - } - return nil -} - -type isProxy_ProxyType_ProxyType interface { - isProxy_ProxyType_ProxyType() -} - -type Proxy_ProxyType_ProxyTypeAny struct { - ProxyTypeAny *Proxy_Any `protobuf:"bytes,1,opt,name=proxy_type_any,json=proxyTypeAny,proto3,oneof"` -} - -type Proxy_ProxyType_ProxyTypeNonTransfer struct { - ProxyTypeNonTransfer *Proxy_NonTransfer `protobuf:"bytes,2,opt,name=proxy_type_non_transfer,json=proxyTypeNonTransfer,proto3,oneof"` -} - -type Proxy_ProxyType_ProxyTypeGovernance struct { - ProxyTypeGovernance *Proxy_Governance `protobuf:"bytes,3,opt,name=proxy_type_governance,json=proxyTypeGovernance,proto3,oneof"` -} - -type Proxy_ProxyType_ProxyTypeStaking struct { - ProxyTypeStaking *Proxy_Staking `protobuf:"bytes,4,opt,name=proxy_type_staking,json=proxyTypeStaking,proto3,oneof"` -} - -type Proxy_ProxyType_ProxyTypeIdentityJudgement struct { - ProxyTypeIdentityJudgement *Proxy_IdentityJudgement `protobuf:"bytes,5,opt,name=proxy_type_identity_judgement,json=proxyTypeIdentityJudgement,proto3,oneof"` -} - -type Proxy_ProxyType_ProxyTypeCancelProxy struct { - ProxyTypeCancelProxy *Proxy_CancelProxy `protobuf:"bytes,6,opt,name=proxy_type_cancel_proxy,json=proxyTypeCancelProxy,proto3,oneof"` -} - -func (*Proxy_ProxyType_ProxyTypeAny) isProxy_ProxyType_ProxyType() {} - -func (*Proxy_ProxyType_ProxyTypeNonTransfer) isProxy_ProxyType_ProxyType() {} - -func (*Proxy_ProxyType_ProxyTypeGovernance) isProxy_ProxyType_ProxyType() {} - -func (*Proxy_ProxyType_ProxyTypeStaking) isProxy_ProxyType_ProxyType() {} - -func (*Proxy_ProxyType_ProxyTypeIdentityJudgement) isProxy_ProxyType_ProxyType() {} - -func (*Proxy_ProxyType_ProxyTypeCancelProxy) isProxy_ProxyType_ProxyType() {} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[173] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[173] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{173} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type System_TupleSystemItemsListSystemItemsList struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []byte `protobuf:"bytes,2,opt,name=value1,proto3" json:"value1,omitempty"` -} - -func (x *System_TupleSystemItemsListSystemItemsList) Reset() { - *x = System_TupleSystemItemsListSystemItemsList{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[174] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *System_TupleSystemItemsListSystemItemsList) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*System_TupleSystemItemsListSystemItemsList) ProtoMessage() {} - -func (x *System_TupleSystemItemsListSystemItemsList) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[174] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use System_TupleSystemItemsListSystemItemsList.ProtoReflect.Descriptor instead. -func (*System_TupleSystemItemsListSystemItemsList) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{174} -} - -func (x *System_TupleSystemItemsListSystemItemsList) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -func (x *System_TupleSystemItemsListSystemItemsList) GetValue1() []byte { - if x != nil { - return x.Value1 - } - return nil -} - -type Balances_Dest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Dest: - // - // *Balances_Dest_DestId - // *Balances_Dest_DestIndex - // *Balances_Dest_DestRaw - // *Balances_Dest_DestAddress32 - // *Balances_Dest_DestAddress20 - Dest isBalances_Dest_Dest `protobuf_oneof:"dest"` -} - -func (x *Balances_Dest) Reset() { - *x = Balances_Dest{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[175] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_Dest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_Dest) ProtoMessage() {} - -func (x *Balances_Dest) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[175] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_Dest.ProtoReflect.Descriptor instead. -func (*Balances_Dest) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{175} -} - -func (m *Balances_Dest) GetDest() isBalances_Dest_Dest { - if m != nil { - return m.Dest - } - return nil -} - -func (x *Balances_Dest) GetDestId() *Balances_Id { - if x, ok := x.GetDest().(*Balances_Dest_DestId); ok { - return x.DestId - } - return nil -} - -func (x *Balances_Dest) GetDestIndex() *Balances_Index { - if x, ok := x.GetDest().(*Balances_Dest_DestIndex); ok { - return x.DestIndex - } - return nil -} - -func (x *Balances_Dest) GetDestRaw() *Balances_Raw { - if x, ok := x.GetDest().(*Balances_Dest_DestRaw); ok { - return x.DestRaw - } - return nil -} - -func (x *Balances_Dest) GetDestAddress32() *Balances_Address32 { - if x, ok := x.GetDest().(*Balances_Dest_DestAddress32); ok { - return x.DestAddress32 - } - return nil -} - -func (x *Balances_Dest) GetDestAddress20() *Balances_Address20 { - if x, ok := x.GetDest().(*Balances_Dest_DestAddress20); ok { - return x.DestAddress20 - } - return nil -} - -type isBalances_Dest_Dest interface { - isBalances_Dest_Dest() -} - -type Balances_Dest_DestId struct { - DestId *Balances_Id `protobuf:"bytes,1,opt,name=dest_id,json=destId,proto3,oneof"` -} - -type Balances_Dest_DestIndex struct { - DestIndex *Balances_Index `protobuf:"bytes,2,opt,name=dest_index,json=destIndex,proto3,oneof"` -} - -type Balances_Dest_DestRaw struct { - DestRaw *Balances_Raw `protobuf:"bytes,3,opt,name=dest_raw,json=destRaw,proto3,oneof"` -} - -type Balances_Dest_DestAddress32 struct { - DestAddress32 *Balances_Address32 `protobuf:"bytes,4,opt,name=dest_address32,json=destAddress32,proto3,oneof"` -} - -type Balances_Dest_DestAddress20 struct { - DestAddress20 *Balances_Address20 `protobuf:"bytes,5,opt,name=dest_address20,json=destAddress20,proto3,oneof"` -} - -func (*Balances_Dest_DestId) isBalances_Dest_Dest() {} - -func (*Balances_Dest_DestIndex) isBalances_Dest_Dest() {} - -func (*Balances_Dest_DestRaw) isBalances_Dest_Dest() {} - -func (*Balances_Dest_DestAddress32) isBalances_Dest_Dest() {} - -func (*Balances_Dest_DestAddress20) isBalances_Dest_Dest() {} - -type Staking_MinValidatorBond struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MinValidatorBond: - // - // *Staking_MinValidatorBond_MinValidatorBondNoop - // *Staking_MinValidatorBond_MinValidatorBondSet - // *Staking_MinValidatorBond_MinValidatorBondRemove - MinValidatorBond isStaking_MinValidatorBond_MinValidatorBond `protobuf_oneof:"min_validator_bond"` -} - -func (x *Staking_MinValidatorBond) Reset() { - *x = Staking_MinValidatorBond{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[176] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_MinValidatorBond) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_MinValidatorBond) ProtoMessage() {} - -func (x *Staking_MinValidatorBond) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[176] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_MinValidatorBond.ProtoReflect.Descriptor instead. -func (*Staking_MinValidatorBond) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{176} -} - -func (m *Staking_MinValidatorBond) GetMinValidatorBond() isStaking_MinValidatorBond_MinValidatorBond { - if m != nil { - return m.MinValidatorBond - } - return nil -} - -func (x *Staking_MinValidatorBond) GetMinValidatorBondNoop() *Staking_Noop { - if x, ok := x.GetMinValidatorBond().(*Staking_MinValidatorBond_MinValidatorBondNoop); ok { - return x.MinValidatorBondNoop - } - return nil -} - -func (x *Staking_MinValidatorBond) GetMinValidatorBondSet() *Staking_Set { - if x, ok := x.GetMinValidatorBond().(*Staking_MinValidatorBond_MinValidatorBondSet); ok { - return x.MinValidatorBondSet - } - return nil -} - -func (x *Staking_MinValidatorBond) GetMinValidatorBondRemove() *Staking_Remove { - if x, ok := x.GetMinValidatorBond().(*Staking_MinValidatorBond_MinValidatorBondRemove); ok { - return x.MinValidatorBondRemove - } - return nil -} - -type isStaking_MinValidatorBond_MinValidatorBond interface { - isStaking_MinValidatorBond_MinValidatorBond() -} - -type Staking_MinValidatorBond_MinValidatorBondNoop struct { - MinValidatorBondNoop *Staking_Noop `protobuf:"bytes,1,opt,name=min_validator_bond_noop,json=minValidatorBondNoop,proto3,oneof"` -} - -type Staking_MinValidatorBond_MinValidatorBondSet struct { - MinValidatorBondSet *Staking_Set `protobuf:"bytes,2,opt,name=min_validator_bond_set,json=minValidatorBondSet,proto3,oneof"` -} - -type Staking_MinValidatorBond_MinValidatorBondRemove struct { - MinValidatorBondRemove *Staking_Remove `protobuf:"bytes,3,opt,name=min_validator_bond_remove,json=minValidatorBondRemove,proto3,oneof"` -} - -func (*Staking_MinValidatorBond_MinValidatorBondNoop) isStaking_MinValidatorBond_MinValidatorBond() {} - -func (*Staking_MinValidatorBond_MinValidatorBondSet) isStaking_MinValidatorBond_MinValidatorBond() {} - -func (*Staking_MinValidatorBond_MinValidatorBondRemove) isStaking_MinValidatorBond_MinValidatorBond() { -} - -type FellowshipReferenda_ProposalOrigin struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to ProposalOrigin: - // - // *FellowshipReferenda_ProposalOrigin_ProposalOriginSystem - // *FellowshipReferenda_ProposalOrigin_ProposalOriginOrigins - // *FellowshipReferenda_ProposalOrigin_ProposalOriginVoid - ProposalOrigin isFellowshipReferenda_ProposalOrigin_ProposalOrigin `protobuf_oneof:"proposal_origin"` -} - -func (x *FellowshipReferenda_ProposalOrigin) Reset() { - *x = FellowshipReferenda_ProposalOrigin{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[177] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_ProposalOrigin) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_ProposalOrigin) ProtoMessage() {} - -func (x *FellowshipReferenda_ProposalOrigin) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[177] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_ProposalOrigin.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_ProposalOrigin) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{177} -} - -func (m *FellowshipReferenda_ProposalOrigin) GetProposalOrigin() isFellowshipReferenda_ProposalOrigin_ProposalOrigin { - if m != nil { - return m.ProposalOrigin - } - return nil -} - -func (x *FellowshipReferenda_ProposalOrigin) GetProposalOriginSystem() *FellowshipReferenda_System { - if x, ok := x.GetProposalOrigin().(*FellowshipReferenda_ProposalOrigin_ProposalOriginSystem); ok { - return x.ProposalOriginSystem - } - return nil -} - -func (x *FellowshipReferenda_ProposalOrigin) GetProposalOriginOrigins() *FellowshipReferenda_Origins { - if x, ok := x.GetProposalOrigin().(*FellowshipReferenda_ProposalOrigin_ProposalOriginOrigins); ok { - return x.ProposalOriginOrigins - } - return nil -} - -func (x *FellowshipReferenda_ProposalOrigin) GetProposalOriginVoid() *FellowshipReferenda_Void { - if x, ok := x.GetProposalOrigin().(*FellowshipReferenda_ProposalOrigin_ProposalOriginVoid); ok { - return x.ProposalOriginVoid - } - return nil -} - -type isFellowshipReferenda_ProposalOrigin_ProposalOrigin interface { - isFellowshipReferenda_ProposalOrigin_ProposalOrigin() -} - -type FellowshipReferenda_ProposalOrigin_ProposalOriginSystem struct { - ProposalOriginSystem *FellowshipReferenda_System `protobuf:"bytes,1,opt,name=proposal_origin_system,json=proposalOriginSystem,proto3,oneof"` -} - -type FellowshipReferenda_ProposalOrigin_ProposalOriginOrigins struct { - ProposalOriginOrigins *FellowshipReferenda_Origins `protobuf:"bytes,2,opt,name=proposal_origin_origins,json=proposalOriginOrigins,proto3,oneof"` -} - -type FellowshipReferenda_ProposalOrigin_ProposalOriginVoid struct { - ProposalOriginVoid *FellowshipReferenda_Void `protobuf:"bytes,3,opt,name=proposal_origin_void,json=proposalOriginVoid,proto3,oneof"` -} - -func (*FellowshipReferenda_ProposalOrigin_ProposalOriginSystem) isFellowshipReferenda_ProposalOrigin_ProposalOrigin() { -} - -func (*FellowshipReferenda_ProposalOrigin_ProposalOriginOrigins) isFellowshipReferenda_ProposalOrigin_ProposalOrigin() { -} - -func (*FellowshipReferenda_ProposalOrigin_ProposalOriginVoid) isFellowshipReferenda_ProposalOrigin_ProposalOrigin() { -} - -type ConvictionVoting_Index struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *ConvictionVoting_TupleNull `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *ConvictionVoting_Index) Reset() { - *x = ConvictionVoting_Index{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[178] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Index) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Index) ProtoMessage() {} - -func (x *ConvictionVoting_Index) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[178] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Index.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Index) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{178} -} - -func (x *ConvictionVoting_Index) GetValue0() *ConvictionVoting_TupleNull { - if x != nil { - return x.Value0 - } - return nil -} - -type FellowshipReferenda_System struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Value0: - // - // *FellowshipReferenda_System_Value0Root - // *FellowshipReferenda_System_Value0Signed - // *FellowshipReferenda_System_Value0None - Value0 isFellowshipReferenda_System_Value0 `protobuf_oneof:"value0"` -} - -func (x *FellowshipReferenda_System) Reset() { - *x = FellowshipReferenda_System{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[179] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_System) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_System) ProtoMessage() {} - -func (x *FellowshipReferenda_System) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[179] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_System.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_System) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{179} -} - -func (m *FellowshipReferenda_System) GetValue0() isFellowshipReferenda_System_Value0 { - if m != nil { - return m.Value0 - } - return nil -} - -func (x *FellowshipReferenda_System) GetValue0Root() *Root { - if x, ok := x.GetValue0().(*FellowshipReferenda_System_Value0Root); ok { - return x.Value0Root - } - return nil -} - -func (x *FellowshipReferenda_System) GetValue0Signed() *Signed { - if x, ok := x.GetValue0().(*FellowshipReferenda_System_Value0Signed); ok { - return x.Value0Signed - } - return nil -} - -func (x *FellowshipReferenda_System) GetValue0None() *None { - if x, ok := x.GetValue0().(*FellowshipReferenda_System_Value0None); ok { - return x.Value0None - } - return nil -} - -type isFellowshipReferenda_System_Value0 interface { - isFellowshipReferenda_System_Value0() -} - -type FellowshipReferenda_System_Value0Root struct { - Value0Root *Root `protobuf:"bytes,1,opt,name=value0_root,json=value0Root,proto3,oneof"` -} - -type FellowshipReferenda_System_Value0Signed struct { - Value0Signed *Signed `protobuf:"bytes,2,opt,name=value0_signed,json=value0Signed,proto3,oneof"` -} - -type FellowshipReferenda_System_Value0None struct { - Value0None *None `protobuf:"bytes,3,opt,name=value0_none,json=value0None,proto3,oneof"` -} - -func (*FellowshipReferenda_System_Value0Root) isFellowshipReferenda_System_Value0() {} - -func (*FellowshipReferenda_System_Value0Signed) isFellowshipReferenda_System_Value0() {} - -func (*FellowshipReferenda_System_Value0None) isFellowshipReferenda_System_Value0() {} - -type ElectionProviderMultiPhase_SubmitUnsignedCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RawSolution *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution `protobuf:"bytes,1,opt,name=raw_solution,json=rawSolution,proto3" json:"raw_solution,omitempty"` - Witness *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize `protobuf:"bytes,2,opt,name=witness,proto3" json:"witness,omitempty"` -} - -func (x *ElectionProviderMultiPhase_SubmitUnsignedCall) Reset() { - *x = ElectionProviderMultiPhase_SubmitUnsignedCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[180] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_SubmitUnsignedCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_SubmitUnsignedCall) ProtoMessage() {} - -func (x *ElectionProviderMultiPhase_SubmitUnsignedCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[180] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_SubmitUnsignedCall.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_SubmitUnsignedCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{180} -} - -func (x *ElectionProviderMultiPhase_SubmitUnsignedCall) GetRawSolution() *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution { - if x != nil { - return x.RawSolution - } - return nil -} - -func (x *ElectionProviderMultiPhase_SubmitUnsignedCall) GetWitness() *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize { - if x != nil { - return x.Witness - } - return nil -} - -type System_KillStorageCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Keys []*System_SystemKeysList `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` -} - -func (x *System_KillStorageCall) Reset() { - *x = System_KillStorageCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[181] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *System_KillStorageCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*System_KillStorageCall) ProtoMessage() {} - -func (x *System_KillStorageCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[181] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use System_KillStorageCall.ProtoReflect.Descriptor instead. -func (*System_KillStorageCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{181} -} - -func (x *System_KillStorageCall) GetKeys() []*System_SystemKeysList { - if x != nil { - return x.Keys - } - return nil -} - -type System_RemarkWithEventCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Remark []byte `protobuf:"bytes,1,opt,name=remark,proto3" json:"remark,omitempty"` -} - -func (x *System_RemarkWithEventCall) Reset() { - *x = System_RemarkWithEventCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[182] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *System_RemarkWithEventCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*System_RemarkWithEventCall) ProtoMessage() {} - -func (x *System_RemarkWithEventCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[182] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use System_RemarkWithEventCall.ProtoReflect.Descriptor instead. -func (*System_RemarkWithEventCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{182} -} - -func (x *System_RemarkWithEventCall) GetRemark() []byte { - if x != nil { - return x.Remark - } - return nil -} - -type Staking_Noop struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Staking_Noop) Reset() { - *x = Staking_Noop{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[183] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Noop) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Noop) ProtoMessage() {} - -func (x *Staking_Noop) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[183] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Noop.ProtoReflect.Descriptor instead. -func (*Staking_Noop) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{183} -} - -type Utility_DispatchAsCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to AsOrigin: - // - // *Utility_DispatchAsCall_AsOriginSystem - // *Utility_DispatchAsCall_AsOriginOrigins - // *Utility_DispatchAsCall_AsOriginVoid - AsOrigin isUtility_DispatchAsCall_AsOrigin `protobuf_oneof:"as_origin"` - // Types that are assignable to Call: - // - // *Utility_DispatchAsCall_CallSystem - // *Utility_DispatchAsCall_CallTimestamp - // *Utility_DispatchAsCall_CallBabe - // *Utility_DispatchAsCall_CallGrandpa - // *Utility_DispatchAsCall_CallBalances - // *Utility_DispatchAsCall_CallVesting - // *Utility_DispatchAsCall_CallBagsList - // *Utility_DispatchAsCall_CallImOnline - // *Utility_DispatchAsCall_CallStaking - // *Utility_DispatchAsCall_CallSession - // *Utility_DispatchAsCall_CallTreasury - // *Utility_DispatchAsCall_CallUtility - // *Utility_DispatchAsCall_CallConvictionVoting - // *Utility_DispatchAsCall_CallReferenda - // *Utility_DispatchAsCall_CallFellowshipCollective - // *Utility_DispatchAsCall_CallFellowshipReferenda - // *Utility_DispatchAsCall_CallWhitelist - // *Utility_DispatchAsCall_CallScheduler - // *Utility_DispatchAsCall_CallPreimage - // *Utility_DispatchAsCall_CallIdentity - // *Utility_DispatchAsCall_CallProxy - // *Utility_DispatchAsCall_CallMultisig - // *Utility_DispatchAsCall_CallElectionProviderMultiPhase - // *Utility_DispatchAsCall_CallBounties - // *Utility_DispatchAsCall_CallChildBounties - // *Utility_DispatchAsCall_CallNominationPools - // *Utility_DispatchAsCall_CallGear - // *Utility_DispatchAsCall_CallStakingRewards - // *Utility_DispatchAsCall_CallGearVoucher - Call isUtility_DispatchAsCall_Call `protobuf_oneof:"call"` -} - -func (x *Utility_DispatchAsCall) Reset() { - *x = Utility_DispatchAsCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[184] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Utility_DispatchAsCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Utility_DispatchAsCall) ProtoMessage() {} - -func (x *Utility_DispatchAsCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[184] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Utility_DispatchAsCall.ProtoReflect.Descriptor instead. -func (*Utility_DispatchAsCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{184} -} - -func (m *Utility_DispatchAsCall) GetAsOrigin() isUtility_DispatchAsCall_AsOrigin { - if m != nil { - return m.AsOrigin - } - return nil -} - -func (x *Utility_DispatchAsCall) GetAsOriginSystem() *Utility_System { - if x, ok := x.GetAsOrigin().(*Utility_DispatchAsCall_AsOriginSystem); ok { - return x.AsOriginSystem - } - return nil -} - -func (x *Utility_DispatchAsCall) GetAsOriginOrigins() *Utility_Origins { - if x, ok := x.GetAsOrigin().(*Utility_DispatchAsCall_AsOriginOrigins); ok { - return x.AsOriginOrigins - } - return nil -} - -func (x *Utility_DispatchAsCall) GetAsOriginVoid() *Utility_Void { - if x, ok := x.GetAsOrigin().(*Utility_DispatchAsCall_AsOriginVoid); ok { - return x.AsOriginVoid - } - return nil -} - -func (m *Utility_DispatchAsCall) GetCall() isUtility_DispatchAsCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallSystem() *SystemPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallSystem); ok { - return x.CallSystem - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallTimestamp() *TimestampPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallTimestamp); ok { - return x.CallTimestamp - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallBabe() *BabePallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallBabe); ok { - return x.CallBabe - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallGrandpa() *GrandpaPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallGrandpa); ok { - return x.CallGrandpa - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallBalances() *BalancesPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallBalances); ok { - return x.CallBalances - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallVesting() *VestingPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallVesting); ok { - return x.CallVesting - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallBagsList() *BagsListPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallBagsList); ok { - return x.CallBagsList - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallImOnline() *ImOnlinePallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallImOnline); ok { - return x.CallImOnline - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallStaking() *StakingPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallStaking); ok { - return x.CallStaking - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallSession() *SessionPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallSession); ok { - return x.CallSession - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallTreasury() *TreasuryPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallTreasury); ok { - return x.CallTreasury - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallUtility() *UtilityPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallUtility); ok { - return x.CallUtility - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallConvictionVoting() *ConvictionVotingPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallConvictionVoting); ok { - return x.CallConvictionVoting - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallReferenda() *ReferendaPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallReferenda); ok { - return x.CallReferenda - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallFellowshipCollective() *FellowshipCollectivePallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallFellowshipCollective); ok { - return x.CallFellowshipCollective - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallFellowshipReferenda() *FellowshipReferendaPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallFellowshipReferenda); ok { - return x.CallFellowshipReferenda - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallWhitelist() *WhitelistPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallWhitelist); ok { - return x.CallWhitelist - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallScheduler() *SchedulerPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallScheduler); ok { - return x.CallScheduler - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallPreimage() *PreimagePallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallPreimage); ok { - return x.CallPreimage - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallIdentity() *IdentityPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallIdentity); ok { - return x.CallIdentity - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallProxy() *ProxyPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallProxy); ok { - return x.CallProxy - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallMultisig() *MultisigPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallMultisig); ok { - return x.CallMultisig - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallElectionProviderMultiPhase() *ElectionProviderMultiPhasePallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallElectionProviderMultiPhase); ok { - return x.CallElectionProviderMultiPhase - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallBounties() *BountiesPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallBounties); ok { - return x.CallBounties - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallChildBounties() *ChildBountiesPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallChildBounties); ok { - return x.CallChildBounties - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallNominationPools() *NominationPoolsPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallNominationPools); ok { - return x.CallNominationPools - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallGear() *GearPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallGear); ok { - return x.CallGear - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallStakingRewards() *StakingRewardsPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallStakingRewards); ok { - return x.CallStakingRewards - } - return nil -} - -func (x *Utility_DispatchAsCall) GetCallGearVoucher() *GearVoucherPallet { - if x, ok := x.GetCall().(*Utility_DispatchAsCall_CallGearVoucher); ok { - return x.CallGearVoucher - } - return nil -} - -type isUtility_DispatchAsCall_AsOrigin interface { - isUtility_DispatchAsCall_AsOrigin() -} - -type Utility_DispatchAsCall_AsOriginSystem struct { - AsOriginSystem *Utility_System `protobuf:"bytes,1,opt,name=as_origin_system,json=asOriginSystem,proto3,oneof"` -} - -type Utility_DispatchAsCall_AsOriginOrigins struct { - AsOriginOrigins *Utility_Origins `protobuf:"bytes,2,opt,name=as_origin_origins,json=asOriginOrigins,proto3,oneof"` -} - -type Utility_DispatchAsCall_AsOriginVoid struct { - AsOriginVoid *Utility_Void `protobuf:"bytes,3,opt,name=as_origin_void,json=asOriginVoid,proto3,oneof"` -} - -func (*Utility_DispatchAsCall_AsOriginSystem) isUtility_DispatchAsCall_AsOrigin() {} - -func (*Utility_DispatchAsCall_AsOriginOrigins) isUtility_DispatchAsCall_AsOrigin() {} - -func (*Utility_DispatchAsCall_AsOriginVoid) isUtility_DispatchAsCall_AsOrigin() {} - -type isUtility_DispatchAsCall_Call interface { - isUtility_DispatchAsCall_Call() -} - -type Utility_DispatchAsCall_CallSystem struct { - CallSystem *SystemPallet `protobuf:"bytes,4,opt,name=call_system,json=callSystem,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallTimestamp struct { - CallTimestamp *TimestampPallet `protobuf:"bytes,5,opt,name=call_timestamp,json=callTimestamp,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallBabe struct { - CallBabe *BabePallet `protobuf:"bytes,6,opt,name=call_babe,json=callBabe,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallGrandpa struct { - CallGrandpa *GrandpaPallet `protobuf:"bytes,7,opt,name=call_grandpa,json=callGrandpa,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallBalances struct { - CallBalances *BalancesPallet `protobuf:"bytes,8,opt,name=call_balances,json=callBalances,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallVesting struct { - CallVesting *VestingPallet `protobuf:"bytes,9,opt,name=call_vesting,json=callVesting,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallBagsList struct { - CallBagsList *BagsListPallet `protobuf:"bytes,10,opt,name=call_bags_list,json=callBagsList,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallImOnline struct { - CallImOnline *ImOnlinePallet `protobuf:"bytes,11,opt,name=call_im_online,json=callImOnline,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallStaking struct { - CallStaking *StakingPallet `protobuf:"bytes,12,opt,name=call_staking,json=callStaking,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallSession struct { - CallSession *SessionPallet `protobuf:"bytes,13,opt,name=call_session,json=callSession,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallTreasury struct { - CallTreasury *TreasuryPallet `protobuf:"bytes,14,opt,name=call_treasury,json=callTreasury,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallUtility struct { - CallUtility *UtilityPallet `protobuf:"bytes,15,opt,name=call_utility,json=callUtility,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallConvictionVoting struct { - CallConvictionVoting *ConvictionVotingPallet `protobuf:"bytes,16,opt,name=call_conviction_voting,json=callConvictionVoting,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallReferenda struct { - CallReferenda *ReferendaPallet `protobuf:"bytes,17,opt,name=call_referenda,json=callReferenda,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallFellowshipCollective struct { - CallFellowshipCollective *FellowshipCollectivePallet `protobuf:"bytes,18,opt,name=call_fellowship_collective,json=callFellowshipCollective,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallFellowshipReferenda struct { - CallFellowshipReferenda *FellowshipReferendaPallet `protobuf:"bytes,19,opt,name=call_fellowship_referenda,json=callFellowshipReferenda,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallWhitelist struct { - CallWhitelist *WhitelistPallet `protobuf:"bytes,20,opt,name=call_whitelist,json=callWhitelist,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallScheduler struct { - CallScheduler *SchedulerPallet `protobuf:"bytes,21,opt,name=call_scheduler,json=callScheduler,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallPreimage struct { - CallPreimage *PreimagePallet `protobuf:"bytes,22,opt,name=call_preimage,json=callPreimage,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallIdentity struct { - CallIdentity *IdentityPallet `protobuf:"bytes,23,opt,name=call_identity,json=callIdentity,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallProxy struct { - CallProxy *ProxyPallet `protobuf:"bytes,24,opt,name=call_proxy,json=callProxy,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallMultisig struct { - CallMultisig *MultisigPallet `protobuf:"bytes,25,opt,name=call_multisig,json=callMultisig,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallElectionProviderMultiPhase struct { - CallElectionProviderMultiPhase *ElectionProviderMultiPhasePallet `protobuf:"bytes,26,opt,name=call_election_provider_multi_phase,json=callElectionProviderMultiPhase,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallBounties struct { - CallBounties *BountiesPallet `protobuf:"bytes,27,opt,name=call_bounties,json=callBounties,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallChildBounties struct { - CallChildBounties *ChildBountiesPallet `protobuf:"bytes,28,opt,name=call_child_bounties,json=callChildBounties,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallNominationPools struct { - CallNominationPools *NominationPoolsPallet `protobuf:"bytes,29,opt,name=call_nomination_pools,json=callNominationPools,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallGear struct { - CallGear *GearPallet `protobuf:"bytes,30,opt,name=call_gear,json=callGear,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallStakingRewards struct { - CallStakingRewards *StakingRewardsPallet `protobuf:"bytes,31,opt,name=call_staking_rewards,json=callStakingRewards,proto3,oneof"` -} - -type Utility_DispatchAsCall_CallGearVoucher struct { - CallGearVoucher *GearVoucherPallet `protobuf:"bytes,32,opt,name=call_gear_voucher,json=callGearVoucher,proto3,oneof"` -} - -func (*Utility_DispatchAsCall_CallSystem) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallTimestamp) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallBabe) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallGrandpa) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallBalances) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallVesting) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallBagsList) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallImOnline) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallStaking) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallSession) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallTreasury) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallUtility) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallConvictionVoting) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallReferenda) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallFellowshipCollective) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallFellowshipReferenda) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallWhitelist) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallScheduler) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallPreimage) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallIdentity) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallProxy) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallMultisig) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallElectionProviderMultiPhase) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallBounties) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallChildBounties) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallNominationPools) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallGear) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallStakingRewards) isUtility_DispatchAsCall_Call() {} - -func (*Utility_DispatchAsCall_CallGearVoucher) isUtility_DispatchAsCall_Call() {} - -type ConvictionVoting_Raw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *ConvictionVoting_Raw) Reset() { - *x = ConvictionVoting_Raw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[185] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Raw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Raw) ProtoMessage() {} - -func (x *ConvictionVoting_Raw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[185] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Raw.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Raw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{185} -} - -func (x *ConvictionVoting_Raw) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type ConvictionVoting_Address20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *ConvictionVoting_Address20) Reset() { - *x = ConvictionVoting_Address20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[186] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Address20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Address20) ProtoMessage() {} - -func (x *ConvictionVoting_Address20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[186] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Address20.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Address20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{186} -} - -func (x *ConvictionVoting_Address20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_Web struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Web: - // - // *Identity_Web_WebNone - // *Identity_Web_WebRaw0 - // *Identity_Web_WebRaw1 - // *Identity_Web_WebRaw2 - // *Identity_Web_WebRaw3 - // *Identity_Web_WebRaw4 - // *Identity_Web_WebRaw5 - // *Identity_Web_WebRaw6 - // *Identity_Web_WebRaw7 - // *Identity_Web_WebRaw8 - // *Identity_Web_WebRaw9 - // *Identity_Web_WebRaw10 - // *Identity_Web_WebRaw11 - // *Identity_Web_WebRaw12 - // *Identity_Web_WebRaw13 - // *Identity_Web_WebRaw14 - // *Identity_Web_WebRaw15 - // *Identity_Web_WebRaw16 - // *Identity_Web_WebRaw17 - // *Identity_Web_WebRaw18 - // *Identity_Web_WebRaw19 - // *Identity_Web_WebRaw20 - // *Identity_Web_WebRaw21 - // *Identity_Web_WebRaw22 - // *Identity_Web_WebRaw23 - // *Identity_Web_WebRaw24 - // *Identity_Web_WebRaw25 - // *Identity_Web_WebRaw26 - // *Identity_Web_WebRaw27 - // *Identity_Web_WebRaw28 - // *Identity_Web_WebRaw29 - // *Identity_Web_WebRaw30 - // *Identity_Web_WebRaw31 - // *Identity_Web_WebRaw32 - // *Identity_Web_WebBlakeTwo256 - // *Identity_Web_WebSha256 - // *Identity_Web_WebKeccak256 - // *Identity_Web_WebShaThree256 - Web isIdentity_Web_Web `protobuf_oneof:"web"` -} - -func (x *Identity_Web) Reset() { - *x = Identity_Web{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[187] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Web) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Web) ProtoMessage() {} - -func (x *Identity_Web) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[187] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Web.ProtoReflect.Descriptor instead. -func (*Identity_Web) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{187} -} - -func (m *Identity_Web) GetWeb() isIdentity_Web_Web { - if m != nil { - return m.Web - } - return nil -} - -func (x *Identity_Web) GetWebNone() *Identity_None { - if x, ok := x.GetWeb().(*Identity_Web_WebNone); ok { - return x.WebNone - } - return nil -} - -func (x *Identity_Web) GetWebRaw0() *Identity_Raw0 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw0); ok { - return x.WebRaw0 - } - return nil -} - -func (x *Identity_Web) GetWebRaw1() *Identity_Raw1 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw1); ok { - return x.WebRaw1 - } - return nil -} - -func (x *Identity_Web) GetWebRaw2() *Identity_Raw2 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw2); ok { - return x.WebRaw2 - } - return nil -} - -func (x *Identity_Web) GetWebRaw3() *Identity_Raw3 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw3); ok { - return x.WebRaw3 - } - return nil -} - -func (x *Identity_Web) GetWebRaw4() *Identity_Raw4 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw4); ok { - return x.WebRaw4 - } - return nil -} - -func (x *Identity_Web) GetWebRaw5() *Identity_Raw5 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw5); ok { - return x.WebRaw5 - } - return nil -} - -func (x *Identity_Web) GetWebRaw6() *Identity_Raw6 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw6); ok { - return x.WebRaw6 - } - return nil -} - -func (x *Identity_Web) GetWebRaw7() *Identity_Raw7 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw7); ok { - return x.WebRaw7 - } - return nil -} - -func (x *Identity_Web) GetWebRaw8() *Identity_Raw8 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw8); ok { - return x.WebRaw8 - } - return nil -} - -func (x *Identity_Web) GetWebRaw9() *Identity_Raw9 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw9); ok { - return x.WebRaw9 - } - return nil -} - -func (x *Identity_Web) GetWebRaw10() *Identity_Raw10 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw10); ok { - return x.WebRaw10 - } - return nil -} - -func (x *Identity_Web) GetWebRaw11() *Identity_Raw11 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw11); ok { - return x.WebRaw11 - } - return nil -} - -func (x *Identity_Web) GetWebRaw12() *Identity_Raw12 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw12); ok { - return x.WebRaw12 - } - return nil -} - -func (x *Identity_Web) GetWebRaw13() *Identity_Raw13 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw13); ok { - return x.WebRaw13 - } - return nil -} - -func (x *Identity_Web) GetWebRaw14() *Identity_Raw14 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw14); ok { - return x.WebRaw14 - } - return nil -} - -func (x *Identity_Web) GetWebRaw15() *Identity_Raw15 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw15); ok { - return x.WebRaw15 - } - return nil -} - -func (x *Identity_Web) GetWebRaw16() *Identity_Raw16 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw16); ok { - return x.WebRaw16 - } - return nil -} - -func (x *Identity_Web) GetWebRaw17() *Identity_Raw17 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw17); ok { - return x.WebRaw17 - } - return nil -} - -func (x *Identity_Web) GetWebRaw18() *Identity_Raw18 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw18); ok { - return x.WebRaw18 - } - return nil -} - -func (x *Identity_Web) GetWebRaw19() *Identity_Raw19 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw19); ok { - return x.WebRaw19 - } - return nil -} - -func (x *Identity_Web) GetWebRaw20() *Identity_Raw20 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw20); ok { - return x.WebRaw20 - } - return nil -} - -func (x *Identity_Web) GetWebRaw21() *Identity_Raw21 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw21); ok { - return x.WebRaw21 - } - return nil -} - -func (x *Identity_Web) GetWebRaw22() *Identity_Raw22 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw22); ok { - return x.WebRaw22 - } - return nil -} - -func (x *Identity_Web) GetWebRaw23() *Identity_Raw23 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw23); ok { - return x.WebRaw23 - } - return nil -} - -func (x *Identity_Web) GetWebRaw24() *Identity_Raw24 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw24); ok { - return x.WebRaw24 - } - return nil -} - -func (x *Identity_Web) GetWebRaw25() *Identity_Raw25 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw25); ok { - return x.WebRaw25 - } - return nil -} - -func (x *Identity_Web) GetWebRaw26() *Identity_Raw26 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw26); ok { - return x.WebRaw26 - } - return nil -} - -func (x *Identity_Web) GetWebRaw27() *Identity_Raw27 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw27); ok { - return x.WebRaw27 - } - return nil -} - -func (x *Identity_Web) GetWebRaw28() *Identity_Raw28 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw28); ok { - return x.WebRaw28 - } - return nil -} - -func (x *Identity_Web) GetWebRaw29() *Identity_Raw29 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw29); ok { - return x.WebRaw29 - } - return nil -} - -func (x *Identity_Web) GetWebRaw30() *Identity_Raw30 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw30); ok { - return x.WebRaw30 - } - return nil -} - -func (x *Identity_Web) GetWebRaw31() *Identity_Raw31 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw31); ok { - return x.WebRaw31 - } - return nil -} - -func (x *Identity_Web) GetWebRaw32() *Identity_Raw32 { - if x, ok := x.GetWeb().(*Identity_Web_WebRaw32); ok { - return x.WebRaw32 - } - return nil -} - -func (x *Identity_Web) GetWebBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetWeb().(*Identity_Web_WebBlakeTwo256); ok { - return x.WebBlakeTwo256 - } - return nil -} - -func (x *Identity_Web) GetWebSha256() *Identity_Sha256 { - if x, ok := x.GetWeb().(*Identity_Web_WebSha256); ok { - return x.WebSha256 - } - return nil -} - -func (x *Identity_Web) GetWebKeccak256() *Identity_Keccak256 { - if x, ok := x.GetWeb().(*Identity_Web_WebKeccak256); ok { - return x.WebKeccak256 - } - return nil -} - -func (x *Identity_Web) GetWebShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetWeb().(*Identity_Web_WebShaThree256); ok { - return x.WebShaThree256 - } - return nil -} - -type isIdentity_Web_Web interface { - isIdentity_Web_Web() -} - -type Identity_Web_WebNone struct { - WebNone *Identity_None `protobuf:"bytes,1,opt,name=web_none,json=webNone,proto3,oneof"` -} - -type Identity_Web_WebRaw0 struct { - WebRaw0 *Identity_Raw0 `protobuf:"bytes,2,opt,name=web_raw0,json=webRaw0,proto3,oneof"` -} - -type Identity_Web_WebRaw1 struct { - WebRaw1 *Identity_Raw1 `protobuf:"bytes,3,opt,name=web_raw1,json=webRaw1,proto3,oneof"` -} - -type Identity_Web_WebRaw2 struct { - WebRaw2 *Identity_Raw2 `protobuf:"bytes,4,opt,name=web_raw2,json=webRaw2,proto3,oneof"` -} - -type Identity_Web_WebRaw3 struct { - WebRaw3 *Identity_Raw3 `protobuf:"bytes,5,opt,name=web_raw3,json=webRaw3,proto3,oneof"` -} - -type Identity_Web_WebRaw4 struct { - WebRaw4 *Identity_Raw4 `protobuf:"bytes,6,opt,name=web_raw4,json=webRaw4,proto3,oneof"` -} - -type Identity_Web_WebRaw5 struct { - WebRaw5 *Identity_Raw5 `protobuf:"bytes,7,opt,name=web_raw5,json=webRaw5,proto3,oneof"` -} - -type Identity_Web_WebRaw6 struct { - WebRaw6 *Identity_Raw6 `protobuf:"bytes,8,opt,name=web_raw6,json=webRaw6,proto3,oneof"` -} - -type Identity_Web_WebRaw7 struct { - WebRaw7 *Identity_Raw7 `protobuf:"bytes,9,opt,name=web_raw7,json=webRaw7,proto3,oneof"` -} - -type Identity_Web_WebRaw8 struct { - WebRaw8 *Identity_Raw8 `protobuf:"bytes,10,opt,name=web_raw8,json=webRaw8,proto3,oneof"` -} - -type Identity_Web_WebRaw9 struct { - WebRaw9 *Identity_Raw9 `protobuf:"bytes,11,opt,name=web_raw9,json=webRaw9,proto3,oneof"` -} - -type Identity_Web_WebRaw10 struct { - WebRaw10 *Identity_Raw10 `protobuf:"bytes,12,opt,name=web_raw10,json=webRaw10,proto3,oneof"` -} - -type Identity_Web_WebRaw11 struct { - WebRaw11 *Identity_Raw11 `protobuf:"bytes,13,opt,name=web_raw11,json=webRaw11,proto3,oneof"` -} - -type Identity_Web_WebRaw12 struct { - WebRaw12 *Identity_Raw12 `protobuf:"bytes,14,opt,name=web_raw12,json=webRaw12,proto3,oneof"` -} - -type Identity_Web_WebRaw13 struct { - WebRaw13 *Identity_Raw13 `protobuf:"bytes,15,opt,name=web_raw13,json=webRaw13,proto3,oneof"` -} - -type Identity_Web_WebRaw14 struct { - WebRaw14 *Identity_Raw14 `protobuf:"bytes,16,opt,name=web_raw14,json=webRaw14,proto3,oneof"` -} - -type Identity_Web_WebRaw15 struct { - WebRaw15 *Identity_Raw15 `protobuf:"bytes,17,opt,name=web_raw15,json=webRaw15,proto3,oneof"` -} - -type Identity_Web_WebRaw16 struct { - WebRaw16 *Identity_Raw16 `protobuf:"bytes,18,opt,name=web_raw16,json=webRaw16,proto3,oneof"` -} - -type Identity_Web_WebRaw17 struct { - WebRaw17 *Identity_Raw17 `protobuf:"bytes,19,opt,name=web_raw17,json=webRaw17,proto3,oneof"` -} - -type Identity_Web_WebRaw18 struct { - WebRaw18 *Identity_Raw18 `protobuf:"bytes,20,opt,name=web_raw18,json=webRaw18,proto3,oneof"` -} - -type Identity_Web_WebRaw19 struct { - WebRaw19 *Identity_Raw19 `protobuf:"bytes,21,opt,name=web_raw19,json=webRaw19,proto3,oneof"` -} - -type Identity_Web_WebRaw20 struct { - WebRaw20 *Identity_Raw20 `protobuf:"bytes,22,opt,name=web_raw20,json=webRaw20,proto3,oneof"` -} - -type Identity_Web_WebRaw21 struct { - WebRaw21 *Identity_Raw21 `protobuf:"bytes,23,opt,name=web_raw21,json=webRaw21,proto3,oneof"` -} - -type Identity_Web_WebRaw22 struct { - WebRaw22 *Identity_Raw22 `protobuf:"bytes,24,opt,name=web_raw22,json=webRaw22,proto3,oneof"` -} - -type Identity_Web_WebRaw23 struct { - WebRaw23 *Identity_Raw23 `protobuf:"bytes,25,opt,name=web_raw23,json=webRaw23,proto3,oneof"` -} - -type Identity_Web_WebRaw24 struct { - WebRaw24 *Identity_Raw24 `protobuf:"bytes,26,opt,name=web_raw24,json=webRaw24,proto3,oneof"` -} - -type Identity_Web_WebRaw25 struct { - WebRaw25 *Identity_Raw25 `protobuf:"bytes,27,opt,name=web_raw25,json=webRaw25,proto3,oneof"` -} - -type Identity_Web_WebRaw26 struct { - WebRaw26 *Identity_Raw26 `protobuf:"bytes,28,opt,name=web_raw26,json=webRaw26,proto3,oneof"` -} - -type Identity_Web_WebRaw27 struct { - WebRaw27 *Identity_Raw27 `protobuf:"bytes,29,opt,name=web_raw27,json=webRaw27,proto3,oneof"` -} - -type Identity_Web_WebRaw28 struct { - WebRaw28 *Identity_Raw28 `protobuf:"bytes,30,opt,name=web_raw28,json=webRaw28,proto3,oneof"` -} - -type Identity_Web_WebRaw29 struct { - WebRaw29 *Identity_Raw29 `protobuf:"bytes,31,opt,name=web_raw29,json=webRaw29,proto3,oneof"` -} - -type Identity_Web_WebRaw30 struct { - WebRaw30 *Identity_Raw30 `protobuf:"bytes,32,opt,name=web_raw30,json=webRaw30,proto3,oneof"` -} - -type Identity_Web_WebRaw31 struct { - WebRaw31 *Identity_Raw31 `protobuf:"bytes,33,opt,name=web_raw31,json=webRaw31,proto3,oneof"` -} - -type Identity_Web_WebRaw32 struct { - WebRaw32 *Identity_Raw32 `protobuf:"bytes,34,opt,name=web_raw32,json=webRaw32,proto3,oneof"` -} - -type Identity_Web_WebBlakeTwo256 struct { - WebBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,35,opt,name=web_blake_two256,json=webBlakeTwo256,proto3,oneof"` -} - -type Identity_Web_WebSha256 struct { - WebSha256 *Identity_Sha256 `protobuf:"bytes,36,opt,name=web_sha256,json=webSha256,proto3,oneof"` -} - -type Identity_Web_WebKeccak256 struct { - WebKeccak256 *Identity_Keccak256 `protobuf:"bytes,37,opt,name=web_keccak256,json=webKeccak256,proto3,oneof"` -} - -type Identity_Web_WebShaThree256 struct { - WebShaThree256 *Identity_ShaThree256 `protobuf:"bytes,38,opt,name=web_sha_three256,json=webShaThree256,proto3,oneof"` -} - -func (*Identity_Web_WebNone) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw0) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw1) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw2) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw3) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw4) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw5) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw6) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw7) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw8) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw9) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw10) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw11) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw12) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw13) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw14) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw15) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw16) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw17) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw18) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw19) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw20) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw21) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw22) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw23) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw24) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw25) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw26) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw27) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw28) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw29) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw30) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw31) isIdentity_Web_Web() {} - -func (*Identity_Web_WebRaw32) isIdentity_Web_Web() {} - -func (*Identity_Web_WebBlakeTwo256) isIdentity_Web_Web() {} - -func (*Identity_Web_WebSha256) isIdentity_Web_Web() {} - -func (*Identity_Web_WebKeccak256) isIdentity_Web_Web() {} - -func (*Identity_Web_WebShaThree256) isIdentity_Web_Web() {} - -type Proxy_Real struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Real: - // - // *Proxy_Real_RealId - // *Proxy_Real_RealIndex - // *Proxy_Real_RealRaw - // *Proxy_Real_RealAddress32 - // *Proxy_Real_RealAddress20 - Real isProxy_Real_Real `protobuf_oneof:"real"` -} - -func (x *Proxy_Real) Reset() { - *x = Proxy_Real{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[188] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_Real) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_Real) ProtoMessage() {} - -func (x *Proxy_Real) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[188] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_Real.ProtoReflect.Descriptor instead. -func (*Proxy_Real) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{188} -} - -func (m *Proxy_Real) GetReal() isProxy_Real_Real { - if m != nil { - return m.Real - } - return nil -} - -func (x *Proxy_Real) GetRealId() *Proxy_Id { - if x, ok := x.GetReal().(*Proxy_Real_RealId); ok { - return x.RealId - } - return nil -} - -func (x *Proxy_Real) GetRealIndex() *Proxy_Index { - if x, ok := x.GetReal().(*Proxy_Real_RealIndex); ok { - return x.RealIndex - } - return nil -} - -func (x *Proxy_Real) GetRealRaw() *Proxy_Raw { - if x, ok := x.GetReal().(*Proxy_Real_RealRaw); ok { - return x.RealRaw - } - return nil -} - -func (x *Proxy_Real) GetRealAddress32() *Proxy_Address32 { - if x, ok := x.GetReal().(*Proxy_Real_RealAddress32); ok { - return x.RealAddress32 - } - return nil -} - -func (x *Proxy_Real) GetRealAddress20() *Proxy_Address20 { - if x, ok := x.GetReal().(*Proxy_Real_RealAddress20); ok { - return x.RealAddress20 - } - return nil -} - -type isProxy_Real_Real interface { - isProxy_Real_Real() -} - -type Proxy_Real_RealId struct { - RealId *Proxy_Id `protobuf:"bytes,1,opt,name=real_id,json=realId,proto3,oneof"` -} - -type Proxy_Real_RealIndex struct { - RealIndex *Proxy_Index `protobuf:"bytes,2,opt,name=real_index,json=realIndex,proto3,oneof"` -} - -type Proxy_Real_RealRaw struct { - RealRaw *Proxy_Raw `protobuf:"bytes,3,opt,name=real_raw,json=realRaw,proto3,oneof"` -} - -type Proxy_Real_RealAddress32 struct { - RealAddress32 *Proxy_Address32 `protobuf:"bytes,4,opt,name=real_address32,json=realAddress32,proto3,oneof"` -} - -type Proxy_Real_RealAddress20 struct { - RealAddress20 *Proxy_Address20 `protobuf:"bytes,5,opt,name=real_address20,json=realAddress20,proto3,oneof"` -} - -func (*Proxy_Real_RealId) isProxy_Real_Real() {} - -func (*Proxy_Real_RealIndex) isProxy_Real_Real() {} - -func (*Proxy_Real_RealRaw) isProxy_Real_Real() {} - -func (*Proxy_Real_RealAddress32) isProxy_Real_Real() {} - -func (*Proxy_Real_RealAddress20) isProxy_Real_Real() {} - -type Balances_Raw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Balances_Raw) Reset() { - *x = Balances_Raw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[189] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_Raw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_Raw) ProtoMessage() {} - -func (x *Balances_Raw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[189] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_Raw.ProtoReflect.Descriptor instead. -func (*Balances_Raw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{189} -} - -func (x *Balances_Raw) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Vesting_VestCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Vesting_VestCall) Reset() { - *x = Vesting_VestCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[190] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_VestCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_VestCall) ProtoMessage() {} - -func (x *Vesting_VestCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[190] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_VestCall.ProtoReflect.Descriptor instead. -func (*Vesting_VestCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{190} -} - -type GprimitivesMessageId struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *GprimitivesMessageId) Reset() { - *x = GprimitivesMessageId{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[191] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GprimitivesMessageId) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GprimitivesMessageId) ProtoMessage() {} - -func (x *GprimitivesMessageId) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[191] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GprimitivesMessageId.ProtoReflect.Descriptor instead. -func (*GprimitivesMessageId) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{191} -} - -func (x *GprimitivesMessageId) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Bounties_TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value *TupleNull `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *Bounties_TupleNull) Reset() { - *x = Bounties_TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[192] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_TupleNull) ProtoMessage() {} - -func (x *Bounties_TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[192] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_TupleNull.ProtoReflect.Descriptor instead. -func (*Bounties_TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{192} -} - -func (x *Bounties_TupleNull) GetValue() *TupleNull { - if x != nil { - return x.Value - } - return nil -} - -type NominationPools_Rewards struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *NominationPools_Rewards) Reset() { - *x = NominationPools_Rewards{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[193] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Rewards) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Rewards) ProtoMessage() {} - -func (x *NominationPools_Rewards) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[193] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Rewards.ProtoReflect.Descriptor instead. -func (*NominationPools_Rewards) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{193} -} - -type Identity_Raw1 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw1) Reset() { - *x = Identity_Raw1{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[194] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw1) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw1) ProtoMessage() {} - -func (x *Identity_Raw1) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[194] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw1.ProtoReflect.Descriptor instead. -func (*Identity_Raw1) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{194} -} - -func (x *Identity_Raw1) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Referenda_System struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Value0: - // - // *Referenda_System_Value0Root - // *Referenda_System_Value0Signed - // *Referenda_System_Value0None - Value0 isReferenda_System_Value0 `protobuf_oneof:"value0"` -} - -func (x *Referenda_System) Reset() { - *x = Referenda_System{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[195] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_System) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_System) ProtoMessage() {} - -func (x *Referenda_System) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[195] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_System.ProtoReflect.Descriptor instead. -func (*Referenda_System) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{195} -} - -func (m *Referenda_System) GetValue0() isReferenda_System_Value0 { - if m != nil { - return m.Value0 - } - return nil -} - -func (x *Referenda_System) GetValue0Root() *Root { - if x, ok := x.GetValue0().(*Referenda_System_Value0Root); ok { - return x.Value0Root - } - return nil -} - -func (x *Referenda_System) GetValue0Signed() *Signed { - if x, ok := x.GetValue0().(*Referenda_System_Value0Signed); ok { - return x.Value0Signed - } - return nil -} - -func (x *Referenda_System) GetValue0None() *None { - if x, ok := x.GetValue0().(*Referenda_System_Value0None); ok { - return x.Value0None - } - return nil -} - -type isReferenda_System_Value0 interface { - isReferenda_System_Value0() -} - -type Referenda_System_Value0Root struct { - Value0Root *Root `protobuf:"bytes,1,opt,name=value0_root,json=value0Root,proto3,oneof"` -} - -type Referenda_System_Value0Signed struct { - Value0Signed *Signed `protobuf:"bytes,2,opt,name=value0_signed,json=value0Signed,proto3,oneof"` -} - -type Referenda_System_Value0None struct { - Value0None *None `protobuf:"bytes,3,opt,name=value0_none,json=value0None,proto3,oneof"` -} - -func (*Referenda_System_Value0Root) isReferenda_System_Value0() {} - -func (*Referenda_System_Value0Signed) isReferenda_System_Value0() {} - -func (*Referenda_System_Value0None) isReferenda_System_Value0() {} - -type FellowshipReferenda_CancelCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *FellowshipReferenda_CancelCall) Reset() { - *x = FellowshipReferenda_CancelCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[196] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_CancelCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_CancelCall) ProtoMessage() {} - -func (x *FellowshipReferenda_CancelCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[196] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_CancelCall.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_CancelCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{196} -} - -func (x *FellowshipReferenda_CancelCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type Fellowship9Dan struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Fellowship9Dan) Reset() { - *x = Fellowship9Dan{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[197] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Fellowship9Dan) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Fellowship9Dan) ProtoMessage() {} - -func (x *Fellowship9Dan) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[197] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Fellowship9Dan.ProtoReflect.Descriptor instead. -func (*Fellowship9Dan) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{197} -} - -type ConvictionVoting_RemoveVoteCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Class *uint32 `protobuf:"varint,1,opt,name=class,proto3,oneof" json:"class,omitempty"` - Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *ConvictionVoting_RemoveVoteCall) Reset() { - *x = ConvictionVoting_RemoveVoteCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[198] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_RemoveVoteCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_RemoveVoteCall) ProtoMessage() {} - -func (x *ConvictionVoting_RemoveVoteCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[198] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_RemoveVoteCall.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_RemoveVoteCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{198} -} - -func (x *ConvictionVoting_RemoveVoteCall) GetClass() uint32 { - if x != nil && x.Class != nil { - return *x.Class - } - return 0 -} - -func (x *ConvictionVoting_RemoveVoteCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type FellowshipReferenda_At struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *FellowshipReferenda_At) Reset() { - *x = FellowshipReferenda_At{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[199] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_At) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_At) ProtoMessage() {} - -func (x *FellowshipReferenda_At) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[199] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_At.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_At) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{199} -} - -func (x *FellowshipReferenda_At) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -type Identity_Value0 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Value0: - // - // *Identity_Value0_Value0None - // *Identity_Value0_Value0Raw0 - // *Identity_Value0_Value0Raw1 - // *Identity_Value0_Value0Raw2 - // *Identity_Value0_Value0Raw3 - // *Identity_Value0_Value0Raw4 - // *Identity_Value0_Value0Raw5 - // *Identity_Value0_Value0Raw6 - // *Identity_Value0_Value0Raw7 - // *Identity_Value0_Value0Raw8 - // *Identity_Value0_Value0Raw9 - // *Identity_Value0_Value0Raw10 - // *Identity_Value0_Value0Raw11 - // *Identity_Value0_Value0Raw12 - // *Identity_Value0_Value0Raw13 - // *Identity_Value0_Value0Raw14 - // *Identity_Value0_Value0Raw15 - // *Identity_Value0_Value0Raw16 - // *Identity_Value0_Value0Raw17 - // *Identity_Value0_Value0Raw18 - // *Identity_Value0_Value0Raw19 - // *Identity_Value0_Value0Raw20 - // *Identity_Value0_Value0Raw21 - // *Identity_Value0_Value0Raw22 - // *Identity_Value0_Value0Raw23 - // *Identity_Value0_Value0Raw24 - // *Identity_Value0_Value0Raw25 - // *Identity_Value0_Value0Raw26 - // *Identity_Value0_Value0Raw27 - // *Identity_Value0_Value0Raw28 - // *Identity_Value0_Value0Raw29 - // *Identity_Value0_Value0Raw30 - // *Identity_Value0_Value0Raw31 - // *Identity_Value0_Value0Raw32 - // *Identity_Value0_Value0BlakeTwo256 - // *Identity_Value0_Value0Sha256 - // *Identity_Value0_Value0Keccak256 - // *Identity_Value0_Value0ShaThree256 - Value0 isIdentity_Value0_Value0 `protobuf_oneof:"value0"` -} - -func (x *Identity_Value0) Reset() { - *x = Identity_Value0{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[200] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Value0) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Value0) ProtoMessage() {} - -func (x *Identity_Value0) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[200] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Value0.ProtoReflect.Descriptor instead. -func (*Identity_Value0) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{200} -} - -func (m *Identity_Value0) GetValue0() isIdentity_Value0_Value0 { - if m != nil { - return m.Value0 - } - return nil -} - -func (x *Identity_Value0) GetValue0None() *Identity_None { - if x, ok := x.GetValue0().(*Identity_Value0_Value0None); ok { - return x.Value0None - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw0() *Identity_Raw0 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw0); ok { - return x.Value0Raw0 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw1() *Identity_Raw1 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw1); ok { - return x.Value0Raw1 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw2() *Identity_Raw2 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw2); ok { - return x.Value0Raw2 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw3() *Identity_Raw3 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw3); ok { - return x.Value0Raw3 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw4() *Identity_Raw4 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw4); ok { - return x.Value0Raw4 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw5() *Identity_Raw5 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw5); ok { - return x.Value0Raw5 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw6() *Identity_Raw6 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw6); ok { - return x.Value0Raw6 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw7() *Identity_Raw7 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw7); ok { - return x.Value0Raw7 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw8() *Identity_Raw8 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw8); ok { - return x.Value0Raw8 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw9() *Identity_Raw9 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw9); ok { - return x.Value0Raw9 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw10() *Identity_Raw10 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw10); ok { - return x.Value0Raw10 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw11() *Identity_Raw11 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw11); ok { - return x.Value0Raw11 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw12() *Identity_Raw12 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw12); ok { - return x.Value0Raw12 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw13() *Identity_Raw13 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw13); ok { - return x.Value0Raw13 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw14() *Identity_Raw14 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw14); ok { - return x.Value0Raw14 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw15() *Identity_Raw15 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw15); ok { - return x.Value0Raw15 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw16() *Identity_Raw16 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw16); ok { - return x.Value0Raw16 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw17() *Identity_Raw17 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw17); ok { - return x.Value0Raw17 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw18() *Identity_Raw18 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw18); ok { - return x.Value0Raw18 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw19() *Identity_Raw19 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw19); ok { - return x.Value0Raw19 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw20() *Identity_Raw20 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw20); ok { - return x.Value0Raw20 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw21() *Identity_Raw21 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw21); ok { - return x.Value0Raw21 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw22() *Identity_Raw22 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw22); ok { - return x.Value0Raw22 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw23() *Identity_Raw23 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw23); ok { - return x.Value0Raw23 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw24() *Identity_Raw24 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw24); ok { - return x.Value0Raw24 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw25() *Identity_Raw25 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw25); ok { - return x.Value0Raw25 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw26() *Identity_Raw26 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw26); ok { - return x.Value0Raw26 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw27() *Identity_Raw27 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw27); ok { - return x.Value0Raw27 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw28() *Identity_Raw28 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw28); ok { - return x.Value0Raw28 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw29() *Identity_Raw29 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw29); ok { - return x.Value0Raw29 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw30() *Identity_Raw30 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw30); ok { - return x.Value0Raw30 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw31() *Identity_Raw31 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw31); ok { - return x.Value0Raw31 - } - return nil -} - -func (x *Identity_Value0) GetValue0Raw32() *Identity_Raw32 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Raw32); ok { - return x.Value0Raw32 - } - return nil -} - -func (x *Identity_Value0) GetValue0BlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0BlakeTwo256); ok { - return x.Value0BlakeTwo256 - } - return nil -} - -func (x *Identity_Value0) GetValue0Sha256() *Identity_Sha256 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Sha256); ok { - return x.Value0Sha256 - } - return nil -} - -func (x *Identity_Value0) GetValue0Keccak256() *Identity_Keccak256 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0Keccak256); ok { - return x.Value0Keccak256 - } - return nil -} - -func (x *Identity_Value0) GetValue0ShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetValue0().(*Identity_Value0_Value0ShaThree256); ok { - return x.Value0ShaThree256 - } - return nil -} - -type isIdentity_Value0_Value0 interface { - isIdentity_Value0_Value0() -} - -type Identity_Value0_Value0None struct { - Value0None *Identity_None `protobuf:"bytes,1,opt,name=value0_none,json=value0None,proto3,oneof"` -} - -type Identity_Value0_Value0Raw0 struct { - Value0Raw0 *Identity_Raw0 `protobuf:"bytes,2,opt,name=value0_raw0,json=value0Raw0,proto3,oneof"` -} - -type Identity_Value0_Value0Raw1 struct { - Value0Raw1 *Identity_Raw1 `protobuf:"bytes,3,opt,name=value0_raw1,json=value0Raw1,proto3,oneof"` -} - -type Identity_Value0_Value0Raw2 struct { - Value0Raw2 *Identity_Raw2 `protobuf:"bytes,4,opt,name=value0_raw2,json=value0Raw2,proto3,oneof"` -} - -type Identity_Value0_Value0Raw3 struct { - Value0Raw3 *Identity_Raw3 `protobuf:"bytes,5,opt,name=value0_raw3,json=value0Raw3,proto3,oneof"` -} - -type Identity_Value0_Value0Raw4 struct { - Value0Raw4 *Identity_Raw4 `protobuf:"bytes,6,opt,name=value0_raw4,json=value0Raw4,proto3,oneof"` -} - -type Identity_Value0_Value0Raw5 struct { - Value0Raw5 *Identity_Raw5 `protobuf:"bytes,7,opt,name=value0_raw5,json=value0Raw5,proto3,oneof"` -} - -type Identity_Value0_Value0Raw6 struct { - Value0Raw6 *Identity_Raw6 `protobuf:"bytes,8,opt,name=value0_raw6,json=value0Raw6,proto3,oneof"` -} - -type Identity_Value0_Value0Raw7 struct { - Value0Raw7 *Identity_Raw7 `protobuf:"bytes,9,opt,name=value0_raw7,json=value0Raw7,proto3,oneof"` -} - -type Identity_Value0_Value0Raw8 struct { - Value0Raw8 *Identity_Raw8 `protobuf:"bytes,10,opt,name=value0_raw8,json=value0Raw8,proto3,oneof"` -} - -type Identity_Value0_Value0Raw9 struct { - Value0Raw9 *Identity_Raw9 `protobuf:"bytes,11,opt,name=value0_raw9,json=value0Raw9,proto3,oneof"` -} - -type Identity_Value0_Value0Raw10 struct { - Value0Raw10 *Identity_Raw10 `protobuf:"bytes,12,opt,name=value0_raw10,json=value0Raw10,proto3,oneof"` -} - -type Identity_Value0_Value0Raw11 struct { - Value0Raw11 *Identity_Raw11 `protobuf:"bytes,13,opt,name=value0_raw11,json=value0Raw11,proto3,oneof"` -} - -type Identity_Value0_Value0Raw12 struct { - Value0Raw12 *Identity_Raw12 `protobuf:"bytes,14,opt,name=value0_raw12,json=value0Raw12,proto3,oneof"` -} - -type Identity_Value0_Value0Raw13 struct { - Value0Raw13 *Identity_Raw13 `protobuf:"bytes,15,opt,name=value0_raw13,json=value0Raw13,proto3,oneof"` -} - -type Identity_Value0_Value0Raw14 struct { - Value0Raw14 *Identity_Raw14 `protobuf:"bytes,16,opt,name=value0_raw14,json=value0Raw14,proto3,oneof"` -} - -type Identity_Value0_Value0Raw15 struct { - Value0Raw15 *Identity_Raw15 `protobuf:"bytes,17,opt,name=value0_raw15,json=value0Raw15,proto3,oneof"` -} - -type Identity_Value0_Value0Raw16 struct { - Value0Raw16 *Identity_Raw16 `protobuf:"bytes,18,opt,name=value0_raw16,json=value0Raw16,proto3,oneof"` -} - -type Identity_Value0_Value0Raw17 struct { - Value0Raw17 *Identity_Raw17 `protobuf:"bytes,19,opt,name=value0_raw17,json=value0Raw17,proto3,oneof"` -} - -type Identity_Value0_Value0Raw18 struct { - Value0Raw18 *Identity_Raw18 `protobuf:"bytes,20,opt,name=value0_raw18,json=value0Raw18,proto3,oneof"` -} - -type Identity_Value0_Value0Raw19 struct { - Value0Raw19 *Identity_Raw19 `protobuf:"bytes,21,opt,name=value0_raw19,json=value0Raw19,proto3,oneof"` -} - -type Identity_Value0_Value0Raw20 struct { - Value0Raw20 *Identity_Raw20 `protobuf:"bytes,22,opt,name=value0_raw20,json=value0Raw20,proto3,oneof"` -} - -type Identity_Value0_Value0Raw21 struct { - Value0Raw21 *Identity_Raw21 `protobuf:"bytes,23,opt,name=value0_raw21,json=value0Raw21,proto3,oneof"` -} - -type Identity_Value0_Value0Raw22 struct { - Value0Raw22 *Identity_Raw22 `protobuf:"bytes,24,opt,name=value0_raw22,json=value0Raw22,proto3,oneof"` -} - -type Identity_Value0_Value0Raw23 struct { - Value0Raw23 *Identity_Raw23 `protobuf:"bytes,25,opt,name=value0_raw23,json=value0Raw23,proto3,oneof"` -} - -type Identity_Value0_Value0Raw24 struct { - Value0Raw24 *Identity_Raw24 `protobuf:"bytes,26,opt,name=value0_raw24,json=value0Raw24,proto3,oneof"` -} - -type Identity_Value0_Value0Raw25 struct { - Value0Raw25 *Identity_Raw25 `protobuf:"bytes,27,opt,name=value0_raw25,json=value0Raw25,proto3,oneof"` -} - -type Identity_Value0_Value0Raw26 struct { - Value0Raw26 *Identity_Raw26 `protobuf:"bytes,28,opt,name=value0_raw26,json=value0Raw26,proto3,oneof"` -} - -type Identity_Value0_Value0Raw27 struct { - Value0Raw27 *Identity_Raw27 `protobuf:"bytes,29,opt,name=value0_raw27,json=value0Raw27,proto3,oneof"` -} - -type Identity_Value0_Value0Raw28 struct { - Value0Raw28 *Identity_Raw28 `protobuf:"bytes,30,opt,name=value0_raw28,json=value0Raw28,proto3,oneof"` -} - -type Identity_Value0_Value0Raw29 struct { - Value0Raw29 *Identity_Raw29 `protobuf:"bytes,31,opt,name=value0_raw29,json=value0Raw29,proto3,oneof"` -} - -type Identity_Value0_Value0Raw30 struct { - Value0Raw30 *Identity_Raw30 `protobuf:"bytes,32,opt,name=value0_raw30,json=value0Raw30,proto3,oneof"` -} - -type Identity_Value0_Value0Raw31 struct { - Value0Raw31 *Identity_Raw31 `protobuf:"bytes,33,opt,name=value0_raw31,json=value0Raw31,proto3,oneof"` -} - -type Identity_Value0_Value0Raw32 struct { - Value0Raw32 *Identity_Raw32 `protobuf:"bytes,34,opt,name=value0_raw32,json=value0Raw32,proto3,oneof"` -} - -type Identity_Value0_Value0BlakeTwo256 struct { - Value0BlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,35,opt,name=value0_blake_two256,json=value0BlakeTwo256,proto3,oneof"` -} - -type Identity_Value0_Value0Sha256 struct { - Value0Sha256 *Identity_Sha256 `protobuf:"bytes,36,opt,name=value0_sha256,json=value0Sha256,proto3,oneof"` -} - -type Identity_Value0_Value0Keccak256 struct { - Value0Keccak256 *Identity_Keccak256 `protobuf:"bytes,37,opt,name=value0_keccak256,json=value0Keccak256,proto3,oneof"` -} - -type Identity_Value0_Value0ShaThree256 struct { - Value0ShaThree256 *Identity_ShaThree256 `protobuf:"bytes,38,opt,name=value0_sha_three256,json=value0ShaThree256,proto3,oneof"` -} - -func (*Identity_Value0_Value0None) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw0) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw1) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw2) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw3) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw4) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw5) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw6) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw7) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw8) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw9) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw10) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw11) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw12) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw13) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw14) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw15) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw16) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw17) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw18) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw19) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw20) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw21) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw22) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw23) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw24) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw25) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw26) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw27) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw28) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw29) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw30) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw31) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Raw32) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0BlakeTwo256) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Sha256) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0Keccak256) isIdentity_Value0_Value0() {} - -func (*Identity_Value0_Value0ShaThree256) isIdentity_Value0_Value0() {} - -type NominationPools_Raw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *NominationPools_Raw) Reset() { - *x = NominationPools_Raw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[201] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Raw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Raw) ProtoMessage() {} - -func (x *NominationPools_Raw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[201] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Raw.ProtoReflect.Descriptor instead. -func (*NominationPools_Raw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{201} -} - -func (x *NominationPools_Raw) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type System_SetCodeCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Code []byte `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` -} - -func (x *System_SetCodeCall) Reset() { - *x = System_SetCodeCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[202] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *System_SetCodeCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*System_SetCodeCall) ProtoMessage() {} - -func (x *System_SetCodeCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[202] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use System_SetCodeCall.ProtoReflect.Descriptor instead. -func (*System_SetCodeCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{202} -} - -func (x *System_SetCodeCall) GetCode() []byte { - if x != nil { - return x.Code - } - return nil -} - -type Staking_TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value *TupleNull `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *Staking_TupleNull) Reset() { - *x = Staking_TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[203] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_TupleNull) ProtoMessage() {} - -func (x *Staking_TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[203] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_TupleNull.ProtoReflect.Descriptor instead. -func (*Staking_TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{203} -} - -func (x *Staking_TupleNull) GetValue() *TupleNull { - if x != nil { - return x.Value - } - return nil -} - -type BagsList_Dislocated struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Dislocated: - // - // *BagsList_Dislocated_DislocatedId - // *BagsList_Dislocated_DislocatedIndex - // *BagsList_Dislocated_DislocatedRaw - // *BagsList_Dislocated_DislocatedAddress32 - // *BagsList_Dislocated_DislocatedAddress20 - Dislocated isBagsList_Dislocated_Dislocated `protobuf_oneof:"dislocated"` -} - -func (x *BagsList_Dislocated) Reset() { - *x = BagsList_Dislocated{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[204] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BagsList_Dislocated) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BagsList_Dislocated) ProtoMessage() {} - -func (x *BagsList_Dislocated) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[204] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BagsList_Dislocated.ProtoReflect.Descriptor instead. -func (*BagsList_Dislocated) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{204} -} - -func (m *BagsList_Dislocated) GetDislocated() isBagsList_Dislocated_Dislocated { - if m != nil { - return m.Dislocated - } - return nil -} - -func (x *BagsList_Dislocated) GetDislocatedId() *BagsList_Id { - if x, ok := x.GetDislocated().(*BagsList_Dislocated_DislocatedId); ok { - return x.DislocatedId - } - return nil -} - -func (x *BagsList_Dislocated) GetDislocatedIndex() *BagsList_Index { - if x, ok := x.GetDislocated().(*BagsList_Dislocated_DislocatedIndex); ok { - return x.DislocatedIndex - } - return nil -} - -func (x *BagsList_Dislocated) GetDislocatedRaw() *BagsList_Raw { - if x, ok := x.GetDislocated().(*BagsList_Dislocated_DislocatedRaw); ok { - return x.DislocatedRaw - } - return nil -} - -func (x *BagsList_Dislocated) GetDislocatedAddress32() *BagsList_Address32 { - if x, ok := x.GetDislocated().(*BagsList_Dislocated_DislocatedAddress32); ok { - return x.DislocatedAddress32 - } - return nil -} - -func (x *BagsList_Dislocated) GetDislocatedAddress20() *BagsList_Address20 { - if x, ok := x.GetDislocated().(*BagsList_Dislocated_DislocatedAddress20); ok { - return x.DislocatedAddress20 - } - return nil -} - -type isBagsList_Dislocated_Dislocated interface { - isBagsList_Dislocated_Dislocated() -} - -type BagsList_Dislocated_DislocatedId struct { - DislocatedId *BagsList_Id `protobuf:"bytes,1,opt,name=dislocated_id,json=dislocatedId,proto3,oneof"` -} - -type BagsList_Dislocated_DislocatedIndex struct { - DislocatedIndex *BagsList_Index `protobuf:"bytes,2,opt,name=dislocated_index,json=dislocatedIndex,proto3,oneof"` -} - -type BagsList_Dislocated_DislocatedRaw struct { - DislocatedRaw *BagsList_Raw `protobuf:"bytes,3,opt,name=dislocated_raw,json=dislocatedRaw,proto3,oneof"` -} - -type BagsList_Dislocated_DislocatedAddress32 struct { - DislocatedAddress32 *BagsList_Address32 `protobuf:"bytes,4,opt,name=dislocated_address32,json=dislocatedAddress32,proto3,oneof"` -} - -type BagsList_Dislocated_DislocatedAddress20 struct { - DislocatedAddress20 *BagsList_Address20 `protobuf:"bytes,5,opt,name=dislocated_address20,json=dislocatedAddress20,proto3,oneof"` -} - -func (*BagsList_Dislocated_DislocatedId) isBagsList_Dislocated_Dislocated() {} - -func (*BagsList_Dislocated_DislocatedIndex) isBagsList_Dislocated_Dislocated() {} - -func (*BagsList_Dislocated_DislocatedRaw) isBagsList_Dislocated_Dislocated() {} - -func (*BagsList_Dislocated_DislocatedAddress32) isBagsList_Dislocated_Dislocated() {} - -func (*BagsList_Dislocated_DislocatedAddress20) isBagsList_Dislocated_Dislocated() {} - -type Treasury_ProposeSpendCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - // Types that are assignable to Beneficiary: - // - // *Treasury_ProposeSpendCall_BeneficiaryId - // *Treasury_ProposeSpendCall_BeneficiaryIndex - // *Treasury_ProposeSpendCall_BeneficiaryRaw - // *Treasury_ProposeSpendCall_BeneficiaryAddress32 - // *Treasury_ProposeSpendCall_BeneficiaryAddress20 - Beneficiary isTreasury_ProposeSpendCall_Beneficiary `protobuf_oneof:"beneficiary"` -} - -func (x *Treasury_ProposeSpendCall) Reset() { - *x = Treasury_ProposeSpendCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[205] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_ProposeSpendCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_ProposeSpendCall) ProtoMessage() {} - -func (x *Treasury_ProposeSpendCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[205] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_ProposeSpendCall.ProtoReflect.Descriptor instead. -func (*Treasury_ProposeSpendCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{205} -} - -func (x *Treasury_ProposeSpendCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -func (m *Treasury_ProposeSpendCall) GetBeneficiary() isTreasury_ProposeSpendCall_Beneficiary { - if m != nil { - return m.Beneficiary - } - return nil -} - -func (x *Treasury_ProposeSpendCall) GetBeneficiaryId() *Treasury_Id { - if x, ok := x.GetBeneficiary().(*Treasury_ProposeSpendCall_BeneficiaryId); ok { - return x.BeneficiaryId - } - return nil -} - -func (x *Treasury_ProposeSpendCall) GetBeneficiaryIndex() *Treasury_Index { - if x, ok := x.GetBeneficiary().(*Treasury_ProposeSpendCall_BeneficiaryIndex); ok { - return x.BeneficiaryIndex - } - return nil -} - -func (x *Treasury_ProposeSpendCall) GetBeneficiaryRaw() *Treasury_Raw { - if x, ok := x.GetBeneficiary().(*Treasury_ProposeSpendCall_BeneficiaryRaw); ok { - return x.BeneficiaryRaw - } - return nil -} - -func (x *Treasury_ProposeSpendCall) GetBeneficiaryAddress32() *Treasury_Address32 { - if x, ok := x.GetBeneficiary().(*Treasury_ProposeSpendCall_BeneficiaryAddress32); ok { - return x.BeneficiaryAddress32 - } - return nil -} - -func (x *Treasury_ProposeSpendCall) GetBeneficiaryAddress20() *Treasury_Address20 { - if x, ok := x.GetBeneficiary().(*Treasury_ProposeSpendCall_BeneficiaryAddress20); ok { - return x.BeneficiaryAddress20 - } - return nil -} - -type isTreasury_ProposeSpendCall_Beneficiary interface { - isTreasury_ProposeSpendCall_Beneficiary() -} - -type Treasury_ProposeSpendCall_BeneficiaryId struct { - BeneficiaryId *Treasury_Id `protobuf:"bytes,2,opt,name=beneficiary_id,json=beneficiaryId,proto3,oneof"` -} - -type Treasury_ProposeSpendCall_BeneficiaryIndex struct { - BeneficiaryIndex *Treasury_Index `protobuf:"bytes,3,opt,name=beneficiary_index,json=beneficiaryIndex,proto3,oneof"` -} - -type Treasury_ProposeSpendCall_BeneficiaryRaw struct { - BeneficiaryRaw *Treasury_Raw `protobuf:"bytes,4,opt,name=beneficiary_raw,json=beneficiaryRaw,proto3,oneof"` -} - -type Treasury_ProposeSpendCall_BeneficiaryAddress32 struct { - BeneficiaryAddress32 *Treasury_Address32 `protobuf:"bytes,5,opt,name=beneficiary_address32,json=beneficiaryAddress32,proto3,oneof"` -} - -type Treasury_ProposeSpendCall_BeneficiaryAddress20 struct { - BeneficiaryAddress20 *Treasury_Address20 `protobuf:"bytes,6,opt,name=beneficiary_address20,json=beneficiaryAddress20,proto3,oneof"` -} - -func (*Treasury_ProposeSpendCall_BeneficiaryId) isTreasury_ProposeSpendCall_Beneficiary() {} - -func (*Treasury_ProposeSpendCall_BeneficiaryIndex) isTreasury_ProposeSpendCall_Beneficiary() {} - -func (*Treasury_ProposeSpendCall_BeneficiaryRaw) isTreasury_ProposeSpendCall_Beneficiary() {} - -func (*Treasury_ProposeSpendCall_BeneficiaryAddress32) isTreasury_ProposeSpendCall_Beneficiary() {} - -func (*Treasury_ProposeSpendCall_BeneficiaryAddress20) isTreasury_ProposeSpendCall_Beneficiary() {} - -type ConvictionVoting_Split struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Aye string `protobuf:"bytes,1,opt,name=aye,proto3" json:"aye,omitempty"` - Nay string `protobuf:"bytes,2,opt,name=nay,proto3" json:"nay,omitempty"` -} - -func (x *ConvictionVoting_Split) Reset() { - *x = ConvictionVoting_Split{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[206] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Split) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Split) ProtoMessage() {} - -func (x *ConvictionVoting_Split) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[206] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Split.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Split) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{206} -} - -func (x *ConvictionVoting_Split) GetAye() string { - if x != nil { - return x.Aye - } - return "" -} - -func (x *ConvictionVoting_Split) GetNay() string { - if x != nil { - return x.Nay - } - return "" -} - -type ProxyPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *ProxyPallet_CallProxyCall - // *ProxyPallet_CallAddProxyCall - // *ProxyPallet_CallRemoveProxyCall - // *ProxyPallet_CallRemoveProxiesCall - // *ProxyPallet_CallCreatePureCall - // *ProxyPallet_CallKillPureCall - // *ProxyPallet_CallAnnounceCall - // *ProxyPallet_CallRemoveAnnouncementCall - // *ProxyPallet_CallRejectAnnouncementCall - // *ProxyPallet_CallProxyAnnouncedCall - Call isProxyPallet_Call `protobuf_oneof:"call"` -} - -func (x *ProxyPallet) Reset() { - *x = ProxyPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[207] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ProxyPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ProxyPallet) ProtoMessage() {} - -func (x *ProxyPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[207] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ProxyPallet.ProtoReflect.Descriptor instead. -func (*ProxyPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{207} -} - -func (m *ProxyPallet) GetCall() isProxyPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *ProxyPallet) GetCallProxyCall() *Proxy_ProxyCall { - if x, ok := x.GetCall().(*ProxyPallet_CallProxyCall); ok { - return x.CallProxyCall - } - return nil -} - -func (x *ProxyPallet) GetCallAddProxyCall() *Proxy_AddProxyCall { - if x, ok := x.GetCall().(*ProxyPallet_CallAddProxyCall); ok { - return x.CallAddProxyCall - } - return nil -} - -func (x *ProxyPallet) GetCallRemoveProxyCall() *Proxy_RemoveProxyCall { - if x, ok := x.GetCall().(*ProxyPallet_CallRemoveProxyCall); ok { - return x.CallRemoveProxyCall - } - return nil -} - -func (x *ProxyPallet) GetCallRemoveProxiesCall() *Proxy_RemoveProxiesCall { - if x, ok := x.GetCall().(*ProxyPallet_CallRemoveProxiesCall); ok { - return x.CallRemoveProxiesCall - } - return nil -} - -func (x *ProxyPallet) GetCallCreatePureCall() *Proxy_CreatePureCall { - if x, ok := x.GetCall().(*ProxyPallet_CallCreatePureCall); ok { - return x.CallCreatePureCall - } - return nil -} - -func (x *ProxyPallet) GetCallKillPureCall() *Proxy_KillPureCall { - if x, ok := x.GetCall().(*ProxyPallet_CallKillPureCall); ok { - return x.CallKillPureCall - } - return nil -} - -func (x *ProxyPallet) GetCallAnnounceCall() *Proxy_AnnounceCall { - if x, ok := x.GetCall().(*ProxyPallet_CallAnnounceCall); ok { - return x.CallAnnounceCall - } - return nil -} - -func (x *ProxyPallet) GetCallRemoveAnnouncementCall() *Proxy_RemoveAnnouncementCall { - if x, ok := x.GetCall().(*ProxyPallet_CallRemoveAnnouncementCall); ok { - return x.CallRemoveAnnouncementCall - } - return nil -} - -func (x *ProxyPallet) GetCallRejectAnnouncementCall() *Proxy_RejectAnnouncementCall { - if x, ok := x.GetCall().(*ProxyPallet_CallRejectAnnouncementCall); ok { - return x.CallRejectAnnouncementCall - } - return nil -} - -func (x *ProxyPallet) GetCallProxyAnnouncedCall() *Proxy_ProxyAnnouncedCall { - if x, ok := x.GetCall().(*ProxyPallet_CallProxyAnnouncedCall); ok { - return x.CallProxyAnnouncedCall - } - return nil -} - -type isProxyPallet_Call interface { - isProxyPallet_Call() -} - -type ProxyPallet_CallProxyCall struct { - CallProxyCall *Proxy_ProxyCall `protobuf:"bytes,1,opt,name=call_proxy_call,json=callProxyCall,proto3,oneof"` -} - -type ProxyPallet_CallAddProxyCall struct { - CallAddProxyCall *Proxy_AddProxyCall `protobuf:"bytes,2,opt,name=call_add_proxy_call,json=callAddProxyCall,proto3,oneof"` -} - -type ProxyPallet_CallRemoveProxyCall struct { - CallRemoveProxyCall *Proxy_RemoveProxyCall `protobuf:"bytes,3,opt,name=call_remove_proxy_call,json=callRemoveProxyCall,proto3,oneof"` -} - -type ProxyPallet_CallRemoveProxiesCall struct { - CallRemoveProxiesCall *Proxy_RemoveProxiesCall `protobuf:"bytes,4,opt,name=call_remove_proxies_call,json=callRemoveProxiesCall,proto3,oneof"` -} - -type ProxyPallet_CallCreatePureCall struct { - CallCreatePureCall *Proxy_CreatePureCall `protobuf:"bytes,5,opt,name=call_create_pure_call,json=callCreatePureCall,proto3,oneof"` -} - -type ProxyPallet_CallKillPureCall struct { - CallKillPureCall *Proxy_KillPureCall `protobuf:"bytes,6,opt,name=call_kill_pure_call,json=callKillPureCall,proto3,oneof"` -} - -type ProxyPallet_CallAnnounceCall struct { - CallAnnounceCall *Proxy_AnnounceCall `protobuf:"bytes,7,opt,name=call_announce_call,json=callAnnounceCall,proto3,oneof"` -} - -type ProxyPallet_CallRemoveAnnouncementCall struct { - CallRemoveAnnouncementCall *Proxy_RemoveAnnouncementCall `protobuf:"bytes,8,opt,name=call_remove_announcement_call,json=callRemoveAnnouncementCall,proto3,oneof"` -} - -type ProxyPallet_CallRejectAnnouncementCall struct { - CallRejectAnnouncementCall *Proxy_RejectAnnouncementCall `protobuf:"bytes,9,opt,name=call_reject_announcement_call,json=callRejectAnnouncementCall,proto3,oneof"` -} - -type ProxyPallet_CallProxyAnnouncedCall struct { - CallProxyAnnouncedCall *Proxy_ProxyAnnouncedCall `protobuf:"bytes,10,opt,name=call_proxy_announced_call,json=callProxyAnnouncedCall,proto3,oneof"` -} - -func (*ProxyPallet_CallProxyCall) isProxyPallet_Call() {} - -func (*ProxyPallet_CallAddProxyCall) isProxyPallet_Call() {} - -func (*ProxyPallet_CallRemoveProxyCall) isProxyPallet_Call() {} - -func (*ProxyPallet_CallRemoveProxiesCall) isProxyPallet_Call() {} - -func (*ProxyPallet_CallCreatePureCall) isProxyPallet_Call() {} - -func (*ProxyPallet_CallKillPureCall) isProxyPallet_Call() {} - -func (*ProxyPallet_CallAnnounceCall) isProxyPallet_Call() {} - -func (*ProxyPallet_CallRemoveAnnouncementCall) isProxyPallet_Call() {} - -func (*ProxyPallet_CallRejectAnnouncementCall) isProxyPallet_Call() {} - -func (*ProxyPallet_CallProxyAnnouncedCall) isProxyPallet_Call() {} - -type MultisigPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *MultisigPallet_CallAsMultiThreshold1Call - // *MultisigPallet_CallAsMultiCall - // *MultisigPallet_CallApproveAsMultiCall - // *MultisigPallet_CallCancelAsMultiCall - Call isMultisigPallet_Call `protobuf_oneof:"call"` -} - -func (x *MultisigPallet) Reset() { - *x = MultisigPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[208] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MultisigPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MultisigPallet) ProtoMessage() {} - -func (x *MultisigPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[208] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MultisigPallet.ProtoReflect.Descriptor instead. -func (*MultisigPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{208} -} - -func (m *MultisigPallet) GetCall() isMultisigPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *MultisigPallet) GetCallAsMultiThreshold1Call() *Multisig_AsMultiThreshold1Call { - if x, ok := x.GetCall().(*MultisigPallet_CallAsMultiThreshold1Call); ok { - return x.CallAsMultiThreshold1Call - } - return nil -} - -func (x *MultisigPallet) GetCallAsMultiCall() *Multisig_AsMultiCall { - if x, ok := x.GetCall().(*MultisigPallet_CallAsMultiCall); ok { - return x.CallAsMultiCall - } - return nil -} - -func (x *MultisigPallet) GetCallApproveAsMultiCall() *Multisig_ApproveAsMultiCall { - if x, ok := x.GetCall().(*MultisigPallet_CallApproveAsMultiCall); ok { - return x.CallApproveAsMultiCall - } - return nil -} - -func (x *MultisigPallet) GetCallCancelAsMultiCall() *Multisig_CancelAsMultiCall { - if x, ok := x.GetCall().(*MultisigPallet_CallCancelAsMultiCall); ok { - return x.CallCancelAsMultiCall - } - return nil -} - -type isMultisigPallet_Call interface { - isMultisigPallet_Call() -} - -type MultisigPallet_CallAsMultiThreshold1Call struct { - CallAsMultiThreshold1Call *Multisig_AsMultiThreshold1Call `protobuf:"bytes,1,opt,name=call_as_multi_threshold1_call,json=callAsMultiThreshold1Call,proto3,oneof"` -} - -type MultisigPallet_CallAsMultiCall struct { - CallAsMultiCall *Multisig_AsMultiCall `protobuf:"bytes,2,opt,name=call_as_multi_call,json=callAsMultiCall,proto3,oneof"` -} - -type MultisigPallet_CallApproveAsMultiCall struct { - CallApproveAsMultiCall *Multisig_ApproveAsMultiCall `protobuf:"bytes,3,opt,name=call_approve_as_multi_call,json=callApproveAsMultiCall,proto3,oneof"` -} - -type MultisigPallet_CallCancelAsMultiCall struct { - CallCancelAsMultiCall *Multisig_CancelAsMultiCall `protobuf:"bytes,4,opt,name=call_cancel_as_multi_call,json=callCancelAsMultiCall,proto3,oneof"` -} - -func (*MultisigPallet_CallAsMultiThreshold1Call) isMultisigPallet_Call() {} - -func (*MultisigPallet_CallAsMultiCall) isMultisigPallet_Call() {} - -func (*MultisigPallet_CallApproveAsMultiCall) isMultisigPallet_Call() {} - -func (*MultisigPallet_CallCancelAsMultiCall) isMultisigPallet_Call() {} - -type ChildBounties_AcceptCuratorCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ParentBountyId uint32 `protobuf:"varint,1,opt,name=parent_bounty_id,json=parentBountyId,proto3" json:"parent_bounty_id,omitempty"` - ChildBountyId uint32 `protobuf:"varint,2,opt,name=child_bounty_id,json=childBountyId,proto3" json:"child_bounty_id,omitempty"` -} - -func (x *ChildBounties_AcceptCuratorCall) Reset() { - *x = ChildBounties_AcceptCuratorCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[209] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_AcceptCuratorCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_AcceptCuratorCall) ProtoMessage() {} - -func (x *ChildBounties_AcceptCuratorCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[209] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_AcceptCuratorCall.ProtoReflect.Descriptor instead. -func (*ChildBounties_AcceptCuratorCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{209} -} - -func (x *ChildBounties_AcceptCuratorCall) GetParentBountyId() uint32 { - if x != nil { - return x.ParentBountyId - } - return 0 -} - -func (x *ChildBounties_AcceptCuratorCall) GetChildBountyId() uint32 { - if x != nil { - return x.ChildBountyId - } - return 0 -} - -type Grandpa_SpConsensusGrandpaEquivocationProof struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - SetId uint64 `protobuf:"varint,1,opt,name=set_id,json=setId,proto3" json:"set_id,omitempty"` - // Types that are assignable to Equivocation: - // - // *Grandpa_SpConsensusGrandpaEquivocationProof_EquivocationPrevote - // *Grandpa_SpConsensusGrandpaEquivocationProof_EquivocationPrecommit - Equivocation isGrandpa_SpConsensusGrandpaEquivocationProof_Equivocation `protobuf_oneof:"equivocation"` -} - -func (x *Grandpa_SpConsensusGrandpaEquivocationProof) Reset() { - *x = Grandpa_SpConsensusGrandpaEquivocationProof{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[210] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_SpConsensusGrandpaEquivocationProof) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_SpConsensusGrandpaEquivocationProof) ProtoMessage() {} - -func (x *Grandpa_SpConsensusGrandpaEquivocationProof) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[210] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_SpConsensusGrandpaEquivocationProof.ProtoReflect.Descriptor instead. -func (*Grandpa_SpConsensusGrandpaEquivocationProof) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{210} -} - -func (x *Grandpa_SpConsensusGrandpaEquivocationProof) GetSetId() uint64 { - if x != nil { - return x.SetId - } - return 0 -} - -func (m *Grandpa_SpConsensusGrandpaEquivocationProof) GetEquivocation() isGrandpa_SpConsensusGrandpaEquivocationProof_Equivocation { - if m != nil { - return m.Equivocation - } - return nil -} - -func (x *Grandpa_SpConsensusGrandpaEquivocationProof) GetEquivocationPrevote() *Grandpa_Prevote { - if x, ok := x.GetEquivocation().(*Grandpa_SpConsensusGrandpaEquivocationProof_EquivocationPrevote); ok { - return x.EquivocationPrevote - } - return nil -} - -func (x *Grandpa_SpConsensusGrandpaEquivocationProof) GetEquivocationPrecommit() *Grandpa_Precommit { - if x, ok := x.GetEquivocation().(*Grandpa_SpConsensusGrandpaEquivocationProof_EquivocationPrecommit); ok { - return x.EquivocationPrecommit - } - return nil -} - -type isGrandpa_SpConsensusGrandpaEquivocationProof_Equivocation interface { - isGrandpa_SpConsensusGrandpaEquivocationProof_Equivocation() -} - -type Grandpa_SpConsensusGrandpaEquivocationProof_EquivocationPrevote struct { - EquivocationPrevote *Grandpa_Prevote `protobuf:"bytes,2,opt,name=equivocation_prevote,json=equivocationPrevote,proto3,oneof"` -} - -type Grandpa_SpConsensusGrandpaEquivocationProof_EquivocationPrecommit struct { - EquivocationPrecommit *Grandpa_Precommit `protobuf:"bytes,3,opt,name=equivocation_precommit,json=equivocationPrecommit,proto3,oneof"` -} - -func (*Grandpa_SpConsensusGrandpaEquivocationProof_EquivocationPrevote) isGrandpa_SpConsensusGrandpaEquivocationProof_Equivocation() { -} - -func (*Grandpa_SpConsensusGrandpaEquivocationProof_EquivocationPrecommit) isGrandpa_SpConsensusGrandpaEquivocationProof_Equivocation() { -} - -type Vesting_Raw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Vesting_Raw) Reset() { - *x = Vesting_Raw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[211] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_Raw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_Raw) ProtoMessage() {} - -func (x *Vesting_Raw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[211] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_Raw.ProtoReflect.Descriptor instead. -func (*Vesting_Raw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{211} -} - -func (x *Vesting_Raw) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Proxy_RemoveAnnouncementCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Real: - // - // *Proxy_RemoveAnnouncementCall_RealId - // *Proxy_RemoveAnnouncementCall_RealIndex - // *Proxy_RemoveAnnouncementCall_RealRaw - // *Proxy_RemoveAnnouncementCall_RealAddress32 - // *Proxy_RemoveAnnouncementCall_RealAddress20 - Real isProxy_RemoveAnnouncementCall_Real `protobuf_oneof:"real"` - CallHash *PrimitiveTypesH256 `protobuf:"bytes,6,opt,name=call_hash,json=callHash,proto3" json:"call_hash,omitempty"` -} - -func (x *Proxy_RemoveAnnouncementCall) Reset() { - *x = Proxy_RemoveAnnouncementCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[212] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_RemoveAnnouncementCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_RemoveAnnouncementCall) ProtoMessage() {} - -func (x *Proxy_RemoveAnnouncementCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[212] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_RemoveAnnouncementCall.ProtoReflect.Descriptor instead. -func (*Proxy_RemoveAnnouncementCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{212} -} - -func (m *Proxy_RemoveAnnouncementCall) GetReal() isProxy_RemoveAnnouncementCall_Real { - if m != nil { - return m.Real - } - return nil -} - -func (x *Proxy_RemoveAnnouncementCall) GetRealId() *Proxy_Id { - if x, ok := x.GetReal().(*Proxy_RemoveAnnouncementCall_RealId); ok { - return x.RealId - } - return nil -} - -func (x *Proxy_RemoveAnnouncementCall) GetRealIndex() *Proxy_Index { - if x, ok := x.GetReal().(*Proxy_RemoveAnnouncementCall_RealIndex); ok { - return x.RealIndex - } - return nil -} - -func (x *Proxy_RemoveAnnouncementCall) GetRealRaw() *Proxy_Raw { - if x, ok := x.GetReal().(*Proxy_RemoveAnnouncementCall_RealRaw); ok { - return x.RealRaw - } - return nil -} - -func (x *Proxy_RemoveAnnouncementCall) GetRealAddress32() *Proxy_Address32 { - if x, ok := x.GetReal().(*Proxy_RemoveAnnouncementCall_RealAddress32); ok { - return x.RealAddress32 - } - return nil -} - -func (x *Proxy_RemoveAnnouncementCall) GetRealAddress20() *Proxy_Address20 { - if x, ok := x.GetReal().(*Proxy_RemoveAnnouncementCall_RealAddress20); ok { - return x.RealAddress20 - } - return nil -} - -func (x *Proxy_RemoveAnnouncementCall) GetCallHash() *PrimitiveTypesH256 { - if x != nil { - return x.CallHash - } - return nil -} - -type isProxy_RemoveAnnouncementCall_Real interface { - isProxy_RemoveAnnouncementCall_Real() -} - -type Proxy_RemoveAnnouncementCall_RealId struct { - RealId *Proxy_Id `protobuf:"bytes,1,opt,name=real_id,json=realId,proto3,oneof"` -} - -type Proxy_RemoveAnnouncementCall_RealIndex struct { - RealIndex *Proxy_Index `protobuf:"bytes,2,opt,name=real_index,json=realIndex,proto3,oneof"` -} - -type Proxy_RemoveAnnouncementCall_RealRaw struct { - RealRaw *Proxy_Raw `protobuf:"bytes,3,opt,name=real_raw,json=realRaw,proto3,oneof"` -} - -type Proxy_RemoveAnnouncementCall_RealAddress32 struct { - RealAddress32 *Proxy_Address32 `protobuf:"bytes,4,opt,name=real_address32,json=realAddress32,proto3,oneof"` -} - -type Proxy_RemoveAnnouncementCall_RealAddress20 struct { - RealAddress20 *Proxy_Address20 `protobuf:"bytes,5,opt,name=real_address20,json=realAddress20,proto3,oneof"` -} - -func (*Proxy_RemoveAnnouncementCall_RealId) isProxy_RemoveAnnouncementCall_Real() {} - -func (*Proxy_RemoveAnnouncementCall_RealIndex) isProxy_RemoveAnnouncementCall_Real() {} - -func (*Proxy_RemoveAnnouncementCall_RealRaw) isProxy_RemoveAnnouncementCall_Real() {} - -func (*Proxy_RemoveAnnouncementCall_RealAddress32) isProxy_RemoveAnnouncementCall_Real() {} - -func (*Proxy_RemoveAnnouncementCall_RealAddress20) isProxy_RemoveAnnouncementCall_Real() {} - -type NominationPools_Set struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 string `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *NominationPools_Set) Reset() { - *x = NominationPools_Set{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[213] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Set) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Set) ProtoMessage() {} - -func (x *NominationPools_Set) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[213] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Set.ProtoReflect.Descriptor instead. -func (*NominationPools_Set) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{213} -} - -func (x *NominationPools_Set) GetValue0() string { - if x != nil { - return x.Value0 - } - return "" -} - -type NominationPools_SetCommissionChangeRateCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PoolId uint32 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` - ChangeRate *NominationPools_PalletNominationPoolsCommissionChangeRate `protobuf:"bytes,2,opt,name=change_rate,json=changeRate,proto3" json:"change_rate,omitempty"` -} - -func (x *NominationPools_SetCommissionChangeRateCall) Reset() { - *x = NominationPools_SetCommissionChangeRateCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[214] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_SetCommissionChangeRateCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_SetCommissionChangeRateCall) ProtoMessage() {} - -func (x *NominationPools_SetCommissionChangeRateCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[214] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_SetCommissionChangeRateCall.ProtoReflect.Descriptor instead. -func (*NominationPools_SetCommissionChangeRateCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{214} -} - -func (x *NominationPools_SetCommissionChangeRateCall) GetPoolId() uint32 { - if x != nil { - return x.PoolId - } - return 0 -} - -func (x *NominationPools_SetCommissionChangeRateCall) GetChangeRate() *NominationPools_PalletNominationPoolsCommissionChangeRate { - if x != nil { - return x.ChangeRate - } - return nil -} - -type Grandpa_Precommit struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *Grandpa_FinalityGrandpaEquivocation `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Grandpa_Precommit) Reset() { - *x = Grandpa_Precommit{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[215] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_Precommit) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_Precommit) ProtoMessage() {} - -func (x *Grandpa_Precommit) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[215] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_Precommit.ProtoReflect.Descriptor instead. -func (*Grandpa_Precommit) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{215} -} - -func (x *Grandpa_Precommit) GetValue0() *Grandpa_FinalityGrandpaEquivocation { - if x != nil { - return x.Value0 - } - return nil -} - -type ImOnline_PalletImOnlineHeartbeat struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BlockNumber uint32 `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"` - SessionIndex uint32 `protobuf:"varint,2,opt,name=session_index,json=sessionIndex,proto3" json:"session_index,omitempty"` - AuthorityIndex uint32 `protobuf:"varint,3,opt,name=authority_index,json=authorityIndex,proto3" json:"authority_index,omitempty"` - ValidatorsLen uint32 `protobuf:"varint,4,opt,name=validators_len,json=validatorsLen,proto3" json:"validators_len,omitempty"` -} - -func (x *ImOnline_PalletImOnlineHeartbeat) Reset() { - *x = ImOnline_PalletImOnlineHeartbeat{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[216] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ImOnline_PalletImOnlineHeartbeat) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ImOnline_PalletImOnlineHeartbeat) ProtoMessage() {} - -func (x *ImOnline_PalletImOnlineHeartbeat) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[216] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ImOnline_PalletImOnlineHeartbeat.ProtoReflect.Descriptor instead. -func (*ImOnline_PalletImOnlineHeartbeat) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{216} -} - -func (x *ImOnline_PalletImOnlineHeartbeat) GetBlockNumber() uint32 { - if x != nil { - return x.BlockNumber - } - return 0 -} - -func (x *ImOnline_PalletImOnlineHeartbeat) GetSessionIndex() uint32 { - if x != nil { - return x.SessionIndex - } - return 0 -} - -func (x *ImOnline_PalletImOnlineHeartbeat) GetAuthorityIndex() uint32 { - if x != nil { - return x.AuthorityIndex - } - return 0 -} - -func (x *ImOnline_PalletImOnlineHeartbeat) GetValidatorsLen() uint32 { - if x != nil { - return x.ValidatorsLen - } - return 0 -} - -type Identity_Raw19 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw19) Reset() { - *x = Identity_Raw19{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[217] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw19) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw19) ProtoMessage() {} - -func (x *Identity_Raw19) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[217] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw19.ProtoReflect.Descriptor instead. -func (*Identity_Raw19) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{217} -} - -func (x *Identity_Raw19) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Bounties_Raw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Bounties_Raw) Reset() { - *x = Bounties_Raw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[218] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_Raw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_Raw) ProtoMessage() {} - -func (x *Bounties_Raw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[218] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_Raw.ProtoReflect.Descriptor instead. -func (*Bounties_Raw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{218} -} - -func (x *Bounties_Raw) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Gear_SendReplyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ReplyToId *GprimitivesMessageId `protobuf:"bytes,1,opt,name=reply_to_id,json=replyToId,proto3" json:"reply_to_id,omitempty"` - Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` - GasLimit uint64 `protobuf:"varint,3,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` - Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` - KeepAlive bool `protobuf:"varint,5,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"` -} - -func (x *Gear_SendReplyCall) Reset() { - *x = Gear_SendReplyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[219] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Gear_SendReplyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Gear_SendReplyCall) ProtoMessage() {} - -func (x *Gear_SendReplyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[219] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Gear_SendReplyCall.ProtoReflect.Descriptor instead. -func (*Gear_SendReplyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{219} -} - -func (x *Gear_SendReplyCall) GetReplyToId() *GprimitivesMessageId { - if x != nil { - return x.ReplyToId - } - return nil -} - -func (x *Gear_SendReplyCall) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *Gear_SendReplyCall) GetGasLimit() uint64 { - if x != nil { - return x.GasLimit - } - return 0 -} - -func (x *Gear_SendReplyCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -func (x *Gear_SendReplyCall) GetKeepAlive() bool { - if x != nil { - return x.KeepAlive - } - return false -} - -type GearVoucher_IssueCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Spender *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=spender,proto3" json:"spender,omitempty"` - Balance string `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"` - Programs *BTreeSet `protobuf:"bytes,3,opt,name=programs,proto3,oneof" json:"programs,omitempty"` - CodeUploading bool `protobuf:"varint,4,opt,name=code_uploading,json=codeUploading,proto3" json:"code_uploading,omitempty"` - Duration uint32 `protobuf:"varint,5,opt,name=duration,proto3" json:"duration,omitempty"` -} - -func (x *GearVoucher_IssueCall) Reset() { - *x = GearVoucher_IssueCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[220] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_IssueCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_IssueCall) ProtoMessage() {} - -func (x *GearVoucher_IssueCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[220] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_IssueCall.ProtoReflect.Descriptor instead. -func (*GearVoucher_IssueCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{220} -} - -func (x *GearVoucher_IssueCall) GetSpender() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Spender - } - return nil -} - -func (x *GearVoucher_IssueCall) GetBalance() string { - if x != nil { - return x.Balance - } - return "" -} - -func (x *GearVoucher_IssueCall) GetPrograms() *BTreeSet { - if x != nil { - return x.Programs - } - return nil -} - -func (x *GearVoucher_IssueCall) GetCodeUploading() bool { - if x != nil { - return x.CodeUploading - } - return false -} - -func (x *GearVoucher_IssueCall) GetDuration() uint32 { - if x != nil { - return x.Duration - } - return 0 -} - -type Treasury_ApproveProposalCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ProposalId uint32 `protobuf:"varint,1,opt,name=proposal_id,json=proposalId,proto3" json:"proposal_id,omitempty"` -} - -func (x *Treasury_ApproveProposalCall) Reset() { - *x = Treasury_ApproveProposalCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[221] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_ApproveProposalCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_ApproveProposalCall) ProtoMessage() {} - -func (x *Treasury_ApproveProposalCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[221] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_ApproveProposalCall.ProtoReflect.Descriptor instead. -func (*Treasury_ApproveProposalCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{221} -} - -func (x *Treasury_ApproveProposalCall) GetProposalId() uint32 { - if x != nil { - return x.ProposalId - } - return 0 -} - -type ConvictionVoting_RemoveOtherVoteCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Target: - // - // *ConvictionVoting_RemoveOtherVoteCall_TargetId - // *ConvictionVoting_RemoveOtherVoteCall_TargetIndex - // *ConvictionVoting_RemoveOtherVoteCall_TargetRaw - // *ConvictionVoting_RemoveOtherVoteCall_TargetAddress32 - // *ConvictionVoting_RemoveOtherVoteCall_TargetAddress20 - Target isConvictionVoting_RemoveOtherVoteCall_Target `protobuf_oneof:"target"` - Class uint32 `protobuf:"varint,6,opt,name=class,proto3" json:"class,omitempty"` - Index uint32 `protobuf:"varint,7,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *ConvictionVoting_RemoveOtherVoteCall) Reset() { - *x = ConvictionVoting_RemoveOtherVoteCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[222] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_RemoveOtherVoteCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_RemoveOtherVoteCall) ProtoMessage() {} - -func (x *ConvictionVoting_RemoveOtherVoteCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[222] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_RemoveOtherVoteCall.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_RemoveOtherVoteCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{222} -} - -func (m *ConvictionVoting_RemoveOtherVoteCall) GetTarget() isConvictionVoting_RemoveOtherVoteCall_Target { - if m != nil { - return m.Target - } - return nil -} - -func (x *ConvictionVoting_RemoveOtherVoteCall) GetTargetId() *ConvictionVoting_Id { - if x, ok := x.GetTarget().(*ConvictionVoting_RemoveOtherVoteCall_TargetId); ok { - return x.TargetId - } - return nil -} - -func (x *ConvictionVoting_RemoveOtherVoteCall) GetTargetIndex() *ConvictionVoting_Index { - if x, ok := x.GetTarget().(*ConvictionVoting_RemoveOtherVoteCall_TargetIndex); ok { - return x.TargetIndex - } - return nil -} - -func (x *ConvictionVoting_RemoveOtherVoteCall) GetTargetRaw() *ConvictionVoting_Raw { - if x, ok := x.GetTarget().(*ConvictionVoting_RemoveOtherVoteCall_TargetRaw); ok { - return x.TargetRaw - } - return nil -} - -func (x *ConvictionVoting_RemoveOtherVoteCall) GetTargetAddress32() *ConvictionVoting_Address32 { - if x, ok := x.GetTarget().(*ConvictionVoting_RemoveOtherVoteCall_TargetAddress32); ok { - return x.TargetAddress32 - } - return nil -} - -func (x *ConvictionVoting_RemoveOtherVoteCall) GetTargetAddress20() *ConvictionVoting_Address20 { - if x, ok := x.GetTarget().(*ConvictionVoting_RemoveOtherVoteCall_TargetAddress20); ok { - return x.TargetAddress20 - } - return nil -} - -func (x *ConvictionVoting_RemoveOtherVoteCall) GetClass() uint32 { - if x != nil { - return x.Class - } - return 0 -} - -func (x *ConvictionVoting_RemoveOtherVoteCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type isConvictionVoting_RemoveOtherVoteCall_Target interface { - isConvictionVoting_RemoveOtherVoteCall_Target() -} - -type ConvictionVoting_RemoveOtherVoteCall_TargetId struct { - TargetId *ConvictionVoting_Id `protobuf:"bytes,1,opt,name=target_id,json=targetId,proto3,oneof"` -} - -type ConvictionVoting_RemoveOtherVoteCall_TargetIndex struct { - TargetIndex *ConvictionVoting_Index `protobuf:"bytes,2,opt,name=target_index,json=targetIndex,proto3,oneof"` -} - -type ConvictionVoting_RemoveOtherVoteCall_TargetRaw struct { - TargetRaw *ConvictionVoting_Raw `protobuf:"bytes,3,opt,name=target_raw,json=targetRaw,proto3,oneof"` -} - -type ConvictionVoting_RemoveOtherVoteCall_TargetAddress32 struct { - TargetAddress32 *ConvictionVoting_Address32 `protobuf:"bytes,4,opt,name=target_address32,json=targetAddress32,proto3,oneof"` -} - -type ConvictionVoting_RemoveOtherVoteCall_TargetAddress20 struct { - TargetAddress20 *ConvictionVoting_Address20 `protobuf:"bytes,5,opt,name=target_address20,json=targetAddress20,proto3,oneof"` -} - -func (*ConvictionVoting_RemoveOtherVoteCall_TargetId) isConvictionVoting_RemoveOtherVoteCall_Target() { -} - -func (*ConvictionVoting_RemoveOtherVoteCall_TargetIndex) isConvictionVoting_RemoveOtherVoteCall_Target() { -} - -func (*ConvictionVoting_RemoveOtherVoteCall_TargetRaw) isConvictionVoting_RemoveOtherVoteCall_Target() { -} - -func (*ConvictionVoting_RemoveOtherVoteCall_TargetAddress32) isConvictionVoting_RemoveOtherVoteCall_Target() { -} - -func (*ConvictionVoting_RemoveOtherVoteCall_TargetAddress20) isConvictionVoting_RemoveOtherVoteCall_Target() { -} - -type OriginsPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *OriginsPallet) Reset() { - *x = OriginsPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[223] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *OriginsPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*OriginsPallet) ProtoMessage() {} - -func (x *OriginsPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[223] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use OriginsPallet.ProtoReflect.Descriptor instead. -func (*OriginsPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{223} -} - -type NominationPools_Member struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Member: - // - // *NominationPools_Member_MemberId - // *NominationPools_Member_MemberIndex - // *NominationPools_Member_MemberRaw - // *NominationPools_Member_MemberAddress32 - // *NominationPools_Member_MemberAddress20 - Member isNominationPools_Member_Member `protobuf_oneof:"member"` -} - -func (x *NominationPools_Member) Reset() { - *x = NominationPools_Member{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[224] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Member) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Member) ProtoMessage() {} - -func (x *NominationPools_Member) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[224] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Member.ProtoReflect.Descriptor instead. -func (*NominationPools_Member) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{224} -} - -func (m *NominationPools_Member) GetMember() isNominationPools_Member_Member { - if m != nil { - return m.Member - } - return nil -} - -func (x *NominationPools_Member) GetMemberId() *NominationPools_Id { - if x, ok := x.GetMember().(*NominationPools_Member_MemberId); ok { - return x.MemberId - } - return nil -} - -func (x *NominationPools_Member) GetMemberIndex() *NominationPools_Index { - if x, ok := x.GetMember().(*NominationPools_Member_MemberIndex); ok { - return x.MemberIndex - } - return nil -} - -func (x *NominationPools_Member) GetMemberRaw() *NominationPools_Raw { - if x, ok := x.GetMember().(*NominationPools_Member_MemberRaw); ok { - return x.MemberRaw - } - return nil -} - -func (x *NominationPools_Member) GetMemberAddress32() *NominationPools_Address32 { - if x, ok := x.GetMember().(*NominationPools_Member_MemberAddress32); ok { - return x.MemberAddress32 - } - return nil -} - -func (x *NominationPools_Member) GetMemberAddress20() *NominationPools_Address20 { - if x, ok := x.GetMember().(*NominationPools_Member_MemberAddress20); ok { - return x.MemberAddress20 - } - return nil -} - -type isNominationPools_Member_Member interface { - isNominationPools_Member_Member() -} - -type NominationPools_Member_MemberId struct { - MemberId *NominationPools_Id `protobuf:"bytes,1,opt,name=member_id,json=memberId,proto3,oneof"` -} - -type NominationPools_Member_MemberIndex struct { - MemberIndex *NominationPools_Index `protobuf:"bytes,2,opt,name=member_index,json=memberIndex,proto3,oneof"` -} - -type NominationPools_Member_MemberRaw struct { - MemberRaw *NominationPools_Raw `protobuf:"bytes,3,opt,name=member_raw,json=memberRaw,proto3,oneof"` -} - -type NominationPools_Member_MemberAddress32 struct { - MemberAddress32 *NominationPools_Address32 `protobuf:"bytes,4,opt,name=member_address32,json=memberAddress32,proto3,oneof"` -} - -type NominationPools_Member_MemberAddress20 struct { - MemberAddress20 *NominationPools_Address20 `protobuf:"bytes,5,opt,name=member_address20,json=memberAddress20,proto3,oneof"` -} - -func (*NominationPools_Member_MemberId) isNominationPools_Member_Member() {} - -func (*NominationPools_Member_MemberIndex) isNominationPools_Member_Member() {} - -func (*NominationPools_Member_MemberRaw) isNominationPools_Member_Member() {} - -func (*NominationPools_Member_MemberAddress32) isNominationPools_Member_Member() {} - -func (*NominationPools_Member_MemberAddress20) isNominationPools_Member_Member() {} - -type BigSpender struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *BigSpender) Reset() { - *x = BigSpender{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[225] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BigSpender) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BigSpender) ProtoMessage() {} - -func (x *BigSpender) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[225] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BigSpender.ProtoReflect.Descriptor instead. -func (*BigSpender) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{225} -} - -type FellowshipCollective_AddMemberCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Who: - // - // *FellowshipCollective_AddMemberCall_WhoId - // *FellowshipCollective_AddMemberCall_WhoIndex - // *FellowshipCollective_AddMemberCall_WhoRaw - // *FellowshipCollective_AddMemberCall_WhoAddress32 - // *FellowshipCollective_AddMemberCall_WhoAddress20 - Who isFellowshipCollective_AddMemberCall_Who `protobuf_oneof:"who"` -} - -func (x *FellowshipCollective_AddMemberCall) Reset() { - *x = FellowshipCollective_AddMemberCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[226] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollective_AddMemberCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollective_AddMemberCall) ProtoMessage() {} - -func (x *FellowshipCollective_AddMemberCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[226] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollective_AddMemberCall.ProtoReflect.Descriptor instead. -func (*FellowshipCollective_AddMemberCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{226} -} - -func (m *FellowshipCollective_AddMemberCall) GetWho() isFellowshipCollective_AddMemberCall_Who { - if m != nil { - return m.Who - } - return nil -} - -func (x *FellowshipCollective_AddMemberCall) GetWhoId() *FellowshipCollective_Id { - if x, ok := x.GetWho().(*FellowshipCollective_AddMemberCall_WhoId); ok { - return x.WhoId - } - return nil -} - -func (x *FellowshipCollective_AddMemberCall) GetWhoIndex() *FellowshipCollective_Index { - if x, ok := x.GetWho().(*FellowshipCollective_AddMemberCall_WhoIndex); ok { - return x.WhoIndex - } - return nil -} - -func (x *FellowshipCollective_AddMemberCall) GetWhoRaw() *FellowshipCollective_Raw { - if x, ok := x.GetWho().(*FellowshipCollective_AddMemberCall_WhoRaw); ok { - return x.WhoRaw - } - return nil -} - -func (x *FellowshipCollective_AddMemberCall) GetWhoAddress32() *FellowshipCollective_Address32 { - if x, ok := x.GetWho().(*FellowshipCollective_AddMemberCall_WhoAddress32); ok { - return x.WhoAddress32 - } - return nil -} - -func (x *FellowshipCollective_AddMemberCall) GetWhoAddress20() *FellowshipCollective_Address20 { - if x, ok := x.GetWho().(*FellowshipCollective_AddMemberCall_WhoAddress20); ok { - return x.WhoAddress20 - } - return nil -} - -type isFellowshipCollective_AddMemberCall_Who interface { - isFellowshipCollective_AddMemberCall_Who() -} - -type FellowshipCollective_AddMemberCall_WhoId struct { - WhoId *FellowshipCollective_Id `protobuf:"bytes,1,opt,name=who_id,json=whoId,proto3,oneof"` -} - -type FellowshipCollective_AddMemberCall_WhoIndex struct { - WhoIndex *FellowshipCollective_Index `protobuf:"bytes,2,opt,name=who_index,json=whoIndex,proto3,oneof"` -} - -type FellowshipCollective_AddMemberCall_WhoRaw struct { - WhoRaw *FellowshipCollective_Raw `protobuf:"bytes,3,opt,name=who_raw,json=whoRaw,proto3,oneof"` -} - -type FellowshipCollective_AddMemberCall_WhoAddress32 struct { - WhoAddress32 *FellowshipCollective_Address32 `protobuf:"bytes,4,opt,name=who_address32,json=whoAddress32,proto3,oneof"` -} - -type FellowshipCollective_AddMemberCall_WhoAddress20 struct { - WhoAddress20 *FellowshipCollective_Address20 `protobuf:"bytes,5,opt,name=who_address20,json=whoAddress20,proto3,oneof"` -} - -func (*FellowshipCollective_AddMemberCall_WhoId) isFellowshipCollective_AddMemberCall_Who() {} - -func (*FellowshipCollective_AddMemberCall_WhoIndex) isFellowshipCollective_AddMemberCall_Who() {} - -func (*FellowshipCollective_AddMemberCall_WhoRaw) isFellowshipCollective_AddMemberCall_Who() {} - -func (*FellowshipCollective_AddMemberCall_WhoAddress32) isFellowshipCollective_AddMemberCall_Who() {} - -func (*FellowshipCollective_AddMemberCall_WhoAddress20) isFellowshipCollective_AddMemberCall_Who() {} - -type ConvictionVoting_Conviction struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Conviction: - // - // *ConvictionVoting_Conviction_ConvictionNone - // *ConvictionVoting_Conviction_ConvictionLocked1X - // *ConvictionVoting_Conviction_ConvictionLocked2X - // *ConvictionVoting_Conviction_ConvictionLocked3X - // *ConvictionVoting_Conviction_ConvictionLocked4X - // *ConvictionVoting_Conviction_ConvictionLocked5X - // *ConvictionVoting_Conviction_ConvictionLocked6X - Conviction isConvictionVoting_Conviction_Conviction `protobuf_oneof:"conviction"` -} - -func (x *ConvictionVoting_Conviction) Reset() { - *x = ConvictionVoting_Conviction{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[227] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Conviction) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Conviction) ProtoMessage() {} - -func (x *ConvictionVoting_Conviction) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[227] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Conviction.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Conviction) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{227} -} - -func (m *ConvictionVoting_Conviction) GetConviction() isConvictionVoting_Conviction_Conviction { - if m != nil { - return m.Conviction - } - return nil -} - -func (x *ConvictionVoting_Conviction) GetConvictionNone() *ConvictionVoting_None { - if x, ok := x.GetConviction().(*ConvictionVoting_Conviction_ConvictionNone); ok { - return x.ConvictionNone - } - return nil -} - -func (x *ConvictionVoting_Conviction) GetConvictionLocked1X() *ConvictionVoting_Locked1X { - if x, ok := x.GetConviction().(*ConvictionVoting_Conviction_ConvictionLocked1X); ok { - return x.ConvictionLocked1X - } - return nil -} - -func (x *ConvictionVoting_Conviction) GetConvictionLocked2X() *ConvictionVoting_Locked2X { - if x, ok := x.GetConviction().(*ConvictionVoting_Conviction_ConvictionLocked2X); ok { - return x.ConvictionLocked2X - } - return nil -} - -func (x *ConvictionVoting_Conviction) GetConvictionLocked3X() *ConvictionVoting_Locked3X { - if x, ok := x.GetConviction().(*ConvictionVoting_Conviction_ConvictionLocked3X); ok { - return x.ConvictionLocked3X - } - return nil -} - -func (x *ConvictionVoting_Conviction) GetConvictionLocked4X() *ConvictionVoting_Locked4X { - if x, ok := x.GetConviction().(*ConvictionVoting_Conviction_ConvictionLocked4X); ok { - return x.ConvictionLocked4X - } - return nil -} - -func (x *ConvictionVoting_Conviction) GetConvictionLocked5X() *ConvictionVoting_Locked5X { - if x, ok := x.GetConviction().(*ConvictionVoting_Conviction_ConvictionLocked5X); ok { - return x.ConvictionLocked5X - } - return nil -} - -func (x *ConvictionVoting_Conviction) GetConvictionLocked6X() *ConvictionVoting_Locked6X { - if x, ok := x.GetConviction().(*ConvictionVoting_Conviction_ConvictionLocked6X); ok { - return x.ConvictionLocked6X - } - return nil -} - -type isConvictionVoting_Conviction_Conviction interface { - isConvictionVoting_Conviction_Conviction() -} - -type ConvictionVoting_Conviction_ConvictionNone struct { - ConvictionNone *ConvictionVoting_None `protobuf:"bytes,1,opt,name=conviction_none,json=convictionNone,proto3,oneof"` -} - -type ConvictionVoting_Conviction_ConvictionLocked1X struct { - ConvictionLocked1X *ConvictionVoting_Locked1X `protobuf:"bytes,2,opt,name=conviction_locked1x,json=convictionLocked1x,proto3,oneof"` -} - -type ConvictionVoting_Conviction_ConvictionLocked2X struct { - ConvictionLocked2X *ConvictionVoting_Locked2X `protobuf:"bytes,3,opt,name=conviction_locked2x,json=convictionLocked2x,proto3,oneof"` -} - -type ConvictionVoting_Conviction_ConvictionLocked3X struct { - ConvictionLocked3X *ConvictionVoting_Locked3X `protobuf:"bytes,4,opt,name=conviction_locked3x,json=convictionLocked3x,proto3,oneof"` -} - -type ConvictionVoting_Conviction_ConvictionLocked4X struct { - ConvictionLocked4X *ConvictionVoting_Locked4X `protobuf:"bytes,5,opt,name=conviction_locked4x,json=convictionLocked4x,proto3,oneof"` -} - -type ConvictionVoting_Conviction_ConvictionLocked5X struct { - ConvictionLocked5X *ConvictionVoting_Locked5X `protobuf:"bytes,6,opt,name=conviction_locked5x,json=convictionLocked5x,proto3,oneof"` -} - -type ConvictionVoting_Conviction_ConvictionLocked6X struct { - ConvictionLocked6X *ConvictionVoting_Locked6X `protobuf:"bytes,7,opt,name=conviction_locked6x,json=convictionLocked6x,proto3,oneof"` -} - -func (*ConvictionVoting_Conviction_ConvictionNone) isConvictionVoting_Conviction_Conviction() {} - -func (*ConvictionVoting_Conviction_ConvictionLocked1X) isConvictionVoting_Conviction_Conviction() {} - -func (*ConvictionVoting_Conviction_ConvictionLocked2X) isConvictionVoting_Conviction_Conviction() {} - -func (*ConvictionVoting_Conviction_ConvictionLocked3X) isConvictionVoting_Conviction_Conviction() {} - -func (*ConvictionVoting_Conviction_ConvictionLocked4X) isConvictionVoting_Conviction_Conviction() {} - -func (*ConvictionVoting_Conviction_ConvictionLocked5X) isConvictionVoting_Conviction_Conviction() {} - -func (*ConvictionVoting_Conviction_ConvictionLocked6X) isConvictionVoting_Conviction_Conviction() {} - -type GearVoucher_CallDeprecatedCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *GearVoucher_CallDeprecatedCall_CallSendMessage - // *GearVoucher_CallDeprecatedCall_CallSendReply - // *GearVoucher_CallDeprecatedCall_CallUploadCode - // *GearVoucher_CallDeprecatedCall_CallDeclineVoucher - Call isGearVoucher_CallDeprecatedCall_Call `protobuf_oneof:"call"` -} - -func (x *GearVoucher_CallDeprecatedCall) Reset() { - *x = GearVoucher_CallDeprecatedCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[228] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_CallDeprecatedCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_CallDeprecatedCall) ProtoMessage() {} - -func (x *GearVoucher_CallDeprecatedCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[228] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_CallDeprecatedCall.ProtoReflect.Descriptor instead. -func (*GearVoucher_CallDeprecatedCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{228} -} - -func (m *GearVoucher_CallDeprecatedCall) GetCall() isGearVoucher_CallDeprecatedCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *GearVoucher_CallDeprecatedCall) GetCallSendMessage() *GearVoucher_SendMessage { - if x, ok := x.GetCall().(*GearVoucher_CallDeprecatedCall_CallSendMessage); ok { - return x.CallSendMessage - } - return nil -} - -func (x *GearVoucher_CallDeprecatedCall) GetCallSendReply() *GearVoucher_SendReply { - if x, ok := x.GetCall().(*GearVoucher_CallDeprecatedCall_CallSendReply); ok { - return x.CallSendReply - } - return nil -} - -func (x *GearVoucher_CallDeprecatedCall) GetCallUploadCode() *GearVoucher_UploadCode { - if x, ok := x.GetCall().(*GearVoucher_CallDeprecatedCall_CallUploadCode); ok { - return x.CallUploadCode - } - return nil -} - -func (x *GearVoucher_CallDeprecatedCall) GetCallDeclineVoucher() *GearVoucher_DeclineVoucher { - if x, ok := x.GetCall().(*GearVoucher_CallDeprecatedCall_CallDeclineVoucher); ok { - return x.CallDeclineVoucher - } - return nil -} - -type isGearVoucher_CallDeprecatedCall_Call interface { - isGearVoucher_CallDeprecatedCall_Call() -} - -type GearVoucher_CallDeprecatedCall_CallSendMessage struct { - CallSendMessage *GearVoucher_SendMessage `protobuf:"bytes,1,opt,name=call_send_message,json=callSendMessage,proto3,oneof"` -} - -type GearVoucher_CallDeprecatedCall_CallSendReply struct { - CallSendReply *GearVoucher_SendReply `protobuf:"bytes,2,opt,name=call_send_reply,json=callSendReply,proto3,oneof"` -} - -type GearVoucher_CallDeprecatedCall_CallUploadCode struct { - CallUploadCode *GearVoucher_UploadCode `protobuf:"bytes,3,opt,name=call_upload_code,json=callUploadCode,proto3,oneof"` -} - -type GearVoucher_CallDeprecatedCall_CallDeclineVoucher struct { - CallDeclineVoucher *GearVoucher_DeclineVoucher `protobuf:"bytes,4,opt,name=call_decline_voucher,json=callDeclineVoucher,proto3,oneof"` -} - -func (*GearVoucher_CallDeprecatedCall_CallSendMessage) isGearVoucher_CallDeprecatedCall_Call() {} - -func (*GearVoucher_CallDeprecatedCall_CallSendReply) isGearVoucher_CallDeprecatedCall_Call() {} - -func (*GearVoucher_CallDeprecatedCall_CallUploadCode) isGearVoucher_CallDeprecatedCall_Call() {} - -func (*GearVoucher_CallDeprecatedCall_CallDeclineVoucher) isGearVoucher_CallDeprecatedCall_Call() {} - -type Identity_Raw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw) Reset() { - *x = Identity_Raw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[229] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw) ProtoMessage() {} - -func (x *Identity_Raw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[229] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw.ProtoReflect.Descriptor instead. -func (*Identity_Raw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{229} -} - -func (x *Identity_Raw) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type SpCoreCryptoAccountId32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *SpCoreCryptoAccountId32) Reset() { - *x = SpCoreCryptoAccountId32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[230] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpCoreCryptoAccountId32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpCoreCryptoAccountId32) ProtoMessage() {} - -func (x *SpCoreCryptoAccountId32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[230] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpCoreCryptoAccountId32.ProtoReflect.Descriptor instead. -func (*SpCoreCryptoAccountId32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{230} -} - -func (x *SpCoreCryptoAccountId32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type ConvictionVoting_TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value *TupleNull `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *ConvictionVoting_TupleNull) Reset() { - *x = ConvictionVoting_TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[231] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_TupleNull) ProtoMessage() {} - -func (x *ConvictionVoting_TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[231] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_TupleNull.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{231} -} - -func (x *ConvictionVoting_TupleNull) GetValue() *TupleNull { - if x != nil { - return x.Value - } - return nil -} - -type SpArithmeticPerThingsPerU16 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *SpArithmeticPerThingsPerU16) Reset() { - *x = SpArithmeticPerThingsPerU16{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[232] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpArithmeticPerThingsPerU16) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpArithmeticPerThingsPerU16) ProtoMessage() {} - -func (x *SpArithmeticPerThingsPerU16) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[232] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpArithmeticPerThingsPerU16.ProtoReflect.Descriptor instead. -func (*SpArithmeticPerThingsPerU16) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{232} -} - -func (x *SpArithmeticPerThingsPerU16) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -type Bounties_UnassignCuratorCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BountyId uint32 `protobuf:"varint,1,opt,name=bounty_id,json=bountyId,proto3" json:"bounty_id,omitempty"` -} - -func (x *Bounties_UnassignCuratorCall) Reset() { - *x = Bounties_UnassignCuratorCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[233] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_UnassignCuratorCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_UnassignCuratorCall) ProtoMessage() {} - -func (x *Bounties_UnassignCuratorCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[233] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_UnassignCuratorCall.ProtoReflect.Descriptor instead. -func (*Bounties_UnassignCuratorCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{233} -} - -func (x *Bounties_UnassignCuratorCall) GetBountyId() uint32 { - if x != nil { - return x.BountyId - } - return 0 -} - -type NominationPools_Open struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *NominationPools_Open) Reset() { - *x = NominationPools_Open{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[234] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Open) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Open) ProtoMessage() {} - -func (x *NominationPools_Open) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[234] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Open.ProtoReflect.Descriptor instead. -func (*NominationPools_Open) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{234} -} - -type FellowshipCollective_Address32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *FellowshipCollective_Address32) Reset() { - *x = FellowshipCollective_Address32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[235] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollective_Address32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollective_Address32) ProtoMessage() {} - -func (x *FellowshipCollective_Address32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[235] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollective_Address32.ProtoReflect.Descriptor instead. -func (*FellowshipCollective_Address32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{235} -} - -func (x *FellowshipCollective_Address32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Proxy_Address32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Proxy_Address32) Reset() { - *x = Proxy_Address32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[236] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_Address32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_Address32) ProtoMessage() {} - -func (x *Proxy_Address32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[236] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_Address32.ProtoReflect.Descriptor instead. -func (*Proxy_Address32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{236} -} - -func (x *Proxy_Address32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type ConvictionVoting_Locked2X struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *ConvictionVoting_Locked2X) Reset() { - *x = ConvictionVoting_Locked2X{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[237] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Locked2X) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Locked2X) ProtoMessage() {} - -func (x *ConvictionVoting_Locked2X) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[237] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Locked2X.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Locked2X) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{237} -} - -type System_SetHeapPagesCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Pages uint64 `protobuf:"varint,1,opt,name=pages,proto3" json:"pages,omitempty"` -} - -func (x *System_SetHeapPagesCall) Reset() { - *x = System_SetHeapPagesCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[238] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *System_SetHeapPagesCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*System_SetHeapPagesCall) ProtoMessage() {} - -func (x *System_SetHeapPagesCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[238] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use System_SetHeapPagesCall.ProtoReflect.Descriptor instead. -func (*System_SetHeapPagesCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{238} -} - -func (x *System_SetHeapPagesCall) GetPages() uint64 { - if x != nil { - return x.Pages - } - return 0 -} - -type Fellowship4Dan struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Fellowship4Dan) Reset() { - *x = Fellowship4Dan{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[239] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Fellowship4Dan) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Fellowship4Dan) ProtoMessage() {} - -func (x *Fellowship4Dan) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[239] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Fellowship4Dan.ProtoReflect.Descriptor instead. -func (*Fellowship4Dan) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{239} -} - -type Staking_BondExtraCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MaxAdditional string `protobuf:"bytes,1,opt,name=max_additional,json=maxAdditional,proto3" json:"max_additional,omitempty"` -} - -func (x *Staking_BondExtraCall) Reset() { - *x = Staking_BondExtraCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[240] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_BondExtraCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_BondExtraCall) ProtoMessage() {} - -func (x *Staking_BondExtraCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[240] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_BondExtraCall.ProtoReflect.Descriptor instead. -func (*Staking_BondExtraCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{240} -} - -func (x *Staking_BondExtraCall) GetMaxAdditional() string { - if x != nil { - return x.MaxAdditional - } - return "" -} - -type Treasury_PayoutCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *Treasury_PayoutCall) Reset() { - *x = Treasury_PayoutCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[241] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_PayoutCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_PayoutCall) ProtoMessage() {} - -func (x *Treasury_PayoutCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[241] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_PayoutCall.ProtoReflect.Descriptor instead. -func (*Treasury_PayoutCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{241} -} - -func (x *Treasury_PayoutCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type FellowshipCollective_RemoveMemberCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Who: - // - // *FellowshipCollective_RemoveMemberCall_WhoId - // *FellowshipCollective_RemoveMemberCall_WhoIndex - // *FellowshipCollective_RemoveMemberCall_WhoRaw - // *FellowshipCollective_RemoveMemberCall_WhoAddress32 - // *FellowshipCollective_RemoveMemberCall_WhoAddress20 - Who isFellowshipCollective_RemoveMemberCall_Who `protobuf_oneof:"who"` - MinRank uint32 `protobuf:"varint,6,opt,name=min_rank,json=minRank,proto3" json:"min_rank,omitempty"` -} - -func (x *FellowshipCollective_RemoveMemberCall) Reset() { - *x = FellowshipCollective_RemoveMemberCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[242] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollective_RemoveMemberCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollective_RemoveMemberCall) ProtoMessage() {} - -func (x *FellowshipCollective_RemoveMemberCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[242] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollective_RemoveMemberCall.ProtoReflect.Descriptor instead. -func (*FellowshipCollective_RemoveMemberCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{242} -} - -func (m *FellowshipCollective_RemoveMemberCall) GetWho() isFellowshipCollective_RemoveMemberCall_Who { - if m != nil { - return m.Who - } - return nil -} - -func (x *FellowshipCollective_RemoveMemberCall) GetWhoId() *FellowshipCollective_Id { - if x, ok := x.GetWho().(*FellowshipCollective_RemoveMemberCall_WhoId); ok { - return x.WhoId - } - return nil -} - -func (x *FellowshipCollective_RemoveMemberCall) GetWhoIndex() *FellowshipCollective_Index { - if x, ok := x.GetWho().(*FellowshipCollective_RemoveMemberCall_WhoIndex); ok { - return x.WhoIndex - } - return nil -} - -func (x *FellowshipCollective_RemoveMemberCall) GetWhoRaw() *FellowshipCollective_Raw { - if x, ok := x.GetWho().(*FellowshipCollective_RemoveMemberCall_WhoRaw); ok { - return x.WhoRaw - } - return nil -} - -func (x *FellowshipCollective_RemoveMemberCall) GetWhoAddress32() *FellowshipCollective_Address32 { - if x, ok := x.GetWho().(*FellowshipCollective_RemoveMemberCall_WhoAddress32); ok { - return x.WhoAddress32 - } - return nil -} - -func (x *FellowshipCollective_RemoveMemberCall) GetWhoAddress20() *FellowshipCollective_Address20 { - if x, ok := x.GetWho().(*FellowshipCollective_RemoveMemberCall_WhoAddress20); ok { - return x.WhoAddress20 - } - return nil -} - -func (x *FellowshipCollective_RemoveMemberCall) GetMinRank() uint32 { - if x != nil { - return x.MinRank - } - return 0 -} - -type isFellowshipCollective_RemoveMemberCall_Who interface { - isFellowshipCollective_RemoveMemberCall_Who() -} - -type FellowshipCollective_RemoveMemberCall_WhoId struct { - WhoId *FellowshipCollective_Id `protobuf:"bytes,1,opt,name=who_id,json=whoId,proto3,oneof"` -} - -type FellowshipCollective_RemoveMemberCall_WhoIndex struct { - WhoIndex *FellowshipCollective_Index `protobuf:"bytes,2,opt,name=who_index,json=whoIndex,proto3,oneof"` -} - -type FellowshipCollective_RemoveMemberCall_WhoRaw struct { - WhoRaw *FellowshipCollective_Raw `protobuf:"bytes,3,opt,name=who_raw,json=whoRaw,proto3,oneof"` -} - -type FellowshipCollective_RemoveMemberCall_WhoAddress32 struct { - WhoAddress32 *FellowshipCollective_Address32 `protobuf:"bytes,4,opt,name=who_address32,json=whoAddress32,proto3,oneof"` -} - -type FellowshipCollective_RemoveMemberCall_WhoAddress20 struct { - WhoAddress20 *FellowshipCollective_Address20 `protobuf:"bytes,5,opt,name=who_address20,json=whoAddress20,proto3,oneof"` -} - -func (*FellowshipCollective_RemoveMemberCall_WhoId) isFellowshipCollective_RemoveMemberCall_Who() {} - -func (*FellowshipCollective_RemoveMemberCall_WhoIndex) isFellowshipCollective_RemoveMemberCall_Who() { -} - -func (*FellowshipCollective_RemoveMemberCall_WhoRaw) isFellowshipCollective_RemoveMemberCall_Who() {} - -func (*FellowshipCollective_RemoveMemberCall_WhoAddress32) isFellowshipCollective_RemoveMemberCall_Who() { -} - -func (*FellowshipCollective_RemoveMemberCall_WhoAddress20) isFellowshipCollective_RemoveMemberCall_Who() { -} - -type Babe_V1 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - C *Babe_TupleUint64Uint64 `protobuf:"bytes,1,opt,name=c,proto3" json:"c,omitempty"` - // Types that are assignable to AllowedSlots: - // - // *Babe_V1_AllowedSlotsPrimarySlots - // *Babe_V1_AllowedSlotsPrimaryAndSecondaryPlainSlots - // *Babe_V1_AllowedSlotsPrimaryAndSecondaryVrfSlots - AllowedSlots isBabe_V1_AllowedSlots `protobuf_oneof:"allowed_slots"` -} - -func (x *Babe_V1) Reset() { - *x = Babe_V1{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[243] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_V1) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_V1) ProtoMessage() {} - -func (x *Babe_V1) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[243] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_V1.ProtoReflect.Descriptor instead. -func (*Babe_V1) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{243} -} - -func (x *Babe_V1) GetC() *Babe_TupleUint64Uint64 { - if x != nil { - return x.C - } - return nil -} - -func (m *Babe_V1) GetAllowedSlots() isBabe_V1_AllowedSlots { - if m != nil { - return m.AllowedSlots - } - return nil -} - -func (x *Babe_V1) GetAllowedSlotsPrimarySlots() *Babe_PrimarySlots { - if x, ok := x.GetAllowedSlots().(*Babe_V1_AllowedSlotsPrimarySlots); ok { - return x.AllowedSlotsPrimarySlots - } - return nil -} - -func (x *Babe_V1) GetAllowedSlotsPrimaryAndSecondaryPlainSlots() *Babe_PrimaryAndSecondaryPlainSlots { - if x, ok := x.GetAllowedSlots().(*Babe_V1_AllowedSlotsPrimaryAndSecondaryPlainSlots); ok { - return x.AllowedSlotsPrimaryAndSecondaryPlainSlots - } - return nil -} - -func (x *Babe_V1) GetAllowedSlotsPrimaryAndSecondaryVrfSlots() *Babe_PrimaryAndSecondaryVrfSlots { - if x, ok := x.GetAllowedSlots().(*Babe_V1_AllowedSlotsPrimaryAndSecondaryVrfSlots); ok { - return x.AllowedSlotsPrimaryAndSecondaryVrfSlots - } - return nil -} - -type isBabe_V1_AllowedSlots interface { - isBabe_V1_AllowedSlots() -} - -type Babe_V1_AllowedSlotsPrimarySlots struct { - AllowedSlotsPrimarySlots *Babe_PrimarySlots `protobuf:"bytes,2,opt,name=allowed_slots_primary_slots,json=allowedSlotsPrimarySlots,proto3,oneof"` -} - -type Babe_V1_AllowedSlotsPrimaryAndSecondaryPlainSlots struct { - AllowedSlotsPrimaryAndSecondaryPlainSlots *Babe_PrimaryAndSecondaryPlainSlots `protobuf:"bytes,3,opt,name=allowed_slots_primary_and_secondary_plain_slots,json=allowedSlotsPrimaryAndSecondaryPlainSlots,proto3,oneof"` -} - -type Babe_V1_AllowedSlotsPrimaryAndSecondaryVrfSlots struct { - AllowedSlotsPrimaryAndSecondaryVrfSlots *Babe_PrimaryAndSecondaryVrfSlots `protobuf:"bytes,4,opt,name=allowed_slots_primary_and_secondary_vrf_slots,json=allowedSlotsPrimaryAndSecondaryVrfSlots,proto3,oneof"` -} - -func (*Babe_V1_AllowedSlotsPrimarySlots) isBabe_V1_AllowedSlots() {} - -func (*Babe_V1_AllowedSlotsPrimaryAndSecondaryPlainSlots) isBabe_V1_AllowedSlots() {} - -func (*Babe_V1_AllowedSlotsPrimaryAndSecondaryVrfSlots) isBabe_V1_AllowedSlots() {} - -type Balances_Id struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Balances_Id) Reset() { - *x = Balances_Id{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[244] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_Id) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_Id) ProtoMessage() {} - -func (x *Balances_Id) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[244] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_Id.ProtoReflect.Descriptor instead. -func (*Balances_Id) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{244} -} - -func (x *Balances_Id) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type Vesting_VestedTransferCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Target: - // - // *Vesting_VestedTransferCall_TargetId - // *Vesting_VestedTransferCall_TargetIndex - // *Vesting_VestedTransferCall_TargetRaw - // *Vesting_VestedTransferCall_TargetAddress32 - // *Vesting_VestedTransferCall_TargetAddress20 - Target isVesting_VestedTransferCall_Target `protobuf_oneof:"target"` - Schedule *Vesting_PalletVestingVestingInfoVestingInfo `protobuf:"bytes,6,opt,name=schedule,proto3" json:"schedule,omitempty"` -} - -func (x *Vesting_VestedTransferCall) Reset() { - *x = Vesting_VestedTransferCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[245] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_VestedTransferCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_VestedTransferCall) ProtoMessage() {} - -func (x *Vesting_VestedTransferCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[245] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_VestedTransferCall.ProtoReflect.Descriptor instead. -func (*Vesting_VestedTransferCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{245} -} - -func (m *Vesting_VestedTransferCall) GetTarget() isVesting_VestedTransferCall_Target { - if m != nil { - return m.Target - } - return nil -} - -func (x *Vesting_VestedTransferCall) GetTargetId() *Vesting_Id { - if x, ok := x.GetTarget().(*Vesting_VestedTransferCall_TargetId); ok { - return x.TargetId - } - return nil -} - -func (x *Vesting_VestedTransferCall) GetTargetIndex() *Vesting_Index { - if x, ok := x.GetTarget().(*Vesting_VestedTransferCall_TargetIndex); ok { - return x.TargetIndex - } - return nil -} - -func (x *Vesting_VestedTransferCall) GetTargetRaw() *Vesting_Raw { - if x, ok := x.GetTarget().(*Vesting_VestedTransferCall_TargetRaw); ok { - return x.TargetRaw - } - return nil -} - -func (x *Vesting_VestedTransferCall) GetTargetAddress32() *Vesting_Address32 { - if x, ok := x.GetTarget().(*Vesting_VestedTransferCall_TargetAddress32); ok { - return x.TargetAddress32 - } - return nil -} - -func (x *Vesting_VestedTransferCall) GetTargetAddress20() *Vesting_Address20 { - if x, ok := x.GetTarget().(*Vesting_VestedTransferCall_TargetAddress20); ok { - return x.TargetAddress20 - } - return nil -} - -func (x *Vesting_VestedTransferCall) GetSchedule() *Vesting_PalletVestingVestingInfoVestingInfo { - if x != nil { - return x.Schedule - } - return nil -} - -type isVesting_VestedTransferCall_Target interface { - isVesting_VestedTransferCall_Target() -} - -type Vesting_VestedTransferCall_TargetId struct { - TargetId *Vesting_Id `protobuf:"bytes,1,opt,name=target_id,json=targetId,proto3,oneof"` -} - -type Vesting_VestedTransferCall_TargetIndex struct { - TargetIndex *Vesting_Index `protobuf:"bytes,2,opt,name=target_index,json=targetIndex,proto3,oneof"` -} - -type Vesting_VestedTransferCall_TargetRaw struct { - TargetRaw *Vesting_Raw `protobuf:"bytes,3,opt,name=target_raw,json=targetRaw,proto3,oneof"` -} - -type Vesting_VestedTransferCall_TargetAddress32 struct { - TargetAddress32 *Vesting_Address32 `protobuf:"bytes,4,opt,name=target_address32,json=targetAddress32,proto3,oneof"` -} - -type Vesting_VestedTransferCall_TargetAddress20 struct { - TargetAddress20 *Vesting_Address20 `protobuf:"bytes,5,opt,name=target_address20,json=targetAddress20,proto3,oneof"` -} - -func (*Vesting_VestedTransferCall_TargetId) isVesting_VestedTransferCall_Target() {} - -func (*Vesting_VestedTransferCall_TargetIndex) isVesting_VestedTransferCall_Target() {} - -func (*Vesting_VestedTransferCall_TargetRaw) isVesting_VestedTransferCall_Target() {} - -func (*Vesting_VestedTransferCall_TargetAddress32) isVesting_VestedTransferCall_Target() {} - -func (*Vesting_VestedTransferCall_TargetAddress20) isVesting_VestedTransferCall_Target() {} - -type Staking_Address20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Staking_Address20) Reset() { - *x = Staking_Address20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[246] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Address20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Address20) ProtoMessage() {} - -func (x *Staking_Address20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[246] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Address20.ProtoReflect.Descriptor instead. -func (*Staking_Address20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{246} -} - -func (x *Staking_Address20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Staking_KickCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Who []*SpRuntimeMultiaddressMultiAddress `protobuf:"bytes,1,rep,name=who,proto3" json:"who,omitempty"` -} - -func (x *Staking_KickCall) Reset() { - *x = Staking_KickCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[247] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_KickCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_KickCall) ProtoMessage() {} - -func (x *Staking_KickCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[247] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_KickCall.ProtoReflect.Descriptor instead. -func (*Staking_KickCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{247} -} - -func (x *Staking_KickCall) GetWho() []*SpRuntimeMultiaddressMultiAddress { - if x != nil { - return x.Who - } - return nil -} - -type ConvictionVoting_Address32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *ConvictionVoting_Address32) Reset() { - *x = ConvictionVoting_Address32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[248] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Address32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Address32) ProtoMessage() {} - -func (x *ConvictionVoting_Address32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[248] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Address32.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Address32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{248} -} - -func (x *ConvictionVoting_Address32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type ConvictionVoting_Locked4X struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *ConvictionVoting_Locked4X) Reset() { - *x = ConvictionVoting_Locked4X{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[249] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Locked4X) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Locked4X) ProtoMessage() {} - -func (x *ConvictionVoting_Locked4X) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[249] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Locked4X.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Locked4X) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{249} -} - -type ConvictionVotingPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *ConvictionVotingPallet_CallVoteCall - // *ConvictionVotingPallet_CallDelegateCall - // *ConvictionVotingPallet_CallUndelegateCall - // *ConvictionVotingPallet_CallUnlockCall - // *ConvictionVotingPallet_CallRemoveVoteCall - // *ConvictionVotingPallet_CallRemoveOtherVoteCall - Call isConvictionVotingPallet_Call `protobuf_oneof:"call"` -} - -func (x *ConvictionVotingPallet) Reset() { - *x = ConvictionVotingPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[250] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVotingPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVotingPallet) ProtoMessage() {} - -func (x *ConvictionVotingPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[250] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVotingPallet.ProtoReflect.Descriptor instead. -func (*ConvictionVotingPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{250} -} - -func (m *ConvictionVotingPallet) GetCall() isConvictionVotingPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *ConvictionVotingPallet) GetCallVoteCall() *ConvictionVoting_VoteCall { - if x, ok := x.GetCall().(*ConvictionVotingPallet_CallVoteCall); ok { - return x.CallVoteCall - } - return nil -} - -func (x *ConvictionVotingPallet) GetCallDelegateCall() *ConvictionVoting_DelegateCall { - if x, ok := x.GetCall().(*ConvictionVotingPallet_CallDelegateCall); ok { - return x.CallDelegateCall - } - return nil -} - -func (x *ConvictionVotingPallet) GetCallUndelegateCall() *ConvictionVoting_UndelegateCall { - if x, ok := x.GetCall().(*ConvictionVotingPallet_CallUndelegateCall); ok { - return x.CallUndelegateCall - } - return nil -} - -func (x *ConvictionVotingPallet) GetCallUnlockCall() *ConvictionVoting_UnlockCall { - if x, ok := x.GetCall().(*ConvictionVotingPallet_CallUnlockCall); ok { - return x.CallUnlockCall - } - return nil -} - -func (x *ConvictionVotingPallet) GetCallRemoveVoteCall() *ConvictionVoting_RemoveVoteCall { - if x, ok := x.GetCall().(*ConvictionVotingPallet_CallRemoveVoteCall); ok { - return x.CallRemoveVoteCall - } - return nil -} - -func (x *ConvictionVotingPallet) GetCallRemoveOtherVoteCall() *ConvictionVoting_RemoveOtherVoteCall { - if x, ok := x.GetCall().(*ConvictionVotingPallet_CallRemoveOtherVoteCall); ok { - return x.CallRemoveOtherVoteCall - } - return nil -} - -type isConvictionVotingPallet_Call interface { - isConvictionVotingPallet_Call() -} - -type ConvictionVotingPallet_CallVoteCall struct { - CallVoteCall *ConvictionVoting_VoteCall `protobuf:"bytes,1,opt,name=call_vote_call,json=callVoteCall,proto3,oneof"` -} - -type ConvictionVotingPallet_CallDelegateCall struct { - CallDelegateCall *ConvictionVoting_DelegateCall `protobuf:"bytes,2,opt,name=call_delegate_call,json=callDelegateCall,proto3,oneof"` -} - -type ConvictionVotingPallet_CallUndelegateCall struct { - CallUndelegateCall *ConvictionVoting_UndelegateCall `protobuf:"bytes,3,opt,name=call_undelegate_call,json=callUndelegateCall,proto3,oneof"` -} - -type ConvictionVotingPallet_CallUnlockCall struct { - CallUnlockCall *ConvictionVoting_UnlockCall `protobuf:"bytes,4,opt,name=call_unlock_call,json=callUnlockCall,proto3,oneof"` -} - -type ConvictionVotingPallet_CallRemoveVoteCall struct { - CallRemoveVoteCall *ConvictionVoting_RemoveVoteCall `protobuf:"bytes,5,opt,name=call_remove_vote_call,json=callRemoveVoteCall,proto3,oneof"` -} - -type ConvictionVotingPallet_CallRemoveOtherVoteCall struct { - CallRemoveOtherVoteCall *ConvictionVoting_RemoveOtherVoteCall `protobuf:"bytes,6,opt,name=call_remove_other_vote_call,json=callRemoveOtherVoteCall,proto3,oneof"` -} - -func (*ConvictionVotingPallet_CallVoteCall) isConvictionVotingPallet_Call() {} - -func (*ConvictionVotingPallet_CallDelegateCall) isConvictionVotingPallet_Call() {} - -func (*ConvictionVotingPallet_CallUndelegateCall) isConvictionVotingPallet_Call() {} - -func (*ConvictionVotingPallet_CallUnlockCall) isConvictionVotingPallet_Call() {} - -func (*ConvictionVotingPallet_CallRemoveVoteCall) isConvictionVotingPallet_Call() {} - -func (*ConvictionVotingPallet_CallRemoveOtherVoteCall) isConvictionVotingPallet_Call() {} - -type Babe_Seal struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []byte `protobuf:"bytes,2,opt,name=value1,proto3" json:"value1,omitempty"` -} - -func (x *Babe_Seal) Reset() { - *x = Babe_Seal{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[251] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_Seal) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_Seal) ProtoMessage() {} - -func (x *Babe_Seal) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[251] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_Seal.ProtoReflect.Descriptor instead. -func (*Babe_Seal) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{251} -} - -func (x *Babe_Seal) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -func (x *Babe_Seal) GetValue1() []byte { - if x != nil { - return x.Value1 - } - return nil -} - -type Grandpa_ReportEquivocationUnsignedCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - EquivocationProof *Grandpa_SpConsensusGrandpaEquivocationProof `protobuf:"bytes,1,opt,name=equivocation_proof,json=equivocationProof,proto3" json:"equivocation_proof,omitempty"` - KeyOwnerProof *SpSessionMembershipProof `protobuf:"bytes,2,opt,name=key_owner_proof,json=keyOwnerProof,proto3" json:"key_owner_proof,omitempty"` -} - -func (x *Grandpa_ReportEquivocationUnsignedCall) Reset() { - *x = Grandpa_ReportEquivocationUnsignedCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[252] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_ReportEquivocationUnsignedCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_ReportEquivocationUnsignedCall) ProtoMessage() {} - -func (x *Grandpa_ReportEquivocationUnsignedCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[252] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_ReportEquivocationUnsignedCall.ProtoReflect.Descriptor instead. -func (*Grandpa_ReportEquivocationUnsignedCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{252} -} - -func (x *Grandpa_ReportEquivocationUnsignedCall) GetEquivocationProof() *Grandpa_SpConsensusGrandpaEquivocationProof { - if x != nil { - return x.EquivocationProof - } - return nil -} - -func (x *Grandpa_ReportEquivocationUnsignedCall) GetKeyOwnerProof() *SpSessionMembershipProof { - if x != nil { - return x.KeyOwnerProof - } - return nil -} - -type Proxy_Address20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Proxy_Address20) Reset() { - *x = Proxy_Address20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[253] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_Address20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_Address20) ProtoMessage() {} - -func (x *Proxy_Address20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[253] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_Address20.ProtoReflect.Descriptor instead. -func (*Proxy_Address20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{253} -} - -func (x *Proxy_Address20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type FellowshipReferenda_Void struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *FellowshipReferenda_Void) Reset() { - *x = FellowshipReferenda_Void{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[254] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_Void) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_Void) ProtoMessage() {} - -func (x *FellowshipReferenda_Void) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[254] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_Void.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_Void) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{254} -} - -type Identity_OutOfDate struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Identity_OutOfDate) Reset() { - *x = Identity_OutOfDate{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[255] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_OutOfDate) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_OutOfDate) ProtoMessage() {} - -func (x *Identity_OutOfDate) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[255] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_OutOfDate.ProtoReflect.Descriptor instead. -func (*Identity_OutOfDate) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{255} -} - -type ReferendumCanceller struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *ReferendumCanceller) Reset() { - *x = ReferendumCanceller{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[256] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ReferendumCanceller) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ReferendumCanceller) ProtoMessage() {} - -func (x *ReferendumCanceller) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[256] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ReferendumCanceller.ProtoReflect.Descriptor instead. -func (*ReferendumCanceller) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{256} -} - -type Identity_PalletIdentitySimpleIdentityInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Additional *BoundedCollectionsBoundedVecBoundedVec `protobuf:"bytes,1,opt,name=additional,proto3" json:"additional,omitempty"` - // Types that are assignable to Display: - // - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayNone - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw0 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw1 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw2 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw3 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw4 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw5 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw6 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw7 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw8 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw9 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw10 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw11 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw12 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw13 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw14 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw15 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw16 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw17 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw18 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw19 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw20 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw21 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw22 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw23 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw24 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw25 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw26 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw27 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw28 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw29 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw30 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw31 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw32 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayBlakeTwo256 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplaySha256 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayKeccak256 - // *Identity_PalletIdentitySimpleIdentityInfo_DisplayShaThree256 - Display isIdentity_PalletIdentitySimpleIdentityInfo_Display `protobuf_oneof:"display"` - // Types that are assignable to Legal: - // - // *Identity_PalletIdentitySimpleIdentityInfo_LegalNone - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw0 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw1 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw2 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw3 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw4 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw5 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw6 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw7 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw8 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw9 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw10 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw11 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw12 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw13 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw14 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw15 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw16 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw17 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw18 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw19 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw20 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw21 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw22 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw23 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw24 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw25 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw26 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw27 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw28 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw29 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw30 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw31 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalRaw32 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalBlakeTwo256 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalSha256 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalKeccak256 - // *Identity_PalletIdentitySimpleIdentityInfo_LegalShaThree256 - Legal isIdentity_PalletIdentitySimpleIdentityInfo_Legal `protobuf_oneof:"legal"` - // Types that are assignable to Web: - // - // *Identity_PalletIdentitySimpleIdentityInfo_WebNone - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw0 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw1 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw2 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw3 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw4 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw5 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw6 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw7 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw8 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw9 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw10 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw11 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw12 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw13 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw14 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw15 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw16 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw17 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw18 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw19 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw20 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw21 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw22 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw23 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw24 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw25 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw26 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw27 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw28 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw29 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw30 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw31 - // *Identity_PalletIdentitySimpleIdentityInfo_WebRaw32 - // *Identity_PalletIdentitySimpleIdentityInfo_WebBlakeTwo256 - // *Identity_PalletIdentitySimpleIdentityInfo_WebSha256 - // *Identity_PalletIdentitySimpleIdentityInfo_WebKeccak256 - // *Identity_PalletIdentitySimpleIdentityInfo_WebShaThree256 - Web isIdentity_PalletIdentitySimpleIdentityInfo_Web `protobuf_oneof:"web"` - // Types that are assignable to Riot: - // - // *Identity_PalletIdentitySimpleIdentityInfo_RiotNone - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw0 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw1 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw2 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw3 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw4 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw5 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw6 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw7 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw8 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw9 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw10 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw11 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw12 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw13 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw14 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw15 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw16 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw17 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw18 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw19 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw20 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw21 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw22 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw23 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw24 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw25 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw26 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw27 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw28 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw29 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw30 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw31 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotRaw32 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotBlakeTwo256 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotSha256 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotKeccak256 - // *Identity_PalletIdentitySimpleIdentityInfo_RiotShaThree256 - Riot isIdentity_PalletIdentitySimpleIdentityInfo_Riot `protobuf_oneof:"riot"` - // Types that are assignable to Email: - // - // *Identity_PalletIdentitySimpleIdentityInfo_EmailNone - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw0 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw1 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw2 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw3 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw4 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw5 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw6 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw7 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw8 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw9 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw10 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw11 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw12 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw13 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw14 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw15 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw16 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw17 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw18 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw19 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw20 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw21 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw22 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw23 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw24 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw25 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw26 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw27 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw28 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw29 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw30 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw31 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailRaw32 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailBlakeTwo256 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailSha256 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailKeccak256 - // *Identity_PalletIdentitySimpleIdentityInfo_EmailShaThree256 - Email isIdentity_PalletIdentitySimpleIdentityInfo_Email `protobuf_oneof:"email"` - PgpFingerprint []byte `protobuf:"bytes,192,opt,name=pgp_fingerprint,json=pgpFingerprint,proto3" json:"pgp_fingerprint,omitempty"` - // Types that are assignable to Image: - // - // *Identity_PalletIdentitySimpleIdentityInfo_ImageNone - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw0 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw1 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw2 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw3 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw4 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw5 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw6 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw7 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw8 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw9 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw10 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw11 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw12 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw13 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw14 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw15 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw16 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw17 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw18 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw19 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw20 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw21 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw22 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw23 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw24 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw25 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw26 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw27 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw28 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw29 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw30 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw31 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageRaw32 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageBlakeTwo256 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageSha256 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageKeccak256 - // *Identity_PalletIdentitySimpleIdentityInfo_ImageShaThree256 - Image isIdentity_PalletIdentitySimpleIdentityInfo_Image `protobuf_oneof:"image"` - // Types that are assignable to Twitter: - // - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterNone - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw0 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw1 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw2 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw3 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw4 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw5 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw6 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw7 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw8 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw9 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw10 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw11 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw12 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw13 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw14 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw15 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw16 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw17 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw18 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw19 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw20 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw21 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw22 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw23 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw24 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw25 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw26 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw27 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw28 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw29 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw30 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw31 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw32 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterBlakeTwo256 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterSha256 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterKeccak256 - // *Identity_PalletIdentitySimpleIdentityInfo_TwitterShaThree256 - Twitter isIdentity_PalletIdentitySimpleIdentityInfo_Twitter `protobuf_oneof:"twitter"` -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) Reset() { - *x = Identity_PalletIdentitySimpleIdentityInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[257] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_PalletIdentitySimpleIdentityInfo) ProtoMessage() {} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[257] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_PalletIdentitySimpleIdentityInfo.ProtoReflect.Descriptor instead. -func (*Identity_PalletIdentitySimpleIdentityInfo) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{257} -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetAdditional() *BoundedCollectionsBoundedVecBoundedVec { - if x != nil { - return x.Additional - } - return nil -} - -func (m *Identity_PalletIdentitySimpleIdentityInfo) GetDisplay() isIdentity_PalletIdentitySimpleIdentityInfo_Display { - if m != nil { - return m.Display - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayNone() *Identity_None { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayNone); ok { - return x.DisplayNone - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw0() *Identity_Raw0 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw0); ok { - return x.DisplayRaw0 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw1() *Identity_Raw1 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw1); ok { - return x.DisplayRaw1 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw2() *Identity_Raw2 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw2); ok { - return x.DisplayRaw2 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw3() *Identity_Raw3 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw3); ok { - return x.DisplayRaw3 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw4() *Identity_Raw4 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw4); ok { - return x.DisplayRaw4 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw5() *Identity_Raw5 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw5); ok { - return x.DisplayRaw5 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw6() *Identity_Raw6 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw6); ok { - return x.DisplayRaw6 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw7() *Identity_Raw7 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw7); ok { - return x.DisplayRaw7 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw8() *Identity_Raw8 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw8); ok { - return x.DisplayRaw8 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw9() *Identity_Raw9 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw9); ok { - return x.DisplayRaw9 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw10() *Identity_Raw10 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw10); ok { - return x.DisplayRaw10 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw11() *Identity_Raw11 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw11); ok { - return x.DisplayRaw11 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw12() *Identity_Raw12 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw12); ok { - return x.DisplayRaw12 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw13() *Identity_Raw13 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw13); ok { - return x.DisplayRaw13 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw14() *Identity_Raw14 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw14); ok { - return x.DisplayRaw14 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw15() *Identity_Raw15 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw15); ok { - return x.DisplayRaw15 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw16() *Identity_Raw16 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw16); ok { - return x.DisplayRaw16 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw17() *Identity_Raw17 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw17); ok { - return x.DisplayRaw17 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw18() *Identity_Raw18 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw18); ok { - return x.DisplayRaw18 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw19() *Identity_Raw19 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw19); ok { - return x.DisplayRaw19 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw20() *Identity_Raw20 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw20); ok { - return x.DisplayRaw20 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw21() *Identity_Raw21 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw21); ok { - return x.DisplayRaw21 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw22() *Identity_Raw22 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw22); ok { - return x.DisplayRaw22 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw23() *Identity_Raw23 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw23); ok { - return x.DisplayRaw23 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw24() *Identity_Raw24 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw24); ok { - return x.DisplayRaw24 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw25() *Identity_Raw25 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw25); ok { - return x.DisplayRaw25 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw26() *Identity_Raw26 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw26); ok { - return x.DisplayRaw26 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw27() *Identity_Raw27 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw27); ok { - return x.DisplayRaw27 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw28() *Identity_Raw28 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw28); ok { - return x.DisplayRaw28 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw29() *Identity_Raw29 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw29); ok { - return x.DisplayRaw29 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw30() *Identity_Raw30 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw30); ok { - return x.DisplayRaw30 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw31() *Identity_Raw31 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw31); ok { - return x.DisplayRaw31 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayRaw32() *Identity_Raw32 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw32); ok { - return x.DisplayRaw32 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayBlakeTwo256); ok { - return x.DisplayBlakeTwo256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplaySha256() *Identity_Sha256 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplaySha256); ok { - return x.DisplaySha256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayKeccak256() *Identity_Keccak256 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayKeccak256); ok { - return x.DisplayKeccak256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetDisplayShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetDisplay().(*Identity_PalletIdentitySimpleIdentityInfo_DisplayShaThree256); ok { - return x.DisplayShaThree256 - } - return nil -} - -func (m *Identity_PalletIdentitySimpleIdentityInfo) GetLegal() isIdentity_PalletIdentitySimpleIdentityInfo_Legal { - if m != nil { - return m.Legal - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalNone() *Identity_None { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalNone); ok { - return x.LegalNone - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw0() *Identity_Raw0 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw0); ok { - return x.LegalRaw0 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw1() *Identity_Raw1 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw1); ok { - return x.LegalRaw1 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw2() *Identity_Raw2 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw2); ok { - return x.LegalRaw2 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw3() *Identity_Raw3 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw3); ok { - return x.LegalRaw3 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw4() *Identity_Raw4 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw4); ok { - return x.LegalRaw4 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw5() *Identity_Raw5 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw5); ok { - return x.LegalRaw5 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw6() *Identity_Raw6 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw6); ok { - return x.LegalRaw6 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw7() *Identity_Raw7 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw7); ok { - return x.LegalRaw7 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw8() *Identity_Raw8 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw8); ok { - return x.LegalRaw8 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw9() *Identity_Raw9 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw9); ok { - return x.LegalRaw9 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw10() *Identity_Raw10 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw10); ok { - return x.LegalRaw10 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw11() *Identity_Raw11 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw11); ok { - return x.LegalRaw11 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw12() *Identity_Raw12 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw12); ok { - return x.LegalRaw12 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw13() *Identity_Raw13 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw13); ok { - return x.LegalRaw13 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw14() *Identity_Raw14 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw14); ok { - return x.LegalRaw14 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw15() *Identity_Raw15 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw15); ok { - return x.LegalRaw15 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw16() *Identity_Raw16 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw16); ok { - return x.LegalRaw16 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw17() *Identity_Raw17 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw17); ok { - return x.LegalRaw17 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw18() *Identity_Raw18 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw18); ok { - return x.LegalRaw18 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw19() *Identity_Raw19 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw19); ok { - return x.LegalRaw19 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw20() *Identity_Raw20 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw20); ok { - return x.LegalRaw20 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw21() *Identity_Raw21 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw21); ok { - return x.LegalRaw21 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw22() *Identity_Raw22 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw22); ok { - return x.LegalRaw22 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw23() *Identity_Raw23 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw23); ok { - return x.LegalRaw23 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw24() *Identity_Raw24 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw24); ok { - return x.LegalRaw24 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw25() *Identity_Raw25 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw25); ok { - return x.LegalRaw25 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw26() *Identity_Raw26 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw26); ok { - return x.LegalRaw26 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw27() *Identity_Raw27 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw27); ok { - return x.LegalRaw27 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw28() *Identity_Raw28 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw28); ok { - return x.LegalRaw28 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw29() *Identity_Raw29 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw29); ok { - return x.LegalRaw29 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw30() *Identity_Raw30 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw30); ok { - return x.LegalRaw30 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw31() *Identity_Raw31 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw31); ok { - return x.LegalRaw31 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalRaw32() *Identity_Raw32 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw32); ok { - return x.LegalRaw32 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalBlakeTwo256); ok { - return x.LegalBlakeTwo256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalSha256() *Identity_Sha256 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalSha256); ok { - return x.LegalSha256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalKeccak256() *Identity_Keccak256 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalKeccak256); ok { - return x.LegalKeccak256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetLegalShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetLegal().(*Identity_PalletIdentitySimpleIdentityInfo_LegalShaThree256); ok { - return x.LegalShaThree256 - } - return nil -} - -func (m *Identity_PalletIdentitySimpleIdentityInfo) GetWeb() isIdentity_PalletIdentitySimpleIdentityInfo_Web { - if m != nil { - return m.Web - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebNone() *Identity_None { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebNone); ok { - return x.WebNone - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw0() *Identity_Raw0 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw0); ok { - return x.WebRaw0 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw1() *Identity_Raw1 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw1); ok { - return x.WebRaw1 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw2() *Identity_Raw2 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw2); ok { - return x.WebRaw2 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw3() *Identity_Raw3 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw3); ok { - return x.WebRaw3 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw4() *Identity_Raw4 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw4); ok { - return x.WebRaw4 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw5() *Identity_Raw5 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw5); ok { - return x.WebRaw5 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw6() *Identity_Raw6 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw6); ok { - return x.WebRaw6 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw7() *Identity_Raw7 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw7); ok { - return x.WebRaw7 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw8() *Identity_Raw8 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw8); ok { - return x.WebRaw8 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw9() *Identity_Raw9 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw9); ok { - return x.WebRaw9 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw10() *Identity_Raw10 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw10); ok { - return x.WebRaw10 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw11() *Identity_Raw11 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw11); ok { - return x.WebRaw11 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw12() *Identity_Raw12 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw12); ok { - return x.WebRaw12 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw13() *Identity_Raw13 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw13); ok { - return x.WebRaw13 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw14() *Identity_Raw14 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw14); ok { - return x.WebRaw14 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw15() *Identity_Raw15 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw15); ok { - return x.WebRaw15 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw16() *Identity_Raw16 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw16); ok { - return x.WebRaw16 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw17() *Identity_Raw17 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw17); ok { - return x.WebRaw17 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw18() *Identity_Raw18 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw18); ok { - return x.WebRaw18 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw19() *Identity_Raw19 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw19); ok { - return x.WebRaw19 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw20() *Identity_Raw20 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw20); ok { - return x.WebRaw20 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw21() *Identity_Raw21 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw21); ok { - return x.WebRaw21 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw22() *Identity_Raw22 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw22); ok { - return x.WebRaw22 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw23() *Identity_Raw23 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw23); ok { - return x.WebRaw23 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw24() *Identity_Raw24 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw24); ok { - return x.WebRaw24 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw25() *Identity_Raw25 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw25); ok { - return x.WebRaw25 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw26() *Identity_Raw26 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw26); ok { - return x.WebRaw26 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw27() *Identity_Raw27 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw27); ok { - return x.WebRaw27 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw28() *Identity_Raw28 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw28); ok { - return x.WebRaw28 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw29() *Identity_Raw29 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw29); ok { - return x.WebRaw29 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw30() *Identity_Raw30 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw30); ok { - return x.WebRaw30 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw31() *Identity_Raw31 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw31); ok { - return x.WebRaw31 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebRaw32() *Identity_Raw32 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebRaw32); ok { - return x.WebRaw32 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebBlakeTwo256); ok { - return x.WebBlakeTwo256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebSha256() *Identity_Sha256 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebSha256); ok { - return x.WebSha256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebKeccak256() *Identity_Keccak256 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebKeccak256); ok { - return x.WebKeccak256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetWebShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetWeb().(*Identity_PalletIdentitySimpleIdentityInfo_WebShaThree256); ok { - return x.WebShaThree256 - } - return nil -} - -func (m *Identity_PalletIdentitySimpleIdentityInfo) GetRiot() isIdentity_PalletIdentitySimpleIdentityInfo_Riot { - if m != nil { - return m.Riot - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotNone() *Identity_None { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotNone); ok { - return x.RiotNone - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw0() *Identity_Raw0 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw0); ok { - return x.RiotRaw0 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw1() *Identity_Raw1 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw1); ok { - return x.RiotRaw1 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw2() *Identity_Raw2 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw2); ok { - return x.RiotRaw2 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw3() *Identity_Raw3 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw3); ok { - return x.RiotRaw3 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw4() *Identity_Raw4 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw4); ok { - return x.RiotRaw4 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw5() *Identity_Raw5 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw5); ok { - return x.RiotRaw5 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw6() *Identity_Raw6 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw6); ok { - return x.RiotRaw6 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw7() *Identity_Raw7 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw7); ok { - return x.RiotRaw7 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw8() *Identity_Raw8 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw8); ok { - return x.RiotRaw8 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw9() *Identity_Raw9 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw9); ok { - return x.RiotRaw9 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw10() *Identity_Raw10 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw10); ok { - return x.RiotRaw10 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw11() *Identity_Raw11 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw11); ok { - return x.RiotRaw11 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw12() *Identity_Raw12 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw12); ok { - return x.RiotRaw12 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw13() *Identity_Raw13 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw13); ok { - return x.RiotRaw13 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw14() *Identity_Raw14 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw14); ok { - return x.RiotRaw14 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw15() *Identity_Raw15 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw15); ok { - return x.RiotRaw15 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw16() *Identity_Raw16 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw16); ok { - return x.RiotRaw16 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw17() *Identity_Raw17 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw17); ok { - return x.RiotRaw17 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw18() *Identity_Raw18 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw18); ok { - return x.RiotRaw18 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw19() *Identity_Raw19 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw19); ok { - return x.RiotRaw19 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw20() *Identity_Raw20 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw20); ok { - return x.RiotRaw20 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw21() *Identity_Raw21 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw21); ok { - return x.RiotRaw21 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw22() *Identity_Raw22 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw22); ok { - return x.RiotRaw22 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw23() *Identity_Raw23 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw23); ok { - return x.RiotRaw23 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw24() *Identity_Raw24 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw24); ok { - return x.RiotRaw24 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw25() *Identity_Raw25 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw25); ok { - return x.RiotRaw25 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw26() *Identity_Raw26 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw26); ok { - return x.RiotRaw26 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw27() *Identity_Raw27 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw27); ok { - return x.RiotRaw27 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw28() *Identity_Raw28 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw28); ok { - return x.RiotRaw28 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw29() *Identity_Raw29 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw29); ok { - return x.RiotRaw29 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw30() *Identity_Raw30 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw30); ok { - return x.RiotRaw30 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw31() *Identity_Raw31 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw31); ok { - return x.RiotRaw31 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotRaw32() *Identity_Raw32 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw32); ok { - return x.RiotRaw32 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotBlakeTwo256); ok { - return x.RiotBlakeTwo256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotSha256() *Identity_Sha256 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotSha256); ok { - return x.RiotSha256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotKeccak256() *Identity_Keccak256 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotKeccak256); ok { - return x.RiotKeccak256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetRiotShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetRiot().(*Identity_PalletIdentitySimpleIdentityInfo_RiotShaThree256); ok { - return x.RiotShaThree256 - } - return nil -} - -func (m *Identity_PalletIdentitySimpleIdentityInfo) GetEmail() isIdentity_PalletIdentitySimpleIdentityInfo_Email { - if m != nil { - return m.Email - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailNone() *Identity_None { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailNone); ok { - return x.EmailNone - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw0() *Identity_Raw0 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw0); ok { - return x.EmailRaw0 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw1() *Identity_Raw1 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw1); ok { - return x.EmailRaw1 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw2() *Identity_Raw2 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw2); ok { - return x.EmailRaw2 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw3() *Identity_Raw3 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw3); ok { - return x.EmailRaw3 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw4() *Identity_Raw4 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw4); ok { - return x.EmailRaw4 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw5() *Identity_Raw5 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw5); ok { - return x.EmailRaw5 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw6() *Identity_Raw6 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw6); ok { - return x.EmailRaw6 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw7() *Identity_Raw7 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw7); ok { - return x.EmailRaw7 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw8() *Identity_Raw8 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw8); ok { - return x.EmailRaw8 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw9() *Identity_Raw9 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw9); ok { - return x.EmailRaw9 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw10() *Identity_Raw10 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw10); ok { - return x.EmailRaw10 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw11() *Identity_Raw11 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw11); ok { - return x.EmailRaw11 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw12() *Identity_Raw12 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw12); ok { - return x.EmailRaw12 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw13() *Identity_Raw13 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw13); ok { - return x.EmailRaw13 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw14() *Identity_Raw14 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw14); ok { - return x.EmailRaw14 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw15() *Identity_Raw15 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw15); ok { - return x.EmailRaw15 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw16() *Identity_Raw16 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw16); ok { - return x.EmailRaw16 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw17() *Identity_Raw17 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw17); ok { - return x.EmailRaw17 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw18() *Identity_Raw18 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw18); ok { - return x.EmailRaw18 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw19() *Identity_Raw19 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw19); ok { - return x.EmailRaw19 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw20() *Identity_Raw20 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw20); ok { - return x.EmailRaw20 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw21() *Identity_Raw21 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw21); ok { - return x.EmailRaw21 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw22() *Identity_Raw22 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw22); ok { - return x.EmailRaw22 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw23() *Identity_Raw23 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw23); ok { - return x.EmailRaw23 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw24() *Identity_Raw24 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw24); ok { - return x.EmailRaw24 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw25() *Identity_Raw25 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw25); ok { - return x.EmailRaw25 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw26() *Identity_Raw26 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw26); ok { - return x.EmailRaw26 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw27() *Identity_Raw27 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw27); ok { - return x.EmailRaw27 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw28() *Identity_Raw28 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw28); ok { - return x.EmailRaw28 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw29() *Identity_Raw29 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw29); ok { - return x.EmailRaw29 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw30() *Identity_Raw30 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw30); ok { - return x.EmailRaw30 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw31() *Identity_Raw31 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw31); ok { - return x.EmailRaw31 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailRaw32() *Identity_Raw32 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw32); ok { - return x.EmailRaw32 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailBlakeTwo256); ok { - return x.EmailBlakeTwo256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailSha256() *Identity_Sha256 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailSha256); ok { - return x.EmailSha256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailKeccak256() *Identity_Keccak256 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailKeccak256); ok { - return x.EmailKeccak256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetEmailShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetEmail().(*Identity_PalletIdentitySimpleIdentityInfo_EmailShaThree256); ok { - return x.EmailShaThree256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetPgpFingerprint() []byte { - if x != nil { - return x.PgpFingerprint - } - return nil -} - -func (m *Identity_PalletIdentitySimpleIdentityInfo) GetImage() isIdentity_PalletIdentitySimpleIdentityInfo_Image { - if m != nil { - return m.Image - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageNone() *Identity_None { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageNone); ok { - return x.ImageNone - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw0() *Identity_Raw0 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw0); ok { - return x.ImageRaw0 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw1() *Identity_Raw1 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw1); ok { - return x.ImageRaw1 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw2() *Identity_Raw2 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw2); ok { - return x.ImageRaw2 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw3() *Identity_Raw3 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw3); ok { - return x.ImageRaw3 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw4() *Identity_Raw4 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw4); ok { - return x.ImageRaw4 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw5() *Identity_Raw5 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw5); ok { - return x.ImageRaw5 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw6() *Identity_Raw6 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw6); ok { - return x.ImageRaw6 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw7() *Identity_Raw7 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw7); ok { - return x.ImageRaw7 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw8() *Identity_Raw8 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw8); ok { - return x.ImageRaw8 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw9() *Identity_Raw9 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw9); ok { - return x.ImageRaw9 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw10() *Identity_Raw10 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw10); ok { - return x.ImageRaw10 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw11() *Identity_Raw11 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw11); ok { - return x.ImageRaw11 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw12() *Identity_Raw12 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw12); ok { - return x.ImageRaw12 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw13() *Identity_Raw13 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw13); ok { - return x.ImageRaw13 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw14() *Identity_Raw14 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw14); ok { - return x.ImageRaw14 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw15() *Identity_Raw15 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw15); ok { - return x.ImageRaw15 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw16() *Identity_Raw16 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw16); ok { - return x.ImageRaw16 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw17() *Identity_Raw17 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw17); ok { - return x.ImageRaw17 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw18() *Identity_Raw18 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw18); ok { - return x.ImageRaw18 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw19() *Identity_Raw19 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw19); ok { - return x.ImageRaw19 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw20() *Identity_Raw20 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw20); ok { - return x.ImageRaw20 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw21() *Identity_Raw21 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw21); ok { - return x.ImageRaw21 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw22() *Identity_Raw22 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw22); ok { - return x.ImageRaw22 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw23() *Identity_Raw23 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw23); ok { - return x.ImageRaw23 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw24() *Identity_Raw24 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw24); ok { - return x.ImageRaw24 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw25() *Identity_Raw25 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw25); ok { - return x.ImageRaw25 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw26() *Identity_Raw26 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw26); ok { - return x.ImageRaw26 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw27() *Identity_Raw27 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw27); ok { - return x.ImageRaw27 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw28() *Identity_Raw28 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw28); ok { - return x.ImageRaw28 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw29() *Identity_Raw29 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw29); ok { - return x.ImageRaw29 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw30() *Identity_Raw30 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw30); ok { - return x.ImageRaw30 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw31() *Identity_Raw31 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw31); ok { - return x.ImageRaw31 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageRaw32() *Identity_Raw32 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw32); ok { - return x.ImageRaw32 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageBlakeTwo256); ok { - return x.ImageBlakeTwo256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageSha256() *Identity_Sha256 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageSha256); ok { - return x.ImageSha256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageKeccak256() *Identity_Keccak256 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageKeccak256); ok { - return x.ImageKeccak256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetImageShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetImage().(*Identity_PalletIdentitySimpleIdentityInfo_ImageShaThree256); ok { - return x.ImageShaThree256 - } - return nil -} - -func (m *Identity_PalletIdentitySimpleIdentityInfo) GetTwitter() isIdentity_PalletIdentitySimpleIdentityInfo_Twitter { - if m != nil { - return m.Twitter - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterNone() *Identity_None { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterNone); ok { - return x.TwitterNone - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw0() *Identity_Raw0 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw0); ok { - return x.TwitterRaw0 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw1() *Identity_Raw1 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw1); ok { - return x.TwitterRaw1 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw2() *Identity_Raw2 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw2); ok { - return x.TwitterRaw2 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw3() *Identity_Raw3 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw3); ok { - return x.TwitterRaw3 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw4() *Identity_Raw4 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw4); ok { - return x.TwitterRaw4 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw5() *Identity_Raw5 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw5); ok { - return x.TwitterRaw5 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw6() *Identity_Raw6 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw6); ok { - return x.TwitterRaw6 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw7() *Identity_Raw7 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw7); ok { - return x.TwitterRaw7 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw8() *Identity_Raw8 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw8); ok { - return x.TwitterRaw8 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw9() *Identity_Raw9 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw9); ok { - return x.TwitterRaw9 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw10() *Identity_Raw10 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw10); ok { - return x.TwitterRaw10 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw11() *Identity_Raw11 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw11); ok { - return x.TwitterRaw11 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw12() *Identity_Raw12 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw12); ok { - return x.TwitterRaw12 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw13() *Identity_Raw13 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw13); ok { - return x.TwitterRaw13 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw14() *Identity_Raw14 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw14); ok { - return x.TwitterRaw14 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw15() *Identity_Raw15 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw15); ok { - return x.TwitterRaw15 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw16() *Identity_Raw16 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw16); ok { - return x.TwitterRaw16 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw17() *Identity_Raw17 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw17); ok { - return x.TwitterRaw17 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw18() *Identity_Raw18 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw18); ok { - return x.TwitterRaw18 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw19() *Identity_Raw19 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw19); ok { - return x.TwitterRaw19 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw20() *Identity_Raw20 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw20); ok { - return x.TwitterRaw20 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw21() *Identity_Raw21 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw21); ok { - return x.TwitterRaw21 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw22() *Identity_Raw22 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw22); ok { - return x.TwitterRaw22 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw23() *Identity_Raw23 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw23); ok { - return x.TwitterRaw23 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw24() *Identity_Raw24 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw24); ok { - return x.TwitterRaw24 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw25() *Identity_Raw25 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw25); ok { - return x.TwitterRaw25 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw26() *Identity_Raw26 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw26); ok { - return x.TwitterRaw26 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw27() *Identity_Raw27 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw27); ok { - return x.TwitterRaw27 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw28() *Identity_Raw28 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw28); ok { - return x.TwitterRaw28 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw29() *Identity_Raw29 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw29); ok { - return x.TwitterRaw29 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw30() *Identity_Raw30 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw30); ok { - return x.TwitterRaw30 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw31() *Identity_Raw31 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw31); ok { - return x.TwitterRaw31 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterRaw32() *Identity_Raw32 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw32); ok { - return x.TwitterRaw32 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterBlakeTwo256); ok { - return x.TwitterBlakeTwo256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterSha256() *Identity_Sha256 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterSha256); ok { - return x.TwitterSha256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterKeccak256() *Identity_Keccak256 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterKeccak256); ok { - return x.TwitterKeccak256 - } - return nil -} - -func (x *Identity_PalletIdentitySimpleIdentityInfo) GetTwitterShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetTwitter().(*Identity_PalletIdentitySimpleIdentityInfo_TwitterShaThree256); ok { - return x.TwitterShaThree256 - } - return nil -} - -type isIdentity_PalletIdentitySimpleIdentityInfo_Display interface { - isIdentity_PalletIdentitySimpleIdentityInfo_Display() -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayNone struct { - DisplayNone *Identity_None `protobuf:"bytes,2,opt,name=display_none,json=displayNone,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw0 struct { - DisplayRaw0 *Identity_Raw0 `protobuf:"bytes,3,opt,name=display_raw0,json=displayRaw0,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw1 struct { - DisplayRaw1 *Identity_Raw1 `protobuf:"bytes,4,opt,name=display_raw1,json=displayRaw1,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw2 struct { - DisplayRaw2 *Identity_Raw2 `protobuf:"bytes,5,opt,name=display_raw2,json=displayRaw2,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw3 struct { - DisplayRaw3 *Identity_Raw3 `protobuf:"bytes,6,opt,name=display_raw3,json=displayRaw3,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw4 struct { - DisplayRaw4 *Identity_Raw4 `protobuf:"bytes,7,opt,name=display_raw4,json=displayRaw4,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw5 struct { - DisplayRaw5 *Identity_Raw5 `protobuf:"bytes,8,opt,name=display_raw5,json=displayRaw5,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw6 struct { - DisplayRaw6 *Identity_Raw6 `protobuf:"bytes,9,opt,name=display_raw6,json=displayRaw6,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw7 struct { - DisplayRaw7 *Identity_Raw7 `protobuf:"bytes,10,opt,name=display_raw7,json=displayRaw7,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw8 struct { - DisplayRaw8 *Identity_Raw8 `protobuf:"bytes,11,opt,name=display_raw8,json=displayRaw8,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw9 struct { - DisplayRaw9 *Identity_Raw9 `protobuf:"bytes,12,opt,name=display_raw9,json=displayRaw9,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw10 struct { - DisplayRaw10 *Identity_Raw10 `protobuf:"bytes,13,opt,name=display_raw10,json=displayRaw10,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw11 struct { - DisplayRaw11 *Identity_Raw11 `protobuf:"bytes,14,opt,name=display_raw11,json=displayRaw11,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw12 struct { - DisplayRaw12 *Identity_Raw12 `protobuf:"bytes,15,opt,name=display_raw12,json=displayRaw12,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw13 struct { - DisplayRaw13 *Identity_Raw13 `protobuf:"bytes,16,opt,name=display_raw13,json=displayRaw13,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw14 struct { - DisplayRaw14 *Identity_Raw14 `protobuf:"bytes,17,opt,name=display_raw14,json=displayRaw14,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw15 struct { - DisplayRaw15 *Identity_Raw15 `protobuf:"bytes,18,opt,name=display_raw15,json=displayRaw15,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw16 struct { - DisplayRaw16 *Identity_Raw16 `protobuf:"bytes,19,opt,name=display_raw16,json=displayRaw16,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw17 struct { - DisplayRaw17 *Identity_Raw17 `protobuf:"bytes,20,opt,name=display_raw17,json=displayRaw17,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw18 struct { - DisplayRaw18 *Identity_Raw18 `protobuf:"bytes,21,opt,name=display_raw18,json=displayRaw18,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw19 struct { - DisplayRaw19 *Identity_Raw19 `protobuf:"bytes,22,opt,name=display_raw19,json=displayRaw19,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw20 struct { - DisplayRaw20 *Identity_Raw20 `protobuf:"bytes,23,opt,name=display_raw20,json=displayRaw20,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw21 struct { - DisplayRaw21 *Identity_Raw21 `protobuf:"bytes,24,opt,name=display_raw21,json=displayRaw21,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw22 struct { - DisplayRaw22 *Identity_Raw22 `protobuf:"bytes,25,opt,name=display_raw22,json=displayRaw22,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw23 struct { - DisplayRaw23 *Identity_Raw23 `protobuf:"bytes,26,opt,name=display_raw23,json=displayRaw23,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw24 struct { - DisplayRaw24 *Identity_Raw24 `protobuf:"bytes,27,opt,name=display_raw24,json=displayRaw24,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw25 struct { - DisplayRaw25 *Identity_Raw25 `protobuf:"bytes,28,opt,name=display_raw25,json=displayRaw25,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw26 struct { - DisplayRaw26 *Identity_Raw26 `protobuf:"bytes,29,opt,name=display_raw26,json=displayRaw26,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw27 struct { - DisplayRaw27 *Identity_Raw27 `protobuf:"bytes,30,opt,name=display_raw27,json=displayRaw27,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw28 struct { - DisplayRaw28 *Identity_Raw28 `protobuf:"bytes,31,opt,name=display_raw28,json=displayRaw28,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw29 struct { - DisplayRaw29 *Identity_Raw29 `protobuf:"bytes,32,opt,name=display_raw29,json=displayRaw29,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw30 struct { - DisplayRaw30 *Identity_Raw30 `protobuf:"bytes,33,opt,name=display_raw30,json=displayRaw30,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw31 struct { - DisplayRaw31 *Identity_Raw31 `protobuf:"bytes,34,opt,name=display_raw31,json=displayRaw31,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw32 struct { - DisplayRaw32 *Identity_Raw32 `protobuf:"bytes,35,opt,name=display_raw32,json=displayRaw32,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayBlakeTwo256 struct { - DisplayBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,36,opt,name=display_blake_two256,json=displayBlakeTwo256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplaySha256 struct { - DisplaySha256 *Identity_Sha256 `protobuf:"bytes,37,opt,name=display_sha256,json=displaySha256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayKeccak256 struct { - DisplayKeccak256 *Identity_Keccak256 `protobuf:"bytes,38,opt,name=display_keccak256,json=displayKeccak256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_DisplayShaThree256 struct { - DisplayShaThree256 *Identity_ShaThree256 `protobuf:"bytes,39,opt,name=display_sha_three256,json=displayShaThree256,proto3,oneof"` -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayNone) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw0) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw1) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw2) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw3) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw4) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw5) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw6) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw7) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw8) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw9) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw10) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw11) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw12) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw13) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw14) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw15) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw16) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw17) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw18) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw19) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw20) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw21) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw22) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw23) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw24) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw25) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw26) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw27) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw28) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw29) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw30) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw31) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw32) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayBlakeTwo256) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplaySha256) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayKeccak256) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_DisplayShaThree256) isIdentity_PalletIdentitySimpleIdentityInfo_Display() { -} - -type isIdentity_PalletIdentitySimpleIdentityInfo_Legal interface { - isIdentity_PalletIdentitySimpleIdentityInfo_Legal() -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalNone struct { - LegalNone *Identity_None `protobuf:"bytes,40,opt,name=legal_none,json=legalNone,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw0 struct { - LegalRaw0 *Identity_Raw0 `protobuf:"bytes,41,opt,name=legal_raw0,json=legalRaw0,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw1 struct { - LegalRaw1 *Identity_Raw1 `protobuf:"bytes,42,opt,name=legal_raw1,json=legalRaw1,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw2 struct { - LegalRaw2 *Identity_Raw2 `protobuf:"bytes,43,opt,name=legal_raw2,json=legalRaw2,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw3 struct { - LegalRaw3 *Identity_Raw3 `protobuf:"bytes,44,opt,name=legal_raw3,json=legalRaw3,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw4 struct { - LegalRaw4 *Identity_Raw4 `protobuf:"bytes,45,opt,name=legal_raw4,json=legalRaw4,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw5 struct { - LegalRaw5 *Identity_Raw5 `protobuf:"bytes,46,opt,name=legal_raw5,json=legalRaw5,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw6 struct { - LegalRaw6 *Identity_Raw6 `protobuf:"bytes,47,opt,name=legal_raw6,json=legalRaw6,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw7 struct { - LegalRaw7 *Identity_Raw7 `protobuf:"bytes,48,opt,name=legal_raw7,json=legalRaw7,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw8 struct { - LegalRaw8 *Identity_Raw8 `protobuf:"bytes,49,opt,name=legal_raw8,json=legalRaw8,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw9 struct { - LegalRaw9 *Identity_Raw9 `protobuf:"bytes,50,opt,name=legal_raw9,json=legalRaw9,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw10 struct { - LegalRaw10 *Identity_Raw10 `protobuf:"bytes,51,opt,name=legal_raw10,json=legalRaw10,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw11 struct { - LegalRaw11 *Identity_Raw11 `protobuf:"bytes,52,opt,name=legal_raw11,json=legalRaw11,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw12 struct { - LegalRaw12 *Identity_Raw12 `protobuf:"bytes,53,opt,name=legal_raw12,json=legalRaw12,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw13 struct { - LegalRaw13 *Identity_Raw13 `protobuf:"bytes,54,opt,name=legal_raw13,json=legalRaw13,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw14 struct { - LegalRaw14 *Identity_Raw14 `protobuf:"bytes,55,opt,name=legal_raw14,json=legalRaw14,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw15 struct { - LegalRaw15 *Identity_Raw15 `protobuf:"bytes,56,opt,name=legal_raw15,json=legalRaw15,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw16 struct { - LegalRaw16 *Identity_Raw16 `protobuf:"bytes,57,opt,name=legal_raw16,json=legalRaw16,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw17 struct { - LegalRaw17 *Identity_Raw17 `protobuf:"bytes,58,opt,name=legal_raw17,json=legalRaw17,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw18 struct { - LegalRaw18 *Identity_Raw18 `protobuf:"bytes,59,opt,name=legal_raw18,json=legalRaw18,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw19 struct { - LegalRaw19 *Identity_Raw19 `protobuf:"bytes,60,opt,name=legal_raw19,json=legalRaw19,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw20 struct { - LegalRaw20 *Identity_Raw20 `protobuf:"bytes,61,opt,name=legal_raw20,json=legalRaw20,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw21 struct { - LegalRaw21 *Identity_Raw21 `protobuf:"bytes,62,opt,name=legal_raw21,json=legalRaw21,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw22 struct { - LegalRaw22 *Identity_Raw22 `protobuf:"bytes,63,opt,name=legal_raw22,json=legalRaw22,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw23 struct { - LegalRaw23 *Identity_Raw23 `protobuf:"bytes,64,opt,name=legal_raw23,json=legalRaw23,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw24 struct { - LegalRaw24 *Identity_Raw24 `protobuf:"bytes,65,opt,name=legal_raw24,json=legalRaw24,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw25 struct { - LegalRaw25 *Identity_Raw25 `protobuf:"bytes,66,opt,name=legal_raw25,json=legalRaw25,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw26 struct { - LegalRaw26 *Identity_Raw26 `protobuf:"bytes,67,opt,name=legal_raw26,json=legalRaw26,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw27 struct { - LegalRaw27 *Identity_Raw27 `protobuf:"bytes,68,opt,name=legal_raw27,json=legalRaw27,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw28 struct { - LegalRaw28 *Identity_Raw28 `protobuf:"bytes,69,opt,name=legal_raw28,json=legalRaw28,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw29 struct { - LegalRaw29 *Identity_Raw29 `protobuf:"bytes,70,opt,name=legal_raw29,json=legalRaw29,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw30 struct { - LegalRaw30 *Identity_Raw30 `protobuf:"bytes,71,opt,name=legal_raw30,json=legalRaw30,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw31 struct { - LegalRaw31 *Identity_Raw31 `protobuf:"bytes,72,opt,name=legal_raw31,json=legalRaw31,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalRaw32 struct { - LegalRaw32 *Identity_Raw32 `protobuf:"bytes,73,opt,name=legal_raw32,json=legalRaw32,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalBlakeTwo256 struct { - LegalBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,74,opt,name=legal_blake_two256,json=legalBlakeTwo256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalSha256 struct { - LegalSha256 *Identity_Sha256 `protobuf:"bytes,75,opt,name=legal_sha256,json=legalSha256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalKeccak256 struct { - LegalKeccak256 *Identity_Keccak256 `protobuf:"bytes,76,opt,name=legal_keccak256,json=legalKeccak256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_LegalShaThree256 struct { - LegalShaThree256 *Identity_ShaThree256 `protobuf:"bytes,77,opt,name=legal_sha_three256,json=legalShaThree256,proto3,oneof"` -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalNone) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw0) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw1) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw2) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw3) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw4) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw5) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw6) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw7) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw8) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw9) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw10) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw11) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw12) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw13) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw14) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw15) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw16) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw17) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw18) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw19) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw20) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw21) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw22) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw23) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw24) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw25) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw26) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw27) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw28) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw29) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw30) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw31) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw32) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalBlakeTwo256) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalSha256) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalKeccak256) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_LegalShaThree256) isIdentity_PalletIdentitySimpleIdentityInfo_Legal() { -} - -type isIdentity_PalletIdentitySimpleIdentityInfo_Web interface { - isIdentity_PalletIdentitySimpleIdentityInfo_Web() -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebNone struct { - WebNone *Identity_None `protobuf:"bytes,78,opt,name=web_none,json=webNone,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw0 struct { - WebRaw0 *Identity_Raw0 `protobuf:"bytes,79,opt,name=web_raw0,json=webRaw0,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw1 struct { - WebRaw1 *Identity_Raw1 `protobuf:"bytes,80,opt,name=web_raw1,json=webRaw1,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw2 struct { - WebRaw2 *Identity_Raw2 `protobuf:"bytes,81,opt,name=web_raw2,json=webRaw2,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw3 struct { - WebRaw3 *Identity_Raw3 `protobuf:"bytes,82,opt,name=web_raw3,json=webRaw3,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw4 struct { - WebRaw4 *Identity_Raw4 `protobuf:"bytes,83,opt,name=web_raw4,json=webRaw4,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw5 struct { - WebRaw5 *Identity_Raw5 `protobuf:"bytes,84,opt,name=web_raw5,json=webRaw5,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw6 struct { - WebRaw6 *Identity_Raw6 `protobuf:"bytes,85,opt,name=web_raw6,json=webRaw6,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw7 struct { - WebRaw7 *Identity_Raw7 `protobuf:"bytes,86,opt,name=web_raw7,json=webRaw7,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw8 struct { - WebRaw8 *Identity_Raw8 `protobuf:"bytes,87,opt,name=web_raw8,json=webRaw8,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw9 struct { - WebRaw9 *Identity_Raw9 `protobuf:"bytes,88,opt,name=web_raw9,json=webRaw9,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw10 struct { - WebRaw10 *Identity_Raw10 `protobuf:"bytes,89,opt,name=web_raw10,json=webRaw10,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw11 struct { - WebRaw11 *Identity_Raw11 `protobuf:"bytes,90,opt,name=web_raw11,json=webRaw11,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw12 struct { - WebRaw12 *Identity_Raw12 `protobuf:"bytes,91,opt,name=web_raw12,json=webRaw12,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw13 struct { - WebRaw13 *Identity_Raw13 `protobuf:"bytes,92,opt,name=web_raw13,json=webRaw13,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw14 struct { - WebRaw14 *Identity_Raw14 `protobuf:"bytes,93,opt,name=web_raw14,json=webRaw14,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw15 struct { - WebRaw15 *Identity_Raw15 `protobuf:"bytes,94,opt,name=web_raw15,json=webRaw15,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw16 struct { - WebRaw16 *Identity_Raw16 `protobuf:"bytes,95,opt,name=web_raw16,json=webRaw16,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw17 struct { - WebRaw17 *Identity_Raw17 `protobuf:"bytes,96,opt,name=web_raw17,json=webRaw17,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw18 struct { - WebRaw18 *Identity_Raw18 `protobuf:"bytes,97,opt,name=web_raw18,json=webRaw18,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw19 struct { - WebRaw19 *Identity_Raw19 `protobuf:"bytes,98,opt,name=web_raw19,json=webRaw19,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw20 struct { - WebRaw20 *Identity_Raw20 `protobuf:"bytes,99,opt,name=web_raw20,json=webRaw20,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw21 struct { - WebRaw21 *Identity_Raw21 `protobuf:"bytes,100,opt,name=web_raw21,json=webRaw21,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw22 struct { - WebRaw22 *Identity_Raw22 `protobuf:"bytes,101,opt,name=web_raw22,json=webRaw22,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw23 struct { - WebRaw23 *Identity_Raw23 `protobuf:"bytes,102,opt,name=web_raw23,json=webRaw23,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw24 struct { - WebRaw24 *Identity_Raw24 `protobuf:"bytes,103,opt,name=web_raw24,json=webRaw24,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw25 struct { - WebRaw25 *Identity_Raw25 `protobuf:"bytes,104,opt,name=web_raw25,json=webRaw25,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw26 struct { - WebRaw26 *Identity_Raw26 `protobuf:"bytes,105,opt,name=web_raw26,json=webRaw26,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw27 struct { - WebRaw27 *Identity_Raw27 `protobuf:"bytes,106,opt,name=web_raw27,json=webRaw27,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw28 struct { - WebRaw28 *Identity_Raw28 `protobuf:"bytes,107,opt,name=web_raw28,json=webRaw28,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw29 struct { - WebRaw29 *Identity_Raw29 `protobuf:"bytes,108,opt,name=web_raw29,json=webRaw29,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw30 struct { - WebRaw30 *Identity_Raw30 `protobuf:"bytes,109,opt,name=web_raw30,json=webRaw30,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw31 struct { - WebRaw31 *Identity_Raw31 `protobuf:"bytes,110,opt,name=web_raw31,json=webRaw31,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebRaw32 struct { - WebRaw32 *Identity_Raw32 `protobuf:"bytes,111,opt,name=web_raw32,json=webRaw32,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebBlakeTwo256 struct { - WebBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,112,opt,name=web_blake_two256,json=webBlakeTwo256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebSha256 struct { - WebSha256 *Identity_Sha256 `protobuf:"bytes,113,opt,name=web_sha256,json=webSha256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebKeccak256 struct { - WebKeccak256 *Identity_Keccak256 `protobuf:"bytes,114,opt,name=web_keccak256,json=webKeccak256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_WebShaThree256 struct { - WebShaThree256 *Identity_ShaThree256 `protobuf:"bytes,115,opt,name=web_sha_three256,json=webShaThree256,proto3,oneof"` -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebNone) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw0) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw1) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw2) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw3) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw4) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw5) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw6) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw7) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw8) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw9) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw10) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw11) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw12) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw13) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw14) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw15) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw16) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw17) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw18) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw19) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw20) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw21) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw22) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw23) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw24) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw25) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw26) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw27) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw28) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw29) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw30) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw31) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw32) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebBlakeTwo256) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebSha256) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebKeccak256) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_WebShaThree256) isIdentity_PalletIdentitySimpleIdentityInfo_Web() { -} - -type isIdentity_PalletIdentitySimpleIdentityInfo_Riot interface { - isIdentity_PalletIdentitySimpleIdentityInfo_Riot() -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotNone struct { - RiotNone *Identity_None `protobuf:"bytes,116,opt,name=riot_none,json=riotNone,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw0 struct { - RiotRaw0 *Identity_Raw0 `protobuf:"bytes,117,opt,name=riot_raw0,json=riotRaw0,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw1 struct { - RiotRaw1 *Identity_Raw1 `protobuf:"bytes,118,opt,name=riot_raw1,json=riotRaw1,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw2 struct { - RiotRaw2 *Identity_Raw2 `protobuf:"bytes,119,opt,name=riot_raw2,json=riotRaw2,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw3 struct { - RiotRaw3 *Identity_Raw3 `protobuf:"bytes,120,opt,name=riot_raw3,json=riotRaw3,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw4 struct { - RiotRaw4 *Identity_Raw4 `protobuf:"bytes,121,opt,name=riot_raw4,json=riotRaw4,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw5 struct { - RiotRaw5 *Identity_Raw5 `protobuf:"bytes,122,opt,name=riot_raw5,json=riotRaw5,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw6 struct { - RiotRaw6 *Identity_Raw6 `protobuf:"bytes,123,opt,name=riot_raw6,json=riotRaw6,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw7 struct { - RiotRaw7 *Identity_Raw7 `protobuf:"bytes,124,opt,name=riot_raw7,json=riotRaw7,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw8 struct { - RiotRaw8 *Identity_Raw8 `protobuf:"bytes,125,opt,name=riot_raw8,json=riotRaw8,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw9 struct { - RiotRaw9 *Identity_Raw9 `protobuf:"bytes,126,opt,name=riot_raw9,json=riotRaw9,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw10 struct { - RiotRaw10 *Identity_Raw10 `protobuf:"bytes,127,opt,name=riot_raw10,json=riotRaw10,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw11 struct { - RiotRaw11 *Identity_Raw11 `protobuf:"bytes,128,opt,name=riot_raw11,json=riotRaw11,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw12 struct { - RiotRaw12 *Identity_Raw12 `protobuf:"bytes,129,opt,name=riot_raw12,json=riotRaw12,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw13 struct { - RiotRaw13 *Identity_Raw13 `protobuf:"bytes,130,opt,name=riot_raw13,json=riotRaw13,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw14 struct { - RiotRaw14 *Identity_Raw14 `protobuf:"bytes,131,opt,name=riot_raw14,json=riotRaw14,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw15 struct { - RiotRaw15 *Identity_Raw15 `protobuf:"bytes,132,opt,name=riot_raw15,json=riotRaw15,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw16 struct { - RiotRaw16 *Identity_Raw16 `protobuf:"bytes,133,opt,name=riot_raw16,json=riotRaw16,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw17 struct { - RiotRaw17 *Identity_Raw17 `protobuf:"bytes,134,opt,name=riot_raw17,json=riotRaw17,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw18 struct { - RiotRaw18 *Identity_Raw18 `protobuf:"bytes,135,opt,name=riot_raw18,json=riotRaw18,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw19 struct { - RiotRaw19 *Identity_Raw19 `protobuf:"bytes,136,opt,name=riot_raw19,json=riotRaw19,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw20 struct { - RiotRaw20 *Identity_Raw20 `protobuf:"bytes,137,opt,name=riot_raw20,json=riotRaw20,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw21 struct { - RiotRaw21 *Identity_Raw21 `protobuf:"bytes,138,opt,name=riot_raw21,json=riotRaw21,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw22 struct { - RiotRaw22 *Identity_Raw22 `protobuf:"bytes,139,opt,name=riot_raw22,json=riotRaw22,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw23 struct { - RiotRaw23 *Identity_Raw23 `protobuf:"bytes,140,opt,name=riot_raw23,json=riotRaw23,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw24 struct { - RiotRaw24 *Identity_Raw24 `protobuf:"bytes,141,opt,name=riot_raw24,json=riotRaw24,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw25 struct { - RiotRaw25 *Identity_Raw25 `protobuf:"bytes,142,opt,name=riot_raw25,json=riotRaw25,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw26 struct { - RiotRaw26 *Identity_Raw26 `protobuf:"bytes,143,opt,name=riot_raw26,json=riotRaw26,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw27 struct { - RiotRaw27 *Identity_Raw27 `protobuf:"bytes,144,opt,name=riot_raw27,json=riotRaw27,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw28 struct { - RiotRaw28 *Identity_Raw28 `protobuf:"bytes,145,opt,name=riot_raw28,json=riotRaw28,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw29 struct { - RiotRaw29 *Identity_Raw29 `protobuf:"bytes,146,opt,name=riot_raw29,json=riotRaw29,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw30 struct { - RiotRaw30 *Identity_Raw30 `protobuf:"bytes,147,opt,name=riot_raw30,json=riotRaw30,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw31 struct { - RiotRaw31 *Identity_Raw31 `protobuf:"bytes,148,opt,name=riot_raw31,json=riotRaw31,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotRaw32 struct { - RiotRaw32 *Identity_Raw32 `protobuf:"bytes,149,opt,name=riot_raw32,json=riotRaw32,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotBlakeTwo256 struct { - RiotBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,150,opt,name=riot_blake_two256,json=riotBlakeTwo256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotSha256 struct { - RiotSha256 *Identity_Sha256 `protobuf:"bytes,151,opt,name=riot_sha256,json=riotSha256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotKeccak256 struct { - RiotKeccak256 *Identity_Keccak256 `protobuf:"bytes,152,opt,name=riot_keccak256,json=riotKeccak256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_RiotShaThree256 struct { - RiotShaThree256 *Identity_ShaThree256 `protobuf:"bytes,153,opt,name=riot_sha_three256,json=riotShaThree256,proto3,oneof"` -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotNone) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw0) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw1) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw2) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw3) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw4) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw5) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw6) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw7) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw8) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw9) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw10) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw11) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw12) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw13) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw14) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw15) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw16) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw17) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw18) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw19) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw20) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw21) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw22) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw23) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw24) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw25) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw26) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw27) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw28) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw29) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw30) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw31) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw32) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotBlakeTwo256) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotSha256) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotKeccak256) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_RiotShaThree256) isIdentity_PalletIdentitySimpleIdentityInfo_Riot() { -} - -type isIdentity_PalletIdentitySimpleIdentityInfo_Email interface { - isIdentity_PalletIdentitySimpleIdentityInfo_Email() -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailNone struct { - EmailNone *Identity_None `protobuf:"bytes,154,opt,name=email_none,json=emailNone,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw0 struct { - EmailRaw0 *Identity_Raw0 `protobuf:"bytes,155,opt,name=email_raw0,json=emailRaw0,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw1 struct { - EmailRaw1 *Identity_Raw1 `protobuf:"bytes,156,opt,name=email_raw1,json=emailRaw1,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw2 struct { - EmailRaw2 *Identity_Raw2 `protobuf:"bytes,157,opt,name=email_raw2,json=emailRaw2,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw3 struct { - EmailRaw3 *Identity_Raw3 `protobuf:"bytes,158,opt,name=email_raw3,json=emailRaw3,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw4 struct { - EmailRaw4 *Identity_Raw4 `protobuf:"bytes,159,opt,name=email_raw4,json=emailRaw4,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw5 struct { - EmailRaw5 *Identity_Raw5 `protobuf:"bytes,160,opt,name=email_raw5,json=emailRaw5,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw6 struct { - EmailRaw6 *Identity_Raw6 `protobuf:"bytes,161,opt,name=email_raw6,json=emailRaw6,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw7 struct { - EmailRaw7 *Identity_Raw7 `protobuf:"bytes,162,opt,name=email_raw7,json=emailRaw7,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw8 struct { - EmailRaw8 *Identity_Raw8 `protobuf:"bytes,163,opt,name=email_raw8,json=emailRaw8,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw9 struct { - EmailRaw9 *Identity_Raw9 `protobuf:"bytes,164,opt,name=email_raw9,json=emailRaw9,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw10 struct { - EmailRaw10 *Identity_Raw10 `protobuf:"bytes,165,opt,name=email_raw10,json=emailRaw10,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw11 struct { - EmailRaw11 *Identity_Raw11 `protobuf:"bytes,166,opt,name=email_raw11,json=emailRaw11,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw12 struct { - EmailRaw12 *Identity_Raw12 `protobuf:"bytes,167,opt,name=email_raw12,json=emailRaw12,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw13 struct { - EmailRaw13 *Identity_Raw13 `protobuf:"bytes,168,opt,name=email_raw13,json=emailRaw13,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw14 struct { - EmailRaw14 *Identity_Raw14 `protobuf:"bytes,169,opt,name=email_raw14,json=emailRaw14,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw15 struct { - EmailRaw15 *Identity_Raw15 `protobuf:"bytes,170,opt,name=email_raw15,json=emailRaw15,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw16 struct { - EmailRaw16 *Identity_Raw16 `protobuf:"bytes,171,opt,name=email_raw16,json=emailRaw16,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw17 struct { - EmailRaw17 *Identity_Raw17 `protobuf:"bytes,172,opt,name=email_raw17,json=emailRaw17,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw18 struct { - EmailRaw18 *Identity_Raw18 `protobuf:"bytes,173,opt,name=email_raw18,json=emailRaw18,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw19 struct { - EmailRaw19 *Identity_Raw19 `protobuf:"bytes,174,opt,name=email_raw19,json=emailRaw19,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw20 struct { - EmailRaw20 *Identity_Raw20 `protobuf:"bytes,175,opt,name=email_raw20,json=emailRaw20,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw21 struct { - EmailRaw21 *Identity_Raw21 `protobuf:"bytes,176,opt,name=email_raw21,json=emailRaw21,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw22 struct { - EmailRaw22 *Identity_Raw22 `protobuf:"bytes,177,opt,name=email_raw22,json=emailRaw22,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw23 struct { - EmailRaw23 *Identity_Raw23 `protobuf:"bytes,178,opt,name=email_raw23,json=emailRaw23,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw24 struct { - EmailRaw24 *Identity_Raw24 `protobuf:"bytes,179,opt,name=email_raw24,json=emailRaw24,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw25 struct { - EmailRaw25 *Identity_Raw25 `protobuf:"bytes,180,opt,name=email_raw25,json=emailRaw25,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw26 struct { - EmailRaw26 *Identity_Raw26 `protobuf:"bytes,181,opt,name=email_raw26,json=emailRaw26,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw27 struct { - EmailRaw27 *Identity_Raw27 `protobuf:"bytes,182,opt,name=email_raw27,json=emailRaw27,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw28 struct { - EmailRaw28 *Identity_Raw28 `protobuf:"bytes,183,opt,name=email_raw28,json=emailRaw28,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw29 struct { - EmailRaw29 *Identity_Raw29 `protobuf:"bytes,184,opt,name=email_raw29,json=emailRaw29,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw30 struct { - EmailRaw30 *Identity_Raw30 `protobuf:"bytes,185,opt,name=email_raw30,json=emailRaw30,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw31 struct { - EmailRaw31 *Identity_Raw31 `protobuf:"bytes,186,opt,name=email_raw31,json=emailRaw31,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailRaw32 struct { - EmailRaw32 *Identity_Raw32 `protobuf:"bytes,187,opt,name=email_raw32,json=emailRaw32,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailBlakeTwo256 struct { - EmailBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,188,opt,name=email_blake_two256,json=emailBlakeTwo256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailSha256 struct { - EmailSha256 *Identity_Sha256 `protobuf:"bytes,189,opt,name=email_sha256,json=emailSha256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailKeccak256 struct { - EmailKeccak256 *Identity_Keccak256 `protobuf:"bytes,190,opt,name=email_keccak256,json=emailKeccak256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_EmailShaThree256 struct { - EmailShaThree256 *Identity_ShaThree256 `protobuf:"bytes,191,opt,name=email_sha_three256,json=emailShaThree256,proto3,oneof"` -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailNone) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw0) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw1) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw2) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw3) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw4) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw5) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw6) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw7) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw8) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw9) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw10) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw11) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw12) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw13) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw14) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw15) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw16) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw17) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw18) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw19) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw20) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw21) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw22) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw23) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw24) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw25) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw26) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw27) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw28) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw29) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw30) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw31) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw32) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailBlakeTwo256) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailSha256) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailKeccak256) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_EmailShaThree256) isIdentity_PalletIdentitySimpleIdentityInfo_Email() { -} - -type isIdentity_PalletIdentitySimpleIdentityInfo_Image interface { - isIdentity_PalletIdentitySimpleIdentityInfo_Image() -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageNone struct { - ImageNone *Identity_None `protobuf:"bytes,193,opt,name=image_none,json=imageNone,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw0 struct { - ImageRaw0 *Identity_Raw0 `protobuf:"bytes,194,opt,name=image_raw0,json=imageRaw0,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw1 struct { - ImageRaw1 *Identity_Raw1 `protobuf:"bytes,195,opt,name=image_raw1,json=imageRaw1,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw2 struct { - ImageRaw2 *Identity_Raw2 `protobuf:"bytes,196,opt,name=image_raw2,json=imageRaw2,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw3 struct { - ImageRaw3 *Identity_Raw3 `protobuf:"bytes,197,opt,name=image_raw3,json=imageRaw3,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw4 struct { - ImageRaw4 *Identity_Raw4 `protobuf:"bytes,198,opt,name=image_raw4,json=imageRaw4,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw5 struct { - ImageRaw5 *Identity_Raw5 `protobuf:"bytes,199,opt,name=image_raw5,json=imageRaw5,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw6 struct { - ImageRaw6 *Identity_Raw6 `protobuf:"bytes,200,opt,name=image_raw6,json=imageRaw6,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw7 struct { - ImageRaw7 *Identity_Raw7 `protobuf:"bytes,201,opt,name=image_raw7,json=imageRaw7,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw8 struct { - ImageRaw8 *Identity_Raw8 `protobuf:"bytes,202,opt,name=image_raw8,json=imageRaw8,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw9 struct { - ImageRaw9 *Identity_Raw9 `protobuf:"bytes,203,opt,name=image_raw9,json=imageRaw9,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw10 struct { - ImageRaw10 *Identity_Raw10 `protobuf:"bytes,204,opt,name=image_raw10,json=imageRaw10,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw11 struct { - ImageRaw11 *Identity_Raw11 `protobuf:"bytes,205,opt,name=image_raw11,json=imageRaw11,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw12 struct { - ImageRaw12 *Identity_Raw12 `protobuf:"bytes,206,opt,name=image_raw12,json=imageRaw12,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw13 struct { - ImageRaw13 *Identity_Raw13 `protobuf:"bytes,207,opt,name=image_raw13,json=imageRaw13,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw14 struct { - ImageRaw14 *Identity_Raw14 `protobuf:"bytes,208,opt,name=image_raw14,json=imageRaw14,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw15 struct { - ImageRaw15 *Identity_Raw15 `protobuf:"bytes,209,opt,name=image_raw15,json=imageRaw15,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw16 struct { - ImageRaw16 *Identity_Raw16 `protobuf:"bytes,210,opt,name=image_raw16,json=imageRaw16,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw17 struct { - ImageRaw17 *Identity_Raw17 `protobuf:"bytes,211,opt,name=image_raw17,json=imageRaw17,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw18 struct { - ImageRaw18 *Identity_Raw18 `protobuf:"bytes,212,opt,name=image_raw18,json=imageRaw18,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw19 struct { - ImageRaw19 *Identity_Raw19 `protobuf:"bytes,213,opt,name=image_raw19,json=imageRaw19,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw20 struct { - ImageRaw20 *Identity_Raw20 `protobuf:"bytes,214,opt,name=image_raw20,json=imageRaw20,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw21 struct { - ImageRaw21 *Identity_Raw21 `protobuf:"bytes,215,opt,name=image_raw21,json=imageRaw21,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw22 struct { - ImageRaw22 *Identity_Raw22 `protobuf:"bytes,216,opt,name=image_raw22,json=imageRaw22,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw23 struct { - ImageRaw23 *Identity_Raw23 `protobuf:"bytes,217,opt,name=image_raw23,json=imageRaw23,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw24 struct { - ImageRaw24 *Identity_Raw24 `protobuf:"bytes,218,opt,name=image_raw24,json=imageRaw24,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw25 struct { - ImageRaw25 *Identity_Raw25 `protobuf:"bytes,219,opt,name=image_raw25,json=imageRaw25,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw26 struct { - ImageRaw26 *Identity_Raw26 `protobuf:"bytes,220,opt,name=image_raw26,json=imageRaw26,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw27 struct { - ImageRaw27 *Identity_Raw27 `protobuf:"bytes,221,opt,name=image_raw27,json=imageRaw27,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw28 struct { - ImageRaw28 *Identity_Raw28 `protobuf:"bytes,222,opt,name=image_raw28,json=imageRaw28,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw29 struct { - ImageRaw29 *Identity_Raw29 `protobuf:"bytes,223,opt,name=image_raw29,json=imageRaw29,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw30 struct { - ImageRaw30 *Identity_Raw30 `protobuf:"bytes,224,opt,name=image_raw30,json=imageRaw30,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw31 struct { - ImageRaw31 *Identity_Raw31 `protobuf:"bytes,225,opt,name=image_raw31,json=imageRaw31,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageRaw32 struct { - ImageRaw32 *Identity_Raw32 `protobuf:"bytes,226,opt,name=image_raw32,json=imageRaw32,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageBlakeTwo256 struct { - ImageBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,227,opt,name=image_blake_two256,json=imageBlakeTwo256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageSha256 struct { - ImageSha256 *Identity_Sha256 `protobuf:"bytes,228,opt,name=image_sha256,json=imageSha256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageKeccak256 struct { - ImageKeccak256 *Identity_Keccak256 `protobuf:"bytes,229,opt,name=image_keccak256,json=imageKeccak256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_ImageShaThree256 struct { - ImageShaThree256 *Identity_ShaThree256 `protobuf:"bytes,230,opt,name=image_sha_three256,json=imageShaThree256,proto3,oneof"` -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageNone) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw0) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw1) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw2) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw3) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw4) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw5) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw6) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw7) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw8) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw9) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw10) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw11) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw12) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw13) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw14) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw15) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw16) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw17) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw18) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw19) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw20) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw21) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw22) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw23) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw24) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw25) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw26) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw27) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw28) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw29) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw30) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw31) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw32) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageBlakeTwo256) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageSha256) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageKeccak256) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_ImageShaThree256) isIdentity_PalletIdentitySimpleIdentityInfo_Image() { -} - -type isIdentity_PalletIdentitySimpleIdentityInfo_Twitter interface { - isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterNone struct { - TwitterNone *Identity_None `protobuf:"bytes,231,opt,name=twitter_none,json=twitterNone,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw0 struct { - TwitterRaw0 *Identity_Raw0 `protobuf:"bytes,232,opt,name=twitter_raw0,json=twitterRaw0,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw1 struct { - TwitterRaw1 *Identity_Raw1 `protobuf:"bytes,233,opt,name=twitter_raw1,json=twitterRaw1,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw2 struct { - TwitterRaw2 *Identity_Raw2 `protobuf:"bytes,234,opt,name=twitter_raw2,json=twitterRaw2,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw3 struct { - TwitterRaw3 *Identity_Raw3 `protobuf:"bytes,235,opt,name=twitter_raw3,json=twitterRaw3,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw4 struct { - TwitterRaw4 *Identity_Raw4 `protobuf:"bytes,236,opt,name=twitter_raw4,json=twitterRaw4,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw5 struct { - TwitterRaw5 *Identity_Raw5 `protobuf:"bytes,237,opt,name=twitter_raw5,json=twitterRaw5,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw6 struct { - TwitterRaw6 *Identity_Raw6 `protobuf:"bytes,238,opt,name=twitter_raw6,json=twitterRaw6,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw7 struct { - TwitterRaw7 *Identity_Raw7 `protobuf:"bytes,239,opt,name=twitter_raw7,json=twitterRaw7,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw8 struct { - TwitterRaw8 *Identity_Raw8 `protobuf:"bytes,240,opt,name=twitter_raw8,json=twitterRaw8,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw9 struct { - TwitterRaw9 *Identity_Raw9 `protobuf:"bytes,241,opt,name=twitter_raw9,json=twitterRaw9,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw10 struct { - TwitterRaw10 *Identity_Raw10 `protobuf:"bytes,242,opt,name=twitter_raw10,json=twitterRaw10,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw11 struct { - TwitterRaw11 *Identity_Raw11 `protobuf:"bytes,243,opt,name=twitter_raw11,json=twitterRaw11,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw12 struct { - TwitterRaw12 *Identity_Raw12 `protobuf:"bytes,244,opt,name=twitter_raw12,json=twitterRaw12,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw13 struct { - TwitterRaw13 *Identity_Raw13 `protobuf:"bytes,245,opt,name=twitter_raw13,json=twitterRaw13,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw14 struct { - TwitterRaw14 *Identity_Raw14 `protobuf:"bytes,246,opt,name=twitter_raw14,json=twitterRaw14,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw15 struct { - TwitterRaw15 *Identity_Raw15 `protobuf:"bytes,247,opt,name=twitter_raw15,json=twitterRaw15,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw16 struct { - TwitterRaw16 *Identity_Raw16 `protobuf:"bytes,248,opt,name=twitter_raw16,json=twitterRaw16,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw17 struct { - TwitterRaw17 *Identity_Raw17 `protobuf:"bytes,249,opt,name=twitter_raw17,json=twitterRaw17,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw18 struct { - TwitterRaw18 *Identity_Raw18 `protobuf:"bytes,250,opt,name=twitter_raw18,json=twitterRaw18,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw19 struct { - TwitterRaw19 *Identity_Raw19 `protobuf:"bytes,251,opt,name=twitter_raw19,json=twitterRaw19,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw20 struct { - TwitterRaw20 *Identity_Raw20 `protobuf:"bytes,252,opt,name=twitter_raw20,json=twitterRaw20,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw21 struct { - TwitterRaw21 *Identity_Raw21 `protobuf:"bytes,253,opt,name=twitter_raw21,json=twitterRaw21,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw22 struct { - TwitterRaw22 *Identity_Raw22 `protobuf:"bytes,254,opt,name=twitter_raw22,json=twitterRaw22,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw23 struct { - TwitterRaw23 *Identity_Raw23 `protobuf:"bytes,255,opt,name=twitter_raw23,json=twitterRaw23,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw24 struct { - TwitterRaw24 *Identity_Raw24 `protobuf:"bytes,256,opt,name=twitter_raw24,json=twitterRaw24,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw25 struct { - TwitterRaw25 *Identity_Raw25 `protobuf:"bytes,257,opt,name=twitter_raw25,json=twitterRaw25,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw26 struct { - TwitterRaw26 *Identity_Raw26 `protobuf:"bytes,258,opt,name=twitter_raw26,json=twitterRaw26,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw27 struct { - TwitterRaw27 *Identity_Raw27 `protobuf:"bytes,259,opt,name=twitter_raw27,json=twitterRaw27,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw28 struct { - TwitterRaw28 *Identity_Raw28 `protobuf:"bytes,260,opt,name=twitter_raw28,json=twitterRaw28,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw29 struct { - TwitterRaw29 *Identity_Raw29 `protobuf:"bytes,261,opt,name=twitter_raw29,json=twitterRaw29,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw30 struct { - TwitterRaw30 *Identity_Raw30 `protobuf:"bytes,262,opt,name=twitter_raw30,json=twitterRaw30,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw31 struct { - TwitterRaw31 *Identity_Raw31 `protobuf:"bytes,263,opt,name=twitter_raw31,json=twitterRaw31,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw32 struct { - TwitterRaw32 *Identity_Raw32 `protobuf:"bytes,264,opt,name=twitter_raw32,json=twitterRaw32,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterBlakeTwo256 struct { - TwitterBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,265,opt,name=twitter_blake_two256,json=twitterBlakeTwo256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterSha256 struct { - TwitterSha256 *Identity_Sha256 `protobuf:"bytes,266,opt,name=twitter_sha256,json=twitterSha256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterKeccak256 struct { - TwitterKeccak256 *Identity_Keccak256 `protobuf:"bytes,267,opt,name=twitter_keccak256,json=twitterKeccak256,proto3,oneof"` -} - -type Identity_PalletIdentitySimpleIdentityInfo_TwitterShaThree256 struct { - TwitterShaThree256 *Identity_ShaThree256 `protobuf:"bytes,268,opt,name=twitter_sha_three256,json=twitterShaThree256,proto3,oneof"` -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterNone) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw0) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw1) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw2) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw3) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw4) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw5) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw6) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw7) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw8) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw9) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw10) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw11) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw12) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw13) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw14) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw15) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw16) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw17) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw18) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw19) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw20) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw21) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw22) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw23) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw24) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw25) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw26) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw27) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw28) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw29) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw30) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw31) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw32) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterBlakeTwo256) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterSha256) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterKeccak256) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -func (*Identity_PalletIdentitySimpleIdentityInfo_TwitterShaThree256) isIdentity_PalletIdentitySimpleIdentityInfo_Twitter() { -} - -type Bounties_ClaimBountyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BountyId uint32 `protobuf:"varint,1,opt,name=bounty_id,json=bountyId,proto3" json:"bounty_id,omitempty"` -} - -func (x *Bounties_ClaimBountyCall) Reset() { - *x = Bounties_ClaimBountyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[258] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_ClaimBountyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_ClaimBountyCall) ProtoMessage() {} - -func (x *Bounties_ClaimBountyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[258] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_ClaimBountyCall.ProtoReflect.Descriptor instead. -func (*Bounties_ClaimBountyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{258} -} - -func (x *Bounties_ClaimBountyCall) GetBountyId() uint32 { - if x != nil { - return x.BountyId - } - return 0 -} - -type NominationPools_Noop struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *NominationPools_Noop) Reset() { - *x = NominationPools_Noop{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[259] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Noop) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Noop) ProtoMessage() {} - -func (x *NominationPools_Noop) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[259] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Noop.ProtoReflect.Descriptor instead. -func (*NominationPools_Noop) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{259} -} - -type GearVoucher_UploadCode struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Code []byte `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` -} - -func (x *GearVoucher_UploadCode) Reset() { - *x = GearVoucher_UploadCode{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[260] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_UploadCode) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_UploadCode) ProtoMessage() {} - -func (x *GearVoucher_UploadCode) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[260] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_UploadCode.ProtoReflect.Descriptor instead. -func (*GearVoucher_UploadCode) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{260} -} - -func (x *GearVoucher_UploadCode) GetCode() []byte { - if x != nil { - return x.Code - } - return nil -} - -type Babe_TupleUint64Uint64 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint64 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 uint64 `protobuf:"varint,2,opt,name=value1,proto3" json:"value1,omitempty"` -} - -func (x *Babe_TupleUint64Uint64) Reset() { - *x = Babe_TupleUint64Uint64{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[261] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_TupleUint64Uint64) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_TupleUint64Uint64) ProtoMessage() {} - -func (x *Babe_TupleUint64Uint64) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[261] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_TupleUint64Uint64.ProtoReflect.Descriptor instead. -func (*Babe_TupleUint64Uint64) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{261} -} - -func (x *Babe_TupleUint64Uint64) GetValue0() uint64 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *Babe_TupleUint64Uint64) GetValue1() uint64 { - if x != nil { - return x.Value1 - } - return 0 -} - -type Staking_ChillCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Staking_ChillCall) Reset() { - *x = Staking_ChillCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[262] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_ChillCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_ChillCall) ProtoMessage() {} - -func (x *Staking_ChillCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[262] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_ChillCall.ProtoReflect.Descriptor instead. -func (*Staking_ChillCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{262} -} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[263] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[263] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{263} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallSystem - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallTimestamp - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBabe - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGrandpa - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBalances - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallVesting - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBagsList - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallImOnline - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallStaking - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallSession - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallTreasury - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallUtility - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallConvictionVoting - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallReferenda - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallFellowshipCollective - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallFellowshipReferenda - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallWhitelist - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallScheduler - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallPreimage - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallIdentity - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallProxy - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallMultisig - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallElectionProviderMultiPhase - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBounties - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallChildBounties - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallNominationPools - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGear - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallStakingRewards - // *Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGearVoucher - Call isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call `protobuf_oneof:"call"` -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) Reset() { - *x = Whitelist_DispatchWhitelistedCallWithPreimageCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[264] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall) ProtoMessage() {} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[264] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Whitelist_DispatchWhitelistedCallWithPreimageCall.ProtoReflect.Descriptor instead. -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{264} -} - -func (m *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCall() isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallSystem() *SystemPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallSystem); ok { - return x.CallSystem - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallTimestamp() *TimestampPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallTimestamp); ok { - return x.CallTimestamp - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallBabe() *BabePallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBabe); ok { - return x.CallBabe - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallGrandpa() *GrandpaPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGrandpa); ok { - return x.CallGrandpa - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallBalances() *BalancesPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBalances); ok { - return x.CallBalances - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallVesting() *VestingPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallVesting); ok { - return x.CallVesting - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallBagsList() *BagsListPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBagsList); ok { - return x.CallBagsList - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallImOnline() *ImOnlinePallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallImOnline); ok { - return x.CallImOnline - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallStaking() *StakingPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallStaking); ok { - return x.CallStaking - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallSession() *SessionPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallSession); ok { - return x.CallSession - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallTreasury() *TreasuryPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallTreasury); ok { - return x.CallTreasury - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallUtility() *UtilityPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallUtility); ok { - return x.CallUtility - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallConvictionVoting() *ConvictionVotingPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallConvictionVoting); ok { - return x.CallConvictionVoting - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallReferenda() *ReferendaPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallReferenda); ok { - return x.CallReferenda - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallFellowshipCollective() *FellowshipCollectivePallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallFellowshipCollective); ok { - return x.CallFellowshipCollective - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallFellowshipReferenda() *FellowshipReferendaPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallFellowshipReferenda); ok { - return x.CallFellowshipReferenda - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallWhitelist() *WhitelistPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallWhitelist); ok { - return x.CallWhitelist - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallScheduler() *SchedulerPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallScheduler); ok { - return x.CallScheduler - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallPreimage() *PreimagePallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallPreimage); ok { - return x.CallPreimage - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallIdentity() *IdentityPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallIdentity); ok { - return x.CallIdentity - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallProxy() *ProxyPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallProxy); ok { - return x.CallProxy - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallMultisig() *MultisigPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallMultisig); ok { - return x.CallMultisig - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallElectionProviderMultiPhase() *ElectionProviderMultiPhasePallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallElectionProviderMultiPhase); ok { - return x.CallElectionProviderMultiPhase - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallBounties() *BountiesPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBounties); ok { - return x.CallBounties - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallChildBounties() *ChildBountiesPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallChildBounties); ok { - return x.CallChildBounties - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallNominationPools() *NominationPoolsPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallNominationPools); ok { - return x.CallNominationPools - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallGear() *GearPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGear); ok { - return x.CallGear - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallStakingRewards() *StakingRewardsPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallStakingRewards); ok { - return x.CallStakingRewards - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallWithPreimageCall) GetCallGearVoucher() *GearVoucherPallet { - if x, ok := x.GetCall().(*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGearVoucher); ok { - return x.CallGearVoucher - } - return nil -} - -type isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call interface { - isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallSystem struct { - CallSystem *SystemPallet `protobuf:"bytes,1,opt,name=call_system,json=callSystem,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallTimestamp struct { - CallTimestamp *TimestampPallet `protobuf:"bytes,2,opt,name=call_timestamp,json=callTimestamp,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBabe struct { - CallBabe *BabePallet `protobuf:"bytes,3,opt,name=call_babe,json=callBabe,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGrandpa struct { - CallGrandpa *GrandpaPallet `protobuf:"bytes,4,opt,name=call_grandpa,json=callGrandpa,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBalances struct { - CallBalances *BalancesPallet `protobuf:"bytes,5,opt,name=call_balances,json=callBalances,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallVesting struct { - CallVesting *VestingPallet `protobuf:"bytes,6,opt,name=call_vesting,json=callVesting,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBagsList struct { - CallBagsList *BagsListPallet `protobuf:"bytes,7,opt,name=call_bags_list,json=callBagsList,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallImOnline struct { - CallImOnline *ImOnlinePallet `protobuf:"bytes,8,opt,name=call_im_online,json=callImOnline,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallStaking struct { - CallStaking *StakingPallet `protobuf:"bytes,9,opt,name=call_staking,json=callStaking,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallSession struct { - CallSession *SessionPallet `protobuf:"bytes,10,opt,name=call_session,json=callSession,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallTreasury struct { - CallTreasury *TreasuryPallet `protobuf:"bytes,11,opt,name=call_treasury,json=callTreasury,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallUtility struct { - CallUtility *UtilityPallet `protobuf:"bytes,12,opt,name=call_utility,json=callUtility,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallConvictionVoting struct { - CallConvictionVoting *ConvictionVotingPallet `protobuf:"bytes,13,opt,name=call_conviction_voting,json=callConvictionVoting,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallReferenda struct { - CallReferenda *ReferendaPallet `protobuf:"bytes,14,opt,name=call_referenda,json=callReferenda,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallFellowshipCollective struct { - CallFellowshipCollective *FellowshipCollectivePallet `protobuf:"bytes,15,opt,name=call_fellowship_collective,json=callFellowshipCollective,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallFellowshipReferenda struct { - CallFellowshipReferenda *FellowshipReferendaPallet `protobuf:"bytes,16,opt,name=call_fellowship_referenda,json=callFellowshipReferenda,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallWhitelist struct { - CallWhitelist *WhitelistPallet `protobuf:"bytes,17,opt,name=call_whitelist,json=callWhitelist,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallScheduler struct { - CallScheduler *SchedulerPallet `protobuf:"bytes,18,opt,name=call_scheduler,json=callScheduler,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallPreimage struct { - CallPreimage *PreimagePallet `protobuf:"bytes,19,opt,name=call_preimage,json=callPreimage,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallIdentity struct { - CallIdentity *IdentityPallet `protobuf:"bytes,20,opt,name=call_identity,json=callIdentity,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallProxy struct { - CallProxy *ProxyPallet `protobuf:"bytes,21,opt,name=call_proxy,json=callProxy,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallMultisig struct { - CallMultisig *MultisigPallet `protobuf:"bytes,22,opt,name=call_multisig,json=callMultisig,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallElectionProviderMultiPhase struct { - CallElectionProviderMultiPhase *ElectionProviderMultiPhasePallet `protobuf:"bytes,23,opt,name=call_election_provider_multi_phase,json=callElectionProviderMultiPhase,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBounties struct { - CallBounties *BountiesPallet `protobuf:"bytes,24,opt,name=call_bounties,json=callBounties,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallChildBounties struct { - CallChildBounties *ChildBountiesPallet `protobuf:"bytes,25,opt,name=call_child_bounties,json=callChildBounties,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallNominationPools struct { - CallNominationPools *NominationPoolsPallet `protobuf:"bytes,26,opt,name=call_nomination_pools,json=callNominationPools,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGear struct { - CallGear *GearPallet `protobuf:"bytes,27,opt,name=call_gear,json=callGear,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallStakingRewards struct { - CallStakingRewards *StakingRewardsPallet `protobuf:"bytes,28,opt,name=call_staking_rewards,json=callStakingRewards,proto3,oneof"` -} - -type Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGearVoucher struct { - CallGearVoucher *GearVoucherPallet `protobuf:"bytes,29,opt,name=call_gear_voucher,json=callGearVoucher,proto3,oneof"` -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallSystem) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallTimestamp) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBabe) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGrandpa) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBalances) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallVesting) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBagsList) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallImOnline) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallStaking) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallSession) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallTreasury) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallUtility) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallConvictionVoting) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallReferenda) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallFellowshipCollective) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallFellowshipReferenda) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallWhitelist) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallScheduler) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallPreimage) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallIdentity) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallProxy) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallMultisig) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallElectionProviderMultiPhase) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBounties) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallChildBounties) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallNominationPools) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGear) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallStakingRewards) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -func (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGearVoucher) isWhitelist_DispatchWhitelistedCallWithPreimageCall_Call() { -} - -type Identity_Riot struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Riot: - // - // *Identity_Riot_RiotNone - // *Identity_Riot_RiotRaw0 - // *Identity_Riot_RiotRaw1 - // *Identity_Riot_RiotRaw2 - // *Identity_Riot_RiotRaw3 - // *Identity_Riot_RiotRaw4 - // *Identity_Riot_RiotRaw5 - // *Identity_Riot_RiotRaw6 - // *Identity_Riot_RiotRaw7 - // *Identity_Riot_RiotRaw8 - // *Identity_Riot_RiotRaw9 - // *Identity_Riot_RiotRaw10 - // *Identity_Riot_RiotRaw11 - // *Identity_Riot_RiotRaw12 - // *Identity_Riot_RiotRaw13 - // *Identity_Riot_RiotRaw14 - // *Identity_Riot_RiotRaw15 - // *Identity_Riot_RiotRaw16 - // *Identity_Riot_RiotRaw17 - // *Identity_Riot_RiotRaw18 - // *Identity_Riot_RiotRaw19 - // *Identity_Riot_RiotRaw20 - // *Identity_Riot_RiotRaw21 - // *Identity_Riot_RiotRaw22 - // *Identity_Riot_RiotRaw23 - // *Identity_Riot_RiotRaw24 - // *Identity_Riot_RiotRaw25 - // *Identity_Riot_RiotRaw26 - // *Identity_Riot_RiotRaw27 - // *Identity_Riot_RiotRaw28 - // *Identity_Riot_RiotRaw29 - // *Identity_Riot_RiotRaw30 - // *Identity_Riot_RiotRaw31 - // *Identity_Riot_RiotRaw32 - // *Identity_Riot_RiotBlakeTwo256 - // *Identity_Riot_RiotSha256 - // *Identity_Riot_RiotKeccak256 - // *Identity_Riot_RiotShaThree256 - Riot isIdentity_Riot_Riot `protobuf_oneof:"riot"` -} - -func (x *Identity_Riot) Reset() { - *x = Identity_Riot{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[265] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Riot) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Riot) ProtoMessage() {} - -func (x *Identity_Riot) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[265] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Riot.ProtoReflect.Descriptor instead. -func (*Identity_Riot) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{265} -} - -func (m *Identity_Riot) GetRiot() isIdentity_Riot_Riot { - if m != nil { - return m.Riot - } - return nil -} - -func (x *Identity_Riot) GetRiotNone() *Identity_None { - if x, ok := x.GetRiot().(*Identity_Riot_RiotNone); ok { - return x.RiotNone - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw0() *Identity_Raw0 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw0); ok { - return x.RiotRaw0 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw1() *Identity_Raw1 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw1); ok { - return x.RiotRaw1 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw2() *Identity_Raw2 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw2); ok { - return x.RiotRaw2 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw3() *Identity_Raw3 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw3); ok { - return x.RiotRaw3 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw4() *Identity_Raw4 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw4); ok { - return x.RiotRaw4 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw5() *Identity_Raw5 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw5); ok { - return x.RiotRaw5 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw6() *Identity_Raw6 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw6); ok { - return x.RiotRaw6 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw7() *Identity_Raw7 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw7); ok { - return x.RiotRaw7 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw8() *Identity_Raw8 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw8); ok { - return x.RiotRaw8 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw9() *Identity_Raw9 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw9); ok { - return x.RiotRaw9 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw10() *Identity_Raw10 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw10); ok { - return x.RiotRaw10 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw11() *Identity_Raw11 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw11); ok { - return x.RiotRaw11 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw12() *Identity_Raw12 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw12); ok { - return x.RiotRaw12 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw13() *Identity_Raw13 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw13); ok { - return x.RiotRaw13 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw14() *Identity_Raw14 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw14); ok { - return x.RiotRaw14 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw15() *Identity_Raw15 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw15); ok { - return x.RiotRaw15 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw16() *Identity_Raw16 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw16); ok { - return x.RiotRaw16 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw17() *Identity_Raw17 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw17); ok { - return x.RiotRaw17 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw18() *Identity_Raw18 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw18); ok { - return x.RiotRaw18 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw19() *Identity_Raw19 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw19); ok { - return x.RiotRaw19 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw20() *Identity_Raw20 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw20); ok { - return x.RiotRaw20 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw21() *Identity_Raw21 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw21); ok { - return x.RiotRaw21 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw22() *Identity_Raw22 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw22); ok { - return x.RiotRaw22 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw23() *Identity_Raw23 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw23); ok { - return x.RiotRaw23 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw24() *Identity_Raw24 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw24); ok { - return x.RiotRaw24 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw25() *Identity_Raw25 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw25); ok { - return x.RiotRaw25 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw26() *Identity_Raw26 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw26); ok { - return x.RiotRaw26 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw27() *Identity_Raw27 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw27); ok { - return x.RiotRaw27 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw28() *Identity_Raw28 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw28); ok { - return x.RiotRaw28 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw29() *Identity_Raw29 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw29); ok { - return x.RiotRaw29 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw30() *Identity_Raw30 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw30); ok { - return x.RiotRaw30 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw31() *Identity_Raw31 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw31); ok { - return x.RiotRaw31 - } - return nil -} - -func (x *Identity_Riot) GetRiotRaw32() *Identity_Raw32 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotRaw32); ok { - return x.RiotRaw32 - } - return nil -} - -func (x *Identity_Riot) GetRiotBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotBlakeTwo256); ok { - return x.RiotBlakeTwo256 - } - return nil -} - -func (x *Identity_Riot) GetRiotSha256() *Identity_Sha256 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotSha256); ok { - return x.RiotSha256 - } - return nil -} - -func (x *Identity_Riot) GetRiotKeccak256() *Identity_Keccak256 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotKeccak256); ok { - return x.RiotKeccak256 - } - return nil -} - -func (x *Identity_Riot) GetRiotShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetRiot().(*Identity_Riot_RiotShaThree256); ok { - return x.RiotShaThree256 - } - return nil -} - -type isIdentity_Riot_Riot interface { - isIdentity_Riot_Riot() -} - -type Identity_Riot_RiotNone struct { - RiotNone *Identity_None `protobuf:"bytes,1,opt,name=riot_none,json=riotNone,proto3,oneof"` -} - -type Identity_Riot_RiotRaw0 struct { - RiotRaw0 *Identity_Raw0 `protobuf:"bytes,2,opt,name=riot_raw0,json=riotRaw0,proto3,oneof"` -} - -type Identity_Riot_RiotRaw1 struct { - RiotRaw1 *Identity_Raw1 `protobuf:"bytes,3,opt,name=riot_raw1,json=riotRaw1,proto3,oneof"` -} - -type Identity_Riot_RiotRaw2 struct { - RiotRaw2 *Identity_Raw2 `protobuf:"bytes,4,opt,name=riot_raw2,json=riotRaw2,proto3,oneof"` -} - -type Identity_Riot_RiotRaw3 struct { - RiotRaw3 *Identity_Raw3 `protobuf:"bytes,5,opt,name=riot_raw3,json=riotRaw3,proto3,oneof"` -} - -type Identity_Riot_RiotRaw4 struct { - RiotRaw4 *Identity_Raw4 `protobuf:"bytes,6,opt,name=riot_raw4,json=riotRaw4,proto3,oneof"` -} - -type Identity_Riot_RiotRaw5 struct { - RiotRaw5 *Identity_Raw5 `protobuf:"bytes,7,opt,name=riot_raw5,json=riotRaw5,proto3,oneof"` -} - -type Identity_Riot_RiotRaw6 struct { - RiotRaw6 *Identity_Raw6 `protobuf:"bytes,8,opt,name=riot_raw6,json=riotRaw6,proto3,oneof"` -} - -type Identity_Riot_RiotRaw7 struct { - RiotRaw7 *Identity_Raw7 `protobuf:"bytes,9,opt,name=riot_raw7,json=riotRaw7,proto3,oneof"` -} - -type Identity_Riot_RiotRaw8 struct { - RiotRaw8 *Identity_Raw8 `protobuf:"bytes,10,opt,name=riot_raw8,json=riotRaw8,proto3,oneof"` -} - -type Identity_Riot_RiotRaw9 struct { - RiotRaw9 *Identity_Raw9 `protobuf:"bytes,11,opt,name=riot_raw9,json=riotRaw9,proto3,oneof"` -} - -type Identity_Riot_RiotRaw10 struct { - RiotRaw10 *Identity_Raw10 `protobuf:"bytes,12,opt,name=riot_raw10,json=riotRaw10,proto3,oneof"` -} - -type Identity_Riot_RiotRaw11 struct { - RiotRaw11 *Identity_Raw11 `protobuf:"bytes,13,opt,name=riot_raw11,json=riotRaw11,proto3,oneof"` -} - -type Identity_Riot_RiotRaw12 struct { - RiotRaw12 *Identity_Raw12 `protobuf:"bytes,14,opt,name=riot_raw12,json=riotRaw12,proto3,oneof"` -} - -type Identity_Riot_RiotRaw13 struct { - RiotRaw13 *Identity_Raw13 `protobuf:"bytes,15,opt,name=riot_raw13,json=riotRaw13,proto3,oneof"` -} - -type Identity_Riot_RiotRaw14 struct { - RiotRaw14 *Identity_Raw14 `protobuf:"bytes,16,opt,name=riot_raw14,json=riotRaw14,proto3,oneof"` -} - -type Identity_Riot_RiotRaw15 struct { - RiotRaw15 *Identity_Raw15 `protobuf:"bytes,17,opt,name=riot_raw15,json=riotRaw15,proto3,oneof"` -} - -type Identity_Riot_RiotRaw16 struct { - RiotRaw16 *Identity_Raw16 `protobuf:"bytes,18,opt,name=riot_raw16,json=riotRaw16,proto3,oneof"` -} - -type Identity_Riot_RiotRaw17 struct { - RiotRaw17 *Identity_Raw17 `protobuf:"bytes,19,opt,name=riot_raw17,json=riotRaw17,proto3,oneof"` -} - -type Identity_Riot_RiotRaw18 struct { - RiotRaw18 *Identity_Raw18 `protobuf:"bytes,20,opt,name=riot_raw18,json=riotRaw18,proto3,oneof"` -} - -type Identity_Riot_RiotRaw19 struct { - RiotRaw19 *Identity_Raw19 `protobuf:"bytes,21,opt,name=riot_raw19,json=riotRaw19,proto3,oneof"` -} - -type Identity_Riot_RiotRaw20 struct { - RiotRaw20 *Identity_Raw20 `protobuf:"bytes,22,opt,name=riot_raw20,json=riotRaw20,proto3,oneof"` -} - -type Identity_Riot_RiotRaw21 struct { - RiotRaw21 *Identity_Raw21 `protobuf:"bytes,23,opt,name=riot_raw21,json=riotRaw21,proto3,oneof"` -} - -type Identity_Riot_RiotRaw22 struct { - RiotRaw22 *Identity_Raw22 `protobuf:"bytes,24,opt,name=riot_raw22,json=riotRaw22,proto3,oneof"` -} - -type Identity_Riot_RiotRaw23 struct { - RiotRaw23 *Identity_Raw23 `protobuf:"bytes,25,opt,name=riot_raw23,json=riotRaw23,proto3,oneof"` -} - -type Identity_Riot_RiotRaw24 struct { - RiotRaw24 *Identity_Raw24 `protobuf:"bytes,26,opt,name=riot_raw24,json=riotRaw24,proto3,oneof"` -} - -type Identity_Riot_RiotRaw25 struct { - RiotRaw25 *Identity_Raw25 `protobuf:"bytes,27,opt,name=riot_raw25,json=riotRaw25,proto3,oneof"` -} - -type Identity_Riot_RiotRaw26 struct { - RiotRaw26 *Identity_Raw26 `protobuf:"bytes,28,opt,name=riot_raw26,json=riotRaw26,proto3,oneof"` -} - -type Identity_Riot_RiotRaw27 struct { - RiotRaw27 *Identity_Raw27 `protobuf:"bytes,29,opt,name=riot_raw27,json=riotRaw27,proto3,oneof"` -} - -type Identity_Riot_RiotRaw28 struct { - RiotRaw28 *Identity_Raw28 `protobuf:"bytes,30,opt,name=riot_raw28,json=riotRaw28,proto3,oneof"` -} - -type Identity_Riot_RiotRaw29 struct { - RiotRaw29 *Identity_Raw29 `protobuf:"bytes,31,opt,name=riot_raw29,json=riotRaw29,proto3,oneof"` -} - -type Identity_Riot_RiotRaw30 struct { - RiotRaw30 *Identity_Raw30 `protobuf:"bytes,32,opt,name=riot_raw30,json=riotRaw30,proto3,oneof"` -} - -type Identity_Riot_RiotRaw31 struct { - RiotRaw31 *Identity_Raw31 `protobuf:"bytes,33,opt,name=riot_raw31,json=riotRaw31,proto3,oneof"` -} - -type Identity_Riot_RiotRaw32 struct { - RiotRaw32 *Identity_Raw32 `protobuf:"bytes,34,opt,name=riot_raw32,json=riotRaw32,proto3,oneof"` -} - -type Identity_Riot_RiotBlakeTwo256 struct { - RiotBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,35,opt,name=riot_blake_two256,json=riotBlakeTwo256,proto3,oneof"` -} - -type Identity_Riot_RiotSha256 struct { - RiotSha256 *Identity_Sha256 `protobuf:"bytes,36,opt,name=riot_sha256,json=riotSha256,proto3,oneof"` -} - -type Identity_Riot_RiotKeccak256 struct { - RiotKeccak256 *Identity_Keccak256 `protobuf:"bytes,37,opt,name=riot_keccak256,json=riotKeccak256,proto3,oneof"` -} - -type Identity_Riot_RiotShaThree256 struct { - RiotShaThree256 *Identity_ShaThree256 `protobuf:"bytes,38,opt,name=riot_sha_three256,json=riotShaThree256,proto3,oneof"` -} - -func (*Identity_Riot_RiotNone) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw0) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw1) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw2) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw3) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw4) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw5) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw6) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw7) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw8) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw9) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw10) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw11) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw12) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw13) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw14) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw15) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw16) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw17) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw18) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw19) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw20) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw21) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw22) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw23) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw24) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw25) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw26) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw27) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw28) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw29) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw30) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw31) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotRaw32) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotBlakeTwo256) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotSha256) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotKeccak256) isIdentity_Riot_Riot() {} - -func (*Identity_Riot_RiotShaThree256) isIdentity_Riot_Riot() {} - -type BagsList_Heavier struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Heavier: - // - // *BagsList_Heavier_HeavierId - // *BagsList_Heavier_HeavierIndex - // *BagsList_Heavier_HeavierRaw - // *BagsList_Heavier_HeavierAddress32 - // *BagsList_Heavier_HeavierAddress20 - Heavier isBagsList_Heavier_Heavier `protobuf_oneof:"heavier"` -} - -func (x *BagsList_Heavier) Reset() { - *x = BagsList_Heavier{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[266] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BagsList_Heavier) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BagsList_Heavier) ProtoMessage() {} - -func (x *BagsList_Heavier) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[266] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BagsList_Heavier.ProtoReflect.Descriptor instead. -func (*BagsList_Heavier) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{266} -} - -func (m *BagsList_Heavier) GetHeavier() isBagsList_Heavier_Heavier { - if m != nil { - return m.Heavier - } - return nil -} - -func (x *BagsList_Heavier) GetHeavierId() *BagsList_Id { - if x, ok := x.GetHeavier().(*BagsList_Heavier_HeavierId); ok { - return x.HeavierId - } - return nil -} - -func (x *BagsList_Heavier) GetHeavierIndex() *BagsList_Index { - if x, ok := x.GetHeavier().(*BagsList_Heavier_HeavierIndex); ok { - return x.HeavierIndex - } - return nil -} - -func (x *BagsList_Heavier) GetHeavierRaw() *BagsList_Raw { - if x, ok := x.GetHeavier().(*BagsList_Heavier_HeavierRaw); ok { - return x.HeavierRaw - } - return nil -} - -func (x *BagsList_Heavier) GetHeavierAddress32() *BagsList_Address32 { - if x, ok := x.GetHeavier().(*BagsList_Heavier_HeavierAddress32); ok { - return x.HeavierAddress32 - } - return nil -} - -func (x *BagsList_Heavier) GetHeavierAddress20() *BagsList_Address20 { - if x, ok := x.GetHeavier().(*BagsList_Heavier_HeavierAddress20); ok { - return x.HeavierAddress20 - } - return nil -} - -type isBagsList_Heavier_Heavier interface { - isBagsList_Heavier_Heavier() -} - -type BagsList_Heavier_HeavierId struct { - HeavierId *BagsList_Id `protobuf:"bytes,1,opt,name=heavier_id,json=heavierId,proto3,oneof"` -} - -type BagsList_Heavier_HeavierIndex struct { - HeavierIndex *BagsList_Index `protobuf:"bytes,2,opt,name=heavier_index,json=heavierIndex,proto3,oneof"` -} - -type BagsList_Heavier_HeavierRaw struct { - HeavierRaw *BagsList_Raw `protobuf:"bytes,3,opt,name=heavier_raw,json=heavierRaw,proto3,oneof"` -} - -type BagsList_Heavier_HeavierAddress32 struct { - HeavierAddress32 *BagsList_Address32 `protobuf:"bytes,4,opt,name=heavier_address32,json=heavierAddress32,proto3,oneof"` -} - -type BagsList_Heavier_HeavierAddress20 struct { - HeavierAddress20 *BagsList_Address20 `protobuf:"bytes,5,opt,name=heavier_address20,json=heavierAddress20,proto3,oneof"` -} - -func (*BagsList_Heavier_HeavierId) isBagsList_Heavier_Heavier() {} - -func (*BagsList_Heavier_HeavierIndex) isBagsList_Heavier_Heavier() {} - -func (*BagsList_Heavier_HeavierRaw) isBagsList_Heavier_Heavier() {} - -func (*BagsList_Heavier_HeavierAddress32) isBagsList_Heavier_Heavier() {} - -func (*BagsList_Heavier_HeavierAddress20) isBagsList_Heavier_Heavier() {} - -type Bounties_ProposeCuratorCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BountyId uint32 `protobuf:"varint,1,opt,name=bounty_id,json=bountyId,proto3" json:"bounty_id,omitempty"` - // Types that are assignable to Curator: - // - // *Bounties_ProposeCuratorCall_CuratorId - // *Bounties_ProposeCuratorCall_CuratorIndex - // *Bounties_ProposeCuratorCall_CuratorRaw - // *Bounties_ProposeCuratorCall_CuratorAddress32 - // *Bounties_ProposeCuratorCall_CuratorAddress20 - Curator isBounties_ProposeCuratorCall_Curator `protobuf_oneof:"curator"` - Fee string `protobuf:"bytes,7,opt,name=fee,proto3" json:"fee,omitempty"` -} - -func (x *Bounties_ProposeCuratorCall) Reset() { - *x = Bounties_ProposeCuratorCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[267] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_ProposeCuratorCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_ProposeCuratorCall) ProtoMessage() {} - -func (x *Bounties_ProposeCuratorCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[267] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_ProposeCuratorCall.ProtoReflect.Descriptor instead. -func (*Bounties_ProposeCuratorCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{267} -} - -func (x *Bounties_ProposeCuratorCall) GetBountyId() uint32 { - if x != nil { - return x.BountyId - } - return 0 -} - -func (m *Bounties_ProposeCuratorCall) GetCurator() isBounties_ProposeCuratorCall_Curator { - if m != nil { - return m.Curator - } - return nil -} - -func (x *Bounties_ProposeCuratorCall) GetCuratorId() *Bounties_Id { - if x, ok := x.GetCurator().(*Bounties_ProposeCuratorCall_CuratorId); ok { - return x.CuratorId - } - return nil -} - -func (x *Bounties_ProposeCuratorCall) GetCuratorIndex() *Bounties_Index { - if x, ok := x.GetCurator().(*Bounties_ProposeCuratorCall_CuratorIndex); ok { - return x.CuratorIndex - } - return nil -} - -func (x *Bounties_ProposeCuratorCall) GetCuratorRaw() *Bounties_Raw { - if x, ok := x.GetCurator().(*Bounties_ProposeCuratorCall_CuratorRaw); ok { - return x.CuratorRaw - } - return nil -} - -func (x *Bounties_ProposeCuratorCall) GetCuratorAddress32() *Bounties_Address32 { - if x, ok := x.GetCurator().(*Bounties_ProposeCuratorCall_CuratorAddress32); ok { - return x.CuratorAddress32 - } - return nil -} - -func (x *Bounties_ProposeCuratorCall) GetCuratorAddress20() *Bounties_Address20 { - if x, ok := x.GetCurator().(*Bounties_ProposeCuratorCall_CuratorAddress20); ok { - return x.CuratorAddress20 - } - return nil -} - -func (x *Bounties_ProposeCuratorCall) GetFee() string { - if x != nil { - return x.Fee - } - return "" -} - -type isBounties_ProposeCuratorCall_Curator interface { - isBounties_ProposeCuratorCall_Curator() -} - -type Bounties_ProposeCuratorCall_CuratorId struct { - CuratorId *Bounties_Id `protobuf:"bytes,2,opt,name=curator_id,json=curatorId,proto3,oneof"` -} - -type Bounties_ProposeCuratorCall_CuratorIndex struct { - CuratorIndex *Bounties_Index `protobuf:"bytes,3,opt,name=curator_index,json=curatorIndex,proto3,oneof"` -} - -type Bounties_ProposeCuratorCall_CuratorRaw struct { - CuratorRaw *Bounties_Raw `protobuf:"bytes,4,opt,name=curator_raw,json=curatorRaw,proto3,oneof"` -} - -type Bounties_ProposeCuratorCall_CuratorAddress32 struct { - CuratorAddress32 *Bounties_Address32 `protobuf:"bytes,5,opt,name=curator_address32,json=curatorAddress32,proto3,oneof"` -} - -type Bounties_ProposeCuratorCall_CuratorAddress20 struct { - CuratorAddress20 *Bounties_Address20 `protobuf:"bytes,6,opt,name=curator_address20,json=curatorAddress20,proto3,oneof"` -} - -func (*Bounties_ProposeCuratorCall_CuratorId) isBounties_ProposeCuratorCall_Curator() {} - -func (*Bounties_ProposeCuratorCall_CuratorIndex) isBounties_ProposeCuratorCall_Curator() {} - -func (*Bounties_ProposeCuratorCall_CuratorRaw) isBounties_ProposeCuratorCall_Curator() {} - -func (*Bounties_ProposeCuratorCall_CuratorAddress32) isBounties_ProposeCuratorCall_Curator() {} - -func (*Bounties_ProposeCuratorCall_CuratorAddress20) isBounties_ProposeCuratorCall_Curator() {} - -type Identity_Raw32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw32) Reset() { - *x = Identity_Raw32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[268] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw32) ProtoMessage() {} - -func (x *Identity_Raw32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[268] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw32.ProtoReflect.Descriptor instead. -func (*Identity_Raw32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{268} -} - -func (x *Identity_Raw32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type GearVoucher_RevokeCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Spender *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=spender,proto3" json:"spender,omitempty"` - VoucherId *GearVoucher_PalletGearVoucherInternalVoucherId `protobuf:"bytes,2,opt,name=voucher_id,json=voucherId,proto3" json:"voucher_id,omitempty"` -} - -func (x *GearVoucher_RevokeCall) Reset() { - *x = GearVoucher_RevokeCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[269] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_RevokeCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_RevokeCall) ProtoMessage() {} - -func (x *GearVoucher_RevokeCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[269] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_RevokeCall.ProtoReflect.Descriptor instead. -func (*GearVoucher_RevokeCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{269} -} - -func (x *GearVoucher_RevokeCall) GetSpender() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Spender - } - return nil -} - -func (x *GearVoucher_RevokeCall) GetVoucherId() *GearVoucher_PalletGearVoucherInternalVoucherId { - if x != nil { - return x.VoucherId - } - return nil -} - -type System_KillPrefixCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Prefix []byte `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"` - Subkeys uint32 `protobuf:"varint,2,opt,name=subkeys,proto3" json:"subkeys,omitempty"` -} - -func (x *System_KillPrefixCall) Reset() { - *x = System_KillPrefixCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[270] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *System_KillPrefixCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*System_KillPrefixCall) ProtoMessage() {} - -func (x *System_KillPrefixCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[270] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use System_KillPrefixCall.ProtoReflect.Descriptor instead. -func (*System_KillPrefixCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{270} -} - -func (x *System_KillPrefixCall) GetPrefix() []byte { - if x != nil { - return x.Prefix - } - return nil -} - -func (x *System_KillPrefixCall) GetSubkeys() uint32 { - if x != nil { - return x.Subkeys - } - return 0 -} - -type GeneralAdmin struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *GeneralAdmin) Reset() { - *x = GeneralAdmin{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[271] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GeneralAdmin) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GeneralAdmin) ProtoMessage() {} - -func (x *GeneralAdmin) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[271] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GeneralAdmin.ProtoReflect.Descriptor instead. -func (*GeneralAdmin) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{271} -} - -type Referenda_RefundDecisionDepositCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *Referenda_RefundDecisionDepositCall) Reset() { - *x = Referenda_RefundDecisionDepositCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[272] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_RefundDecisionDepositCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_RefundDecisionDepositCall) ProtoMessage() {} - -func (x *Referenda_RefundDecisionDepositCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[272] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_RefundDecisionDepositCall.ProtoReflect.Descriptor instead. -func (*Referenda_RefundDecisionDepositCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{272} -} - -func (x *Referenda_RefundDecisionDepositCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type Proxy_Index struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *Proxy_TupleNull `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Proxy_Index) Reset() { - *x = Proxy_Index{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[273] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_Index) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_Index) ProtoMessage() {} - -func (x *Proxy_Index) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[273] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_Index.ProtoReflect.Descriptor instead. -func (*Proxy_Index) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{273} -} - -func (x *Proxy_Index) GetValue0() *Proxy_TupleNull { - if x != nil { - return x.Value0 - } - return nil -} - -type NominationPools_State struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to State: - // - // *NominationPools_State_StateOpen - // *NominationPools_State_StateBlocked - // *NominationPools_State_StateDestroying - State isNominationPools_State_State `protobuf_oneof:"state"` -} - -func (x *NominationPools_State) Reset() { - *x = NominationPools_State{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[274] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_State) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_State) ProtoMessage() {} - -func (x *NominationPools_State) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[274] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_State.ProtoReflect.Descriptor instead. -func (*NominationPools_State) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{274} -} - -func (m *NominationPools_State) GetState() isNominationPools_State_State { - if m != nil { - return m.State - } - return nil -} - -func (x *NominationPools_State) GetStateOpen() *NominationPools_Open { - if x, ok := x.GetState().(*NominationPools_State_StateOpen); ok { - return x.StateOpen - } - return nil -} - -func (x *NominationPools_State) GetStateBlocked() *NominationPools_Blocked { - if x, ok := x.GetState().(*NominationPools_State_StateBlocked); ok { - return x.StateBlocked - } - return nil -} - -func (x *NominationPools_State) GetStateDestroying() *NominationPools_Destroying { - if x, ok := x.GetState().(*NominationPools_State_StateDestroying); ok { - return x.StateDestroying - } - return nil -} - -type isNominationPools_State_State interface { - isNominationPools_State_State() -} - -type NominationPools_State_StateOpen struct { - StateOpen *NominationPools_Open `protobuf:"bytes,1,opt,name=state_open,json=stateOpen,proto3,oneof"` -} - -type NominationPools_State_StateBlocked struct { - StateBlocked *NominationPools_Blocked `protobuf:"bytes,2,opt,name=state_blocked,json=stateBlocked,proto3,oneof"` -} - -type NominationPools_State_StateDestroying struct { - StateDestroying *NominationPools_Destroying `protobuf:"bytes,3,opt,name=state_destroying,json=stateDestroying,proto3,oneof"` -} - -func (*NominationPools_State_StateOpen) isNominationPools_State_State() {} - -func (*NominationPools_State_StateBlocked) isNominationPools_State_State() {} - -func (*NominationPools_State_StateDestroying) isNominationPools_State_State() {} - -type StakingRewards_Address20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *StakingRewards_Address20) Reset() { - *x = StakingRewards_Address20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[275] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingRewards_Address20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingRewards_Address20) ProtoMessage() {} - -func (x *StakingRewards_Address20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[275] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingRewards_Address20.ProtoReflect.Descriptor instead. -func (*StakingRewards_Address20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{275} -} - -func (x *StakingRewards_Address20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type GearVoucher_UpdateCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Spender *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=spender,proto3" json:"spender,omitempty"` - VoucherId *GearVoucher_PalletGearVoucherInternalVoucherId `protobuf:"bytes,2,opt,name=voucher_id,json=voucherId,proto3" json:"voucher_id,omitempty"` - MoveOwnership *SpCoreCryptoAccountId32 `protobuf:"bytes,3,opt,name=move_ownership,json=moveOwnership,proto3,oneof" json:"move_ownership,omitempty"` - BalanceTopUp *string `protobuf:"bytes,4,opt,name=balance_top_up,json=balanceTopUp,proto3,oneof" json:"balance_top_up,omitempty"` - // Types that are assignable to AppendPrograms: - // - // *GearVoucher_UpdateCall_AppendProgramsNone - // *GearVoucher_UpdateCall_AppendProgramsSome - AppendPrograms isGearVoucher_UpdateCall_AppendPrograms `protobuf_oneof:"append_programs"` - CodeUploading *bool `protobuf:"varint,7,opt,name=code_uploading,json=codeUploading,proto3,oneof" json:"code_uploading,omitempty"` - ProlongDuration *uint32 `protobuf:"varint,8,opt,name=prolong_duration,json=prolongDuration,proto3,oneof" json:"prolong_duration,omitempty"` -} - -func (x *GearVoucher_UpdateCall) Reset() { - *x = GearVoucher_UpdateCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[276] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_UpdateCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_UpdateCall) ProtoMessage() {} - -func (x *GearVoucher_UpdateCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[276] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_UpdateCall.ProtoReflect.Descriptor instead. -func (*GearVoucher_UpdateCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{276} -} - -func (x *GearVoucher_UpdateCall) GetSpender() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Spender - } - return nil -} - -func (x *GearVoucher_UpdateCall) GetVoucherId() *GearVoucher_PalletGearVoucherInternalVoucherId { - if x != nil { - return x.VoucherId - } - return nil -} - -func (x *GearVoucher_UpdateCall) GetMoveOwnership() *SpCoreCryptoAccountId32 { - if x != nil { - return x.MoveOwnership - } - return nil -} - -func (x *GearVoucher_UpdateCall) GetBalanceTopUp() string { - if x != nil && x.BalanceTopUp != nil { - return *x.BalanceTopUp - } - return "" -} - -func (m *GearVoucher_UpdateCall) GetAppendPrograms() isGearVoucher_UpdateCall_AppendPrograms { - if m != nil { - return m.AppendPrograms - } - return nil -} - -func (x *GearVoucher_UpdateCall) GetAppendProgramsNone() *GearVoucher_None { - if x, ok := x.GetAppendPrograms().(*GearVoucher_UpdateCall_AppendProgramsNone); ok { - return x.AppendProgramsNone - } - return nil -} - -func (x *GearVoucher_UpdateCall) GetAppendProgramsSome() *GearVoucher_Some { - if x, ok := x.GetAppendPrograms().(*GearVoucher_UpdateCall_AppendProgramsSome); ok { - return x.AppendProgramsSome - } - return nil -} - -func (x *GearVoucher_UpdateCall) GetCodeUploading() bool { - if x != nil && x.CodeUploading != nil { - return *x.CodeUploading - } - return false -} - -func (x *GearVoucher_UpdateCall) GetProlongDuration() uint32 { - if x != nil && x.ProlongDuration != nil { - return *x.ProlongDuration - } - return 0 -} - -type isGearVoucher_UpdateCall_AppendPrograms interface { - isGearVoucher_UpdateCall_AppendPrograms() -} - -type GearVoucher_UpdateCall_AppendProgramsNone struct { - AppendProgramsNone *GearVoucher_None `protobuf:"bytes,5,opt,name=append_programs_none,json=appendProgramsNone,proto3,oneof"` -} - -type GearVoucher_UpdateCall_AppendProgramsSome struct { - AppendProgramsSome *GearVoucher_Some `protobuf:"bytes,6,opt,name=append_programs_some,json=appendProgramsSome,proto3,oneof"` -} - -func (*GearVoucher_UpdateCall_AppendProgramsNone) isGearVoucher_UpdateCall_AppendPrograms() {} - -func (*GearVoucher_UpdateCall_AppendProgramsSome) isGearVoucher_UpdateCall_AppendPrograms() {} - -type Fellows struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Fellows) Reset() { - *x = Fellows{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[277] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Fellows) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Fellows) ProtoMessage() {} - -func (x *Fellows) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[277] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Fellows.ProtoReflect.Descriptor instead. -func (*Fellows) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{277} -} - -type ConvictionVoting_Vote struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Vote: - // - // *ConvictionVoting_Vote_VoteStandard - // *ConvictionVoting_Vote_VoteSplit - // *ConvictionVoting_Vote_VoteSplitAbstain - Vote isConvictionVoting_Vote_Vote `protobuf_oneof:"vote"` -} - -func (x *ConvictionVoting_Vote) Reset() { - *x = ConvictionVoting_Vote{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[278] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Vote) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Vote) ProtoMessage() {} - -func (x *ConvictionVoting_Vote) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[278] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Vote.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Vote) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{278} -} - -func (m *ConvictionVoting_Vote) GetVote() isConvictionVoting_Vote_Vote { - if m != nil { - return m.Vote - } - return nil -} - -func (x *ConvictionVoting_Vote) GetVoteStandard() *ConvictionVoting_Standard { - if x, ok := x.GetVote().(*ConvictionVoting_Vote_VoteStandard); ok { - return x.VoteStandard - } - return nil -} - -func (x *ConvictionVoting_Vote) GetVoteSplit() *ConvictionVoting_Split { - if x, ok := x.GetVote().(*ConvictionVoting_Vote_VoteSplit); ok { - return x.VoteSplit - } - return nil -} - -func (x *ConvictionVoting_Vote) GetVoteSplitAbstain() *ConvictionVoting_SplitAbstain { - if x, ok := x.GetVote().(*ConvictionVoting_Vote_VoteSplitAbstain); ok { - return x.VoteSplitAbstain - } - return nil -} - -type isConvictionVoting_Vote_Vote interface { - isConvictionVoting_Vote_Vote() -} - -type ConvictionVoting_Vote_VoteStandard struct { - VoteStandard *ConvictionVoting_Standard `protobuf:"bytes,1,opt,name=vote_standard,json=voteStandard,proto3,oneof"` -} - -type ConvictionVoting_Vote_VoteSplit struct { - VoteSplit *ConvictionVoting_Split `protobuf:"bytes,2,opt,name=vote_split,json=voteSplit,proto3,oneof"` -} - -type ConvictionVoting_Vote_VoteSplitAbstain struct { - VoteSplitAbstain *ConvictionVoting_SplitAbstain `protobuf:"bytes,3,opt,name=vote_split_abstain,json=voteSplitAbstain,proto3,oneof"` -} - -func (*ConvictionVoting_Vote_VoteStandard) isConvictionVoting_Vote_Vote() {} - -func (*ConvictionVoting_Vote_VoteSplit) isConvictionVoting_Vote_Vote() {} - -func (*ConvictionVoting_Vote_VoteSplitAbstain) isConvictionVoting_Vote_Vote() {} - -type GearVoucher_DeclineCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - VoucherId *GearVoucher_PalletGearVoucherInternalVoucherId `protobuf:"bytes,1,opt,name=voucher_id,json=voucherId,proto3" json:"voucher_id,omitempty"` -} - -func (x *GearVoucher_DeclineCall) Reset() { - *x = GearVoucher_DeclineCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[279] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_DeclineCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_DeclineCall) ProtoMessage() {} - -func (x *GearVoucher_DeclineCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[279] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_DeclineCall.ProtoReflect.Descriptor instead. -func (*GearVoucher_DeclineCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{279} -} - -func (x *GearVoucher_DeclineCall) GetVoucherId() *GearVoucher_PalletGearVoucherInternalVoucherId { - if x != nil { - return x.VoucherId - } - return nil -} - -type Identity_RemoveSubCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Sub: - // - // *Identity_RemoveSubCall_SubId - // *Identity_RemoveSubCall_SubIndex - // *Identity_RemoveSubCall_SubRaw - // *Identity_RemoveSubCall_SubAddress32 - // *Identity_RemoveSubCall_SubAddress20 - Sub isIdentity_RemoveSubCall_Sub `protobuf_oneof:"sub"` -} - -func (x *Identity_RemoveSubCall) Reset() { - *x = Identity_RemoveSubCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[280] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_RemoveSubCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_RemoveSubCall) ProtoMessage() {} - -func (x *Identity_RemoveSubCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[280] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_RemoveSubCall.ProtoReflect.Descriptor instead. -func (*Identity_RemoveSubCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{280} -} - -func (m *Identity_RemoveSubCall) GetSub() isIdentity_RemoveSubCall_Sub { - if m != nil { - return m.Sub - } - return nil -} - -func (x *Identity_RemoveSubCall) GetSubId() *Identity_Id { - if x, ok := x.GetSub().(*Identity_RemoveSubCall_SubId); ok { - return x.SubId - } - return nil -} - -func (x *Identity_RemoveSubCall) GetSubIndex() *Identity_Index { - if x, ok := x.GetSub().(*Identity_RemoveSubCall_SubIndex); ok { - return x.SubIndex - } - return nil -} - -func (x *Identity_RemoveSubCall) GetSubRaw() *Identity_Raw { - if x, ok := x.GetSub().(*Identity_RemoveSubCall_SubRaw); ok { - return x.SubRaw - } - return nil -} - -func (x *Identity_RemoveSubCall) GetSubAddress32() *Identity_Address32 { - if x, ok := x.GetSub().(*Identity_RemoveSubCall_SubAddress32); ok { - return x.SubAddress32 - } - return nil -} - -func (x *Identity_RemoveSubCall) GetSubAddress20() *Identity_Address20 { - if x, ok := x.GetSub().(*Identity_RemoveSubCall_SubAddress20); ok { - return x.SubAddress20 - } - return nil -} - -type isIdentity_RemoveSubCall_Sub interface { - isIdentity_RemoveSubCall_Sub() -} - -type Identity_RemoveSubCall_SubId struct { - SubId *Identity_Id `protobuf:"bytes,1,opt,name=sub_id,json=subId,proto3,oneof"` -} - -type Identity_RemoveSubCall_SubIndex struct { - SubIndex *Identity_Index `protobuf:"bytes,2,opt,name=sub_index,json=subIndex,proto3,oneof"` -} - -type Identity_RemoveSubCall_SubRaw struct { - SubRaw *Identity_Raw `protobuf:"bytes,3,opt,name=sub_raw,json=subRaw,proto3,oneof"` -} - -type Identity_RemoveSubCall_SubAddress32 struct { - SubAddress32 *Identity_Address32 `protobuf:"bytes,4,opt,name=sub_address32,json=subAddress32,proto3,oneof"` -} - -type Identity_RemoveSubCall_SubAddress20 struct { - SubAddress20 *Identity_Address20 `protobuf:"bytes,5,opt,name=sub_address20,json=subAddress20,proto3,oneof"` -} - -func (*Identity_RemoveSubCall_SubId) isIdentity_RemoveSubCall_Sub() {} - -func (*Identity_RemoveSubCall_SubIndex) isIdentity_RemoveSubCall_Sub() {} - -func (*Identity_RemoveSubCall_SubRaw) isIdentity_RemoveSubCall_Sub() {} - -func (*Identity_RemoveSubCall_SubAddress32) isIdentity_RemoveSubCall_Sub() {} - -func (*Identity_RemoveSubCall_SubAddress20) isIdentity_RemoveSubCall_Sub() {} - -type Bounties_ProposeBountyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - Description []byte `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` -} - -func (x *Bounties_ProposeBountyCall) Reset() { - *x = Bounties_ProposeBountyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[281] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_ProposeBountyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_ProposeBountyCall) ProtoMessage() {} - -func (x *Bounties_ProposeBountyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[281] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_ProposeBountyCall.ProtoReflect.Descriptor instead. -func (*Bounties_ProposeBountyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{281} -} - -func (x *Bounties_ProposeBountyCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -func (x *Bounties_ProposeBountyCall) GetDescription() []byte { - if x != nil { - return x.Description - } - return nil -} - -type Identity_RequestJudgementCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RegIndex uint32 `protobuf:"varint,1,opt,name=reg_index,json=regIndex,proto3" json:"reg_index,omitempty"` - MaxFee string `protobuf:"bytes,2,opt,name=max_fee,json=maxFee,proto3" json:"max_fee,omitempty"` -} - -func (x *Identity_RequestJudgementCall) Reset() { - *x = Identity_RequestJudgementCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[282] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_RequestJudgementCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_RequestJudgementCall) ProtoMessage() {} - -func (x *Identity_RequestJudgementCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[282] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_RequestJudgementCall.ProtoReflect.Descriptor instead. -func (*Identity_RequestJudgementCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{282} -} - -func (x *Identity_RequestJudgementCall) GetRegIndex() uint32 { - if x != nil { - return x.RegIndex - } - return 0 -} - -func (x *Identity_RequestJudgementCall) GetMaxFee() string { - if x != nil { - return x.MaxFee - } - return "" -} - -type FellowshipCollective_Who struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Who: - // - // *FellowshipCollective_Who_WhoId - // *FellowshipCollective_Who_WhoIndex - // *FellowshipCollective_Who_WhoRaw - // *FellowshipCollective_Who_WhoAddress32 - // *FellowshipCollective_Who_WhoAddress20 - Who isFellowshipCollective_Who_Who `protobuf_oneof:"who"` -} - -func (x *FellowshipCollective_Who) Reset() { - *x = FellowshipCollective_Who{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[283] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollective_Who) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollective_Who) ProtoMessage() {} - -func (x *FellowshipCollective_Who) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[283] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollective_Who.ProtoReflect.Descriptor instead. -func (*FellowshipCollective_Who) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{283} -} - -func (m *FellowshipCollective_Who) GetWho() isFellowshipCollective_Who_Who { - if m != nil { - return m.Who - } - return nil -} - -func (x *FellowshipCollective_Who) GetWhoId() *FellowshipCollective_Id { - if x, ok := x.GetWho().(*FellowshipCollective_Who_WhoId); ok { - return x.WhoId - } - return nil -} - -func (x *FellowshipCollective_Who) GetWhoIndex() *FellowshipCollective_Index { - if x, ok := x.GetWho().(*FellowshipCollective_Who_WhoIndex); ok { - return x.WhoIndex - } - return nil -} - -func (x *FellowshipCollective_Who) GetWhoRaw() *FellowshipCollective_Raw { - if x, ok := x.GetWho().(*FellowshipCollective_Who_WhoRaw); ok { - return x.WhoRaw - } - return nil -} - -func (x *FellowshipCollective_Who) GetWhoAddress32() *FellowshipCollective_Address32 { - if x, ok := x.GetWho().(*FellowshipCollective_Who_WhoAddress32); ok { - return x.WhoAddress32 - } - return nil -} - -func (x *FellowshipCollective_Who) GetWhoAddress20() *FellowshipCollective_Address20 { - if x, ok := x.GetWho().(*FellowshipCollective_Who_WhoAddress20); ok { - return x.WhoAddress20 - } - return nil -} - -type isFellowshipCollective_Who_Who interface { - isFellowshipCollective_Who_Who() -} - -type FellowshipCollective_Who_WhoId struct { - WhoId *FellowshipCollective_Id `protobuf:"bytes,1,opt,name=who_id,json=whoId,proto3,oneof"` -} - -type FellowshipCollective_Who_WhoIndex struct { - WhoIndex *FellowshipCollective_Index `protobuf:"bytes,2,opt,name=who_index,json=whoIndex,proto3,oneof"` -} - -type FellowshipCollective_Who_WhoRaw struct { - WhoRaw *FellowshipCollective_Raw `protobuf:"bytes,3,opt,name=who_raw,json=whoRaw,proto3,oneof"` -} - -type FellowshipCollective_Who_WhoAddress32 struct { - WhoAddress32 *FellowshipCollective_Address32 `protobuf:"bytes,4,opt,name=who_address32,json=whoAddress32,proto3,oneof"` -} - -type FellowshipCollective_Who_WhoAddress20 struct { - WhoAddress20 *FellowshipCollective_Address20 `protobuf:"bytes,5,opt,name=who_address20,json=whoAddress20,proto3,oneof"` -} - -func (*FellowshipCollective_Who_WhoId) isFellowshipCollective_Who_Who() {} - -func (*FellowshipCollective_Who_WhoIndex) isFellowshipCollective_Who_Who() {} - -func (*FellowshipCollective_Who_WhoRaw) isFellowshipCollective_Who_Who() {} - -func (*FellowshipCollective_Who_WhoAddress32) isFellowshipCollective_Who_Who() {} - -func (*FellowshipCollective_Who_WhoAddress20) isFellowshipCollective_Who_Who() {} - -type Identity_Raw10 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw10) Reset() { - *x = Identity_Raw10{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[284] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw10) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw10) ProtoMessage() {} - -func (x *Identity_Raw10) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[284] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw10.ProtoReflect.Descriptor instead. -func (*Identity_Raw10) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{284} -} - -func (x *Identity_Raw10) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type StakingRewards_TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value *TupleNull `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *StakingRewards_TupleNull) Reset() { - *x = StakingRewards_TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[285] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingRewards_TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingRewards_TupleNull) ProtoMessage() {} - -func (x *StakingRewards_TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[285] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingRewards_TupleNull.ProtoReflect.Descriptor instead. -func (*StakingRewards_TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{285} -} - -func (x *StakingRewards_TupleNull) GetValue() *TupleNull { - if x != nil { - return x.Value - } - return nil -} - -type Vesting_TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value *TupleNull `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *Vesting_TupleNull) Reset() { - *x = Vesting_TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[286] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_TupleNull) ProtoMessage() {} - -func (x *Vesting_TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[286] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_TupleNull.ProtoReflect.Descriptor instead. -func (*Vesting_TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{286} -} - -func (x *Vesting_TupleNull) GetValue() *TupleNull { - if x != nil { - return x.Value - } - return nil -} - -type Identity_Raw27 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw27) Reset() { - *x = Identity_Raw27{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[287] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw27) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw27) ProtoMessage() {} - -func (x *Identity_Raw27) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[287] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw27.ProtoReflect.Descriptor instead. -func (*Identity_Raw27) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{287} -} - -func (x *Identity_Raw27) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type BagsList_PutInFrontOfOtherCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Heavier: - // - // *BagsList_PutInFrontOfOtherCall_HeavierId - // *BagsList_PutInFrontOfOtherCall_HeavierIndex - // *BagsList_PutInFrontOfOtherCall_HeavierRaw - // *BagsList_PutInFrontOfOtherCall_HeavierAddress32 - // *BagsList_PutInFrontOfOtherCall_HeavierAddress20 - Heavier isBagsList_PutInFrontOfOtherCall_Heavier `protobuf_oneof:"heavier"` - // Types that are assignable to Lighter: - // - // *BagsList_PutInFrontOfOtherCall_LighterId - // *BagsList_PutInFrontOfOtherCall_LighterIndex - // *BagsList_PutInFrontOfOtherCall_LighterRaw - // *BagsList_PutInFrontOfOtherCall_LighterAddress32 - // *BagsList_PutInFrontOfOtherCall_LighterAddress20 - Lighter isBagsList_PutInFrontOfOtherCall_Lighter `protobuf_oneof:"lighter"` -} - -func (x *BagsList_PutInFrontOfOtherCall) Reset() { - *x = BagsList_PutInFrontOfOtherCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[288] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BagsList_PutInFrontOfOtherCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BagsList_PutInFrontOfOtherCall) ProtoMessage() {} - -func (x *BagsList_PutInFrontOfOtherCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[288] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BagsList_PutInFrontOfOtherCall.ProtoReflect.Descriptor instead. -func (*BagsList_PutInFrontOfOtherCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{288} -} - -func (m *BagsList_PutInFrontOfOtherCall) GetHeavier() isBagsList_PutInFrontOfOtherCall_Heavier { - if m != nil { - return m.Heavier - } - return nil -} - -func (x *BagsList_PutInFrontOfOtherCall) GetHeavierId() *BagsList_Id { - if x, ok := x.GetHeavier().(*BagsList_PutInFrontOfOtherCall_HeavierId); ok { - return x.HeavierId - } - return nil -} - -func (x *BagsList_PutInFrontOfOtherCall) GetHeavierIndex() *BagsList_Index { - if x, ok := x.GetHeavier().(*BagsList_PutInFrontOfOtherCall_HeavierIndex); ok { - return x.HeavierIndex - } - return nil -} - -func (x *BagsList_PutInFrontOfOtherCall) GetHeavierRaw() *BagsList_Raw { - if x, ok := x.GetHeavier().(*BagsList_PutInFrontOfOtherCall_HeavierRaw); ok { - return x.HeavierRaw - } - return nil -} - -func (x *BagsList_PutInFrontOfOtherCall) GetHeavierAddress32() *BagsList_Address32 { - if x, ok := x.GetHeavier().(*BagsList_PutInFrontOfOtherCall_HeavierAddress32); ok { - return x.HeavierAddress32 - } - return nil -} - -func (x *BagsList_PutInFrontOfOtherCall) GetHeavierAddress20() *BagsList_Address20 { - if x, ok := x.GetHeavier().(*BagsList_PutInFrontOfOtherCall_HeavierAddress20); ok { - return x.HeavierAddress20 - } - return nil -} - -func (m *BagsList_PutInFrontOfOtherCall) GetLighter() isBagsList_PutInFrontOfOtherCall_Lighter { - if m != nil { - return m.Lighter - } - return nil -} - -func (x *BagsList_PutInFrontOfOtherCall) GetLighterId() *BagsList_Id { - if x, ok := x.GetLighter().(*BagsList_PutInFrontOfOtherCall_LighterId); ok { - return x.LighterId - } - return nil -} - -func (x *BagsList_PutInFrontOfOtherCall) GetLighterIndex() *BagsList_Index { - if x, ok := x.GetLighter().(*BagsList_PutInFrontOfOtherCall_LighterIndex); ok { - return x.LighterIndex - } - return nil -} - -func (x *BagsList_PutInFrontOfOtherCall) GetLighterRaw() *BagsList_Raw { - if x, ok := x.GetLighter().(*BagsList_PutInFrontOfOtherCall_LighterRaw); ok { - return x.LighterRaw - } - return nil -} - -func (x *BagsList_PutInFrontOfOtherCall) GetLighterAddress32() *BagsList_Address32 { - if x, ok := x.GetLighter().(*BagsList_PutInFrontOfOtherCall_LighterAddress32); ok { - return x.LighterAddress32 - } - return nil -} - -func (x *BagsList_PutInFrontOfOtherCall) GetLighterAddress20() *BagsList_Address20 { - if x, ok := x.GetLighter().(*BagsList_PutInFrontOfOtherCall_LighterAddress20); ok { - return x.LighterAddress20 - } - return nil -} - -type isBagsList_PutInFrontOfOtherCall_Heavier interface { - isBagsList_PutInFrontOfOtherCall_Heavier() -} - -type BagsList_PutInFrontOfOtherCall_HeavierId struct { - HeavierId *BagsList_Id `protobuf:"bytes,1,opt,name=heavier_id,json=heavierId,proto3,oneof"` -} - -type BagsList_PutInFrontOfOtherCall_HeavierIndex struct { - HeavierIndex *BagsList_Index `protobuf:"bytes,2,opt,name=heavier_index,json=heavierIndex,proto3,oneof"` -} - -type BagsList_PutInFrontOfOtherCall_HeavierRaw struct { - HeavierRaw *BagsList_Raw `protobuf:"bytes,3,opt,name=heavier_raw,json=heavierRaw,proto3,oneof"` -} - -type BagsList_PutInFrontOfOtherCall_HeavierAddress32 struct { - HeavierAddress32 *BagsList_Address32 `protobuf:"bytes,4,opt,name=heavier_address32,json=heavierAddress32,proto3,oneof"` -} - -type BagsList_PutInFrontOfOtherCall_HeavierAddress20 struct { - HeavierAddress20 *BagsList_Address20 `protobuf:"bytes,5,opt,name=heavier_address20,json=heavierAddress20,proto3,oneof"` -} - -func (*BagsList_PutInFrontOfOtherCall_HeavierId) isBagsList_PutInFrontOfOtherCall_Heavier() {} - -func (*BagsList_PutInFrontOfOtherCall_HeavierIndex) isBagsList_PutInFrontOfOtherCall_Heavier() {} - -func (*BagsList_PutInFrontOfOtherCall_HeavierRaw) isBagsList_PutInFrontOfOtherCall_Heavier() {} - -func (*BagsList_PutInFrontOfOtherCall_HeavierAddress32) isBagsList_PutInFrontOfOtherCall_Heavier() {} - -func (*BagsList_PutInFrontOfOtherCall_HeavierAddress20) isBagsList_PutInFrontOfOtherCall_Heavier() {} - -type isBagsList_PutInFrontOfOtherCall_Lighter interface { - isBagsList_PutInFrontOfOtherCall_Lighter() -} - -type BagsList_PutInFrontOfOtherCall_LighterId struct { - LighterId *BagsList_Id `protobuf:"bytes,6,opt,name=lighter_id,json=lighterId,proto3,oneof"` -} - -type BagsList_PutInFrontOfOtherCall_LighterIndex struct { - LighterIndex *BagsList_Index `protobuf:"bytes,7,opt,name=lighter_index,json=lighterIndex,proto3,oneof"` -} - -type BagsList_PutInFrontOfOtherCall_LighterRaw struct { - LighterRaw *BagsList_Raw `protobuf:"bytes,8,opt,name=lighter_raw,json=lighterRaw,proto3,oneof"` -} - -type BagsList_PutInFrontOfOtherCall_LighterAddress32 struct { - LighterAddress32 *BagsList_Address32 `protobuf:"bytes,9,opt,name=lighter_address32,json=lighterAddress32,proto3,oneof"` -} - -type BagsList_PutInFrontOfOtherCall_LighterAddress20 struct { - LighterAddress20 *BagsList_Address20 `protobuf:"bytes,10,opt,name=lighter_address20,json=lighterAddress20,proto3,oneof"` -} - -func (*BagsList_PutInFrontOfOtherCall_LighterId) isBagsList_PutInFrontOfOtherCall_Lighter() {} - -func (*BagsList_PutInFrontOfOtherCall_LighterIndex) isBagsList_PutInFrontOfOtherCall_Lighter() {} - -func (*BagsList_PutInFrontOfOtherCall_LighterRaw) isBagsList_PutInFrontOfOtherCall_Lighter() {} - -func (*BagsList_PutInFrontOfOtherCall_LighterAddress32) isBagsList_PutInFrontOfOtherCall_Lighter() {} - -func (*BagsList_PutInFrontOfOtherCall_LighterAddress20) isBagsList_PutInFrontOfOtherCall_Lighter() {} - -type Staking_None struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Staking_None) Reset() { - *x = Staking_None{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[289] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_None) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_None) ProtoMessage() {} - -func (x *Staking_None) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[289] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_None.ProtoReflect.Descriptor instead. -func (*Staking_None) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{289} -} - -type Staking_ChillOtherCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Controller *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=controller,proto3" json:"controller,omitempty"` -} - -func (x *Staking_ChillOtherCall) Reset() { - *x = Staking_ChillOtherCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[290] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_ChillOtherCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_ChillOtherCall) ProtoMessage() {} - -func (x *Staking_ChillOtherCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[290] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_ChillOtherCall.ProtoReflect.Descriptor instead. -func (*Staking_ChillOtherCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{290} -} - -func (x *Staking_ChillOtherCall) GetController() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Controller - } - return nil -} - -type ChildBounties_Raw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *ChildBounties_Raw) Reset() { - *x = ChildBounties_Raw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[291] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_Raw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_Raw) ProtoMessage() {} - -func (x *ChildBounties_Raw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[291] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_Raw.ProtoReflect.Descriptor instead. -func (*ChildBounties_Raw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{291} -} - -func (x *ChildBounties_Raw) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Grandpa_GrandpaTrieNodesList struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TrieNodes []byte `protobuf:"bytes,1,opt,name=trie_nodes,json=trieNodes,proto3" json:"trie_nodes,omitempty"` -} - -func (x *Grandpa_GrandpaTrieNodesList) Reset() { - *x = Grandpa_GrandpaTrieNodesList{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[292] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_GrandpaTrieNodesList) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_GrandpaTrieNodesList) ProtoMessage() {} - -func (x *Grandpa_GrandpaTrieNodesList) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[292] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_GrandpaTrieNodesList.ProtoReflect.Descriptor instead. -func (*Grandpa_GrandpaTrieNodesList) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{292} -} - -func (x *Grandpa_GrandpaTrieNodesList) GetTrieNodes() []byte { - if x != nil { - return x.TrieNodes - } - return nil -} - -type Balances_UpgradeAccountsCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Who []*SpCoreCryptoAccountId32 `protobuf:"bytes,1,rep,name=who,proto3" json:"who,omitempty"` -} - -func (x *Balances_UpgradeAccountsCall) Reset() { - *x = Balances_UpgradeAccountsCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[293] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_UpgradeAccountsCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_UpgradeAccountsCall) ProtoMessage() {} - -func (x *Balances_UpgradeAccountsCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[293] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_UpgradeAccountsCall.ProtoReflect.Descriptor instead. -func (*Balances_UpgradeAccountsCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{293} -} - -func (x *Balances_UpgradeAccountsCall) GetWho() []*SpCoreCryptoAccountId32 { - if x != nil { - return x.Who - } - return nil -} - -type Identity_Raw4 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw4) Reset() { - *x = Identity_Raw4{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[294] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw4) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw4) ProtoMessage() {} - -func (x *Identity_Raw4) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[294] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw4.ProtoReflect.Descriptor instead. -func (*Identity_Raw4) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{294} -} - -func (x *Identity_Raw4) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_Email struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Email: - // - // *Identity_Email_EmailNone - // *Identity_Email_EmailRaw0 - // *Identity_Email_EmailRaw1 - // *Identity_Email_EmailRaw2 - // *Identity_Email_EmailRaw3 - // *Identity_Email_EmailRaw4 - // *Identity_Email_EmailRaw5 - // *Identity_Email_EmailRaw6 - // *Identity_Email_EmailRaw7 - // *Identity_Email_EmailRaw8 - // *Identity_Email_EmailRaw9 - // *Identity_Email_EmailRaw10 - // *Identity_Email_EmailRaw11 - // *Identity_Email_EmailRaw12 - // *Identity_Email_EmailRaw13 - // *Identity_Email_EmailRaw14 - // *Identity_Email_EmailRaw15 - // *Identity_Email_EmailRaw16 - // *Identity_Email_EmailRaw17 - // *Identity_Email_EmailRaw18 - // *Identity_Email_EmailRaw19 - // *Identity_Email_EmailRaw20 - // *Identity_Email_EmailRaw21 - // *Identity_Email_EmailRaw22 - // *Identity_Email_EmailRaw23 - // *Identity_Email_EmailRaw24 - // *Identity_Email_EmailRaw25 - // *Identity_Email_EmailRaw26 - // *Identity_Email_EmailRaw27 - // *Identity_Email_EmailRaw28 - // *Identity_Email_EmailRaw29 - // *Identity_Email_EmailRaw30 - // *Identity_Email_EmailRaw31 - // *Identity_Email_EmailRaw32 - // *Identity_Email_EmailBlakeTwo256 - // *Identity_Email_EmailSha256 - // *Identity_Email_EmailKeccak256 - // *Identity_Email_EmailShaThree256 - Email isIdentity_Email_Email `protobuf_oneof:"email"` -} - -func (x *Identity_Email) Reset() { - *x = Identity_Email{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[295] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Email) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Email) ProtoMessage() {} - -func (x *Identity_Email) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[295] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Email.ProtoReflect.Descriptor instead. -func (*Identity_Email) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{295} -} - -func (m *Identity_Email) GetEmail() isIdentity_Email_Email { - if m != nil { - return m.Email - } - return nil -} - -func (x *Identity_Email) GetEmailNone() *Identity_None { - if x, ok := x.GetEmail().(*Identity_Email_EmailNone); ok { - return x.EmailNone - } - return nil -} - -func (x *Identity_Email) GetEmailRaw0() *Identity_Raw0 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw0); ok { - return x.EmailRaw0 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw1() *Identity_Raw1 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw1); ok { - return x.EmailRaw1 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw2() *Identity_Raw2 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw2); ok { - return x.EmailRaw2 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw3() *Identity_Raw3 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw3); ok { - return x.EmailRaw3 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw4() *Identity_Raw4 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw4); ok { - return x.EmailRaw4 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw5() *Identity_Raw5 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw5); ok { - return x.EmailRaw5 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw6() *Identity_Raw6 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw6); ok { - return x.EmailRaw6 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw7() *Identity_Raw7 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw7); ok { - return x.EmailRaw7 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw8() *Identity_Raw8 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw8); ok { - return x.EmailRaw8 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw9() *Identity_Raw9 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw9); ok { - return x.EmailRaw9 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw10() *Identity_Raw10 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw10); ok { - return x.EmailRaw10 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw11() *Identity_Raw11 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw11); ok { - return x.EmailRaw11 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw12() *Identity_Raw12 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw12); ok { - return x.EmailRaw12 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw13() *Identity_Raw13 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw13); ok { - return x.EmailRaw13 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw14() *Identity_Raw14 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw14); ok { - return x.EmailRaw14 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw15() *Identity_Raw15 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw15); ok { - return x.EmailRaw15 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw16() *Identity_Raw16 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw16); ok { - return x.EmailRaw16 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw17() *Identity_Raw17 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw17); ok { - return x.EmailRaw17 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw18() *Identity_Raw18 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw18); ok { - return x.EmailRaw18 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw19() *Identity_Raw19 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw19); ok { - return x.EmailRaw19 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw20() *Identity_Raw20 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw20); ok { - return x.EmailRaw20 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw21() *Identity_Raw21 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw21); ok { - return x.EmailRaw21 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw22() *Identity_Raw22 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw22); ok { - return x.EmailRaw22 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw23() *Identity_Raw23 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw23); ok { - return x.EmailRaw23 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw24() *Identity_Raw24 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw24); ok { - return x.EmailRaw24 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw25() *Identity_Raw25 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw25); ok { - return x.EmailRaw25 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw26() *Identity_Raw26 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw26); ok { - return x.EmailRaw26 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw27() *Identity_Raw27 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw27); ok { - return x.EmailRaw27 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw28() *Identity_Raw28 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw28); ok { - return x.EmailRaw28 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw29() *Identity_Raw29 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw29); ok { - return x.EmailRaw29 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw30() *Identity_Raw30 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw30); ok { - return x.EmailRaw30 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw31() *Identity_Raw31 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw31); ok { - return x.EmailRaw31 - } - return nil -} - -func (x *Identity_Email) GetEmailRaw32() *Identity_Raw32 { - if x, ok := x.GetEmail().(*Identity_Email_EmailRaw32); ok { - return x.EmailRaw32 - } - return nil -} - -func (x *Identity_Email) GetEmailBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetEmail().(*Identity_Email_EmailBlakeTwo256); ok { - return x.EmailBlakeTwo256 - } - return nil -} - -func (x *Identity_Email) GetEmailSha256() *Identity_Sha256 { - if x, ok := x.GetEmail().(*Identity_Email_EmailSha256); ok { - return x.EmailSha256 - } - return nil -} - -func (x *Identity_Email) GetEmailKeccak256() *Identity_Keccak256 { - if x, ok := x.GetEmail().(*Identity_Email_EmailKeccak256); ok { - return x.EmailKeccak256 - } - return nil -} - -func (x *Identity_Email) GetEmailShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetEmail().(*Identity_Email_EmailShaThree256); ok { - return x.EmailShaThree256 - } - return nil -} - -type isIdentity_Email_Email interface { - isIdentity_Email_Email() -} - -type Identity_Email_EmailNone struct { - EmailNone *Identity_None `protobuf:"bytes,1,opt,name=email_none,json=emailNone,proto3,oneof"` -} - -type Identity_Email_EmailRaw0 struct { - EmailRaw0 *Identity_Raw0 `protobuf:"bytes,2,opt,name=email_raw0,json=emailRaw0,proto3,oneof"` -} - -type Identity_Email_EmailRaw1 struct { - EmailRaw1 *Identity_Raw1 `protobuf:"bytes,3,opt,name=email_raw1,json=emailRaw1,proto3,oneof"` -} - -type Identity_Email_EmailRaw2 struct { - EmailRaw2 *Identity_Raw2 `protobuf:"bytes,4,opt,name=email_raw2,json=emailRaw2,proto3,oneof"` -} - -type Identity_Email_EmailRaw3 struct { - EmailRaw3 *Identity_Raw3 `protobuf:"bytes,5,opt,name=email_raw3,json=emailRaw3,proto3,oneof"` -} - -type Identity_Email_EmailRaw4 struct { - EmailRaw4 *Identity_Raw4 `protobuf:"bytes,6,opt,name=email_raw4,json=emailRaw4,proto3,oneof"` -} - -type Identity_Email_EmailRaw5 struct { - EmailRaw5 *Identity_Raw5 `protobuf:"bytes,7,opt,name=email_raw5,json=emailRaw5,proto3,oneof"` -} - -type Identity_Email_EmailRaw6 struct { - EmailRaw6 *Identity_Raw6 `protobuf:"bytes,8,opt,name=email_raw6,json=emailRaw6,proto3,oneof"` -} - -type Identity_Email_EmailRaw7 struct { - EmailRaw7 *Identity_Raw7 `protobuf:"bytes,9,opt,name=email_raw7,json=emailRaw7,proto3,oneof"` -} - -type Identity_Email_EmailRaw8 struct { - EmailRaw8 *Identity_Raw8 `protobuf:"bytes,10,opt,name=email_raw8,json=emailRaw8,proto3,oneof"` -} - -type Identity_Email_EmailRaw9 struct { - EmailRaw9 *Identity_Raw9 `protobuf:"bytes,11,opt,name=email_raw9,json=emailRaw9,proto3,oneof"` -} - -type Identity_Email_EmailRaw10 struct { - EmailRaw10 *Identity_Raw10 `protobuf:"bytes,12,opt,name=email_raw10,json=emailRaw10,proto3,oneof"` -} - -type Identity_Email_EmailRaw11 struct { - EmailRaw11 *Identity_Raw11 `protobuf:"bytes,13,opt,name=email_raw11,json=emailRaw11,proto3,oneof"` -} - -type Identity_Email_EmailRaw12 struct { - EmailRaw12 *Identity_Raw12 `protobuf:"bytes,14,opt,name=email_raw12,json=emailRaw12,proto3,oneof"` -} - -type Identity_Email_EmailRaw13 struct { - EmailRaw13 *Identity_Raw13 `protobuf:"bytes,15,opt,name=email_raw13,json=emailRaw13,proto3,oneof"` -} - -type Identity_Email_EmailRaw14 struct { - EmailRaw14 *Identity_Raw14 `protobuf:"bytes,16,opt,name=email_raw14,json=emailRaw14,proto3,oneof"` -} - -type Identity_Email_EmailRaw15 struct { - EmailRaw15 *Identity_Raw15 `protobuf:"bytes,17,opt,name=email_raw15,json=emailRaw15,proto3,oneof"` -} - -type Identity_Email_EmailRaw16 struct { - EmailRaw16 *Identity_Raw16 `protobuf:"bytes,18,opt,name=email_raw16,json=emailRaw16,proto3,oneof"` -} - -type Identity_Email_EmailRaw17 struct { - EmailRaw17 *Identity_Raw17 `protobuf:"bytes,19,opt,name=email_raw17,json=emailRaw17,proto3,oneof"` -} - -type Identity_Email_EmailRaw18 struct { - EmailRaw18 *Identity_Raw18 `protobuf:"bytes,20,opt,name=email_raw18,json=emailRaw18,proto3,oneof"` -} - -type Identity_Email_EmailRaw19 struct { - EmailRaw19 *Identity_Raw19 `protobuf:"bytes,21,opt,name=email_raw19,json=emailRaw19,proto3,oneof"` -} - -type Identity_Email_EmailRaw20 struct { - EmailRaw20 *Identity_Raw20 `protobuf:"bytes,22,opt,name=email_raw20,json=emailRaw20,proto3,oneof"` -} - -type Identity_Email_EmailRaw21 struct { - EmailRaw21 *Identity_Raw21 `protobuf:"bytes,23,opt,name=email_raw21,json=emailRaw21,proto3,oneof"` -} - -type Identity_Email_EmailRaw22 struct { - EmailRaw22 *Identity_Raw22 `protobuf:"bytes,24,opt,name=email_raw22,json=emailRaw22,proto3,oneof"` -} - -type Identity_Email_EmailRaw23 struct { - EmailRaw23 *Identity_Raw23 `protobuf:"bytes,25,opt,name=email_raw23,json=emailRaw23,proto3,oneof"` -} - -type Identity_Email_EmailRaw24 struct { - EmailRaw24 *Identity_Raw24 `protobuf:"bytes,26,opt,name=email_raw24,json=emailRaw24,proto3,oneof"` -} - -type Identity_Email_EmailRaw25 struct { - EmailRaw25 *Identity_Raw25 `protobuf:"bytes,27,opt,name=email_raw25,json=emailRaw25,proto3,oneof"` -} - -type Identity_Email_EmailRaw26 struct { - EmailRaw26 *Identity_Raw26 `protobuf:"bytes,28,opt,name=email_raw26,json=emailRaw26,proto3,oneof"` -} - -type Identity_Email_EmailRaw27 struct { - EmailRaw27 *Identity_Raw27 `protobuf:"bytes,29,opt,name=email_raw27,json=emailRaw27,proto3,oneof"` -} - -type Identity_Email_EmailRaw28 struct { - EmailRaw28 *Identity_Raw28 `protobuf:"bytes,30,opt,name=email_raw28,json=emailRaw28,proto3,oneof"` -} - -type Identity_Email_EmailRaw29 struct { - EmailRaw29 *Identity_Raw29 `protobuf:"bytes,31,opt,name=email_raw29,json=emailRaw29,proto3,oneof"` -} - -type Identity_Email_EmailRaw30 struct { - EmailRaw30 *Identity_Raw30 `protobuf:"bytes,32,opt,name=email_raw30,json=emailRaw30,proto3,oneof"` -} - -type Identity_Email_EmailRaw31 struct { - EmailRaw31 *Identity_Raw31 `protobuf:"bytes,33,opt,name=email_raw31,json=emailRaw31,proto3,oneof"` -} - -type Identity_Email_EmailRaw32 struct { - EmailRaw32 *Identity_Raw32 `protobuf:"bytes,34,opt,name=email_raw32,json=emailRaw32,proto3,oneof"` -} - -type Identity_Email_EmailBlakeTwo256 struct { - EmailBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,35,opt,name=email_blake_two256,json=emailBlakeTwo256,proto3,oneof"` -} - -type Identity_Email_EmailSha256 struct { - EmailSha256 *Identity_Sha256 `protobuf:"bytes,36,opt,name=email_sha256,json=emailSha256,proto3,oneof"` -} - -type Identity_Email_EmailKeccak256 struct { - EmailKeccak256 *Identity_Keccak256 `protobuf:"bytes,37,opt,name=email_keccak256,json=emailKeccak256,proto3,oneof"` -} - -type Identity_Email_EmailShaThree256 struct { - EmailShaThree256 *Identity_ShaThree256 `protobuf:"bytes,38,opt,name=email_sha_three256,json=emailShaThree256,proto3,oneof"` -} - -func (*Identity_Email_EmailNone) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw0) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw1) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw2) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw3) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw4) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw5) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw6) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw7) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw8) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw9) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw10) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw11) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw12) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw13) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw14) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw15) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw16) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw17) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw18) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw19) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw20) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw21) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw22) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw23) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw24) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw25) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw26) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw27) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw28) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw29) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw30) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw31) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailRaw32) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailBlakeTwo256) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailSha256) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailKeccak256) isIdentity_Email_Email() {} - -func (*Identity_Email_EmailShaThree256) isIdentity_Email_Email() {} - -type Proxy_RemoveProxyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Delegate: - // - // *Proxy_RemoveProxyCall_DelegateId - // *Proxy_RemoveProxyCall_DelegateIndex - // *Proxy_RemoveProxyCall_DelegateRaw - // *Proxy_RemoveProxyCall_DelegateAddress32 - // *Proxy_RemoveProxyCall_DelegateAddress20 - Delegate isProxy_RemoveProxyCall_Delegate `protobuf_oneof:"delegate"` - // Types that are assignable to ProxyType: - // - // *Proxy_RemoveProxyCall_ProxyTypeAny - // *Proxy_RemoveProxyCall_ProxyTypeNonTransfer - // *Proxy_RemoveProxyCall_ProxyTypeGovernance - // *Proxy_RemoveProxyCall_ProxyTypeStaking - // *Proxy_RemoveProxyCall_ProxyTypeIdentityJudgement - // *Proxy_RemoveProxyCall_ProxyTypeCancelProxy - ProxyType isProxy_RemoveProxyCall_ProxyType `protobuf_oneof:"proxy_type"` - Delay uint32 `protobuf:"varint,12,opt,name=delay,proto3" json:"delay,omitempty"` -} - -func (x *Proxy_RemoveProxyCall) Reset() { - *x = Proxy_RemoveProxyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[296] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_RemoveProxyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_RemoveProxyCall) ProtoMessage() {} - -func (x *Proxy_RemoveProxyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[296] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_RemoveProxyCall.ProtoReflect.Descriptor instead. -func (*Proxy_RemoveProxyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{296} -} - -func (m *Proxy_RemoveProxyCall) GetDelegate() isProxy_RemoveProxyCall_Delegate { - if m != nil { - return m.Delegate - } - return nil -} - -func (x *Proxy_RemoveProxyCall) GetDelegateId() *Proxy_Id { - if x, ok := x.GetDelegate().(*Proxy_RemoveProxyCall_DelegateId); ok { - return x.DelegateId - } - return nil -} - -func (x *Proxy_RemoveProxyCall) GetDelegateIndex() *Proxy_Index { - if x, ok := x.GetDelegate().(*Proxy_RemoveProxyCall_DelegateIndex); ok { - return x.DelegateIndex - } - return nil -} - -func (x *Proxy_RemoveProxyCall) GetDelegateRaw() *Proxy_Raw { - if x, ok := x.GetDelegate().(*Proxy_RemoveProxyCall_DelegateRaw); ok { - return x.DelegateRaw - } - return nil -} - -func (x *Proxy_RemoveProxyCall) GetDelegateAddress32() *Proxy_Address32 { - if x, ok := x.GetDelegate().(*Proxy_RemoveProxyCall_DelegateAddress32); ok { - return x.DelegateAddress32 - } - return nil -} - -func (x *Proxy_RemoveProxyCall) GetDelegateAddress20() *Proxy_Address20 { - if x, ok := x.GetDelegate().(*Proxy_RemoveProxyCall_DelegateAddress20); ok { - return x.DelegateAddress20 - } - return nil -} - -func (m *Proxy_RemoveProxyCall) GetProxyType() isProxy_RemoveProxyCall_ProxyType { - if m != nil { - return m.ProxyType - } - return nil -} - -func (x *Proxy_RemoveProxyCall) GetProxyTypeAny() *Proxy_Any { - if x, ok := x.GetProxyType().(*Proxy_RemoveProxyCall_ProxyTypeAny); ok { - return x.ProxyTypeAny - } - return nil -} - -func (x *Proxy_RemoveProxyCall) GetProxyTypeNonTransfer() *Proxy_NonTransfer { - if x, ok := x.GetProxyType().(*Proxy_RemoveProxyCall_ProxyTypeNonTransfer); ok { - return x.ProxyTypeNonTransfer - } - return nil -} - -func (x *Proxy_RemoveProxyCall) GetProxyTypeGovernance() *Proxy_Governance { - if x, ok := x.GetProxyType().(*Proxy_RemoveProxyCall_ProxyTypeGovernance); ok { - return x.ProxyTypeGovernance - } - return nil -} - -func (x *Proxy_RemoveProxyCall) GetProxyTypeStaking() *Proxy_Staking { - if x, ok := x.GetProxyType().(*Proxy_RemoveProxyCall_ProxyTypeStaking); ok { - return x.ProxyTypeStaking - } - return nil -} - -func (x *Proxy_RemoveProxyCall) GetProxyTypeIdentityJudgement() *Proxy_IdentityJudgement { - if x, ok := x.GetProxyType().(*Proxy_RemoveProxyCall_ProxyTypeIdentityJudgement); ok { - return x.ProxyTypeIdentityJudgement - } - return nil -} - -func (x *Proxy_RemoveProxyCall) GetProxyTypeCancelProxy() *Proxy_CancelProxy { - if x, ok := x.GetProxyType().(*Proxy_RemoveProxyCall_ProxyTypeCancelProxy); ok { - return x.ProxyTypeCancelProxy - } - return nil -} - -func (x *Proxy_RemoveProxyCall) GetDelay() uint32 { - if x != nil { - return x.Delay - } - return 0 -} - -type isProxy_RemoveProxyCall_Delegate interface { - isProxy_RemoveProxyCall_Delegate() -} - -type Proxy_RemoveProxyCall_DelegateId struct { - DelegateId *Proxy_Id `protobuf:"bytes,1,opt,name=delegate_id,json=delegateId,proto3,oneof"` -} - -type Proxy_RemoveProxyCall_DelegateIndex struct { - DelegateIndex *Proxy_Index `protobuf:"bytes,2,opt,name=delegate_index,json=delegateIndex,proto3,oneof"` -} - -type Proxy_RemoveProxyCall_DelegateRaw struct { - DelegateRaw *Proxy_Raw `protobuf:"bytes,3,opt,name=delegate_raw,json=delegateRaw,proto3,oneof"` -} - -type Proxy_RemoveProxyCall_DelegateAddress32 struct { - DelegateAddress32 *Proxy_Address32 `protobuf:"bytes,4,opt,name=delegate_address32,json=delegateAddress32,proto3,oneof"` -} - -type Proxy_RemoveProxyCall_DelegateAddress20 struct { - DelegateAddress20 *Proxy_Address20 `protobuf:"bytes,5,opt,name=delegate_address20,json=delegateAddress20,proto3,oneof"` -} - -func (*Proxy_RemoveProxyCall_DelegateId) isProxy_RemoveProxyCall_Delegate() {} - -func (*Proxy_RemoveProxyCall_DelegateIndex) isProxy_RemoveProxyCall_Delegate() {} - -func (*Proxy_RemoveProxyCall_DelegateRaw) isProxy_RemoveProxyCall_Delegate() {} - -func (*Proxy_RemoveProxyCall_DelegateAddress32) isProxy_RemoveProxyCall_Delegate() {} - -func (*Proxy_RemoveProxyCall_DelegateAddress20) isProxy_RemoveProxyCall_Delegate() {} - -type isProxy_RemoveProxyCall_ProxyType interface { - isProxy_RemoveProxyCall_ProxyType() -} - -type Proxy_RemoveProxyCall_ProxyTypeAny struct { - ProxyTypeAny *Proxy_Any `protobuf:"bytes,6,opt,name=proxy_type_any,json=proxyTypeAny,proto3,oneof"` -} - -type Proxy_RemoveProxyCall_ProxyTypeNonTransfer struct { - ProxyTypeNonTransfer *Proxy_NonTransfer `protobuf:"bytes,7,opt,name=proxy_type_non_transfer,json=proxyTypeNonTransfer,proto3,oneof"` -} - -type Proxy_RemoveProxyCall_ProxyTypeGovernance struct { - ProxyTypeGovernance *Proxy_Governance `protobuf:"bytes,8,opt,name=proxy_type_governance,json=proxyTypeGovernance,proto3,oneof"` -} - -type Proxy_RemoveProxyCall_ProxyTypeStaking struct { - ProxyTypeStaking *Proxy_Staking `protobuf:"bytes,9,opt,name=proxy_type_staking,json=proxyTypeStaking,proto3,oneof"` -} - -type Proxy_RemoveProxyCall_ProxyTypeIdentityJudgement struct { - ProxyTypeIdentityJudgement *Proxy_IdentityJudgement `protobuf:"bytes,10,opt,name=proxy_type_identity_judgement,json=proxyTypeIdentityJudgement,proto3,oneof"` -} - -type Proxy_RemoveProxyCall_ProxyTypeCancelProxy struct { - ProxyTypeCancelProxy *Proxy_CancelProxy `protobuf:"bytes,11,opt,name=proxy_type_cancel_proxy,json=proxyTypeCancelProxy,proto3,oneof"` -} - -func (*Proxy_RemoveProxyCall_ProxyTypeAny) isProxy_RemoveProxyCall_ProxyType() {} - -func (*Proxy_RemoveProxyCall_ProxyTypeNonTransfer) isProxy_RemoveProxyCall_ProxyType() {} - -func (*Proxy_RemoveProxyCall_ProxyTypeGovernance) isProxy_RemoveProxyCall_ProxyType() {} - -func (*Proxy_RemoveProxyCall_ProxyTypeStaking) isProxy_RemoveProxyCall_ProxyType() {} - -func (*Proxy_RemoveProxyCall_ProxyTypeIdentityJudgement) isProxy_RemoveProxyCall_ProxyType() {} - -func (*Proxy_RemoveProxyCall_ProxyTypeCancelProxy) isProxy_RemoveProxyCall_ProxyType() {} - -type NominationPoolsPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *NominationPoolsPallet_CallJoinCall - // *NominationPoolsPallet_CallBondExtraCall - // *NominationPoolsPallet_CallClaimPayoutCall - // *NominationPoolsPallet_CallUnbondCall - // *NominationPoolsPallet_CallPoolWithdrawUnbondedCall - // *NominationPoolsPallet_CallWithdrawUnbondedCall - // *NominationPoolsPallet_CallCreateCall - // *NominationPoolsPallet_CallCreateWithPoolIdCall - // *NominationPoolsPallet_CallNominateCall - // *NominationPoolsPallet_CallSetStateCall - // *NominationPoolsPallet_CallSetMetadataCall - // *NominationPoolsPallet_CallSetConfigsCall - // *NominationPoolsPallet_CallUpdateRolesCall - // *NominationPoolsPallet_CallChillCall - // *NominationPoolsPallet_CallBondExtraOtherCall - // *NominationPoolsPallet_CallSetClaimPermissionCall - // *NominationPoolsPallet_CallClaimPayoutOtherCall - // *NominationPoolsPallet_CallSetCommissionCall - // *NominationPoolsPallet_CallSetCommissionMaxCall - // *NominationPoolsPallet_CallSetCommissionChangeRateCall - // *NominationPoolsPallet_CallClaimCommissionCall - // *NominationPoolsPallet_CallAdjustPoolDepositCall - Call isNominationPoolsPallet_Call `protobuf_oneof:"call"` -} - -func (x *NominationPoolsPallet) Reset() { - *x = NominationPoolsPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[297] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPoolsPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPoolsPallet) ProtoMessage() {} - -func (x *NominationPoolsPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[297] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPoolsPallet.ProtoReflect.Descriptor instead. -func (*NominationPoolsPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{297} -} - -func (m *NominationPoolsPallet) GetCall() isNominationPoolsPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *NominationPoolsPallet) GetCallJoinCall() *NominationPools_JoinCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallJoinCall); ok { - return x.CallJoinCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallBondExtraCall() *NominationPools_BondExtraCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallBondExtraCall); ok { - return x.CallBondExtraCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallClaimPayoutCall() *NominationPools_ClaimPayoutCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallClaimPayoutCall); ok { - return x.CallClaimPayoutCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallUnbondCall() *NominationPools_UnbondCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallUnbondCall); ok { - return x.CallUnbondCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallPoolWithdrawUnbondedCall() *NominationPools_PoolWithdrawUnbondedCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallPoolWithdrawUnbondedCall); ok { - return x.CallPoolWithdrawUnbondedCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallWithdrawUnbondedCall() *NominationPools_WithdrawUnbondedCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallWithdrawUnbondedCall); ok { - return x.CallWithdrawUnbondedCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallCreateCall() *NominationPools_CreateCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallCreateCall); ok { - return x.CallCreateCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallCreateWithPoolIdCall() *NominationPools_CreateWithPoolIdCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallCreateWithPoolIdCall); ok { - return x.CallCreateWithPoolIdCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallNominateCall() *NominationPools_NominateCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallNominateCall); ok { - return x.CallNominateCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallSetStateCall() *NominationPools_SetStateCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallSetStateCall); ok { - return x.CallSetStateCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallSetMetadataCall() *NominationPools_SetMetadataCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallSetMetadataCall); ok { - return x.CallSetMetadataCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallSetConfigsCall() *NominationPools_SetConfigsCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallSetConfigsCall); ok { - return x.CallSetConfigsCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallUpdateRolesCall() *NominationPools_UpdateRolesCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallUpdateRolesCall); ok { - return x.CallUpdateRolesCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallChillCall() *NominationPools_ChillCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallChillCall); ok { - return x.CallChillCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallBondExtraOtherCall() *NominationPools_BondExtraOtherCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallBondExtraOtherCall); ok { - return x.CallBondExtraOtherCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallSetClaimPermissionCall() *NominationPools_SetClaimPermissionCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallSetClaimPermissionCall); ok { - return x.CallSetClaimPermissionCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallClaimPayoutOtherCall() *NominationPools_ClaimPayoutOtherCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallClaimPayoutOtherCall); ok { - return x.CallClaimPayoutOtherCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallSetCommissionCall() *NominationPools_SetCommissionCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallSetCommissionCall); ok { - return x.CallSetCommissionCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallSetCommissionMaxCall() *NominationPools_SetCommissionMaxCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallSetCommissionMaxCall); ok { - return x.CallSetCommissionMaxCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallSetCommissionChangeRateCall() *NominationPools_SetCommissionChangeRateCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallSetCommissionChangeRateCall); ok { - return x.CallSetCommissionChangeRateCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallClaimCommissionCall() *NominationPools_ClaimCommissionCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallClaimCommissionCall); ok { - return x.CallClaimCommissionCall - } - return nil -} - -func (x *NominationPoolsPallet) GetCallAdjustPoolDepositCall() *NominationPools_AdjustPoolDepositCall { - if x, ok := x.GetCall().(*NominationPoolsPallet_CallAdjustPoolDepositCall); ok { - return x.CallAdjustPoolDepositCall - } - return nil -} - -type isNominationPoolsPallet_Call interface { - isNominationPoolsPallet_Call() -} - -type NominationPoolsPallet_CallJoinCall struct { - CallJoinCall *NominationPools_JoinCall `protobuf:"bytes,1,opt,name=call_join_call,json=callJoinCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallBondExtraCall struct { - CallBondExtraCall *NominationPools_BondExtraCall `protobuf:"bytes,2,opt,name=call_bond_extra_call,json=callBondExtraCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallClaimPayoutCall struct { - CallClaimPayoutCall *NominationPools_ClaimPayoutCall `protobuf:"bytes,3,opt,name=call_claim_payout_call,json=callClaimPayoutCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallUnbondCall struct { - CallUnbondCall *NominationPools_UnbondCall `protobuf:"bytes,4,opt,name=call_unbond_call,json=callUnbondCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallPoolWithdrawUnbondedCall struct { - CallPoolWithdrawUnbondedCall *NominationPools_PoolWithdrawUnbondedCall `protobuf:"bytes,5,opt,name=call_pool_withdraw_unbonded_call,json=callPoolWithdrawUnbondedCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallWithdrawUnbondedCall struct { - CallWithdrawUnbondedCall *NominationPools_WithdrawUnbondedCall `protobuf:"bytes,6,opt,name=call_withdraw_unbonded_call,json=callWithdrawUnbondedCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallCreateCall struct { - CallCreateCall *NominationPools_CreateCall `protobuf:"bytes,7,opt,name=call_create_call,json=callCreateCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallCreateWithPoolIdCall struct { - CallCreateWithPoolIdCall *NominationPools_CreateWithPoolIdCall `protobuf:"bytes,8,opt,name=call_create_with_pool_id_call,json=callCreateWithPoolIdCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallNominateCall struct { - CallNominateCall *NominationPools_NominateCall `protobuf:"bytes,9,opt,name=call_nominate_call,json=callNominateCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallSetStateCall struct { - CallSetStateCall *NominationPools_SetStateCall `protobuf:"bytes,10,opt,name=call_set_state_call,json=callSetStateCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallSetMetadataCall struct { - CallSetMetadataCall *NominationPools_SetMetadataCall `protobuf:"bytes,11,opt,name=call_set_metadata_call,json=callSetMetadataCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallSetConfigsCall struct { - CallSetConfigsCall *NominationPools_SetConfigsCall `protobuf:"bytes,12,opt,name=call_set_configs_call,json=callSetConfigsCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallUpdateRolesCall struct { - CallUpdateRolesCall *NominationPools_UpdateRolesCall `protobuf:"bytes,13,opt,name=call_update_roles_call,json=callUpdateRolesCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallChillCall struct { - CallChillCall *NominationPools_ChillCall `protobuf:"bytes,14,opt,name=call_chill_call,json=callChillCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallBondExtraOtherCall struct { - CallBondExtraOtherCall *NominationPools_BondExtraOtherCall `protobuf:"bytes,15,opt,name=call_bond_extra_other_call,json=callBondExtraOtherCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallSetClaimPermissionCall struct { - CallSetClaimPermissionCall *NominationPools_SetClaimPermissionCall `protobuf:"bytes,16,opt,name=call_set_claim_permission_call,json=callSetClaimPermissionCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallClaimPayoutOtherCall struct { - CallClaimPayoutOtherCall *NominationPools_ClaimPayoutOtherCall `protobuf:"bytes,17,opt,name=call_claim_payout_other_call,json=callClaimPayoutOtherCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallSetCommissionCall struct { - CallSetCommissionCall *NominationPools_SetCommissionCall `protobuf:"bytes,18,opt,name=call_set_commission_call,json=callSetCommissionCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallSetCommissionMaxCall struct { - CallSetCommissionMaxCall *NominationPools_SetCommissionMaxCall `protobuf:"bytes,19,opt,name=call_set_commission_max_call,json=callSetCommissionMaxCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallSetCommissionChangeRateCall struct { - CallSetCommissionChangeRateCall *NominationPools_SetCommissionChangeRateCall `protobuf:"bytes,20,opt,name=call_set_commission_change_rate_call,json=callSetCommissionChangeRateCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallClaimCommissionCall struct { - CallClaimCommissionCall *NominationPools_ClaimCommissionCall `protobuf:"bytes,21,opt,name=call_claim_commission_call,json=callClaimCommissionCall,proto3,oneof"` -} - -type NominationPoolsPallet_CallAdjustPoolDepositCall struct { - CallAdjustPoolDepositCall *NominationPools_AdjustPoolDepositCall `protobuf:"bytes,22,opt,name=call_adjust_pool_deposit_call,json=callAdjustPoolDepositCall,proto3,oneof"` -} - -func (*NominationPoolsPallet_CallJoinCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallBondExtraCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallClaimPayoutCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallUnbondCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallPoolWithdrawUnbondedCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallWithdrawUnbondedCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallCreateCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallCreateWithPoolIdCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallNominateCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallSetStateCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallSetMetadataCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallSetConfigsCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallUpdateRolesCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallChillCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallBondExtraOtherCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallSetClaimPermissionCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallClaimPayoutOtherCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallSetCommissionCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallSetCommissionMaxCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallSetCommissionChangeRateCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallClaimCommissionCall) isNominationPoolsPallet_Call() {} - -func (*NominationPoolsPallet_CallAdjustPoolDepositCall) isNominationPoolsPallet_Call() {} - -type Staking_ForceApplyMinCommissionCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ValidatorStash *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=validator_stash,json=validatorStash,proto3" json:"validator_stash,omitempty"` -} - -func (x *Staking_ForceApplyMinCommissionCall) Reset() { - *x = Staking_ForceApplyMinCommissionCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[298] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_ForceApplyMinCommissionCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_ForceApplyMinCommissionCall) ProtoMessage() {} - -func (x *Staking_ForceApplyMinCommissionCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[298] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_ForceApplyMinCommissionCall.ProtoReflect.Descriptor instead. -func (*Staking_ForceApplyMinCommissionCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{298} -} - -func (x *Staking_ForceApplyMinCommissionCall) GetValidatorStash() *SpCoreCryptoAccountId32 { - if x != nil { - return x.ValidatorStash - } - return nil -} - -type Utility_AsOrigin struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to AsOrigin: - // - // *Utility_AsOrigin_AsOriginSystem - // *Utility_AsOrigin_AsOriginOrigins - // *Utility_AsOrigin_AsOriginVoid - AsOrigin isUtility_AsOrigin_AsOrigin `protobuf_oneof:"as_origin"` -} - -func (x *Utility_AsOrigin) Reset() { - *x = Utility_AsOrigin{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[299] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Utility_AsOrigin) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Utility_AsOrigin) ProtoMessage() {} - -func (x *Utility_AsOrigin) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[299] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Utility_AsOrigin.ProtoReflect.Descriptor instead. -func (*Utility_AsOrigin) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{299} -} - -func (m *Utility_AsOrigin) GetAsOrigin() isUtility_AsOrigin_AsOrigin { - if m != nil { - return m.AsOrigin - } - return nil -} - -func (x *Utility_AsOrigin) GetAsOriginSystem() *Utility_System { - if x, ok := x.GetAsOrigin().(*Utility_AsOrigin_AsOriginSystem); ok { - return x.AsOriginSystem - } - return nil -} - -func (x *Utility_AsOrigin) GetAsOriginOrigins() *Utility_Origins { - if x, ok := x.GetAsOrigin().(*Utility_AsOrigin_AsOriginOrigins); ok { - return x.AsOriginOrigins - } - return nil -} - -func (x *Utility_AsOrigin) GetAsOriginVoid() *Utility_Void { - if x, ok := x.GetAsOrigin().(*Utility_AsOrigin_AsOriginVoid); ok { - return x.AsOriginVoid - } - return nil -} - -type isUtility_AsOrigin_AsOrigin interface { - isUtility_AsOrigin_AsOrigin() -} - -type Utility_AsOrigin_AsOriginSystem struct { - AsOriginSystem *Utility_System `protobuf:"bytes,1,opt,name=as_origin_system,json=asOriginSystem,proto3,oneof"` -} - -type Utility_AsOrigin_AsOriginOrigins struct { - AsOriginOrigins *Utility_Origins `protobuf:"bytes,2,opt,name=as_origin_origins,json=asOriginOrigins,proto3,oneof"` -} - -type Utility_AsOrigin_AsOriginVoid struct { - AsOriginVoid *Utility_Void `protobuf:"bytes,3,opt,name=as_origin_void,json=asOriginVoid,proto3,oneof"` -} - -func (*Utility_AsOrigin_AsOriginSystem) isUtility_AsOrigin_AsOrigin() {} - -func (*Utility_AsOrigin_AsOriginOrigins) isUtility_AsOrigin_AsOrigin() {} - -func (*Utility_AsOrigin_AsOriginVoid) isUtility_AsOrigin_AsOrigin() {} - -type Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *Grandpa_FinalityGrandpaPrecommit `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 *Grandpa_SpConsensusGrandpaAppSignature `protobuf:"bytes,2,opt,name=value1,proto3" json:"value1,omitempty"` -} - -func (x *Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature) Reset() { - *x = Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[300] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature) ProtoMessage() {} - -func (x *Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[300] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature.ProtoReflect.Descriptor instead. -func (*Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{300} -} - -func (x *Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature) GetValue0() *Grandpa_FinalityGrandpaPrecommit { - if x != nil { - return x.Value0 - } - return nil -} - -func (x *Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature) GetValue1() *Grandpa_SpConsensusGrandpaAppSignature { - if x != nil { - return x.Value1 - } - return nil -} - -type FellowshipCollective_Address20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *FellowshipCollective_Address20) Reset() { - *x = FellowshipCollective_Address20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[301] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollective_Address20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollective_Address20) ProtoMessage() {} - -func (x *FellowshipCollective_Address20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[301] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollective_Address20.ProtoReflect.Descriptor instead. -func (*FellowshipCollective_Address20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{301} -} - -func (x *FellowshipCollective_Address20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type ConvictionVoting_Standard struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Vote *ConvictionVoting_PalletConvictionVotingVoteVote `protobuf:"bytes,1,opt,name=vote,proto3" json:"vote,omitempty"` - Balance string `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"` -} - -func (x *ConvictionVoting_Standard) Reset() { - *x = ConvictionVoting_Standard{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[302] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Standard) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Standard) ProtoMessage() {} - -func (x *ConvictionVoting_Standard) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[302] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Standard.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Standard) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{302} -} - -func (x *ConvictionVoting_Standard) GetVote() *ConvictionVoting_PalletConvictionVotingVoteVote { - if x != nil { - return x.Vote - } - return nil -} - -func (x *ConvictionVoting_Standard) GetBalance() string { - if x != nil { - return x.Balance - } - return "" -} - -type Staking_Payee struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Payee: - // - // *Staking_Payee_PayeeStaked - // *Staking_Payee_PayeeStash - // *Staking_Payee_PayeeController - // *Staking_Payee_PayeeAccount - // *Staking_Payee_PayeeNone - Payee isStaking_Payee_Payee `protobuf_oneof:"payee"` -} - -func (x *Staking_Payee) Reset() { - *x = Staking_Payee{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[303] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Payee) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Payee) ProtoMessage() {} - -func (x *Staking_Payee) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[303] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Payee.ProtoReflect.Descriptor instead. -func (*Staking_Payee) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{303} -} - -func (m *Staking_Payee) GetPayee() isStaking_Payee_Payee { - if m != nil { - return m.Payee - } - return nil -} - -func (x *Staking_Payee) GetPayeeStaked() *Staking_Staked { - if x, ok := x.GetPayee().(*Staking_Payee_PayeeStaked); ok { - return x.PayeeStaked - } - return nil -} - -func (x *Staking_Payee) GetPayeeStash() *Staking_Stash { - if x, ok := x.GetPayee().(*Staking_Payee_PayeeStash); ok { - return x.PayeeStash - } - return nil -} - -func (x *Staking_Payee) GetPayeeController() *Staking_Controller { - if x, ok := x.GetPayee().(*Staking_Payee_PayeeController); ok { - return x.PayeeController - } - return nil -} - -func (x *Staking_Payee) GetPayeeAccount() *Staking_Account { - if x, ok := x.GetPayee().(*Staking_Payee_PayeeAccount); ok { - return x.PayeeAccount - } - return nil -} - -func (x *Staking_Payee) GetPayeeNone() *Staking_None { - if x, ok := x.GetPayee().(*Staking_Payee_PayeeNone); ok { - return x.PayeeNone - } - return nil -} - -type isStaking_Payee_Payee interface { - isStaking_Payee_Payee() -} - -type Staking_Payee_PayeeStaked struct { - PayeeStaked *Staking_Staked `protobuf:"bytes,1,opt,name=payee_staked,json=payeeStaked,proto3,oneof"` -} - -type Staking_Payee_PayeeStash struct { - PayeeStash *Staking_Stash `protobuf:"bytes,2,opt,name=payee_stash,json=payeeStash,proto3,oneof"` -} - -type Staking_Payee_PayeeController struct { - PayeeController *Staking_Controller `protobuf:"bytes,3,opt,name=payee_controller,json=payeeController,proto3,oneof"` -} - -type Staking_Payee_PayeeAccount struct { - PayeeAccount *Staking_Account `protobuf:"bytes,4,opt,name=payee_account,json=payeeAccount,proto3,oneof"` -} - -type Staking_Payee_PayeeNone struct { - PayeeNone *Staking_None `protobuf:"bytes,5,opt,name=payee_none,json=payeeNone,proto3,oneof"` -} - -func (*Staking_Payee_PayeeStaked) isStaking_Payee_Payee() {} - -func (*Staking_Payee_PayeeStash) isStaking_Payee_Payee() {} - -func (*Staking_Payee_PayeeController) isStaking_Payee_Payee() {} - -func (*Staking_Payee_PayeeAccount) isStaking_Payee_Payee() {} - -func (*Staking_Payee_PayeeNone) isStaking_Payee_Payee() {} - -type Staking_ValidateCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Prefs *Staking_PalletStakingValidatorPrefs `protobuf:"bytes,1,opt,name=prefs,proto3" json:"prefs,omitempty"` -} - -func (x *Staking_ValidateCall) Reset() { - *x = Staking_ValidateCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[304] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_ValidateCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_ValidateCall) ProtoMessage() {} - -func (x *Staking_ValidateCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[304] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_ValidateCall.ProtoReflect.Descriptor instead. -func (*Staking_ValidateCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{304} -} - -func (x *Staking_ValidateCall) GetPrefs() *Staking_PalletStakingValidatorPrefs { - if x != nil { - return x.Prefs - } - return nil -} - -type Staking_SetStakingConfigsCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MinNominatorBond: - // - // *Staking_SetStakingConfigsCall_MinNominatorBondNoop - // *Staking_SetStakingConfigsCall_MinNominatorBondSet - // *Staking_SetStakingConfigsCall_MinNominatorBondRemove - MinNominatorBond isStaking_SetStakingConfigsCall_MinNominatorBond `protobuf_oneof:"min_nominator_bond"` - // Types that are assignable to MinValidatorBond: - // - // *Staking_SetStakingConfigsCall_MinValidatorBondNoop - // *Staking_SetStakingConfigsCall_MinValidatorBondSet - // *Staking_SetStakingConfigsCall_MinValidatorBondRemove - MinValidatorBond isStaking_SetStakingConfigsCall_MinValidatorBond `protobuf_oneof:"min_validator_bond"` - // Types that are assignable to MaxNominatorCount: - // - // *Staking_SetStakingConfigsCall_MaxNominatorCountNoop - // *Staking_SetStakingConfigsCall_MaxNominatorCountSet - // *Staking_SetStakingConfigsCall_MaxNominatorCountRemove - MaxNominatorCount isStaking_SetStakingConfigsCall_MaxNominatorCount `protobuf_oneof:"max_nominator_count"` - // Types that are assignable to MaxValidatorCount: - // - // *Staking_SetStakingConfigsCall_MaxValidatorCountNoop - // *Staking_SetStakingConfigsCall_MaxValidatorCountSet - // *Staking_SetStakingConfigsCall_MaxValidatorCountRemove - MaxValidatorCount isStaking_SetStakingConfigsCall_MaxValidatorCount `protobuf_oneof:"max_validator_count"` - // Types that are assignable to ChillThreshold: - // - // *Staking_SetStakingConfigsCall_ChillThresholdNoop - // *Staking_SetStakingConfigsCall_ChillThresholdSet - // *Staking_SetStakingConfigsCall_ChillThresholdRemove - ChillThreshold isStaking_SetStakingConfigsCall_ChillThreshold `protobuf_oneof:"chill_threshold"` - // Types that are assignable to MinCommission: - // - // *Staking_SetStakingConfigsCall_MinCommissionNoop - // *Staking_SetStakingConfigsCall_MinCommissionSet - // *Staking_SetStakingConfigsCall_MinCommissionRemove - MinCommission isStaking_SetStakingConfigsCall_MinCommission `protobuf_oneof:"min_commission"` -} - -func (x *Staking_SetStakingConfigsCall) Reset() { - *x = Staking_SetStakingConfigsCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[305] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_SetStakingConfigsCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_SetStakingConfigsCall) ProtoMessage() {} - -func (x *Staking_SetStakingConfigsCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[305] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_SetStakingConfigsCall.ProtoReflect.Descriptor instead. -func (*Staking_SetStakingConfigsCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{305} -} - -func (m *Staking_SetStakingConfigsCall) GetMinNominatorBond() isStaking_SetStakingConfigsCall_MinNominatorBond { - if m != nil { - return m.MinNominatorBond - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMinNominatorBondNoop() *Staking_Noop { - if x, ok := x.GetMinNominatorBond().(*Staking_SetStakingConfigsCall_MinNominatorBondNoop); ok { - return x.MinNominatorBondNoop - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMinNominatorBondSet() *Staking_Set { - if x, ok := x.GetMinNominatorBond().(*Staking_SetStakingConfigsCall_MinNominatorBondSet); ok { - return x.MinNominatorBondSet - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMinNominatorBondRemove() *Staking_Remove { - if x, ok := x.GetMinNominatorBond().(*Staking_SetStakingConfigsCall_MinNominatorBondRemove); ok { - return x.MinNominatorBondRemove - } - return nil -} - -func (m *Staking_SetStakingConfigsCall) GetMinValidatorBond() isStaking_SetStakingConfigsCall_MinValidatorBond { - if m != nil { - return m.MinValidatorBond - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMinValidatorBondNoop() *Staking_Noop { - if x, ok := x.GetMinValidatorBond().(*Staking_SetStakingConfigsCall_MinValidatorBondNoop); ok { - return x.MinValidatorBondNoop - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMinValidatorBondSet() *Staking_Set { - if x, ok := x.GetMinValidatorBond().(*Staking_SetStakingConfigsCall_MinValidatorBondSet); ok { - return x.MinValidatorBondSet - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMinValidatorBondRemove() *Staking_Remove { - if x, ok := x.GetMinValidatorBond().(*Staking_SetStakingConfigsCall_MinValidatorBondRemove); ok { - return x.MinValidatorBondRemove - } - return nil -} - -func (m *Staking_SetStakingConfigsCall) GetMaxNominatorCount() isStaking_SetStakingConfigsCall_MaxNominatorCount { - if m != nil { - return m.MaxNominatorCount - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMaxNominatorCountNoop() *Staking_Noop { - if x, ok := x.GetMaxNominatorCount().(*Staking_SetStakingConfigsCall_MaxNominatorCountNoop); ok { - return x.MaxNominatorCountNoop - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMaxNominatorCountSet() *Staking_Set { - if x, ok := x.GetMaxNominatorCount().(*Staking_SetStakingConfigsCall_MaxNominatorCountSet); ok { - return x.MaxNominatorCountSet - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMaxNominatorCountRemove() *Staking_Remove { - if x, ok := x.GetMaxNominatorCount().(*Staking_SetStakingConfigsCall_MaxNominatorCountRemove); ok { - return x.MaxNominatorCountRemove - } - return nil -} - -func (m *Staking_SetStakingConfigsCall) GetMaxValidatorCount() isStaking_SetStakingConfigsCall_MaxValidatorCount { - if m != nil { - return m.MaxValidatorCount - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMaxValidatorCountNoop() *Staking_Noop { - if x, ok := x.GetMaxValidatorCount().(*Staking_SetStakingConfigsCall_MaxValidatorCountNoop); ok { - return x.MaxValidatorCountNoop - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMaxValidatorCountSet() *Staking_Set { - if x, ok := x.GetMaxValidatorCount().(*Staking_SetStakingConfigsCall_MaxValidatorCountSet); ok { - return x.MaxValidatorCountSet - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMaxValidatorCountRemove() *Staking_Remove { - if x, ok := x.GetMaxValidatorCount().(*Staking_SetStakingConfigsCall_MaxValidatorCountRemove); ok { - return x.MaxValidatorCountRemove - } - return nil -} - -func (m *Staking_SetStakingConfigsCall) GetChillThreshold() isStaking_SetStakingConfigsCall_ChillThreshold { - if m != nil { - return m.ChillThreshold - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetChillThresholdNoop() *Staking_Noop { - if x, ok := x.GetChillThreshold().(*Staking_SetStakingConfigsCall_ChillThresholdNoop); ok { - return x.ChillThresholdNoop - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetChillThresholdSet() *Staking_Set { - if x, ok := x.GetChillThreshold().(*Staking_SetStakingConfigsCall_ChillThresholdSet); ok { - return x.ChillThresholdSet - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetChillThresholdRemove() *Staking_Remove { - if x, ok := x.GetChillThreshold().(*Staking_SetStakingConfigsCall_ChillThresholdRemove); ok { - return x.ChillThresholdRemove - } - return nil -} - -func (m *Staking_SetStakingConfigsCall) GetMinCommission() isStaking_SetStakingConfigsCall_MinCommission { - if m != nil { - return m.MinCommission - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMinCommissionNoop() *Staking_Noop { - if x, ok := x.GetMinCommission().(*Staking_SetStakingConfigsCall_MinCommissionNoop); ok { - return x.MinCommissionNoop - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMinCommissionSet() *Staking_Set { - if x, ok := x.GetMinCommission().(*Staking_SetStakingConfigsCall_MinCommissionSet); ok { - return x.MinCommissionSet - } - return nil -} - -func (x *Staking_SetStakingConfigsCall) GetMinCommissionRemove() *Staking_Remove { - if x, ok := x.GetMinCommission().(*Staking_SetStakingConfigsCall_MinCommissionRemove); ok { - return x.MinCommissionRemove - } - return nil -} - -type isStaking_SetStakingConfigsCall_MinNominatorBond interface { - isStaking_SetStakingConfigsCall_MinNominatorBond() -} - -type Staking_SetStakingConfigsCall_MinNominatorBondNoop struct { - MinNominatorBondNoop *Staking_Noop `protobuf:"bytes,1,opt,name=min_nominator_bond_noop,json=minNominatorBondNoop,proto3,oneof"` -} - -type Staking_SetStakingConfigsCall_MinNominatorBondSet struct { - MinNominatorBondSet *Staking_Set `protobuf:"bytes,2,opt,name=min_nominator_bond_set,json=minNominatorBondSet,proto3,oneof"` -} - -type Staking_SetStakingConfigsCall_MinNominatorBondRemove struct { - MinNominatorBondRemove *Staking_Remove `protobuf:"bytes,3,opt,name=min_nominator_bond_remove,json=minNominatorBondRemove,proto3,oneof"` -} - -func (*Staking_SetStakingConfigsCall_MinNominatorBondNoop) isStaking_SetStakingConfigsCall_MinNominatorBond() { -} - -func (*Staking_SetStakingConfigsCall_MinNominatorBondSet) isStaking_SetStakingConfigsCall_MinNominatorBond() { -} - -func (*Staking_SetStakingConfigsCall_MinNominatorBondRemove) isStaking_SetStakingConfigsCall_MinNominatorBond() { -} - -type isStaking_SetStakingConfigsCall_MinValidatorBond interface { - isStaking_SetStakingConfigsCall_MinValidatorBond() -} - -type Staking_SetStakingConfigsCall_MinValidatorBondNoop struct { - MinValidatorBondNoop *Staking_Noop `protobuf:"bytes,4,opt,name=min_validator_bond_noop,json=minValidatorBondNoop,proto3,oneof"` -} - -type Staking_SetStakingConfigsCall_MinValidatorBondSet struct { - MinValidatorBondSet *Staking_Set `protobuf:"bytes,5,opt,name=min_validator_bond_set,json=minValidatorBondSet,proto3,oneof"` -} - -type Staking_SetStakingConfigsCall_MinValidatorBondRemove struct { - MinValidatorBondRemove *Staking_Remove `protobuf:"bytes,6,opt,name=min_validator_bond_remove,json=minValidatorBondRemove,proto3,oneof"` -} - -func (*Staking_SetStakingConfigsCall_MinValidatorBondNoop) isStaking_SetStakingConfigsCall_MinValidatorBond() { -} - -func (*Staking_SetStakingConfigsCall_MinValidatorBondSet) isStaking_SetStakingConfigsCall_MinValidatorBond() { -} - -func (*Staking_SetStakingConfigsCall_MinValidatorBondRemove) isStaking_SetStakingConfigsCall_MinValidatorBond() { -} - -type isStaking_SetStakingConfigsCall_MaxNominatorCount interface { - isStaking_SetStakingConfigsCall_MaxNominatorCount() -} - -type Staking_SetStakingConfigsCall_MaxNominatorCountNoop struct { - MaxNominatorCountNoop *Staking_Noop `protobuf:"bytes,7,opt,name=max_nominator_count_noop,json=maxNominatorCountNoop,proto3,oneof"` -} - -type Staking_SetStakingConfigsCall_MaxNominatorCountSet struct { - MaxNominatorCountSet *Staking_Set `protobuf:"bytes,8,opt,name=max_nominator_count_set,json=maxNominatorCountSet,proto3,oneof"` -} - -type Staking_SetStakingConfigsCall_MaxNominatorCountRemove struct { - MaxNominatorCountRemove *Staking_Remove `protobuf:"bytes,9,opt,name=max_nominator_count_remove,json=maxNominatorCountRemove,proto3,oneof"` -} - -func (*Staking_SetStakingConfigsCall_MaxNominatorCountNoop) isStaking_SetStakingConfigsCall_MaxNominatorCount() { -} - -func (*Staking_SetStakingConfigsCall_MaxNominatorCountSet) isStaking_SetStakingConfigsCall_MaxNominatorCount() { -} - -func (*Staking_SetStakingConfigsCall_MaxNominatorCountRemove) isStaking_SetStakingConfigsCall_MaxNominatorCount() { -} - -type isStaking_SetStakingConfigsCall_MaxValidatorCount interface { - isStaking_SetStakingConfigsCall_MaxValidatorCount() -} - -type Staking_SetStakingConfigsCall_MaxValidatorCountNoop struct { - MaxValidatorCountNoop *Staking_Noop `protobuf:"bytes,10,opt,name=max_validator_count_noop,json=maxValidatorCountNoop,proto3,oneof"` -} - -type Staking_SetStakingConfigsCall_MaxValidatorCountSet struct { - MaxValidatorCountSet *Staking_Set `protobuf:"bytes,11,opt,name=max_validator_count_set,json=maxValidatorCountSet,proto3,oneof"` -} - -type Staking_SetStakingConfigsCall_MaxValidatorCountRemove struct { - MaxValidatorCountRemove *Staking_Remove `protobuf:"bytes,12,opt,name=max_validator_count_remove,json=maxValidatorCountRemove,proto3,oneof"` -} - -func (*Staking_SetStakingConfigsCall_MaxValidatorCountNoop) isStaking_SetStakingConfigsCall_MaxValidatorCount() { -} - -func (*Staking_SetStakingConfigsCall_MaxValidatorCountSet) isStaking_SetStakingConfigsCall_MaxValidatorCount() { -} - -func (*Staking_SetStakingConfigsCall_MaxValidatorCountRemove) isStaking_SetStakingConfigsCall_MaxValidatorCount() { -} - -type isStaking_SetStakingConfigsCall_ChillThreshold interface { - isStaking_SetStakingConfigsCall_ChillThreshold() -} - -type Staking_SetStakingConfigsCall_ChillThresholdNoop struct { - ChillThresholdNoop *Staking_Noop `protobuf:"bytes,13,opt,name=chill_threshold_noop,json=chillThresholdNoop,proto3,oneof"` -} - -type Staking_SetStakingConfigsCall_ChillThresholdSet struct { - ChillThresholdSet *Staking_Set `protobuf:"bytes,14,opt,name=chill_threshold_set,json=chillThresholdSet,proto3,oneof"` -} - -type Staking_SetStakingConfigsCall_ChillThresholdRemove struct { - ChillThresholdRemove *Staking_Remove `protobuf:"bytes,15,opt,name=chill_threshold_remove,json=chillThresholdRemove,proto3,oneof"` -} - -func (*Staking_SetStakingConfigsCall_ChillThresholdNoop) isStaking_SetStakingConfigsCall_ChillThreshold() { -} - -func (*Staking_SetStakingConfigsCall_ChillThresholdSet) isStaking_SetStakingConfigsCall_ChillThreshold() { -} - -func (*Staking_SetStakingConfigsCall_ChillThresholdRemove) isStaking_SetStakingConfigsCall_ChillThreshold() { -} - -type isStaking_SetStakingConfigsCall_MinCommission interface { - isStaking_SetStakingConfigsCall_MinCommission() -} - -type Staking_SetStakingConfigsCall_MinCommissionNoop struct { - MinCommissionNoop *Staking_Noop `protobuf:"bytes,16,opt,name=min_commission_noop,json=minCommissionNoop,proto3,oneof"` -} - -type Staking_SetStakingConfigsCall_MinCommissionSet struct { - MinCommissionSet *Staking_Set `protobuf:"bytes,17,opt,name=min_commission_set,json=minCommissionSet,proto3,oneof"` -} - -type Staking_SetStakingConfigsCall_MinCommissionRemove struct { - MinCommissionRemove *Staking_Remove `protobuf:"bytes,18,opt,name=min_commission_remove,json=minCommissionRemove,proto3,oneof"` -} - -func (*Staking_SetStakingConfigsCall_MinCommissionNoop) isStaking_SetStakingConfigsCall_MinCommission() { -} - -func (*Staking_SetStakingConfigsCall_MinCommissionSet) isStaking_SetStakingConfigsCall_MinCommission() { -} - -func (*Staking_SetStakingConfigsCall_MinCommissionRemove) isStaking_SetStakingConfigsCall_MinCommission() { -} - -type FellowshipReferenda_SubmitCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to ProposalOrigin: - // - // *FellowshipReferenda_SubmitCall_ProposalOriginSystem - // *FellowshipReferenda_SubmitCall_ProposalOriginOrigins - // *FellowshipReferenda_SubmitCall_ProposalOriginVoid - ProposalOrigin isFellowshipReferenda_SubmitCall_ProposalOrigin `protobuf_oneof:"proposal_origin"` - // Types that are assignable to Proposal: - // - // *FellowshipReferenda_SubmitCall_ProposalLegacy - // *FellowshipReferenda_SubmitCall_ProposalInline - // *FellowshipReferenda_SubmitCall_ProposalLookup - Proposal isFellowshipReferenda_SubmitCall_Proposal `protobuf_oneof:"proposal"` - // Types that are assignable to EnactmentMoment: - // - // *FellowshipReferenda_SubmitCall_EnactmentMomentAt - // *FellowshipReferenda_SubmitCall_EnactmentMomentAfter - EnactmentMoment isFellowshipReferenda_SubmitCall_EnactmentMoment `protobuf_oneof:"enactment_moment"` -} - -func (x *FellowshipReferenda_SubmitCall) Reset() { - *x = FellowshipReferenda_SubmitCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[306] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_SubmitCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_SubmitCall) ProtoMessage() {} - -func (x *FellowshipReferenda_SubmitCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[306] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_SubmitCall.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_SubmitCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{306} -} - -func (m *FellowshipReferenda_SubmitCall) GetProposalOrigin() isFellowshipReferenda_SubmitCall_ProposalOrigin { - if m != nil { - return m.ProposalOrigin - } - return nil -} - -func (x *FellowshipReferenda_SubmitCall) GetProposalOriginSystem() *FellowshipReferenda_System { - if x, ok := x.GetProposalOrigin().(*FellowshipReferenda_SubmitCall_ProposalOriginSystem); ok { - return x.ProposalOriginSystem - } - return nil -} - -func (x *FellowshipReferenda_SubmitCall) GetProposalOriginOrigins() *FellowshipReferenda_Origins { - if x, ok := x.GetProposalOrigin().(*FellowshipReferenda_SubmitCall_ProposalOriginOrigins); ok { - return x.ProposalOriginOrigins - } - return nil -} - -func (x *FellowshipReferenda_SubmitCall) GetProposalOriginVoid() *FellowshipReferenda_Void { - if x, ok := x.GetProposalOrigin().(*FellowshipReferenda_SubmitCall_ProposalOriginVoid); ok { - return x.ProposalOriginVoid - } - return nil -} - -func (m *FellowshipReferenda_SubmitCall) GetProposal() isFellowshipReferenda_SubmitCall_Proposal { - if m != nil { - return m.Proposal - } - return nil -} - -func (x *FellowshipReferenda_SubmitCall) GetProposalLegacy() *FellowshipReferenda_Legacy { - if x, ok := x.GetProposal().(*FellowshipReferenda_SubmitCall_ProposalLegacy); ok { - return x.ProposalLegacy - } - return nil -} - -func (x *FellowshipReferenda_SubmitCall) GetProposalInline() *FellowshipReferenda_Inline { - if x, ok := x.GetProposal().(*FellowshipReferenda_SubmitCall_ProposalInline); ok { - return x.ProposalInline - } - return nil -} - -func (x *FellowshipReferenda_SubmitCall) GetProposalLookup() *FellowshipReferenda_Lookup { - if x, ok := x.GetProposal().(*FellowshipReferenda_SubmitCall_ProposalLookup); ok { - return x.ProposalLookup - } - return nil -} - -func (m *FellowshipReferenda_SubmitCall) GetEnactmentMoment() isFellowshipReferenda_SubmitCall_EnactmentMoment { - if m != nil { - return m.EnactmentMoment - } - return nil -} - -func (x *FellowshipReferenda_SubmitCall) GetEnactmentMomentAt() *FellowshipReferenda_At { - if x, ok := x.GetEnactmentMoment().(*FellowshipReferenda_SubmitCall_EnactmentMomentAt); ok { - return x.EnactmentMomentAt - } - return nil -} - -func (x *FellowshipReferenda_SubmitCall) GetEnactmentMomentAfter() *FellowshipReferenda_After { - if x, ok := x.GetEnactmentMoment().(*FellowshipReferenda_SubmitCall_EnactmentMomentAfter); ok { - return x.EnactmentMomentAfter - } - return nil -} - -type isFellowshipReferenda_SubmitCall_ProposalOrigin interface { - isFellowshipReferenda_SubmitCall_ProposalOrigin() -} - -type FellowshipReferenda_SubmitCall_ProposalOriginSystem struct { - ProposalOriginSystem *FellowshipReferenda_System `protobuf:"bytes,1,opt,name=proposal_origin_system,json=proposalOriginSystem,proto3,oneof"` -} - -type FellowshipReferenda_SubmitCall_ProposalOriginOrigins struct { - ProposalOriginOrigins *FellowshipReferenda_Origins `protobuf:"bytes,2,opt,name=proposal_origin_origins,json=proposalOriginOrigins,proto3,oneof"` -} - -type FellowshipReferenda_SubmitCall_ProposalOriginVoid struct { - ProposalOriginVoid *FellowshipReferenda_Void `protobuf:"bytes,3,opt,name=proposal_origin_void,json=proposalOriginVoid,proto3,oneof"` -} - -func (*FellowshipReferenda_SubmitCall_ProposalOriginSystem) isFellowshipReferenda_SubmitCall_ProposalOrigin() { -} - -func (*FellowshipReferenda_SubmitCall_ProposalOriginOrigins) isFellowshipReferenda_SubmitCall_ProposalOrigin() { -} - -func (*FellowshipReferenda_SubmitCall_ProposalOriginVoid) isFellowshipReferenda_SubmitCall_ProposalOrigin() { -} - -type isFellowshipReferenda_SubmitCall_Proposal interface { - isFellowshipReferenda_SubmitCall_Proposal() -} - -type FellowshipReferenda_SubmitCall_ProposalLegacy struct { - ProposalLegacy *FellowshipReferenda_Legacy `protobuf:"bytes,4,opt,name=proposal_legacy,json=proposalLegacy,proto3,oneof"` -} - -type FellowshipReferenda_SubmitCall_ProposalInline struct { - ProposalInline *FellowshipReferenda_Inline `protobuf:"bytes,5,opt,name=proposal_inline,json=proposalInline,proto3,oneof"` -} - -type FellowshipReferenda_SubmitCall_ProposalLookup struct { - ProposalLookup *FellowshipReferenda_Lookup `protobuf:"bytes,6,opt,name=proposal_lookup,json=proposalLookup,proto3,oneof"` -} - -func (*FellowshipReferenda_SubmitCall_ProposalLegacy) isFellowshipReferenda_SubmitCall_Proposal() {} - -func (*FellowshipReferenda_SubmitCall_ProposalInline) isFellowshipReferenda_SubmitCall_Proposal() {} - -func (*FellowshipReferenda_SubmitCall_ProposalLookup) isFellowshipReferenda_SubmitCall_Proposal() {} - -type isFellowshipReferenda_SubmitCall_EnactmentMoment interface { - isFellowshipReferenda_SubmitCall_EnactmentMoment() -} - -type FellowshipReferenda_SubmitCall_EnactmentMomentAt struct { - EnactmentMomentAt *FellowshipReferenda_At `protobuf:"bytes,7,opt,name=enactment_moment_at,json=enactmentMomentAt,proto3,oneof"` -} - -type FellowshipReferenda_SubmitCall_EnactmentMomentAfter struct { - EnactmentMomentAfter *FellowshipReferenda_After `protobuf:"bytes,8,opt,name=enactment_moment_after,json=enactmentMomentAfter,proto3,oneof"` -} - -func (*FellowshipReferenda_SubmitCall_EnactmentMomentAt) isFellowshipReferenda_SubmitCall_EnactmentMoment() { -} - -func (*FellowshipReferenda_SubmitCall_EnactmentMomentAfter) isFellowshipReferenda_SubmitCall_EnactmentMoment() { -} - -type Identity_Raw7 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw7) Reset() { - *x = Identity_Raw7{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[307] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw7) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw7) ProtoMessage() {} - -func (x *Identity_Raw7) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[307] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw7.ProtoReflect.Descriptor instead. -func (*Identity_Raw7) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{307} -} - -func (x *Identity_Raw7) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_Keccak256 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Keccak256) Reset() { - *x = Identity_Keccak256{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[308] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Keccak256) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Keccak256) ProtoMessage() {} - -func (x *Identity_Keccak256) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[308] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Keccak256.ProtoReflect.Descriptor instead. -func (*Identity_Keccak256) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{308} -} - -func (x *Identity_Keccak256) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Proxy_Id struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Proxy_Id) Reset() { - *x = Proxy_Id{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[309] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_Id) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_Id) ProtoMessage() {} - -func (x *Proxy_Id) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[309] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_Id.ProtoReflect.Descriptor instead. -func (*Proxy_Id) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{309} -} - -func (x *Proxy_Id) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type NominationPools_Extra struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Extra: - // - // *NominationPools_Extra_ExtraFreeBalance - // *NominationPools_Extra_ExtraRewards - Extra isNominationPools_Extra_Extra `protobuf_oneof:"extra"` -} - -func (x *NominationPools_Extra) Reset() { - *x = NominationPools_Extra{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[310] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Extra) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Extra) ProtoMessage() {} - -func (x *NominationPools_Extra) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[310] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Extra.ProtoReflect.Descriptor instead. -func (*NominationPools_Extra) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{310} -} - -func (m *NominationPools_Extra) GetExtra() isNominationPools_Extra_Extra { - if m != nil { - return m.Extra - } - return nil -} - -func (x *NominationPools_Extra) GetExtraFreeBalance() *NominationPools_FreeBalance { - if x, ok := x.GetExtra().(*NominationPools_Extra_ExtraFreeBalance); ok { - return x.ExtraFreeBalance - } - return nil -} - -func (x *NominationPools_Extra) GetExtraRewards() *NominationPools_Rewards { - if x, ok := x.GetExtra().(*NominationPools_Extra_ExtraRewards); ok { - return x.ExtraRewards - } - return nil -} - -type isNominationPools_Extra_Extra interface { - isNominationPools_Extra_Extra() -} - -type NominationPools_Extra_ExtraFreeBalance struct { - ExtraFreeBalance *NominationPools_FreeBalance `protobuf:"bytes,1,opt,name=extra_free_balance,json=extraFreeBalance,proto3,oneof"` -} - -type NominationPools_Extra_ExtraRewards struct { - ExtraRewards *NominationPools_Rewards `protobuf:"bytes,2,opt,name=extra_rewards,json=extraRewards,proto3,oneof"` -} - -func (*NominationPools_Extra_ExtraFreeBalance) isNominationPools_Extra_Extra() {} - -func (*NominationPools_Extra_ExtraRewards) isNominationPools_Extra_Extra() {} - -type SpRuntimeGenericHeaderHeader struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ParentHash *PrimitiveTypesH256 `protobuf:"bytes,1,opt,name=parent_hash,json=parentHash,proto3" json:"parent_hash,omitempty"` - Number uint32 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"` - StateRoot *PrimitiveTypesH256 `protobuf:"bytes,3,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty"` - ExtrinsicsRoot *PrimitiveTypesH256 `protobuf:"bytes,4,opt,name=extrinsics_root,json=extrinsicsRoot,proto3" json:"extrinsics_root,omitempty"` - Digest *SpRuntimeGenericDigestDigest `protobuf:"bytes,5,opt,name=digest,proto3" json:"digest,omitempty"` -} - -func (x *SpRuntimeGenericHeaderHeader) Reset() { - *x = SpRuntimeGenericHeaderHeader{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[311] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpRuntimeGenericHeaderHeader) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpRuntimeGenericHeaderHeader) ProtoMessage() {} - -func (x *SpRuntimeGenericHeaderHeader) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[311] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpRuntimeGenericHeaderHeader.ProtoReflect.Descriptor instead. -func (*SpRuntimeGenericHeaderHeader) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{311} -} - -func (x *SpRuntimeGenericHeaderHeader) GetParentHash() *PrimitiveTypesH256 { - if x != nil { - return x.ParentHash - } - return nil -} - -func (x *SpRuntimeGenericHeaderHeader) GetNumber() uint32 { - if x != nil { - return x.Number - } - return 0 -} - -func (x *SpRuntimeGenericHeaderHeader) GetStateRoot() *PrimitiveTypesH256 { - if x != nil { - return x.StateRoot - } - return nil -} - -func (x *SpRuntimeGenericHeaderHeader) GetExtrinsicsRoot() *PrimitiveTypesH256 { - if x != nil { - return x.ExtrinsicsRoot - } - return nil -} - -func (x *SpRuntimeGenericHeaderHeader) GetDigest() *SpRuntimeGenericDigestDigest { - if x != nil { - return x.Digest - } - return nil -} - -type Staking_Controller struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Staking_Controller) Reset() { - *x = Staking_Controller{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[312] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Controller) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Controller) ProtoMessage() {} - -func (x *Staking_Controller) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[312] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Controller.ProtoReflect.Descriptor instead. -func (*Staking_Controller) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{312} -} - -type Referenda_ProposalOrigin struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to ProposalOrigin: - // - // *Referenda_ProposalOrigin_ProposalOriginSystem - // *Referenda_ProposalOrigin_ProposalOriginOrigins - // *Referenda_ProposalOrigin_ProposalOriginVoid - ProposalOrigin isReferenda_ProposalOrigin_ProposalOrigin `protobuf_oneof:"proposal_origin"` -} - -func (x *Referenda_ProposalOrigin) Reset() { - *x = Referenda_ProposalOrigin{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[313] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_ProposalOrigin) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_ProposalOrigin) ProtoMessage() {} - -func (x *Referenda_ProposalOrigin) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[313] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_ProposalOrigin.ProtoReflect.Descriptor instead. -func (*Referenda_ProposalOrigin) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{313} -} - -func (m *Referenda_ProposalOrigin) GetProposalOrigin() isReferenda_ProposalOrigin_ProposalOrigin { - if m != nil { - return m.ProposalOrigin - } - return nil -} - -func (x *Referenda_ProposalOrigin) GetProposalOriginSystem() *Referenda_System { - if x, ok := x.GetProposalOrigin().(*Referenda_ProposalOrigin_ProposalOriginSystem); ok { - return x.ProposalOriginSystem - } - return nil -} - -func (x *Referenda_ProposalOrigin) GetProposalOriginOrigins() *Referenda_Origins { - if x, ok := x.GetProposalOrigin().(*Referenda_ProposalOrigin_ProposalOriginOrigins); ok { - return x.ProposalOriginOrigins - } - return nil -} - -func (x *Referenda_ProposalOrigin) GetProposalOriginVoid() *Referenda_Void { - if x, ok := x.GetProposalOrigin().(*Referenda_ProposalOrigin_ProposalOriginVoid); ok { - return x.ProposalOriginVoid - } - return nil -} - -type isReferenda_ProposalOrigin_ProposalOrigin interface { - isReferenda_ProposalOrigin_ProposalOrigin() -} - -type Referenda_ProposalOrigin_ProposalOriginSystem struct { - ProposalOriginSystem *Referenda_System `protobuf:"bytes,1,opt,name=proposal_origin_system,json=proposalOriginSystem,proto3,oneof"` -} - -type Referenda_ProposalOrigin_ProposalOriginOrigins struct { - ProposalOriginOrigins *Referenda_Origins `protobuf:"bytes,2,opt,name=proposal_origin_origins,json=proposalOriginOrigins,proto3,oneof"` -} - -type Referenda_ProposalOrigin_ProposalOriginVoid struct { - ProposalOriginVoid *Referenda_Void `protobuf:"bytes,3,opt,name=proposal_origin_void,json=proposalOriginVoid,proto3,oneof"` -} - -func (*Referenda_ProposalOrigin_ProposalOriginSystem) isReferenda_ProposalOrigin_ProposalOrigin() {} - -func (*Referenda_ProposalOrigin_ProposalOriginOrigins) isReferenda_ProposalOrigin_ProposalOrigin() {} - -func (*Referenda_ProposalOrigin_ProposalOriginVoid) isReferenda_ProposalOrigin_ProposalOrigin() {} - -type Proxy_Raw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Proxy_Raw) Reset() { - *x = Proxy_Raw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[314] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_Raw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_Raw) ProtoMessage() {} - -func (x *Proxy_Raw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[314] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_Raw.ProtoReflect.Descriptor instead. -func (*Proxy_Raw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{314} -} - -func (x *Proxy_Raw) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[315] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[315] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{315} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type System_RemarkCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Remark []byte `protobuf:"bytes,1,opt,name=remark,proto3" json:"remark,omitempty"` -} - -func (x *System_RemarkCall) Reset() { - *x = System_RemarkCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[316] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *System_RemarkCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*System_RemarkCall) ProtoMessage() {} - -func (x *System_RemarkCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[316] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use System_RemarkCall.ProtoReflect.Descriptor instead. -func (*System_RemarkCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{316} -} - -func (x *System_RemarkCall) GetRemark() []byte { - if x != nil { - return x.Remark - } - return nil -} - -type Babe_Other struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Babe_Other) Reset() { - *x = Babe_Other{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[317] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_Other) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_Other) ProtoMessage() {} - -func (x *Babe_Other) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[317] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_Other.ProtoReflect.Descriptor instead. -func (*Babe_Other) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{317} -} - -func (x *Babe_Other) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Staking_MaxValidatorCount struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MaxValidatorCount: - // - // *Staking_MaxValidatorCount_MaxValidatorCountNoop - // *Staking_MaxValidatorCount_MaxValidatorCountSet - // *Staking_MaxValidatorCount_MaxValidatorCountRemove - MaxValidatorCount isStaking_MaxValidatorCount_MaxValidatorCount `protobuf_oneof:"max_validator_count"` -} - -func (x *Staking_MaxValidatorCount) Reset() { - *x = Staking_MaxValidatorCount{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[318] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_MaxValidatorCount) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_MaxValidatorCount) ProtoMessage() {} - -func (x *Staking_MaxValidatorCount) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[318] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_MaxValidatorCount.ProtoReflect.Descriptor instead. -func (*Staking_MaxValidatorCount) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{318} -} - -func (m *Staking_MaxValidatorCount) GetMaxValidatorCount() isStaking_MaxValidatorCount_MaxValidatorCount { - if m != nil { - return m.MaxValidatorCount - } - return nil -} - -func (x *Staking_MaxValidatorCount) GetMaxValidatorCountNoop() *Staking_Noop { - if x, ok := x.GetMaxValidatorCount().(*Staking_MaxValidatorCount_MaxValidatorCountNoop); ok { - return x.MaxValidatorCountNoop - } - return nil -} - -func (x *Staking_MaxValidatorCount) GetMaxValidatorCountSet() *Staking_Set { - if x, ok := x.GetMaxValidatorCount().(*Staking_MaxValidatorCount_MaxValidatorCountSet); ok { - return x.MaxValidatorCountSet - } - return nil -} - -func (x *Staking_MaxValidatorCount) GetMaxValidatorCountRemove() *Staking_Remove { - if x, ok := x.GetMaxValidatorCount().(*Staking_MaxValidatorCount_MaxValidatorCountRemove); ok { - return x.MaxValidatorCountRemove - } - return nil -} - -type isStaking_MaxValidatorCount_MaxValidatorCount interface { - isStaking_MaxValidatorCount_MaxValidatorCount() -} - -type Staking_MaxValidatorCount_MaxValidatorCountNoop struct { - MaxValidatorCountNoop *Staking_Noop `protobuf:"bytes,1,opt,name=max_validator_count_noop,json=maxValidatorCountNoop,proto3,oneof"` -} - -type Staking_MaxValidatorCount_MaxValidatorCountSet struct { - MaxValidatorCountSet *Staking_Set `protobuf:"bytes,2,opt,name=max_validator_count_set,json=maxValidatorCountSet,proto3,oneof"` -} - -type Staking_MaxValidatorCount_MaxValidatorCountRemove struct { - MaxValidatorCountRemove *Staking_Remove `protobuf:"bytes,3,opt,name=max_validator_count_remove,json=maxValidatorCountRemove,proto3,oneof"` -} - -func (*Staking_MaxValidatorCount_MaxValidatorCountNoop) isStaking_MaxValidatorCount_MaxValidatorCount() { -} - -func (*Staking_MaxValidatorCount_MaxValidatorCountSet) isStaking_MaxValidatorCount_MaxValidatorCount() { -} - -func (*Staking_MaxValidatorCount_MaxValidatorCountRemove) isStaking_MaxValidatorCount_MaxValidatorCount() { -} - -type ConvictionVoting_VoteCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PollIndex uint32 `protobuf:"varint,1,opt,name=poll_index,json=pollIndex,proto3" json:"poll_index,omitempty"` - // Types that are assignable to Vote: - // - // *ConvictionVoting_VoteCall_VoteStandard - // *ConvictionVoting_VoteCall_VoteSplit - // *ConvictionVoting_VoteCall_VoteSplitAbstain - Vote isConvictionVoting_VoteCall_Vote `protobuf_oneof:"vote"` -} - -func (x *ConvictionVoting_VoteCall) Reset() { - *x = ConvictionVoting_VoteCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[319] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_VoteCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_VoteCall) ProtoMessage() {} - -func (x *ConvictionVoting_VoteCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[319] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_VoteCall.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_VoteCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{319} -} - -func (x *ConvictionVoting_VoteCall) GetPollIndex() uint32 { - if x != nil { - return x.PollIndex - } - return 0 -} - -func (m *ConvictionVoting_VoteCall) GetVote() isConvictionVoting_VoteCall_Vote { - if m != nil { - return m.Vote - } - return nil -} - -func (x *ConvictionVoting_VoteCall) GetVoteStandard() *ConvictionVoting_Standard { - if x, ok := x.GetVote().(*ConvictionVoting_VoteCall_VoteStandard); ok { - return x.VoteStandard - } - return nil -} - -func (x *ConvictionVoting_VoteCall) GetVoteSplit() *ConvictionVoting_Split { - if x, ok := x.GetVote().(*ConvictionVoting_VoteCall_VoteSplit); ok { - return x.VoteSplit - } - return nil -} - -func (x *ConvictionVoting_VoteCall) GetVoteSplitAbstain() *ConvictionVoting_SplitAbstain { - if x, ok := x.GetVote().(*ConvictionVoting_VoteCall_VoteSplitAbstain); ok { - return x.VoteSplitAbstain - } - return nil -} - -type isConvictionVoting_VoteCall_Vote interface { - isConvictionVoting_VoteCall_Vote() -} - -type ConvictionVoting_VoteCall_VoteStandard struct { - VoteStandard *ConvictionVoting_Standard `protobuf:"bytes,2,opt,name=vote_standard,json=voteStandard,proto3,oneof"` -} - -type ConvictionVoting_VoteCall_VoteSplit struct { - VoteSplit *ConvictionVoting_Split `protobuf:"bytes,3,opt,name=vote_split,json=voteSplit,proto3,oneof"` -} - -type ConvictionVoting_VoteCall_VoteSplitAbstain struct { - VoteSplitAbstain *ConvictionVoting_SplitAbstain `protobuf:"bytes,4,opt,name=vote_split_abstain,json=voteSplitAbstain,proto3,oneof"` -} - -func (*ConvictionVoting_VoteCall_VoteStandard) isConvictionVoting_VoteCall_Vote() {} - -func (*ConvictionVoting_VoteCall_VoteSplit) isConvictionVoting_VoteCall_Vote() {} - -func (*ConvictionVoting_VoteCall_VoteSplitAbstain) isConvictionVoting_VoteCall_Vote() {} - -type ConvictionVoting_UndelegateCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Class uint32 `protobuf:"varint,1,opt,name=class,proto3" json:"class,omitempty"` -} - -func (x *ConvictionVoting_UndelegateCall) Reset() { - *x = ConvictionVoting_UndelegateCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[320] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_UndelegateCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_UndelegateCall) ProtoMessage() {} - -func (x *ConvictionVoting_UndelegateCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[320] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_UndelegateCall.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_UndelegateCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{320} -} - -func (x *ConvictionVoting_UndelegateCall) GetClass() uint32 { - if x != nil { - return x.Class - } - return 0 -} - -type Identity_Display struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Display: - // - // *Identity_Display_DisplayNone - // *Identity_Display_DisplayRaw0 - // *Identity_Display_DisplayRaw1 - // *Identity_Display_DisplayRaw2 - // *Identity_Display_DisplayRaw3 - // *Identity_Display_DisplayRaw4 - // *Identity_Display_DisplayRaw5 - // *Identity_Display_DisplayRaw6 - // *Identity_Display_DisplayRaw7 - // *Identity_Display_DisplayRaw8 - // *Identity_Display_DisplayRaw9 - // *Identity_Display_DisplayRaw10 - // *Identity_Display_DisplayRaw11 - // *Identity_Display_DisplayRaw12 - // *Identity_Display_DisplayRaw13 - // *Identity_Display_DisplayRaw14 - // *Identity_Display_DisplayRaw15 - // *Identity_Display_DisplayRaw16 - // *Identity_Display_DisplayRaw17 - // *Identity_Display_DisplayRaw18 - // *Identity_Display_DisplayRaw19 - // *Identity_Display_DisplayRaw20 - // *Identity_Display_DisplayRaw21 - // *Identity_Display_DisplayRaw22 - // *Identity_Display_DisplayRaw23 - // *Identity_Display_DisplayRaw24 - // *Identity_Display_DisplayRaw25 - // *Identity_Display_DisplayRaw26 - // *Identity_Display_DisplayRaw27 - // *Identity_Display_DisplayRaw28 - // *Identity_Display_DisplayRaw29 - // *Identity_Display_DisplayRaw30 - // *Identity_Display_DisplayRaw31 - // *Identity_Display_DisplayRaw32 - // *Identity_Display_DisplayBlakeTwo256 - // *Identity_Display_DisplaySha256 - // *Identity_Display_DisplayKeccak256 - // *Identity_Display_DisplayShaThree256 - Display isIdentity_Display_Display `protobuf_oneof:"display"` -} - -func (x *Identity_Display) Reset() { - *x = Identity_Display{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[321] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Display) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Display) ProtoMessage() {} - -func (x *Identity_Display) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[321] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Display.ProtoReflect.Descriptor instead. -func (*Identity_Display) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{321} -} - -func (m *Identity_Display) GetDisplay() isIdentity_Display_Display { - if m != nil { - return m.Display - } - return nil -} - -func (x *Identity_Display) GetDisplayNone() *Identity_None { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayNone); ok { - return x.DisplayNone - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw0() *Identity_Raw0 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw0); ok { - return x.DisplayRaw0 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw1() *Identity_Raw1 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw1); ok { - return x.DisplayRaw1 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw2() *Identity_Raw2 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw2); ok { - return x.DisplayRaw2 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw3() *Identity_Raw3 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw3); ok { - return x.DisplayRaw3 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw4() *Identity_Raw4 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw4); ok { - return x.DisplayRaw4 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw5() *Identity_Raw5 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw5); ok { - return x.DisplayRaw5 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw6() *Identity_Raw6 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw6); ok { - return x.DisplayRaw6 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw7() *Identity_Raw7 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw7); ok { - return x.DisplayRaw7 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw8() *Identity_Raw8 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw8); ok { - return x.DisplayRaw8 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw9() *Identity_Raw9 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw9); ok { - return x.DisplayRaw9 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw10() *Identity_Raw10 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw10); ok { - return x.DisplayRaw10 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw11() *Identity_Raw11 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw11); ok { - return x.DisplayRaw11 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw12() *Identity_Raw12 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw12); ok { - return x.DisplayRaw12 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw13() *Identity_Raw13 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw13); ok { - return x.DisplayRaw13 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw14() *Identity_Raw14 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw14); ok { - return x.DisplayRaw14 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw15() *Identity_Raw15 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw15); ok { - return x.DisplayRaw15 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw16() *Identity_Raw16 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw16); ok { - return x.DisplayRaw16 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw17() *Identity_Raw17 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw17); ok { - return x.DisplayRaw17 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw18() *Identity_Raw18 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw18); ok { - return x.DisplayRaw18 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw19() *Identity_Raw19 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw19); ok { - return x.DisplayRaw19 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw20() *Identity_Raw20 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw20); ok { - return x.DisplayRaw20 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw21() *Identity_Raw21 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw21); ok { - return x.DisplayRaw21 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw22() *Identity_Raw22 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw22); ok { - return x.DisplayRaw22 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw23() *Identity_Raw23 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw23); ok { - return x.DisplayRaw23 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw24() *Identity_Raw24 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw24); ok { - return x.DisplayRaw24 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw25() *Identity_Raw25 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw25); ok { - return x.DisplayRaw25 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw26() *Identity_Raw26 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw26); ok { - return x.DisplayRaw26 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw27() *Identity_Raw27 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw27); ok { - return x.DisplayRaw27 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw28() *Identity_Raw28 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw28); ok { - return x.DisplayRaw28 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw29() *Identity_Raw29 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw29); ok { - return x.DisplayRaw29 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw30() *Identity_Raw30 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw30); ok { - return x.DisplayRaw30 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw31() *Identity_Raw31 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw31); ok { - return x.DisplayRaw31 - } - return nil -} - -func (x *Identity_Display) GetDisplayRaw32() *Identity_Raw32 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayRaw32); ok { - return x.DisplayRaw32 - } - return nil -} - -func (x *Identity_Display) GetDisplayBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayBlakeTwo256); ok { - return x.DisplayBlakeTwo256 - } - return nil -} - -func (x *Identity_Display) GetDisplaySha256() *Identity_Sha256 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplaySha256); ok { - return x.DisplaySha256 - } - return nil -} - -func (x *Identity_Display) GetDisplayKeccak256() *Identity_Keccak256 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayKeccak256); ok { - return x.DisplayKeccak256 - } - return nil -} - -func (x *Identity_Display) GetDisplayShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetDisplay().(*Identity_Display_DisplayShaThree256); ok { - return x.DisplayShaThree256 - } - return nil -} - -type isIdentity_Display_Display interface { - isIdentity_Display_Display() -} - -type Identity_Display_DisplayNone struct { - DisplayNone *Identity_None `protobuf:"bytes,1,opt,name=display_none,json=displayNone,proto3,oneof"` -} - -type Identity_Display_DisplayRaw0 struct { - DisplayRaw0 *Identity_Raw0 `protobuf:"bytes,2,opt,name=display_raw0,json=displayRaw0,proto3,oneof"` -} - -type Identity_Display_DisplayRaw1 struct { - DisplayRaw1 *Identity_Raw1 `protobuf:"bytes,3,opt,name=display_raw1,json=displayRaw1,proto3,oneof"` -} - -type Identity_Display_DisplayRaw2 struct { - DisplayRaw2 *Identity_Raw2 `protobuf:"bytes,4,opt,name=display_raw2,json=displayRaw2,proto3,oneof"` -} - -type Identity_Display_DisplayRaw3 struct { - DisplayRaw3 *Identity_Raw3 `protobuf:"bytes,5,opt,name=display_raw3,json=displayRaw3,proto3,oneof"` -} - -type Identity_Display_DisplayRaw4 struct { - DisplayRaw4 *Identity_Raw4 `protobuf:"bytes,6,opt,name=display_raw4,json=displayRaw4,proto3,oneof"` -} - -type Identity_Display_DisplayRaw5 struct { - DisplayRaw5 *Identity_Raw5 `protobuf:"bytes,7,opt,name=display_raw5,json=displayRaw5,proto3,oneof"` -} - -type Identity_Display_DisplayRaw6 struct { - DisplayRaw6 *Identity_Raw6 `protobuf:"bytes,8,opt,name=display_raw6,json=displayRaw6,proto3,oneof"` -} - -type Identity_Display_DisplayRaw7 struct { - DisplayRaw7 *Identity_Raw7 `protobuf:"bytes,9,opt,name=display_raw7,json=displayRaw7,proto3,oneof"` -} - -type Identity_Display_DisplayRaw8 struct { - DisplayRaw8 *Identity_Raw8 `protobuf:"bytes,10,opt,name=display_raw8,json=displayRaw8,proto3,oneof"` -} - -type Identity_Display_DisplayRaw9 struct { - DisplayRaw9 *Identity_Raw9 `protobuf:"bytes,11,opt,name=display_raw9,json=displayRaw9,proto3,oneof"` -} - -type Identity_Display_DisplayRaw10 struct { - DisplayRaw10 *Identity_Raw10 `protobuf:"bytes,12,opt,name=display_raw10,json=displayRaw10,proto3,oneof"` -} - -type Identity_Display_DisplayRaw11 struct { - DisplayRaw11 *Identity_Raw11 `protobuf:"bytes,13,opt,name=display_raw11,json=displayRaw11,proto3,oneof"` -} - -type Identity_Display_DisplayRaw12 struct { - DisplayRaw12 *Identity_Raw12 `protobuf:"bytes,14,opt,name=display_raw12,json=displayRaw12,proto3,oneof"` -} - -type Identity_Display_DisplayRaw13 struct { - DisplayRaw13 *Identity_Raw13 `protobuf:"bytes,15,opt,name=display_raw13,json=displayRaw13,proto3,oneof"` -} - -type Identity_Display_DisplayRaw14 struct { - DisplayRaw14 *Identity_Raw14 `protobuf:"bytes,16,opt,name=display_raw14,json=displayRaw14,proto3,oneof"` -} - -type Identity_Display_DisplayRaw15 struct { - DisplayRaw15 *Identity_Raw15 `protobuf:"bytes,17,opt,name=display_raw15,json=displayRaw15,proto3,oneof"` -} - -type Identity_Display_DisplayRaw16 struct { - DisplayRaw16 *Identity_Raw16 `protobuf:"bytes,18,opt,name=display_raw16,json=displayRaw16,proto3,oneof"` -} - -type Identity_Display_DisplayRaw17 struct { - DisplayRaw17 *Identity_Raw17 `protobuf:"bytes,19,opt,name=display_raw17,json=displayRaw17,proto3,oneof"` -} - -type Identity_Display_DisplayRaw18 struct { - DisplayRaw18 *Identity_Raw18 `protobuf:"bytes,20,opt,name=display_raw18,json=displayRaw18,proto3,oneof"` -} - -type Identity_Display_DisplayRaw19 struct { - DisplayRaw19 *Identity_Raw19 `protobuf:"bytes,21,opt,name=display_raw19,json=displayRaw19,proto3,oneof"` -} - -type Identity_Display_DisplayRaw20 struct { - DisplayRaw20 *Identity_Raw20 `protobuf:"bytes,22,opt,name=display_raw20,json=displayRaw20,proto3,oneof"` -} - -type Identity_Display_DisplayRaw21 struct { - DisplayRaw21 *Identity_Raw21 `protobuf:"bytes,23,opt,name=display_raw21,json=displayRaw21,proto3,oneof"` -} - -type Identity_Display_DisplayRaw22 struct { - DisplayRaw22 *Identity_Raw22 `protobuf:"bytes,24,opt,name=display_raw22,json=displayRaw22,proto3,oneof"` -} - -type Identity_Display_DisplayRaw23 struct { - DisplayRaw23 *Identity_Raw23 `protobuf:"bytes,25,opt,name=display_raw23,json=displayRaw23,proto3,oneof"` -} - -type Identity_Display_DisplayRaw24 struct { - DisplayRaw24 *Identity_Raw24 `protobuf:"bytes,26,opt,name=display_raw24,json=displayRaw24,proto3,oneof"` -} - -type Identity_Display_DisplayRaw25 struct { - DisplayRaw25 *Identity_Raw25 `protobuf:"bytes,27,opt,name=display_raw25,json=displayRaw25,proto3,oneof"` -} - -type Identity_Display_DisplayRaw26 struct { - DisplayRaw26 *Identity_Raw26 `protobuf:"bytes,28,opt,name=display_raw26,json=displayRaw26,proto3,oneof"` -} - -type Identity_Display_DisplayRaw27 struct { - DisplayRaw27 *Identity_Raw27 `protobuf:"bytes,29,opt,name=display_raw27,json=displayRaw27,proto3,oneof"` -} - -type Identity_Display_DisplayRaw28 struct { - DisplayRaw28 *Identity_Raw28 `protobuf:"bytes,30,opt,name=display_raw28,json=displayRaw28,proto3,oneof"` -} - -type Identity_Display_DisplayRaw29 struct { - DisplayRaw29 *Identity_Raw29 `protobuf:"bytes,31,opt,name=display_raw29,json=displayRaw29,proto3,oneof"` -} - -type Identity_Display_DisplayRaw30 struct { - DisplayRaw30 *Identity_Raw30 `protobuf:"bytes,32,opt,name=display_raw30,json=displayRaw30,proto3,oneof"` -} - -type Identity_Display_DisplayRaw31 struct { - DisplayRaw31 *Identity_Raw31 `protobuf:"bytes,33,opt,name=display_raw31,json=displayRaw31,proto3,oneof"` -} - -type Identity_Display_DisplayRaw32 struct { - DisplayRaw32 *Identity_Raw32 `protobuf:"bytes,34,opt,name=display_raw32,json=displayRaw32,proto3,oneof"` -} - -type Identity_Display_DisplayBlakeTwo256 struct { - DisplayBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,35,opt,name=display_blake_two256,json=displayBlakeTwo256,proto3,oneof"` -} - -type Identity_Display_DisplaySha256 struct { - DisplaySha256 *Identity_Sha256 `protobuf:"bytes,36,opt,name=display_sha256,json=displaySha256,proto3,oneof"` -} - -type Identity_Display_DisplayKeccak256 struct { - DisplayKeccak256 *Identity_Keccak256 `protobuf:"bytes,37,opt,name=display_keccak256,json=displayKeccak256,proto3,oneof"` -} - -type Identity_Display_DisplayShaThree256 struct { - DisplayShaThree256 *Identity_ShaThree256 `protobuf:"bytes,38,opt,name=display_sha_three256,json=displayShaThree256,proto3,oneof"` -} - -func (*Identity_Display_DisplayNone) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw0) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw1) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw2) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw3) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw4) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw5) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw6) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw7) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw8) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw9) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw10) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw11) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw12) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw13) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw14) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw15) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw16) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw17) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw18) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw19) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw20) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw21) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw22) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw23) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw24) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw25) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw26) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw27) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw28) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw29) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw30) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw31) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayRaw32) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayBlakeTwo256) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplaySha256) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayKeccak256) isIdentity_Display_Display() {} - -func (*Identity_Display_DisplayShaThree256) isIdentity_Display_Display() {} - -type NominationPools_Permission struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Permission: - // - // *NominationPools_Permission_PermissionPermissioned - // *NominationPools_Permission_PermissionPermissionlessCompound - // *NominationPools_Permission_PermissionPermissionlessWithdraw - // *NominationPools_Permission_PermissionPermissionlessAll - Permission isNominationPools_Permission_Permission `protobuf_oneof:"permission"` -} - -func (x *NominationPools_Permission) Reset() { - *x = NominationPools_Permission{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[322] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Permission) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Permission) ProtoMessage() {} - -func (x *NominationPools_Permission) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[322] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Permission.ProtoReflect.Descriptor instead. -func (*NominationPools_Permission) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{322} -} - -func (m *NominationPools_Permission) GetPermission() isNominationPools_Permission_Permission { - if m != nil { - return m.Permission - } - return nil -} - -func (x *NominationPools_Permission) GetPermissionPermissioned() *NominationPools_Permissioned { - if x, ok := x.GetPermission().(*NominationPools_Permission_PermissionPermissioned); ok { - return x.PermissionPermissioned - } - return nil -} - -func (x *NominationPools_Permission) GetPermissionPermissionlessCompound() *NominationPools_PermissionlessCompound { - if x, ok := x.GetPermission().(*NominationPools_Permission_PermissionPermissionlessCompound); ok { - return x.PermissionPermissionlessCompound - } - return nil -} - -func (x *NominationPools_Permission) GetPermissionPermissionlessWithdraw() *NominationPools_PermissionlessWithdraw { - if x, ok := x.GetPermission().(*NominationPools_Permission_PermissionPermissionlessWithdraw); ok { - return x.PermissionPermissionlessWithdraw - } - return nil -} - -func (x *NominationPools_Permission) GetPermissionPermissionlessAll() *NominationPools_PermissionlessAll { - if x, ok := x.GetPermission().(*NominationPools_Permission_PermissionPermissionlessAll); ok { - return x.PermissionPermissionlessAll - } - return nil -} - -type isNominationPools_Permission_Permission interface { - isNominationPools_Permission_Permission() -} - -type NominationPools_Permission_PermissionPermissioned struct { - PermissionPermissioned *NominationPools_Permissioned `protobuf:"bytes,1,opt,name=permission_permissioned,json=permissionPermissioned,proto3,oneof"` -} - -type NominationPools_Permission_PermissionPermissionlessCompound struct { - PermissionPermissionlessCompound *NominationPools_PermissionlessCompound `protobuf:"bytes,2,opt,name=permission_permissionless_compound,json=permissionPermissionlessCompound,proto3,oneof"` -} - -type NominationPools_Permission_PermissionPermissionlessWithdraw struct { - PermissionPermissionlessWithdraw *NominationPools_PermissionlessWithdraw `protobuf:"bytes,3,opt,name=permission_permissionless_withdraw,json=permissionPermissionlessWithdraw,proto3,oneof"` -} - -type NominationPools_Permission_PermissionPermissionlessAll struct { - PermissionPermissionlessAll *NominationPools_PermissionlessAll `protobuf:"bytes,4,opt,name=permission_permissionless_all,json=permissionPermissionlessAll,proto3,oneof"` -} - -func (*NominationPools_Permission_PermissionPermissioned) isNominationPools_Permission_Permission() {} - -func (*NominationPools_Permission_PermissionPermissionlessCompound) isNominationPools_Permission_Permission() { -} - -func (*NominationPools_Permission_PermissionPermissionlessWithdraw) isNominationPools_Permission_Permission() { -} - -func (*NominationPools_Permission_PermissionPermissionlessAll) isNominationPools_Permission_Permission() { -} - -type Babe_Config struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Config: - // - // *Babe_Config_ConfigV1 - Config isBabe_Config_Config `protobuf_oneof:"config"` -} - -func (x *Babe_Config) Reset() { - *x = Babe_Config{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[323] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_Config) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_Config) ProtoMessage() {} - -func (x *Babe_Config) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[323] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_Config.ProtoReflect.Descriptor instead. -func (*Babe_Config) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{323} -} - -func (m *Babe_Config) GetConfig() isBabe_Config_Config { - if m != nil { - return m.Config - } - return nil -} - -func (x *Babe_Config) GetConfigV1() *Babe_V1 { - if x, ok := x.GetConfig().(*Babe_Config_ConfigV1); ok { - return x.ConfigV1 - } - return nil -} - -type isBabe_Config_Config interface { - isBabe_Config_Config() -} - -type Babe_Config_ConfigV1 struct { - ConfigV1 *Babe_V1 `protobuf:"bytes,1,opt,name=config_v1,json=configV1,proto3,oneof"` -} - -func (*Babe_Config_ConfigV1) isBabe_Config_Config() {} - -type Staking_ForceNewEraCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Staking_ForceNewEraCall) Reset() { - *x = Staking_ForceNewEraCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[324] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_ForceNewEraCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_ForceNewEraCall) ProtoMessage() {} - -func (x *Staking_ForceNewEraCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[324] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_ForceNewEraCall.ProtoReflect.Descriptor instead. -func (*Staking_ForceNewEraCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{324} -} - -type Referenda_SubmitCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to ProposalOrigin: - // - // *Referenda_SubmitCall_ProposalOriginSystem - // *Referenda_SubmitCall_ProposalOriginOrigins - // *Referenda_SubmitCall_ProposalOriginVoid - ProposalOrigin isReferenda_SubmitCall_ProposalOrigin `protobuf_oneof:"proposal_origin"` - // Types that are assignable to Proposal: - // - // *Referenda_SubmitCall_ProposalLegacy - // *Referenda_SubmitCall_ProposalInline - // *Referenda_SubmitCall_ProposalLookup - Proposal isReferenda_SubmitCall_Proposal `protobuf_oneof:"proposal"` - // Types that are assignable to EnactmentMoment: - // - // *Referenda_SubmitCall_EnactmentMomentAt - // *Referenda_SubmitCall_EnactmentMomentAfter - EnactmentMoment isReferenda_SubmitCall_EnactmentMoment `protobuf_oneof:"enactment_moment"` -} - -func (x *Referenda_SubmitCall) Reset() { - *x = Referenda_SubmitCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[325] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_SubmitCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_SubmitCall) ProtoMessage() {} - -func (x *Referenda_SubmitCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[325] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_SubmitCall.ProtoReflect.Descriptor instead. -func (*Referenda_SubmitCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{325} -} - -func (m *Referenda_SubmitCall) GetProposalOrigin() isReferenda_SubmitCall_ProposalOrigin { - if m != nil { - return m.ProposalOrigin - } - return nil -} - -func (x *Referenda_SubmitCall) GetProposalOriginSystem() *Referenda_System { - if x, ok := x.GetProposalOrigin().(*Referenda_SubmitCall_ProposalOriginSystem); ok { - return x.ProposalOriginSystem - } - return nil -} - -func (x *Referenda_SubmitCall) GetProposalOriginOrigins() *Referenda_Origins { - if x, ok := x.GetProposalOrigin().(*Referenda_SubmitCall_ProposalOriginOrigins); ok { - return x.ProposalOriginOrigins - } - return nil -} - -func (x *Referenda_SubmitCall) GetProposalOriginVoid() *Referenda_Void { - if x, ok := x.GetProposalOrigin().(*Referenda_SubmitCall_ProposalOriginVoid); ok { - return x.ProposalOriginVoid - } - return nil -} - -func (m *Referenda_SubmitCall) GetProposal() isReferenda_SubmitCall_Proposal { - if m != nil { - return m.Proposal - } - return nil -} - -func (x *Referenda_SubmitCall) GetProposalLegacy() *Referenda_Legacy { - if x, ok := x.GetProposal().(*Referenda_SubmitCall_ProposalLegacy); ok { - return x.ProposalLegacy - } - return nil -} - -func (x *Referenda_SubmitCall) GetProposalInline() *Referenda_Inline { - if x, ok := x.GetProposal().(*Referenda_SubmitCall_ProposalInline); ok { - return x.ProposalInline - } - return nil -} - -func (x *Referenda_SubmitCall) GetProposalLookup() *Referenda_Lookup { - if x, ok := x.GetProposal().(*Referenda_SubmitCall_ProposalLookup); ok { - return x.ProposalLookup - } - return nil -} - -func (m *Referenda_SubmitCall) GetEnactmentMoment() isReferenda_SubmitCall_EnactmentMoment { - if m != nil { - return m.EnactmentMoment - } - return nil -} - -func (x *Referenda_SubmitCall) GetEnactmentMomentAt() *Referenda_At { - if x, ok := x.GetEnactmentMoment().(*Referenda_SubmitCall_EnactmentMomentAt); ok { - return x.EnactmentMomentAt - } - return nil -} - -func (x *Referenda_SubmitCall) GetEnactmentMomentAfter() *Referenda_After { - if x, ok := x.GetEnactmentMoment().(*Referenda_SubmitCall_EnactmentMomentAfter); ok { - return x.EnactmentMomentAfter - } - return nil -} - -type isReferenda_SubmitCall_ProposalOrigin interface { - isReferenda_SubmitCall_ProposalOrigin() -} - -type Referenda_SubmitCall_ProposalOriginSystem struct { - ProposalOriginSystem *Referenda_System `protobuf:"bytes,1,opt,name=proposal_origin_system,json=proposalOriginSystem,proto3,oneof"` -} - -type Referenda_SubmitCall_ProposalOriginOrigins struct { - ProposalOriginOrigins *Referenda_Origins `protobuf:"bytes,2,opt,name=proposal_origin_origins,json=proposalOriginOrigins,proto3,oneof"` -} - -type Referenda_SubmitCall_ProposalOriginVoid struct { - ProposalOriginVoid *Referenda_Void `protobuf:"bytes,3,opt,name=proposal_origin_void,json=proposalOriginVoid,proto3,oneof"` -} - -func (*Referenda_SubmitCall_ProposalOriginSystem) isReferenda_SubmitCall_ProposalOrigin() {} - -func (*Referenda_SubmitCall_ProposalOriginOrigins) isReferenda_SubmitCall_ProposalOrigin() {} - -func (*Referenda_SubmitCall_ProposalOriginVoid) isReferenda_SubmitCall_ProposalOrigin() {} - -type isReferenda_SubmitCall_Proposal interface { - isReferenda_SubmitCall_Proposal() -} - -type Referenda_SubmitCall_ProposalLegacy struct { - ProposalLegacy *Referenda_Legacy `protobuf:"bytes,4,opt,name=proposal_legacy,json=proposalLegacy,proto3,oneof"` -} - -type Referenda_SubmitCall_ProposalInline struct { - ProposalInline *Referenda_Inline `protobuf:"bytes,5,opt,name=proposal_inline,json=proposalInline,proto3,oneof"` -} - -type Referenda_SubmitCall_ProposalLookup struct { - ProposalLookup *Referenda_Lookup `protobuf:"bytes,6,opt,name=proposal_lookup,json=proposalLookup,proto3,oneof"` -} - -func (*Referenda_SubmitCall_ProposalLegacy) isReferenda_SubmitCall_Proposal() {} - -func (*Referenda_SubmitCall_ProposalInline) isReferenda_SubmitCall_Proposal() {} - -func (*Referenda_SubmitCall_ProposalLookup) isReferenda_SubmitCall_Proposal() {} - -type isReferenda_SubmitCall_EnactmentMoment interface { - isReferenda_SubmitCall_EnactmentMoment() -} - -type Referenda_SubmitCall_EnactmentMomentAt struct { - EnactmentMomentAt *Referenda_At `protobuf:"bytes,7,opt,name=enactment_moment_at,json=enactmentMomentAt,proto3,oneof"` -} - -type Referenda_SubmitCall_EnactmentMomentAfter struct { - EnactmentMomentAfter *Referenda_After `protobuf:"bytes,8,opt,name=enactment_moment_after,json=enactmentMomentAfter,proto3,oneof"` -} - -func (*Referenda_SubmitCall_EnactmentMomentAt) isReferenda_SubmitCall_EnactmentMoment() {} - -func (*Referenda_SubmitCall_EnactmentMomentAfter) isReferenda_SubmitCall_EnactmentMoment() {} - -type ChildBounties_Id struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *ChildBounties_Id) Reset() { - *x = ChildBounties_Id{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[326] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_Id) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_Id) ProtoMessage() {} - -func (x *ChildBounties_Id) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[326] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_Id.ProtoReflect.Descriptor instead. -func (*ChildBounties_Id) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{326} -} - -func (x *ChildBounties_Id) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type NominationPools_BondExtraOtherCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Member: - // - // *NominationPools_BondExtraOtherCall_MemberId - // *NominationPools_BondExtraOtherCall_MemberIndex - // *NominationPools_BondExtraOtherCall_MemberRaw - // *NominationPools_BondExtraOtherCall_MemberAddress32 - // *NominationPools_BondExtraOtherCall_MemberAddress20 - Member isNominationPools_BondExtraOtherCall_Member `protobuf_oneof:"member"` - // Types that are assignable to Extra: - // - // *NominationPools_BondExtraOtherCall_ExtraFreeBalance - // *NominationPools_BondExtraOtherCall_ExtraRewards - Extra isNominationPools_BondExtraOtherCall_Extra `protobuf_oneof:"extra"` -} - -func (x *NominationPools_BondExtraOtherCall) Reset() { - *x = NominationPools_BondExtraOtherCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[327] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_BondExtraOtherCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_BondExtraOtherCall) ProtoMessage() {} - -func (x *NominationPools_BondExtraOtherCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[327] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_BondExtraOtherCall.ProtoReflect.Descriptor instead. -func (*NominationPools_BondExtraOtherCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{327} -} - -func (m *NominationPools_BondExtraOtherCall) GetMember() isNominationPools_BondExtraOtherCall_Member { - if m != nil { - return m.Member - } - return nil -} - -func (x *NominationPools_BondExtraOtherCall) GetMemberId() *NominationPools_Id { - if x, ok := x.GetMember().(*NominationPools_BondExtraOtherCall_MemberId); ok { - return x.MemberId - } - return nil -} - -func (x *NominationPools_BondExtraOtherCall) GetMemberIndex() *NominationPools_Index { - if x, ok := x.GetMember().(*NominationPools_BondExtraOtherCall_MemberIndex); ok { - return x.MemberIndex - } - return nil -} - -func (x *NominationPools_BondExtraOtherCall) GetMemberRaw() *NominationPools_Raw { - if x, ok := x.GetMember().(*NominationPools_BondExtraOtherCall_MemberRaw); ok { - return x.MemberRaw - } - return nil -} - -func (x *NominationPools_BondExtraOtherCall) GetMemberAddress32() *NominationPools_Address32 { - if x, ok := x.GetMember().(*NominationPools_BondExtraOtherCall_MemberAddress32); ok { - return x.MemberAddress32 - } - return nil -} - -func (x *NominationPools_BondExtraOtherCall) GetMemberAddress20() *NominationPools_Address20 { - if x, ok := x.GetMember().(*NominationPools_BondExtraOtherCall_MemberAddress20); ok { - return x.MemberAddress20 - } - return nil -} - -func (m *NominationPools_BondExtraOtherCall) GetExtra() isNominationPools_BondExtraOtherCall_Extra { - if m != nil { - return m.Extra - } - return nil -} - -func (x *NominationPools_BondExtraOtherCall) GetExtraFreeBalance() *NominationPools_FreeBalance { - if x, ok := x.GetExtra().(*NominationPools_BondExtraOtherCall_ExtraFreeBalance); ok { - return x.ExtraFreeBalance - } - return nil -} - -func (x *NominationPools_BondExtraOtherCall) GetExtraRewards() *NominationPools_Rewards { - if x, ok := x.GetExtra().(*NominationPools_BondExtraOtherCall_ExtraRewards); ok { - return x.ExtraRewards - } - return nil -} - -type isNominationPools_BondExtraOtherCall_Member interface { - isNominationPools_BondExtraOtherCall_Member() -} - -type NominationPools_BondExtraOtherCall_MemberId struct { - MemberId *NominationPools_Id `protobuf:"bytes,1,opt,name=member_id,json=memberId,proto3,oneof"` -} - -type NominationPools_BondExtraOtherCall_MemberIndex struct { - MemberIndex *NominationPools_Index `protobuf:"bytes,2,opt,name=member_index,json=memberIndex,proto3,oneof"` -} - -type NominationPools_BondExtraOtherCall_MemberRaw struct { - MemberRaw *NominationPools_Raw `protobuf:"bytes,3,opt,name=member_raw,json=memberRaw,proto3,oneof"` -} - -type NominationPools_BondExtraOtherCall_MemberAddress32 struct { - MemberAddress32 *NominationPools_Address32 `protobuf:"bytes,4,opt,name=member_address32,json=memberAddress32,proto3,oneof"` -} - -type NominationPools_BondExtraOtherCall_MemberAddress20 struct { - MemberAddress20 *NominationPools_Address20 `protobuf:"bytes,5,opt,name=member_address20,json=memberAddress20,proto3,oneof"` -} - -func (*NominationPools_BondExtraOtherCall_MemberId) isNominationPools_BondExtraOtherCall_Member() {} - -func (*NominationPools_BondExtraOtherCall_MemberIndex) isNominationPools_BondExtraOtherCall_Member() { -} - -func (*NominationPools_BondExtraOtherCall_MemberRaw) isNominationPools_BondExtraOtherCall_Member() {} - -func (*NominationPools_BondExtraOtherCall_MemberAddress32) isNominationPools_BondExtraOtherCall_Member() { -} - -func (*NominationPools_BondExtraOtherCall_MemberAddress20) isNominationPools_BondExtraOtherCall_Member() { -} - -type isNominationPools_BondExtraOtherCall_Extra interface { - isNominationPools_BondExtraOtherCall_Extra() -} - -type NominationPools_BondExtraOtherCall_ExtraFreeBalance struct { - ExtraFreeBalance *NominationPools_FreeBalance `protobuf:"bytes,6,opt,name=extra_free_balance,json=extraFreeBalance,proto3,oneof"` -} - -type NominationPools_BondExtraOtherCall_ExtraRewards struct { - ExtraRewards *NominationPools_Rewards `protobuf:"bytes,7,opt,name=extra_rewards,json=extraRewards,proto3,oneof"` -} - -func (*NominationPools_BondExtraOtherCall_ExtraFreeBalance) isNominationPools_BondExtraOtherCall_Extra() { -} - -func (*NominationPools_BondExtraOtherCall_ExtraRewards) isNominationPools_BondExtraOtherCall_Extra() { -} - -type NominationPools_PermissionlessAll struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *NominationPools_PermissionlessAll) Reset() { - *x = NominationPools_PermissionlessAll{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[328] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_PermissionlessAll) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_PermissionlessAll) ProtoMessage() {} - -func (x *NominationPools_PermissionlessAll) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[328] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_PermissionlessAll.ProtoReflect.Descriptor instead. -func (*NominationPools_PermissionlessAll) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{328} -} - -type Gear_CreateProgramCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CodeId *GprimitivesCodeId `protobuf:"bytes,1,opt,name=code_id,json=codeId,proto3" json:"code_id,omitempty"` - Salt []byte `protobuf:"bytes,2,opt,name=salt,proto3" json:"salt,omitempty"` - InitPayload []byte `protobuf:"bytes,3,opt,name=init_payload,json=initPayload,proto3" json:"init_payload,omitempty"` - GasLimit uint64 `protobuf:"varint,4,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` - Value string `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"` - KeepAlive bool `protobuf:"varint,6,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"` -} - -func (x *Gear_CreateProgramCall) Reset() { - *x = Gear_CreateProgramCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[329] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Gear_CreateProgramCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Gear_CreateProgramCall) ProtoMessage() {} - -func (x *Gear_CreateProgramCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[329] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Gear_CreateProgramCall.ProtoReflect.Descriptor instead. -func (*Gear_CreateProgramCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{329} -} - -func (x *Gear_CreateProgramCall) GetCodeId() *GprimitivesCodeId { - if x != nil { - return x.CodeId - } - return nil -} - -func (x *Gear_CreateProgramCall) GetSalt() []byte { - if x != nil { - return x.Salt - } - return nil -} - -func (x *Gear_CreateProgramCall) GetInitPayload() []byte { - if x != nil { - return x.InitPayload - } - return nil -} - -func (x *Gear_CreateProgramCall) GetGasLimit() uint64 { - if x != nil { - return x.GasLimit - } - return 0 -} - -func (x *Gear_CreateProgramCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -func (x *Gear_CreateProgramCall) GetKeepAlive() bool { - if x != nil { - return x.KeepAlive - } - return false -} - -type GearVoucher_DeclineVoucher struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *GearVoucher_DeclineVoucher) Reset() { - *x = GearVoucher_DeclineVoucher{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[330] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_DeclineVoucher) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_DeclineVoucher) ProtoMessage() {} - -func (x *GearVoucher_DeclineVoucher) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[330] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_DeclineVoucher.ProtoReflect.Descriptor instead. -func (*GearVoucher_DeclineVoucher) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{330} -} - -type Grandpa_NoteStalledCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Delay uint32 `protobuf:"varint,1,opt,name=delay,proto3" json:"delay,omitempty"` - BestFinalizedBlockNumber uint32 `protobuf:"varint,2,opt,name=best_finalized_block_number,json=bestFinalizedBlockNumber,proto3" json:"best_finalized_block_number,omitempty"` -} - -func (x *Grandpa_NoteStalledCall) Reset() { - *x = Grandpa_NoteStalledCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[331] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_NoteStalledCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_NoteStalledCall) ProtoMessage() {} - -func (x *Grandpa_NoteStalledCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[331] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_NoteStalledCall.ProtoReflect.Descriptor instead. -func (*Grandpa_NoteStalledCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{331} -} - -func (x *Grandpa_NoteStalledCall) GetDelay() uint32 { - if x != nil { - return x.Delay - } - return 0 -} - -func (x *Grandpa_NoteStalledCall) GetBestFinalizedBlockNumber() uint32 { - if x != nil { - return x.BestFinalizedBlockNumber - } - return 0 -} - -type SpRuntimeMultiaddressMultiAddress struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Targets: - // - // *SpRuntimeMultiaddressMultiAddress_TargetsId - // *SpRuntimeMultiaddressMultiAddress_TargetsIndex - // *SpRuntimeMultiaddressMultiAddress_TargetsRaw - // *SpRuntimeMultiaddressMultiAddress_TargetsAddress32 - // *SpRuntimeMultiaddressMultiAddress_TargetsAddress20 - Targets isSpRuntimeMultiaddressMultiAddress_Targets `protobuf_oneof:"targets"` -} - -func (x *SpRuntimeMultiaddressMultiAddress) Reset() { - *x = SpRuntimeMultiaddressMultiAddress{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[332] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpRuntimeMultiaddressMultiAddress) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpRuntimeMultiaddressMultiAddress) ProtoMessage() {} - -func (x *SpRuntimeMultiaddressMultiAddress) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[332] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpRuntimeMultiaddressMultiAddress.ProtoReflect.Descriptor instead. -func (*SpRuntimeMultiaddressMultiAddress) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{332} -} - -func (m *SpRuntimeMultiaddressMultiAddress) GetTargets() isSpRuntimeMultiaddressMultiAddress_Targets { - if m != nil { - return m.Targets - } - return nil -} - -func (x *SpRuntimeMultiaddressMultiAddress) GetTargetsId() *Staking_Id { - if x, ok := x.GetTargets().(*SpRuntimeMultiaddressMultiAddress_TargetsId); ok { - return x.TargetsId - } - return nil -} - -func (x *SpRuntimeMultiaddressMultiAddress) GetTargetsIndex() *Staking_Index { - if x, ok := x.GetTargets().(*SpRuntimeMultiaddressMultiAddress_TargetsIndex); ok { - return x.TargetsIndex - } - return nil -} - -func (x *SpRuntimeMultiaddressMultiAddress) GetTargetsRaw() *Staking_Raw { - if x, ok := x.GetTargets().(*SpRuntimeMultiaddressMultiAddress_TargetsRaw); ok { - return x.TargetsRaw - } - return nil -} - -func (x *SpRuntimeMultiaddressMultiAddress) GetTargetsAddress32() *Staking_Address32 { - if x, ok := x.GetTargets().(*SpRuntimeMultiaddressMultiAddress_TargetsAddress32); ok { - return x.TargetsAddress32 - } - return nil -} - -func (x *SpRuntimeMultiaddressMultiAddress) GetTargetsAddress20() *Staking_Address20 { - if x, ok := x.GetTargets().(*SpRuntimeMultiaddressMultiAddress_TargetsAddress20); ok { - return x.TargetsAddress20 - } - return nil -} - -type isSpRuntimeMultiaddressMultiAddress_Targets interface { - isSpRuntimeMultiaddressMultiAddress_Targets() -} - -type SpRuntimeMultiaddressMultiAddress_TargetsId struct { - TargetsId *Staking_Id `protobuf:"bytes,1,opt,name=targets_id,json=targetsId,proto3,oneof"` -} - -type SpRuntimeMultiaddressMultiAddress_TargetsIndex struct { - TargetsIndex *Staking_Index `protobuf:"bytes,2,opt,name=targets_index,json=targetsIndex,proto3,oneof"` -} - -type SpRuntimeMultiaddressMultiAddress_TargetsRaw struct { - TargetsRaw *Staking_Raw `protobuf:"bytes,3,opt,name=targets_raw,json=targetsRaw,proto3,oneof"` -} - -type SpRuntimeMultiaddressMultiAddress_TargetsAddress32 struct { - TargetsAddress32 *Staking_Address32 `protobuf:"bytes,4,opt,name=targets_address32,json=targetsAddress32,proto3,oneof"` -} - -type SpRuntimeMultiaddressMultiAddress_TargetsAddress20 struct { - TargetsAddress20 *Staking_Address20 `protobuf:"bytes,5,opt,name=targets_address20,json=targetsAddress20,proto3,oneof"` -} - -func (*SpRuntimeMultiaddressMultiAddress_TargetsId) isSpRuntimeMultiaddressMultiAddress_Targets() {} - -func (*SpRuntimeMultiaddressMultiAddress_TargetsIndex) isSpRuntimeMultiaddressMultiAddress_Targets() { -} - -func (*SpRuntimeMultiaddressMultiAddress_TargetsRaw) isSpRuntimeMultiaddressMultiAddress_Targets() {} - -func (*SpRuntimeMultiaddressMultiAddress_TargetsAddress32) isSpRuntimeMultiaddressMultiAddress_Targets() { -} - -func (*SpRuntimeMultiaddressMultiAddress_TargetsAddress20) isSpRuntimeMultiaddressMultiAddress_Targets() { -} - -type ChildBounties_Beneficiary struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Beneficiary: - // - // *ChildBounties_Beneficiary_BeneficiaryId - // *ChildBounties_Beneficiary_BeneficiaryIndex - // *ChildBounties_Beneficiary_BeneficiaryRaw - // *ChildBounties_Beneficiary_BeneficiaryAddress32 - // *ChildBounties_Beneficiary_BeneficiaryAddress20 - Beneficiary isChildBounties_Beneficiary_Beneficiary `protobuf_oneof:"beneficiary"` -} - -func (x *ChildBounties_Beneficiary) Reset() { - *x = ChildBounties_Beneficiary{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[333] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_Beneficiary) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_Beneficiary) ProtoMessage() {} - -func (x *ChildBounties_Beneficiary) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[333] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_Beneficiary.ProtoReflect.Descriptor instead. -func (*ChildBounties_Beneficiary) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{333} -} - -func (m *ChildBounties_Beneficiary) GetBeneficiary() isChildBounties_Beneficiary_Beneficiary { - if m != nil { - return m.Beneficiary - } - return nil -} - -func (x *ChildBounties_Beneficiary) GetBeneficiaryId() *ChildBounties_Id { - if x, ok := x.GetBeneficiary().(*ChildBounties_Beneficiary_BeneficiaryId); ok { - return x.BeneficiaryId - } - return nil -} - -func (x *ChildBounties_Beneficiary) GetBeneficiaryIndex() *ChildBounties_Index { - if x, ok := x.GetBeneficiary().(*ChildBounties_Beneficiary_BeneficiaryIndex); ok { - return x.BeneficiaryIndex - } - return nil -} - -func (x *ChildBounties_Beneficiary) GetBeneficiaryRaw() *ChildBounties_Raw { - if x, ok := x.GetBeneficiary().(*ChildBounties_Beneficiary_BeneficiaryRaw); ok { - return x.BeneficiaryRaw - } - return nil -} - -func (x *ChildBounties_Beneficiary) GetBeneficiaryAddress32() *ChildBounties_Address32 { - if x, ok := x.GetBeneficiary().(*ChildBounties_Beneficiary_BeneficiaryAddress32); ok { - return x.BeneficiaryAddress32 - } - return nil -} - -func (x *ChildBounties_Beneficiary) GetBeneficiaryAddress20() *ChildBounties_Address20 { - if x, ok := x.GetBeneficiary().(*ChildBounties_Beneficiary_BeneficiaryAddress20); ok { - return x.BeneficiaryAddress20 - } - return nil -} - -type isChildBounties_Beneficiary_Beneficiary interface { - isChildBounties_Beneficiary_Beneficiary() -} - -type ChildBounties_Beneficiary_BeneficiaryId struct { - BeneficiaryId *ChildBounties_Id `protobuf:"bytes,1,opt,name=beneficiary_id,json=beneficiaryId,proto3,oneof"` -} - -type ChildBounties_Beneficiary_BeneficiaryIndex struct { - BeneficiaryIndex *ChildBounties_Index `protobuf:"bytes,2,opt,name=beneficiary_index,json=beneficiaryIndex,proto3,oneof"` -} - -type ChildBounties_Beneficiary_BeneficiaryRaw struct { - BeneficiaryRaw *ChildBounties_Raw `protobuf:"bytes,3,opt,name=beneficiary_raw,json=beneficiaryRaw,proto3,oneof"` -} - -type ChildBounties_Beneficiary_BeneficiaryAddress32 struct { - BeneficiaryAddress32 *ChildBounties_Address32 `protobuf:"bytes,4,opt,name=beneficiary_address32,json=beneficiaryAddress32,proto3,oneof"` -} - -type ChildBounties_Beneficiary_BeneficiaryAddress20 struct { - BeneficiaryAddress20 *ChildBounties_Address20 `protobuf:"bytes,5,opt,name=beneficiary_address20,json=beneficiaryAddress20,proto3,oneof"` -} - -func (*ChildBounties_Beneficiary_BeneficiaryId) isChildBounties_Beneficiary_Beneficiary() {} - -func (*ChildBounties_Beneficiary_BeneficiaryIndex) isChildBounties_Beneficiary_Beneficiary() {} - -func (*ChildBounties_Beneficiary_BeneficiaryRaw) isChildBounties_Beneficiary_Beneficiary() {} - -func (*ChildBounties_Beneficiary_BeneficiaryAddress32) isChildBounties_Beneficiary_Beneficiary() {} - -func (*ChildBounties_Beneficiary_BeneficiaryAddress20) isChildBounties_Beneficiary_Beneficiary() {} - -type ChildBounties_CloseChildBountyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ParentBountyId uint32 `protobuf:"varint,1,opt,name=parent_bounty_id,json=parentBountyId,proto3" json:"parent_bounty_id,omitempty"` - ChildBountyId uint32 `protobuf:"varint,2,opt,name=child_bounty_id,json=childBountyId,proto3" json:"child_bounty_id,omitempty"` -} - -func (x *ChildBounties_CloseChildBountyCall) Reset() { - *x = ChildBounties_CloseChildBountyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[334] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_CloseChildBountyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_CloseChildBountyCall) ProtoMessage() {} - -func (x *ChildBounties_CloseChildBountyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[334] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_CloseChildBountyCall.ProtoReflect.Descriptor instead. -func (*ChildBounties_CloseChildBountyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{334} -} - -func (x *ChildBounties_CloseChildBountyCall) GetParentBountyId() uint32 { - if x != nil { - return x.ParentBountyId - } - return 0 -} - -func (x *ChildBounties_CloseChildBountyCall) GetChildBountyId() uint32 { - if x != nil { - return x.ChildBountyId - } - return 0 -} - -type Gear_ClaimValueCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MessageId *GprimitivesMessageId `protobuf:"bytes,1,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` -} - -func (x *Gear_ClaimValueCall) Reset() { - *x = Gear_ClaimValueCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[335] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Gear_ClaimValueCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Gear_ClaimValueCall) ProtoMessage() {} - -func (x *Gear_ClaimValueCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[335] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Gear_ClaimValueCall.ProtoReflect.Descriptor instead. -func (*Gear_ClaimValueCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{335} -} - -func (x *Gear_ClaimValueCall) GetMessageId() *GprimitivesMessageId { - if x != nil { - return x.MessageId - } - return nil -} - -type Grandpa_SpConsensusGrandpaAppSignature struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreEd25519Signature `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Grandpa_SpConsensusGrandpaAppSignature) Reset() { - *x = Grandpa_SpConsensusGrandpaAppSignature{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[336] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_SpConsensusGrandpaAppSignature) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_SpConsensusGrandpaAppSignature) ProtoMessage() {} - -func (x *Grandpa_SpConsensusGrandpaAppSignature) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[336] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_SpConsensusGrandpaAppSignature.ProtoReflect.Descriptor instead. -func (*Grandpa_SpConsensusGrandpaAppSignature) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{336} -} - -func (x *Grandpa_SpConsensusGrandpaAppSignature) GetValue0() *SpCoreEd25519Signature { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_Raw31 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw31) Reset() { - *x = Identity_Raw31{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[337] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw31) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw31) ProtoMessage() {} - -func (x *Identity_Raw31) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[337] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw31.ProtoReflect.Descriptor instead. -func (*Identity_Raw31) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{337} -} - -func (x *Identity_Raw31) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Session_PurgeKeysCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Session_PurgeKeysCall) Reset() { - *x = Session_PurgeKeysCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[338] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Session_PurgeKeysCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Session_PurgeKeysCall) ProtoMessage() {} - -func (x *Session_PurgeKeysCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[338] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Session_PurgeKeysCall.ProtoReflect.Descriptor instead. -func (*Session_PurgeKeysCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{338} -} - -type Utility_WithWeightCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *Utility_WithWeightCall_CallSystem - // *Utility_WithWeightCall_CallTimestamp - // *Utility_WithWeightCall_CallBabe - // *Utility_WithWeightCall_CallGrandpa - // *Utility_WithWeightCall_CallBalances - // *Utility_WithWeightCall_CallVesting - // *Utility_WithWeightCall_CallBagsList - // *Utility_WithWeightCall_CallImOnline - // *Utility_WithWeightCall_CallStaking - // *Utility_WithWeightCall_CallSession - // *Utility_WithWeightCall_CallTreasury - // *Utility_WithWeightCall_CallUtility - // *Utility_WithWeightCall_CallConvictionVoting - // *Utility_WithWeightCall_CallReferenda - // *Utility_WithWeightCall_CallFellowshipCollective - // *Utility_WithWeightCall_CallFellowshipReferenda - // *Utility_WithWeightCall_CallWhitelist - // *Utility_WithWeightCall_CallScheduler - // *Utility_WithWeightCall_CallPreimage - // *Utility_WithWeightCall_CallIdentity - // *Utility_WithWeightCall_CallProxy - // *Utility_WithWeightCall_CallMultisig - // *Utility_WithWeightCall_CallElectionProviderMultiPhase - // *Utility_WithWeightCall_CallBounties - // *Utility_WithWeightCall_CallChildBounties - // *Utility_WithWeightCall_CallNominationPools - // *Utility_WithWeightCall_CallGear - // *Utility_WithWeightCall_CallStakingRewards - // *Utility_WithWeightCall_CallGearVoucher - Call isUtility_WithWeightCall_Call `protobuf_oneof:"call"` - Weight *SpWeightsWeightV2Weight `protobuf:"bytes,30,opt,name=weight,proto3" json:"weight,omitempty"` -} - -func (x *Utility_WithWeightCall) Reset() { - *x = Utility_WithWeightCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[339] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Utility_WithWeightCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Utility_WithWeightCall) ProtoMessage() {} - -func (x *Utility_WithWeightCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[339] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Utility_WithWeightCall.ProtoReflect.Descriptor instead. -func (*Utility_WithWeightCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{339} -} - -func (m *Utility_WithWeightCall) GetCall() isUtility_WithWeightCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallSystem() *SystemPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallSystem); ok { - return x.CallSystem - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallTimestamp() *TimestampPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallTimestamp); ok { - return x.CallTimestamp - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallBabe() *BabePallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallBabe); ok { - return x.CallBabe - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallGrandpa() *GrandpaPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallGrandpa); ok { - return x.CallGrandpa - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallBalances() *BalancesPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallBalances); ok { - return x.CallBalances - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallVesting() *VestingPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallVesting); ok { - return x.CallVesting - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallBagsList() *BagsListPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallBagsList); ok { - return x.CallBagsList - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallImOnline() *ImOnlinePallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallImOnline); ok { - return x.CallImOnline - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallStaking() *StakingPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallStaking); ok { - return x.CallStaking - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallSession() *SessionPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallSession); ok { - return x.CallSession - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallTreasury() *TreasuryPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallTreasury); ok { - return x.CallTreasury - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallUtility() *UtilityPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallUtility); ok { - return x.CallUtility - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallConvictionVoting() *ConvictionVotingPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallConvictionVoting); ok { - return x.CallConvictionVoting - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallReferenda() *ReferendaPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallReferenda); ok { - return x.CallReferenda - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallFellowshipCollective() *FellowshipCollectivePallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallFellowshipCollective); ok { - return x.CallFellowshipCollective - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallFellowshipReferenda() *FellowshipReferendaPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallFellowshipReferenda); ok { - return x.CallFellowshipReferenda - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallWhitelist() *WhitelistPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallWhitelist); ok { - return x.CallWhitelist - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallScheduler() *SchedulerPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallScheduler); ok { - return x.CallScheduler - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallPreimage() *PreimagePallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallPreimage); ok { - return x.CallPreimage - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallIdentity() *IdentityPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallIdentity); ok { - return x.CallIdentity - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallProxy() *ProxyPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallProxy); ok { - return x.CallProxy - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallMultisig() *MultisigPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallMultisig); ok { - return x.CallMultisig - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallElectionProviderMultiPhase() *ElectionProviderMultiPhasePallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallElectionProviderMultiPhase); ok { - return x.CallElectionProviderMultiPhase - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallBounties() *BountiesPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallBounties); ok { - return x.CallBounties - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallChildBounties() *ChildBountiesPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallChildBounties); ok { - return x.CallChildBounties - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallNominationPools() *NominationPoolsPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallNominationPools); ok { - return x.CallNominationPools - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallGear() *GearPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallGear); ok { - return x.CallGear - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallStakingRewards() *StakingRewardsPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallStakingRewards); ok { - return x.CallStakingRewards - } - return nil -} - -func (x *Utility_WithWeightCall) GetCallGearVoucher() *GearVoucherPallet { - if x, ok := x.GetCall().(*Utility_WithWeightCall_CallGearVoucher); ok { - return x.CallGearVoucher - } - return nil -} - -func (x *Utility_WithWeightCall) GetWeight() *SpWeightsWeightV2Weight { - if x != nil { - return x.Weight - } - return nil -} - -type isUtility_WithWeightCall_Call interface { - isUtility_WithWeightCall_Call() -} - -type Utility_WithWeightCall_CallSystem struct { - CallSystem *SystemPallet `protobuf:"bytes,1,opt,name=call_system,json=callSystem,proto3,oneof"` -} - -type Utility_WithWeightCall_CallTimestamp struct { - CallTimestamp *TimestampPallet `protobuf:"bytes,2,opt,name=call_timestamp,json=callTimestamp,proto3,oneof"` -} - -type Utility_WithWeightCall_CallBabe struct { - CallBabe *BabePallet `protobuf:"bytes,3,opt,name=call_babe,json=callBabe,proto3,oneof"` -} - -type Utility_WithWeightCall_CallGrandpa struct { - CallGrandpa *GrandpaPallet `protobuf:"bytes,4,opt,name=call_grandpa,json=callGrandpa,proto3,oneof"` -} - -type Utility_WithWeightCall_CallBalances struct { - CallBalances *BalancesPallet `protobuf:"bytes,5,opt,name=call_balances,json=callBalances,proto3,oneof"` -} - -type Utility_WithWeightCall_CallVesting struct { - CallVesting *VestingPallet `protobuf:"bytes,6,opt,name=call_vesting,json=callVesting,proto3,oneof"` -} - -type Utility_WithWeightCall_CallBagsList struct { - CallBagsList *BagsListPallet `protobuf:"bytes,7,opt,name=call_bags_list,json=callBagsList,proto3,oneof"` -} - -type Utility_WithWeightCall_CallImOnline struct { - CallImOnline *ImOnlinePallet `protobuf:"bytes,8,opt,name=call_im_online,json=callImOnline,proto3,oneof"` -} - -type Utility_WithWeightCall_CallStaking struct { - CallStaking *StakingPallet `protobuf:"bytes,9,opt,name=call_staking,json=callStaking,proto3,oneof"` -} - -type Utility_WithWeightCall_CallSession struct { - CallSession *SessionPallet `protobuf:"bytes,10,opt,name=call_session,json=callSession,proto3,oneof"` -} - -type Utility_WithWeightCall_CallTreasury struct { - CallTreasury *TreasuryPallet `protobuf:"bytes,11,opt,name=call_treasury,json=callTreasury,proto3,oneof"` -} - -type Utility_WithWeightCall_CallUtility struct { - CallUtility *UtilityPallet `protobuf:"bytes,12,opt,name=call_utility,json=callUtility,proto3,oneof"` -} - -type Utility_WithWeightCall_CallConvictionVoting struct { - CallConvictionVoting *ConvictionVotingPallet `protobuf:"bytes,13,opt,name=call_conviction_voting,json=callConvictionVoting,proto3,oneof"` -} - -type Utility_WithWeightCall_CallReferenda struct { - CallReferenda *ReferendaPallet `protobuf:"bytes,14,opt,name=call_referenda,json=callReferenda,proto3,oneof"` -} - -type Utility_WithWeightCall_CallFellowshipCollective struct { - CallFellowshipCollective *FellowshipCollectivePallet `protobuf:"bytes,15,opt,name=call_fellowship_collective,json=callFellowshipCollective,proto3,oneof"` -} - -type Utility_WithWeightCall_CallFellowshipReferenda struct { - CallFellowshipReferenda *FellowshipReferendaPallet `protobuf:"bytes,16,opt,name=call_fellowship_referenda,json=callFellowshipReferenda,proto3,oneof"` -} - -type Utility_WithWeightCall_CallWhitelist struct { - CallWhitelist *WhitelistPallet `protobuf:"bytes,17,opt,name=call_whitelist,json=callWhitelist,proto3,oneof"` -} - -type Utility_WithWeightCall_CallScheduler struct { - CallScheduler *SchedulerPallet `protobuf:"bytes,18,opt,name=call_scheduler,json=callScheduler,proto3,oneof"` -} - -type Utility_WithWeightCall_CallPreimage struct { - CallPreimage *PreimagePallet `protobuf:"bytes,19,opt,name=call_preimage,json=callPreimage,proto3,oneof"` -} - -type Utility_WithWeightCall_CallIdentity struct { - CallIdentity *IdentityPallet `protobuf:"bytes,20,opt,name=call_identity,json=callIdentity,proto3,oneof"` -} - -type Utility_WithWeightCall_CallProxy struct { - CallProxy *ProxyPallet `protobuf:"bytes,21,opt,name=call_proxy,json=callProxy,proto3,oneof"` -} - -type Utility_WithWeightCall_CallMultisig struct { - CallMultisig *MultisigPallet `protobuf:"bytes,22,opt,name=call_multisig,json=callMultisig,proto3,oneof"` -} - -type Utility_WithWeightCall_CallElectionProviderMultiPhase struct { - CallElectionProviderMultiPhase *ElectionProviderMultiPhasePallet `protobuf:"bytes,23,opt,name=call_election_provider_multi_phase,json=callElectionProviderMultiPhase,proto3,oneof"` -} - -type Utility_WithWeightCall_CallBounties struct { - CallBounties *BountiesPallet `protobuf:"bytes,24,opt,name=call_bounties,json=callBounties,proto3,oneof"` -} - -type Utility_WithWeightCall_CallChildBounties struct { - CallChildBounties *ChildBountiesPallet `protobuf:"bytes,25,opt,name=call_child_bounties,json=callChildBounties,proto3,oneof"` -} - -type Utility_WithWeightCall_CallNominationPools struct { - CallNominationPools *NominationPoolsPallet `protobuf:"bytes,26,opt,name=call_nomination_pools,json=callNominationPools,proto3,oneof"` -} - -type Utility_WithWeightCall_CallGear struct { - CallGear *GearPallet `protobuf:"bytes,27,opt,name=call_gear,json=callGear,proto3,oneof"` -} - -type Utility_WithWeightCall_CallStakingRewards struct { - CallStakingRewards *StakingRewardsPallet `protobuf:"bytes,28,opt,name=call_staking_rewards,json=callStakingRewards,proto3,oneof"` -} - -type Utility_WithWeightCall_CallGearVoucher struct { - CallGearVoucher *GearVoucherPallet `protobuf:"bytes,29,opt,name=call_gear_voucher,json=callGearVoucher,proto3,oneof"` -} - -func (*Utility_WithWeightCall_CallSystem) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallTimestamp) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallBabe) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallGrandpa) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallBalances) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallVesting) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallBagsList) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallImOnline) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallStaking) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallSession) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallTreasury) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallUtility) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallConvictionVoting) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallReferenda) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallFellowshipCollective) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallFellowshipReferenda) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallWhitelist) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallScheduler) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallPreimage) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallIdentity) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallProxy) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallMultisig) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallElectionProviderMultiPhase) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallBounties) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallChildBounties) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallNominationPools) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallGear) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallStakingRewards) isUtility_WithWeightCall_Call() {} - -func (*Utility_WithWeightCall_CallGearVoucher) isUtility_WithWeightCall_Call() {} - -type ImOnline_PalletImOnlineSr25519AppSr25519Signature struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreSr25519Signature `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *ImOnline_PalletImOnlineSr25519AppSr25519Signature) Reset() { - *x = ImOnline_PalletImOnlineSr25519AppSr25519Signature{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[340] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ImOnline_PalletImOnlineSr25519AppSr25519Signature) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ImOnline_PalletImOnlineSr25519AppSr25519Signature) ProtoMessage() {} - -func (x *ImOnline_PalletImOnlineSr25519AppSr25519Signature) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[340] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ImOnline_PalletImOnlineSr25519AppSr25519Signature.ProtoReflect.Descriptor instead. -func (*ImOnline_PalletImOnlineSr25519AppSr25519Signature) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{340} -} - -func (x *ImOnline_PalletImOnlineSr25519AppSr25519Signature) GetValue0() *SpCoreSr25519Signature { - if x != nil { - return x.Value0 - } - return nil -} - -type Staking_MinNominatorBond struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MinNominatorBond: - // - // *Staking_MinNominatorBond_MinNominatorBondNoop - // *Staking_MinNominatorBond_MinNominatorBondSet - // *Staking_MinNominatorBond_MinNominatorBondRemove - MinNominatorBond isStaking_MinNominatorBond_MinNominatorBond `protobuf_oneof:"min_nominator_bond"` -} - -func (x *Staking_MinNominatorBond) Reset() { - *x = Staking_MinNominatorBond{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[341] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_MinNominatorBond) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_MinNominatorBond) ProtoMessage() {} - -func (x *Staking_MinNominatorBond) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[341] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_MinNominatorBond.ProtoReflect.Descriptor instead. -func (*Staking_MinNominatorBond) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{341} -} - -func (m *Staking_MinNominatorBond) GetMinNominatorBond() isStaking_MinNominatorBond_MinNominatorBond { - if m != nil { - return m.MinNominatorBond - } - return nil -} - -func (x *Staking_MinNominatorBond) GetMinNominatorBondNoop() *Staking_Noop { - if x, ok := x.GetMinNominatorBond().(*Staking_MinNominatorBond_MinNominatorBondNoop); ok { - return x.MinNominatorBondNoop - } - return nil -} - -func (x *Staking_MinNominatorBond) GetMinNominatorBondSet() *Staking_Set { - if x, ok := x.GetMinNominatorBond().(*Staking_MinNominatorBond_MinNominatorBondSet); ok { - return x.MinNominatorBondSet - } - return nil -} - -func (x *Staking_MinNominatorBond) GetMinNominatorBondRemove() *Staking_Remove { - if x, ok := x.GetMinNominatorBond().(*Staking_MinNominatorBond_MinNominatorBondRemove); ok { - return x.MinNominatorBondRemove - } - return nil -} - -type isStaking_MinNominatorBond_MinNominatorBond interface { - isStaking_MinNominatorBond_MinNominatorBond() -} - -type Staking_MinNominatorBond_MinNominatorBondNoop struct { - MinNominatorBondNoop *Staking_Noop `protobuf:"bytes,1,opt,name=min_nominator_bond_noop,json=minNominatorBondNoop,proto3,oneof"` -} - -type Staking_MinNominatorBond_MinNominatorBondSet struct { - MinNominatorBondSet *Staking_Set `protobuf:"bytes,2,opt,name=min_nominator_bond_set,json=minNominatorBondSet,proto3,oneof"` -} - -type Staking_MinNominatorBond_MinNominatorBondRemove struct { - MinNominatorBondRemove *Staking_Remove `protobuf:"bytes,3,opt,name=min_nominator_bond_remove,json=minNominatorBondRemove,proto3,oneof"` -} - -func (*Staking_MinNominatorBond_MinNominatorBondNoop) isStaking_MinNominatorBond_MinNominatorBond() {} - -func (*Staking_MinNominatorBond_MinNominatorBondSet) isStaking_MinNominatorBond_MinNominatorBond() {} - -func (*Staking_MinNominatorBond_MinNominatorBondRemove) isStaking_MinNominatorBond_MinNominatorBond() { -} - -type FellowshipReferenda_OneFewerDecidingCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Track uint32 `protobuf:"varint,1,opt,name=track,proto3" json:"track,omitempty"` -} - -func (x *FellowshipReferenda_OneFewerDecidingCall) Reset() { - *x = FellowshipReferenda_OneFewerDecidingCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[342] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_OneFewerDecidingCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_OneFewerDecidingCall) ProtoMessage() {} - -func (x *FellowshipReferenda_OneFewerDecidingCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[342] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_OneFewerDecidingCall.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_OneFewerDecidingCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{342} -} - -func (x *FellowshipReferenda_OneFewerDecidingCall) GetTrack() uint32 { - if x != nil { - return x.Track - } - return 0 -} - -type ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 *SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,opt,name=value1,proto3" json:"value1,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[343] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16) ProtoMessage() {} - -func (x *ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[343] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{343} -} - -func (x *ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16) GetValue1() *SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -type NominationPools_CreateWithPoolIdCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` - // Types that are assignable to Root: - // - // *NominationPools_CreateWithPoolIdCall_RootId - // *NominationPools_CreateWithPoolIdCall_RootIndex - // *NominationPools_CreateWithPoolIdCall_RootRaw - // *NominationPools_CreateWithPoolIdCall_RootAddress32 - // *NominationPools_CreateWithPoolIdCall_RootAddress20 - Root isNominationPools_CreateWithPoolIdCall_Root `protobuf_oneof:"root"` - // Types that are assignable to Nominator: - // - // *NominationPools_CreateWithPoolIdCall_NominatorId - // *NominationPools_CreateWithPoolIdCall_NominatorIndex - // *NominationPools_CreateWithPoolIdCall_NominatorRaw - // *NominationPools_CreateWithPoolIdCall_NominatorAddress32 - // *NominationPools_CreateWithPoolIdCall_NominatorAddress20 - Nominator isNominationPools_CreateWithPoolIdCall_Nominator `protobuf_oneof:"nominator"` - // Types that are assignable to Bouncer: - // - // *NominationPools_CreateWithPoolIdCall_BouncerId - // *NominationPools_CreateWithPoolIdCall_BouncerIndex - // *NominationPools_CreateWithPoolIdCall_BouncerRaw - // *NominationPools_CreateWithPoolIdCall_BouncerAddress32 - // *NominationPools_CreateWithPoolIdCall_BouncerAddress20 - Bouncer isNominationPools_CreateWithPoolIdCall_Bouncer `protobuf_oneof:"bouncer"` - PoolId uint32 `protobuf:"varint,17,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` -} - -func (x *NominationPools_CreateWithPoolIdCall) Reset() { - *x = NominationPools_CreateWithPoolIdCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[344] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_CreateWithPoolIdCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_CreateWithPoolIdCall) ProtoMessage() {} - -func (x *NominationPools_CreateWithPoolIdCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[344] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_CreateWithPoolIdCall.ProtoReflect.Descriptor instead. -func (*NominationPools_CreateWithPoolIdCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{344} -} - -func (x *NominationPools_CreateWithPoolIdCall) GetAmount() string { - if x != nil { - return x.Amount - } - return "" -} - -func (m *NominationPools_CreateWithPoolIdCall) GetRoot() isNominationPools_CreateWithPoolIdCall_Root { - if m != nil { - return m.Root - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetRootId() *NominationPools_Id { - if x, ok := x.GetRoot().(*NominationPools_CreateWithPoolIdCall_RootId); ok { - return x.RootId - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetRootIndex() *NominationPools_Index { - if x, ok := x.GetRoot().(*NominationPools_CreateWithPoolIdCall_RootIndex); ok { - return x.RootIndex - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetRootRaw() *NominationPools_Raw { - if x, ok := x.GetRoot().(*NominationPools_CreateWithPoolIdCall_RootRaw); ok { - return x.RootRaw - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetRootAddress32() *NominationPools_Address32 { - if x, ok := x.GetRoot().(*NominationPools_CreateWithPoolIdCall_RootAddress32); ok { - return x.RootAddress32 - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetRootAddress20() *NominationPools_Address20 { - if x, ok := x.GetRoot().(*NominationPools_CreateWithPoolIdCall_RootAddress20); ok { - return x.RootAddress20 - } - return nil -} - -func (m *NominationPools_CreateWithPoolIdCall) GetNominator() isNominationPools_CreateWithPoolIdCall_Nominator { - if m != nil { - return m.Nominator - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetNominatorId() *NominationPools_Id { - if x, ok := x.GetNominator().(*NominationPools_CreateWithPoolIdCall_NominatorId); ok { - return x.NominatorId - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetNominatorIndex() *NominationPools_Index { - if x, ok := x.GetNominator().(*NominationPools_CreateWithPoolIdCall_NominatorIndex); ok { - return x.NominatorIndex - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetNominatorRaw() *NominationPools_Raw { - if x, ok := x.GetNominator().(*NominationPools_CreateWithPoolIdCall_NominatorRaw); ok { - return x.NominatorRaw - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetNominatorAddress32() *NominationPools_Address32 { - if x, ok := x.GetNominator().(*NominationPools_CreateWithPoolIdCall_NominatorAddress32); ok { - return x.NominatorAddress32 - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetNominatorAddress20() *NominationPools_Address20 { - if x, ok := x.GetNominator().(*NominationPools_CreateWithPoolIdCall_NominatorAddress20); ok { - return x.NominatorAddress20 - } - return nil -} - -func (m *NominationPools_CreateWithPoolIdCall) GetBouncer() isNominationPools_CreateWithPoolIdCall_Bouncer { - if m != nil { - return m.Bouncer - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetBouncerId() *NominationPools_Id { - if x, ok := x.GetBouncer().(*NominationPools_CreateWithPoolIdCall_BouncerId); ok { - return x.BouncerId - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetBouncerIndex() *NominationPools_Index { - if x, ok := x.GetBouncer().(*NominationPools_CreateWithPoolIdCall_BouncerIndex); ok { - return x.BouncerIndex - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetBouncerRaw() *NominationPools_Raw { - if x, ok := x.GetBouncer().(*NominationPools_CreateWithPoolIdCall_BouncerRaw); ok { - return x.BouncerRaw - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetBouncerAddress32() *NominationPools_Address32 { - if x, ok := x.GetBouncer().(*NominationPools_CreateWithPoolIdCall_BouncerAddress32); ok { - return x.BouncerAddress32 - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetBouncerAddress20() *NominationPools_Address20 { - if x, ok := x.GetBouncer().(*NominationPools_CreateWithPoolIdCall_BouncerAddress20); ok { - return x.BouncerAddress20 - } - return nil -} - -func (x *NominationPools_CreateWithPoolIdCall) GetPoolId() uint32 { - if x != nil { - return x.PoolId - } - return 0 -} - -type isNominationPools_CreateWithPoolIdCall_Root interface { - isNominationPools_CreateWithPoolIdCall_Root() -} - -type NominationPools_CreateWithPoolIdCall_RootId struct { - RootId *NominationPools_Id `protobuf:"bytes,2,opt,name=root_id,json=rootId,proto3,oneof"` -} - -type NominationPools_CreateWithPoolIdCall_RootIndex struct { - RootIndex *NominationPools_Index `protobuf:"bytes,3,opt,name=root_index,json=rootIndex,proto3,oneof"` -} - -type NominationPools_CreateWithPoolIdCall_RootRaw struct { - RootRaw *NominationPools_Raw `protobuf:"bytes,4,opt,name=root_raw,json=rootRaw,proto3,oneof"` -} - -type NominationPools_CreateWithPoolIdCall_RootAddress32 struct { - RootAddress32 *NominationPools_Address32 `protobuf:"bytes,5,opt,name=root_address32,json=rootAddress32,proto3,oneof"` -} - -type NominationPools_CreateWithPoolIdCall_RootAddress20 struct { - RootAddress20 *NominationPools_Address20 `protobuf:"bytes,6,opt,name=root_address20,json=rootAddress20,proto3,oneof"` -} - -func (*NominationPools_CreateWithPoolIdCall_RootId) isNominationPools_CreateWithPoolIdCall_Root() {} - -func (*NominationPools_CreateWithPoolIdCall_RootIndex) isNominationPools_CreateWithPoolIdCall_Root() { -} - -func (*NominationPools_CreateWithPoolIdCall_RootRaw) isNominationPools_CreateWithPoolIdCall_Root() {} - -func (*NominationPools_CreateWithPoolIdCall_RootAddress32) isNominationPools_CreateWithPoolIdCall_Root() { -} - -func (*NominationPools_CreateWithPoolIdCall_RootAddress20) isNominationPools_CreateWithPoolIdCall_Root() { -} - -type isNominationPools_CreateWithPoolIdCall_Nominator interface { - isNominationPools_CreateWithPoolIdCall_Nominator() -} - -type NominationPools_CreateWithPoolIdCall_NominatorId struct { - NominatorId *NominationPools_Id `protobuf:"bytes,7,opt,name=nominator_id,json=nominatorId,proto3,oneof"` -} - -type NominationPools_CreateWithPoolIdCall_NominatorIndex struct { - NominatorIndex *NominationPools_Index `protobuf:"bytes,8,opt,name=nominator_index,json=nominatorIndex,proto3,oneof"` -} - -type NominationPools_CreateWithPoolIdCall_NominatorRaw struct { - NominatorRaw *NominationPools_Raw `protobuf:"bytes,9,opt,name=nominator_raw,json=nominatorRaw,proto3,oneof"` -} - -type NominationPools_CreateWithPoolIdCall_NominatorAddress32 struct { - NominatorAddress32 *NominationPools_Address32 `protobuf:"bytes,10,opt,name=nominator_address32,json=nominatorAddress32,proto3,oneof"` -} - -type NominationPools_CreateWithPoolIdCall_NominatorAddress20 struct { - NominatorAddress20 *NominationPools_Address20 `protobuf:"bytes,11,opt,name=nominator_address20,json=nominatorAddress20,proto3,oneof"` -} - -func (*NominationPools_CreateWithPoolIdCall_NominatorId) isNominationPools_CreateWithPoolIdCall_Nominator() { -} - -func (*NominationPools_CreateWithPoolIdCall_NominatorIndex) isNominationPools_CreateWithPoolIdCall_Nominator() { -} - -func (*NominationPools_CreateWithPoolIdCall_NominatorRaw) isNominationPools_CreateWithPoolIdCall_Nominator() { -} - -func (*NominationPools_CreateWithPoolIdCall_NominatorAddress32) isNominationPools_CreateWithPoolIdCall_Nominator() { -} - -func (*NominationPools_CreateWithPoolIdCall_NominatorAddress20) isNominationPools_CreateWithPoolIdCall_Nominator() { -} - -type isNominationPools_CreateWithPoolIdCall_Bouncer interface { - isNominationPools_CreateWithPoolIdCall_Bouncer() -} - -type NominationPools_CreateWithPoolIdCall_BouncerId struct { - BouncerId *NominationPools_Id `protobuf:"bytes,12,opt,name=bouncer_id,json=bouncerId,proto3,oneof"` -} - -type NominationPools_CreateWithPoolIdCall_BouncerIndex struct { - BouncerIndex *NominationPools_Index `protobuf:"bytes,13,opt,name=bouncer_index,json=bouncerIndex,proto3,oneof"` -} - -type NominationPools_CreateWithPoolIdCall_BouncerRaw struct { - BouncerRaw *NominationPools_Raw `protobuf:"bytes,14,opt,name=bouncer_raw,json=bouncerRaw,proto3,oneof"` -} - -type NominationPools_CreateWithPoolIdCall_BouncerAddress32 struct { - BouncerAddress32 *NominationPools_Address32 `protobuf:"bytes,15,opt,name=bouncer_address32,json=bouncerAddress32,proto3,oneof"` -} - -type NominationPools_CreateWithPoolIdCall_BouncerAddress20 struct { - BouncerAddress20 *NominationPools_Address20 `protobuf:"bytes,16,opt,name=bouncer_address20,json=bouncerAddress20,proto3,oneof"` -} - -func (*NominationPools_CreateWithPoolIdCall_BouncerId) isNominationPools_CreateWithPoolIdCall_Bouncer() { -} - -func (*NominationPools_CreateWithPoolIdCall_BouncerIndex) isNominationPools_CreateWithPoolIdCall_Bouncer() { -} - -func (*NominationPools_CreateWithPoolIdCall_BouncerRaw) isNominationPools_CreateWithPoolIdCall_Bouncer() { -} - -func (*NominationPools_CreateWithPoolIdCall_BouncerAddress32) isNominationPools_CreateWithPoolIdCall_Bouncer() { -} - -func (*NominationPools_CreateWithPoolIdCall_BouncerAddress20) isNominationPools_CreateWithPoolIdCall_Bouncer() { -} - -type SpConsensusSlotsSlot struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint64 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *SpConsensusSlotsSlot) Reset() { - *x = SpConsensusSlotsSlot{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[345] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpConsensusSlotsSlot) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpConsensusSlotsSlot) ProtoMessage() {} - -func (x *SpConsensusSlotsSlot) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[345] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpConsensusSlotsSlot.ProtoReflect.Descriptor instead. -func (*SpConsensusSlotsSlot) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{345} -} - -func (x *SpConsensusSlotsSlot) GetValue0() uint64 { - if x != nil { - return x.Value0 - } - return 0 -} - -type VaraRuntimeRuntimeCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Calls: - // - // *VaraRuntimeRuntimeCall_CallsSystem - // *VaraRuntimeRuntimeCall_CallsTimestamp - // *VaraRuntimeRuntimeCall_CallsBabe - // *VaraRuntimeRuntimeCall_CallsGrandpa - // *VaraRuntimeRuntimeCall_CallsBalances - // *VaraRuntimeRuntimeCall_CallsVesting - // *VaraRuntimeRuntimeCall_CallsBagsList - // *VaraRuntimeRuntimeCall_CallsImOnline - // *VaraRuntimeRuntimeCall_CallsStaking - // *VaraRuntimeRuntimeCall_CallsSession - // *VaraRuntimeRuntimeCall_CallsTreasury - // *VaraRuntimeRuntimeCall_CallsUtility - // *VaraRuntimeRuntimeCall_CallsConvictionVoting - // *VaraRuntimeRuntimeCall_CallsReferenda - // *VaraRuntimeRuntimeCall_CallsFellowshipCollective - // *VaraRuntimeRuntimeCall_CallsFellowshipReferenda - // *VaraRuntimeRuntimeCall_CallsWhitelist - // *VaraRuntimeRuntimeCall_CallsScheduler - // *VaraRuntimeRuntimeCall_CallsPreimage - // *VaraRuntimeRuntimeCall_CallsIdentity - // *VaraRuntimeRuntimeCall_CallsProxy - // *VaraRuntimeRuntimeCall_CallsMultisig - // *VaraRuntimeRuntimeCall_CallsElectionProviderMultiPhase - // *VaraRuntimeRuntimeCall_CallsBounties - // *VaraRuntimeRuntimeCall_CallsChildBounties - // *VaraRuntimeRuntimeCall_CallsNominationPools - // *VaraRuntimeRuntimeCall_CallsGear - // *VaraRuntimeRuntimeCall_CallsStakingRewards - // *VaraRuntimeRuntimeCall_CallsGearVoucher - Calls isVaraRuntimeRuntimeCall_Calls `protobuf_oneof:"calls"` -} - -func (x *VaraRuntimeRuntimeCall) Reset() { - *x = VaraRuntimeRuntimeCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[346] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *VaraRuntimeRuntimeCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*VaraRuntimeRuntimeCall) ProtoMessage() {} - -func (x *VaraRuntimeRuntimeCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[346] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use VaraRuntimeRuntimeCall.ProtoReflect.Descriptor instead. -func (*VaraRuntimeRuntimeCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{346} -} - -func (m *VaraRuntimeRuntimeCall) GetCalls() isVaraRuntimeRuntimeCall_Calls { - if m != nil { - return m.Calls - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsSystem() *SystemPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsSystem); ok { - return x.CallsSystem - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsTimestamp() *TimestampPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsTimestamp); ok { - return x.CallsTimestamp - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsBabe() *BabePallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsBabe); ok { - return x.CallsBabe - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsGrandpa() *GrandpaPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsGrandpa); ok { - return x.CallsGrandpa - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsBalances() *BalancesPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsBalances); ok { - return x.CallsBalances - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsVesting() *VestingPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsVesting); ok { - return x.CallsVesting - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsBagsList() *BagsListPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsBagsList); ok { - return x.CallsBagsList - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsImOnline() *ImOnlinePallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsImOnline); ok { - return x.CallsImOnline - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsStaking() *StakingPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsStaking); ok { - return x.CallsStaking - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsSession() *SessionPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsSession); ok { - return x.CallsSession - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsTreasury() *TreasuryPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsTreasury); ok { - return x.CallsTreasury - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsUtility() *UtilityPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsUtility); ok { - return x.CallsUtility - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsConvictionVoting() *ConvictionVotingPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsConvictionVoting); ok { - return x.CallsConvictionVoting - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsReferenda() *ReferendaPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsReferenda); ok { - return x.CallsReferenda - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsFellowshipCollective() *FellowshipCollectivePallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsFellowshipCollective); ok { - return x.CallsFellowshipCollective - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsFellowshipReferenda() *FellowshipReferendaPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsFellowshipReferenda); ok { - return x.CallsFellowshipReferenda - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsWhitelist() *WhitelistPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsWhitelist); ok { - return x.CallsWhitelist - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsScheduler() *SchedulerPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsScheduler); ok { - return x.CallsScheduler - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsPreimage() *PreimagePallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsPreimage); ok { - return x.CallsPreimage - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsIdentity() *IdentityPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsIdentity); ok { - return x.CallsIdentity - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsProxy() *ProxyPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsProxy); ok { - return x.CallsProxy - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsMultisig() *MultisigPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsMultisig); ok { - return x.CallsMultisig - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsElectionProviderMultiPhase() *ElectionProviderMultiPhasePallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsElectionProviderMultiPhase); ok { - return x.CallsElectionProviderMultiPhase - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsBounties() *BountiesPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsBounties); ok { - return x.CallsBounties - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsChildBounties() *ChildBountiesPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsChildBounties); ok { - return x.CallsChildBounties - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsNominationPools() *NominationPoolsPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsNominationPools); ok { - return x.CallsNominationPools - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsGear() *GearPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsGear); ok { - return x.CallsGear - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsStakingRewards() *StakingRewardsPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsStakingRewards); ok { - return x.CallsStakingRewards - } - return nil -} - -func (x *VaraRuntimeRuntimeCall) GetCallsGearVoucher() *GearVoucherPallet { - if x, ok := x.GetCalls().(*VaraRuntimeRuntimeCall_CallsGearVoucher); ok { - return x.CallsGearVoucher - } - return nil -} - -type isVaraRuntimeRuntimeCall_Calls interface { - isVaraRuntimeRuntimeCall_Calls() -} - -type VaraRuntimeRuntimeCall_CallsSystem struct { - CallsSystem *SystemPallet `protobuf:"bytes,1,opt,name=calls_system,json=callsSystem,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsTimestamp struct { - CallsTimestamp *TimestampPallet `protobuf:"bytes,2,opt,name=calls_timestamp,json=callsTimestamp,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsBabe struct { - CallsBabe *BabePallet `protobuf:"bytes,3,opt,name=calls_babe,json=callsBabe,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsGrandpa struct { - CallsGrandpa *GrandpaPallet `protobuf:"bytes,4,opt,name=calls_grandpa,json=callsGrandpa,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsBalances struct { - CallsBalances *BalancesPallet `protobuf:"bytes,5,opt,name=calls_balances,json=callsBalances,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsVesting struct { - CallsVesting *VestingPallet `protobuf:"bytes,6,opt,name=calls_vesting,json=callsVesting,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsBagsList struct { - CallsBagsList *BagsListPallet `protobuf:"bytes,7,opt,name=calls_bags_list,json=callsBagsList,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsImOnline struct { - CallsImOnline *ImOnlinePallet `protobuf:"bytes,8,opt,name=calls_im_online,json=callsImOnline,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsStaking struct { - CallsStaking *StakingPallet `protobuf:"bytes,9,opt,name=calls_staking,json=callsStaking,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsSession struct { - CallsSession *SessionPallet `protobuf:"bytes,10,opt,name=calls_session,json=callsSession,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsTreasury struct { - CallsTreasury *TreasuryPallet `protobuf:"bytes,11,opt,name=calls_treasury,json=callsTreasury,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsUtility struct { - CallsUtility *UtilityPallet `protobuf:"bytes,12,opt,name=calls_utility,json=callsUtility,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsConvictionVoting struct { - CallsConvictionVoting *ConvictionVotingPallet `protobuf:"bytes,13,opt,name=calls_conviction_voting,json=callsConvictionVoting,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsReferenda struct { - CallsReferenda *ReferendaPallet `protobuf:"bytes,14,opt,name=calls_referenda,json=callsReferenda,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsFellowshipCollective struct { - CallsFellowshipCollective *FellowshipCollectivePallet `protobuf:"bytes,15,opt,name=calls_fellowship_collective,json=callsFellowshipCollective,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsFellowshipReferenda struct { - CallsFellowshipReferenda *FellowshipReferendaPallet `protobuf:"bytes,16,opt,name=calls_fellowship_referenda,json=callsFellowshipReferenda,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsWhitelist struct { - CallsWhitelist *WhitelistPallet `protobuf:"bytes,17,opt,name=calls_whitelist,json=callsWhitelist,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsScheduler struct { - CallsScheduler *SchedulerPallet `protobuf:"bytes,18,opt,name=calls_scheduler,json=callsScheduler,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsPreimage struct { - CallsPreimage *PreimagePallet `protobuf:"bytes,19,opt,name=calls_preimage,json=callsPreimage,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsIdentity struct { - CallsIdentity *IdentityPallet `protobuf:"bytes,20,opt,name=calls_identity,json=callsIdentity,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsProxy struct { - CallsProxy *ProxyPallet `protobuf:"bytes,21,opt,name=calls_proxy,json=callsProxy,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsMultisig struct { - CallsMultisig *MultisigPallet `protobuf:"bytes,22,opt,name=calls_multisig,json=callsMultisig,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsElectionProviderMultiPhase struct { - CallsElectionProviderMultiPhase *ElectionProviderMultiPhasePallet `protobuf:"bytes,23,opt,name=calls_election_provider_multi_phase,json=callsElectionProviderMultiPhase,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsBounties struct { - CallsBounties *BountiesPallet `protobuf:"bytes,24,opt,name=calls_bounties,json=callsBounties,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsChildBounties struct { - CallsChildBounties *ChildBountiesPallet `protobuf:"bytes,25,opt,name=calls_child_bounties,json=callsChildBounties,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsNominationPools struct { - CallsNominationPools *NominationPoolsPallet `protobuf:"bytes,26,opt,name=calls_nomination_pools,json=callsNominationPools,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsGear struct { - CallsGear *GearPallet `protobuf:"bytes,27,opt,name=calls_gear,json=callsGear,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsStakingRewards struct { - CallsStakingRewards *StakingRewardsPallet `protobuf:"bytes,28,opt,name=calls_staking_rewards,json=callsStakingRewards,proto3,oneof"` -} - -type VaraRuntimeRuntimeCall_CallsGearVoucher struct { - CallsGearVoucher *GearVoucherPallet `protobuf:"bytes,29,opt,name=calls_gear_voucher,json=callsGearVoucher,proto3,oneof"` -} - -func (*VaraRuntimeRuntimeCall_CallsSystem) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsTimestamp) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsBabe) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsGrandpa) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsBalances) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsVesting) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsBagsList) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsImOnline) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsStaking) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsSession) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsTreasury) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsUtility) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsConvictionVoting) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsReferenda) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsFellowshipCollective) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsFellowshipReferenda) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsWhitelist) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsScheduler) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsPreimage) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsIdentity) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsProxy) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsMultisig) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsElectionProviderMultiPhase) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsBounties) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsChildBounties) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsNominationPools) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsGear) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsStakingRewards) isVaraRuntimeRuntimeCall_Calls() {} - -func (*VaraRuntimeRuntimeCall_CallsGearVoucher) isVaraRuntimeRuntimeCall_Calls() {} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[347] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[347] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{347} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type GearPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *GearPallet_CallUploadCodeCall - // *GearPallet_CallUploadProgramCall - // *GearPallet_CallCreateProgramCall - // *GearPallet_CallSendMessageCall - // *GearPallet_CallSendReplyCall - // *GearPallet_CallClaimValueCall - // *GearPallet_CallRunCall - // *GearPallet_CallSetExecuteInherentCall - Call isGearPallet_Call `protobuf_oneof:"call"` -} - -func (x *GearPallet) Reset() { - *x = GearPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[348] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearPallet) ProtoMessage() {} - -func (x *GearPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[348] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearPallet.ProtoReflect.Descriptor instead. -func (*GearPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{348} -} - -func (m *GearPallet) GetCall() isGearPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *GearPallet) GetCallUploadCodeCall() *Gear_UploadCodeCall { - if x, ok := x.GetCall().(*GearPallet_CallUploadCodeCall); ok { - return x.CallUploadCodeCall - } - return nil -} - -func (x *GearPallet) GetCallUploadProgramCall() *Gear_UploadProgramCall { - if x, ok := x.GetCall().(*GearPallet_CallUploadProgramCall); ok { - return x.CallUploadProgramCall - } - return nil -} - -func (x *GearPallet) GetCallCreateProgramCall() *Gear_CreateProgramCall { - if x, ok := x.GetCall().(*GearPallet_CallCreateProgramCall); ok { - return x.CallCreateProgramCall - } - return nil -} - -func (x *GearPallet) GetCallSendMessageCall() *Gear_SendMessageCall { - if x, ok := x.GetCall().(*GearPallet_CallSendMessageCall); ok { - return x.CallSendMessageCall - } - return nil -} - -func (x *GearPallet) GetCallSendReplyCall() *Gear_SendReplyCall { - if x, ok := x.GetCall().(*GearPallet_CallSendReplyCall); ok { - return x.CallSendReplyCall - } - return nil -} - -func (x *GearPallet) GetCallClaimValueCall() *Gear_ClaimValueCall { - if x, ok := x.GetCall().(*GearPallet_CallClaimValueCall); ok { - return x.CallClaimValueCall - } - return nil -} - -func (x *GearPallet) GetCallRunCall() *Gear_RunCall { - if x, ok := x.GetCall().(*GearPallet_CallRunCall); ok { - return x.CallRunCall - } - return nil -} - -func (x *GearPallet) GetCallSetExecuteInherentCall() *Gear_SetExecuteInherentCall { - if x, ok := x.GetCall().(*GearPallet_CallSetExecuteInherentCall); ok { - return x.CallSetExecuteInherentCall - } - return nil -} - -type isGearPallet_Call interface { - isGearPallet_Call() -} - -type GearPallet_CallUploadCodeCall struct { - CallUploadCodeCall *Gear_UploadCodeCall `protobuf:"bytes,1,opt,name=call_upload_code_call,json=callUploadCodeCall,proto3,oneof"` -} - -type GearPallet_CallUploadProgramCall struct { - CallUploadProgramCall *Gear_UploadProgramCall `protobuf:"bytes,2,opt,name=call_upload_program_call,json=callUploadProgramCall,proto3,oneof"` -} - -type GearPallet_CallCreateProgramCall struct { - CallCreateProgramCall *Gear_CreateProgramCall `protobuf:"bytes,3,opt,name=call_create_program_call,json=callCreateProgramCall,proto3,oneof"` -} - -type GearPallet_CallSendMessageCall struct { - CallSendMessageCall *Gear_SendMessageCall `protobuf:"bytes,4,opt,name=call_send_message_call,json=callSendMessageCall,proto3,oneof"` -} - -type GearPallet_CallSendReplyCall struct { - CallSendReplyCall *Gear_SendReplyCall `protobuf:"bytes,5,opt,name=call_send_reply_call,json=callSendReplyCall,proto3,oneof"` -} - -type GearPallet_CallClaimValueCall struct { - CallClaimValueCall *Gear_ClaimValueCall `protobuf:"bytes,6,opt,name=call_claim_value_call,json=callClaimValueCall,proto3,oneof"` -} - -type GearPallet_CallRunCall struct { - CallRunCall *Gear_RunCall `protobuf:"bytes,7,opt,name=call_run_call,json=callRunCall,proto3,oneof"` -} - -type GearPallet_CallSetExecuteInherentCall struct { - CallSetExecuteInherentCall *Gear_SetExecuteInherentCall `protobuf:"bytes,8,opt,name=call_set_execute_inherent_call,json=callSetExecuteInherentCall,proto3,oneof"` -} - -func (*GearPallet_CallUploadCodeCall) isGearPallet_Call() {} - -func (*GearPallet_CallUploadProgramCall) isGearPallet_Call() {} - -func (*GearPallet_CallCreateProgramCall) isGearPallet_Call() {} - -func (*GearPallet_CallSendMessageCall) isGearPallet_Call() {} - -func (*GearPallet_CallSendReplyCall) isGearPallet_Call() {} - -func (*GearPallet_CallClaimValueCall) isGearPallet_Call() {} - -func (*GearPallet_CallRunCall) isGearPallet_Call() {} - -func (*GearPallet_CallSetExecuteInherentCall) isGearPallet_Call() {} - -type Grandpa_Prevote struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *Grandpa_FinalityGrandpaEquivocation `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Grandpa_Prevote) Reset() { - *x = Grandpa_Prevote{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[349] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_Prevote) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_Prevote) ProtoMessage() {} - -func (x *Grandpa_Prevote) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[349] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_Prevote.ProtoReflect.Descriptor instead. -func (*Grandpa_Prevote) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{349} -} - -func (x *Grandpa_Prevote) GetValue0() *Grandpa_FinalityGrandpaEquivocation { - if x != nil { - return x.Value0 - } - return nil -} - -type SmallTipper struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *SmallTipper) Reset() { - *x = SmallTipper{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[350] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SmallTipper) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SmallTipper) ProtoMessage() {} - -func (x *SmallTipper) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[350] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SmallTipper.ProtoReflect.Descriptor instead. -func (*SmallTipper) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{350} -} - -type Referenda_KillCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *Referenda_KillCall) Reset() { - *x = Referenda_KillCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[351] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_KillCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_KillCall) ProtoMessage() {} - -func (x *Referenda_KillCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[351] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_KillCall.ProtoReflect.Descriptor instead. -func (*Referenda_KillCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{351} -} - -func (x *Referenda_KillCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type Identity_PalletIdentityTypesBitFlags struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint64 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_PalletIdentityTypesBitFlags) Reset() { - *x = Identity_PalletIdentityTypesBitFlags{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[352] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_PalletIdentityTypesBitFlags) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_PalletIdentityTypesBitFlags) ProtoMessage() {} - -func (x *Identity_PalletIdentityTypesBitFlags) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[352] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_PalletIdentityTypesBitFlags.ProtoReflect.Descriptor instead. -func (*Identity_PalletIdentityTypesBitFlags) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{352} -} - -func (x *Identity_PalletIdentityTypesBitFlags) GetValue0() uint64 { - if x != nil { - return x.Value0 - } - return 0 -} - -type Multisig_AsMultiCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Threshold uint32 `protobuf:"varint,1,opt,name=threshold,proto3" json:"threshold,omitempty"` - OtherSignatories []*SpCoreCryptoAccountId32 `protobuf:"bytes,2,rep,name=other_signatories,json=otherSignatories,proto3" json:"other_signatories,omitempty"` - MaybeTimepoint *Multisig_PalletMultisigTimepoint `protobuf:"bytes,3,opt,name=maybe_timepoint,json=maybeTimepoint,proto3,oneof" json:"maybe_timepoint,omitempty"` - // Types that are assignable to Call: - // - // *Multisig_AsMultiCall_CallSystem - // *Multisig_AsMultiCall_CallTimestamp - // *Multisig_AsMultiCall_CallBabe - // *Multisig_AsMultiCall_CallGrandpa - // *Multisig_AsMultiCall_CallBalances - // *Multisig_AsMultiCall_CallVesting - // *Multisig_AsMultiCall_CallBagsList - // *Multisig_AsMultiCall_CallImOnline - // *Multisig_AsMultiCall_CallStaking - // *Multisig_AsMultiCall_CallSession - // *Multisig_AsMultiCall_CallTreasury - // *Multisig_AsMultiCall_CallUtility - // *Multisig_AsMultiCall_CallConvictionVoting - // *Multisig_AsMultiCall_CallReferenda - // *Multisig_AsMultiCall_CallFellowshipCollective - // *Multisig_AsMultiCall_CallFellowshipReferenda - // *Multisig_AsMultiCall_CallWhitelist - // *Multisig_AsMultiCall_CallScheduler - // *Multisig_AsMultiCall_CallPreimage - // *Multisig_AsMultiCall_CallIdentity - // *Multisig_AsMultiCall_CallProxy - // *Multisig_AsMultiCall_CallMultisig - // *Multisig_AsMultiCall_CallElectionProviderMultiPhase - // *Multisig_AsMultiCall_CallBounties - // *Multisig_AsMultiCall_CallChildBounties - // *Multisig_AsMultiCall_CallNominationPools - // *Multisig_AsMultiCall_CallGear - // *Multisig_AsMultiCall_CallStakingRewards - // *Multisig_AsMultiCall_CallGearVoucher - Call isMultisig_AsMultiCall_Call `protobuf_oneof:"call"` - MaxWeight *SpWeightsWeightV2Weight `protobuf:"bytes,33,opt,name=max_weight,json=maxWeight,proto3" json:"max_weight,omitempty"` -} - -func (x *Multisig_AsMultiCall) Reset() { - *x = Multisig_AsMultiCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[353] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Multisig_AsMultiCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Multisig_AsMultiCall) ProtoMessage() {} - -func (x *Multisig_AsMultiCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[353] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Multisig_AsMultiCall.ProtoReflect.Descriptor instead. -func (*Multisig_AsMultiCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{353} -} - -func (x *Multisig_AsMultiCall) GetThreshold() uint32 { - if x != nil { - return x.Threshold - } - return 0 -} - -func (x *Multisig_AsMultiCall) GetOtherSignatories() []*SpCoreCryptoAccountId32 { - if x != nil { - return x.OtherSignatories - } - return nil -} - -func (x *Multisig_AsMultiCall) GetMaybeTimepoint() *Multisig_PalletMultisigTimepoint { - if x != nil { - return x.MaybeTimepoint - } - return nil -} - -func (m *Multisig_AsMultiCall) GetCall() isMultisig_AsMultiCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallSystem() *SystemPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallSystem); ok { - return x.CallSystem - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallTimestamp() *TimestampPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallTimestamp); ok { - return x.CallTimestamp - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallBabe() *BabePallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallBabe); ok { - return x.CallBabe - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallGrandpa() *GrandpaPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallGrandpa); ok { - return x.CallGrandpa - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallBalances() *BalancesPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallBalances); ok { - return x.CallBalances - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallVesting() *VestingPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallVesting); ok { - return x.CallVesting - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallBagsList() *BagsListPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallBagsList); ok { - return x.CallBagsList - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallImOnline() *ImOnlinePallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallImOnline); ok { - return x.CallImOnline - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallStaking() *StakingPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallStaking); ok { - return x.CallStaking - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallSession() *SessionPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallSession); ok { - return x.CallSession - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallTreasury() *TreasuryPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallTreasury); ok { - return x.CallTreasury - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallUtility() *UtilityPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallUtility); ok { - return x.CallUtility - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallConvictionVoting() *ConvictionVotingPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallConvictionVoting); ok { - return x.CallConvictionVoting - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallReferenda() *ReferendaPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallReferenda); ok { - return x.CallReferenda - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallFellowshipCollective() *FellowshipCollectivePallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallFellowshipCollective); ok { - return x.CallFellowshipCollective - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallFellowshipReferenda() *FellowshipReferendaPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallFellowshipReferenda); ok { - return x.CallFellowshipReferenda - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallWhitelist() *WhitelistPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallWhitelist); ok { - return x.CallWhitelist - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallScheduler() *SchedulerPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallScheduler); ok { - return x.CallScheduler - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallPreimage() *PreimagePallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallPreimage); ok { - return x.CallPreimage - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallIdentity() *IdentityPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallIdentity); ok { - return x.CallIdentity - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallProxy() *ProxyPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallProxy); ok { - return x.CallProxy - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallMultisig() *MultisigPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallMultisig); ok { - return x.CallMultisig - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallElectionProviderMultiPhase() *ElectionProviderMultiPhasePallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallElectionProviderMultiPhase); ok { - return x.CallElectionProviderMultiPhase - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallBounties() *BountiesPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallBounties); ok { - return x.CallBounties - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallChildBounties() *ChildBountiesPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallChildBounties); ok { - return x.CallChildBounties - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallNominationPools() *NominationPoolsPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallNominationPools); ok { - return x.CallNominationPools - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallGear() *GearPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallGear); ok { - return x.CallGear - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallStakingRewards() *StakingRewardsPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallStakingRewards); ok { - return x.CallStakingRewards - } - return nil -} - -func (x *Multisig_AsMultiCall) GetCallGearVoucher() *GearVoucherPallet { - if x, ok := x.GetCall().(*Multisig_AsMultiCall_CallGearVoucher); ok { - return x.CallGearVoucher - } - return nil -} - -func (x *Multisig_AsMultiCall) GetMaxWeight() *SpWeightsWeightV2Weight { - if x != nil { - return x.MaxWeight - } - return nil -} - -type isMultisig_AsMultiCall_Call interface { - isMultisig_AsMultiCall_Call() -} - -type Multisig_AsMultiCall_CallSystem struct { - CallSystem *SystemPallet `protobuf:"bytes,4,opt,name=call_system,json=callSystem,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallTimestamp struct { - CallTimestamp *TimestampPallet `protobuf:"bytes,5,opt,name=call_timestamp,json=callTimestamp,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallBabe struct { - CallBabe *BabePallet `protobuf:"bytes,6,opt,name=call_babe,json=callBabe,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallGrandpa struct { - CallGrandpa *GrandpaPallet `protobuf:"bytes,7,opt,name=call_grandpa,json=callGrandpa,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallBalances struct { - CallBalances *BalancesPallet `protobuf:"bytes,8,opt,name=call_balances,json=callBalances,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallVesting struct { - CallVesting *VestingPallet `protobuf:"bytes,9,opt,name=call_vesting,json=callVesting,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallBagsList struct { - CallBagsList *BagsListPallet `protobuf:"bytes,10,opt,name=call_bags_list,json=callBagsList,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallImOnline struct { - CallImOnline *ImOnlinePallet `protobuf:"bytes,11,opt,name=call_im_online,json=callImOnline,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallStaking struct { - CallStaking *StakingPallet `protobuf:"bytes,12,opt,name=call_staking,json=callStaking,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallSession struct { - CallSession *SessionPallet `protobuf:"bytes,13,opt,name=call_session,json=callSession,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallTreasury struct { - CallTreasury *TreasuryPallet `protobuf:"bytes,14,opt,name=call_treasury,json=callTreasury,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallUtility struct { - CallUtility *UtilityPallet `protobuf:"bytes,15,opt,name=call_utility,json=callUtility,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallConvictionVoting struct { - CallConvictionVoting *ConvictionVotingPallet `protobuf:"bytes,16,opt,name=call_conviction_voting,json=callConvictionVoting,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallReferenda struct { - CallReferenda *ReferendaPallet `protobuf:"bytes,17,opt,name=call_referenda,json=callReferenda,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallFellowshipCollective struct { - CallFellowshipCollective *FellowshipCollectivePallet `protobuf:"bytes,18,opt,name=call_fellowship_collective,json=callFellowshipCollective,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallFellowshipReferenda struct { - CallFellowshipReferenda *FellowshipReferendaPallet `protobuf:"bytes,19,opt,name=call_fellowship_referenda,json=callFellowshipReferenda,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallWhitelist struct { - CallWhitelist *WhitelistPallet `protobuf:"bytes,20,opt,name=call_whitelist,json=callWhitelist,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallScheduler struct { - CallScheduler *SchedulerPallet `protobuf:"bytes,21,opt,name=call_scheduler,json=callScheduler,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallPreimage struct { - CallPreimage *PreimagePallet `protobuf:"bytes,22,opt,name=call_preimage,json=callPreimage,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallIdentity struct { - CallIdentity *IdentityPallet `protobuf:"bytes,23,opt,name=call_identity,json=callIdentity,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallProxy struct { - CallProxy *ProxyPallet `protobuf:"bytes,24,opt,name=call_proxy,json=callProxy,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallMultisig struct { - CallMultisig *MultisigPallet `protobuf:"bytes,25,opt,name=call_multisig,json=callMultisig,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallElectionProviderMultiPhase struct { - CallElectionProviderMultiPhase *ElectionProviderMultiPhasePallet `protobuf:"bytes,26,opt,name=call_election_provider_multi_phase,json=callElectionProviderMultiPhase,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallBounties struct { - CallBounties *BountiesPallet `protobuf:"bytes,27,opt,name=call_bounties,json=callBounties,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallChildBounties struct { - CallChildBounties *ChildBountiesPallet `protobuf:"bytes,28,opt,name=call_child_bounties,json=callChildBounties,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallNominationPools struct { - CallNominationPools *NominationPoolsPallet `protobuf:"bytes,29,opt,name=call_nomination_pools,json=callNominationPools,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallGear struct { - CallGear *GearPallet `protobuf:"bytes,30,opt,name=call_gear,json=callGear,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallStakingRewards struct { - CallStakingRewards *StakingRewardsPallet `protobuf:"bytes,31,opt,name=call_staking_rewards,json=callStakingRewards,proto3,oneof"` -} - -type Multisig_AsMultiCall_CallGearVoucher struct { - CallGearVoucher *GearVoucherPallet `protobuf:"bytes,32,opt,name=call_gear_voucher,json=callGearVoucher,proto3,oneof"` -} - -func (*Multisig_AsMultiCall_CallSystem) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallTimestamp) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallBabe) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallGrandpa) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallBalances) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallVesting) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallBagsList) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallImOnline) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallStaking) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallSession) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallTreasury) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallUtility) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallConvictionVoting) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallReferenda) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallFellowshipCollective) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallFellowshipReferenda) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallWhitelist) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallScheduler) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallPreimage) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallIdentity) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallProxy) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallMultisig) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallElectionProviderMultiPhase) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallBounties) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallChildBounties) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallNominationPools) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallGear) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallStakingRewards) isMultisig_AsMultiCall_Call() {} - -func (*Multisig_AsMultiCall_CallGearVoucher) isMultisig_AsMultiCall_Call() {} - -type Multisig_CancelAsMultiCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Threshold uint32 `protobuf:"varint,1,opt,name=threshold,proto3" json:"threshold,omitempty"` - OtherSignatories []*SpCoreCryptoAccountId32 `protobuf:"bytes,2,rep,name=other_signatories,json=otherSignatories,proto3" json:"other_signatories,omitempty"` - Timepoint *Multisig_PalletMultisigTimepoint `protobuf:"bytes,3,opt,name=timepoint,proto3" json:"timepoint,omitempty"` - CallHash []byte `protobuf:"bytes,4,opt,name=call_hash,json=callHash,proto3" json:"call_hash,omitempty"` -} - -func (x *Multisig_CancelAsMultiCall) Reset() { - *x = Multisig_CancelAsMultiCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[354] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Multisig_CancelAsMultiCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Multisig_CancelAsMultiCall) ProtoMessage() {} - -func (x *Multisig_CancelAsMultiCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[354] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Multisig_CancelAsMultiCall.ProtoReflect.Descriptor instead. -func (*Multisig_CancelAsMultiCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{354} -} - -func (x *Multisig_CancelAsMultiCall) GetThreshold() uint32 { - if x != nil { - return x.Threshold - } - return 0 -} - -func (x *Multisig_CancelAsMultiCall) GetOtherSignatories() []*SpCoreCryptoAccountId32 { - if x != nil { - return x.OtherSignatories - } - return nil -} - -func (x *Multisig_CancelAsMultiCall) GetTimepoint() *Multisig_PalletMultisigTimepoint { - if x != nil { - return x.Timepoint - } - return nil -} - -func (x *Multisig_CancelAsMultiCall) GetCallHash() []byte { - if x != nil { - return x.CallHash - } - return nil -} - -type NominationPools_MemberAccount struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MemberAccount: - // - // *NominationPools_MemberAccount_MemberAccountId - // *NominationPools_MemberAccount_MemberAccountIndex - // *NominationPools_MemberAccount_MemberAccountRaw - // *NominationPools_MemberAccount_MemberAccountAddress32 - // *NominationPools_MemberAccount_MemberAccountAddress20 - MemberAccount isNominationPools_MemberAccount_MemberAccount `protobuf_oneof:"member_account"` -} - -func (x *NominationPools_MemberAccount) Reset() { - *x = NominationPools_MemberAccount{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[355] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_MemberAccount) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_MemberAccount) ProtoMessage() {} - -func (x *NominationPools_MemberAccount) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[355] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_MemberAccount.ProtoReflect.Descriptor instead. -func (*NominationPools_MemberAccount) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{355} -} - -func (m *NominationPools_MemberAccount) GetMemberAccount() isNominationPools_MemberAccount_MemberAccount { - if m != nil { - return m.MemberAccount - } - return nil -} - -func (x *NominationPools_MemberAccount) GetMemberAccountId() *NominationPools_Id { - if x, ok := x.GetMemberAccount().(*NominationPools_MemberAccount_MemberAccountId); ok { - return x.MemberAccountId - } - return nil -} - -func (x *NominationPools_MemberAccount) GetMemberAccountIndex() *NominationPools_Index { - if x, ok := x.GetMemberAccount().(*NominationPools_MemberAccount_MemberAccountIndex); ok { - return x.MemberAccountIndex - } - return nil -} - -func (x *NominationPools_MemberAccount) GetMemberAccountRaw() *NominationPools_Raw { - if x, ok := x.GetMemberAccount().(*NominationPools_MemberAccount_MemberAccountRaw); ok { - return x.MemberAccountRaw - } - return nil -} - -func (x *NominationPools_MemberAccount) GetMemberAccountAddress32() *NominationPools_Address32 { - if x, ok := x.GetMemberAccount().(*NominationPools_MemberAccount_MemberAccountAddress32); ok { - return x.MemberAccountAddress32 - } - return nil -} - -func (x *NominationPools_MemberAccount) GetMemberAccountAddress20() *NominationPools_Address20 { - if x, ok := x.GetMemberAccount().(*NominationPools_MemberAccount_MemberAccountAddress20); ok { - return x.MemberAccountAddress20 - } - return nil -} - -type isNominationPools_MemberAccount_MemberAccount interface { - isNominationPools_MemberAccount_MemberAccount() -} - -type NominationPools_MemberAccount_MemberAccountId struct { - MemberAccountId *NominationPools_Id `protobuf:"bytes,1,opt,name=member_account_id,json=memberAccountId,proto3,oneof"` -} - -type NominationPools_MemberAccount_MemberAccountIndex struct { - MemberAccountIndex *NominationPools_Index `protobuf:"bytes,2,opt,name=member_account_index,json=memberAccountIndex,proto3,oneof"` -} - -type NominationPools_MemberAccount_MemberAccountRaw struct { - MemberAccountRaw *NominationPools_Raw `protobuf:"bytes,3,opt,name=member_account_raw,json=memberAccountRaw,proto3,oneof"` -} - -type NominationPools_MemberAccount_MemberAccountAddress32 struct { - MemberAccountAddress32 *NominationPools_Address32 `protobuf:"bytes,4,opt,name=member_account_address32,json=memberAccountAddress32,proto3,oneof"` -} - -type NominationPools_MemberAccount_MemberAccountAddress20 struct { - MemberAccountAddress20 *NominationPools_Address20 `protobuf:"bytes,5,opt,name=member_account_address20,json=memberAccountAddress20,proto3,oneof"` -} - -func (*NominationPools_MemberAccount_MemberAccountId) isNominationPools_MemberAccount_MemberAccount() { -} - -func (*NominationPools_MemberAccount_MemberAccountIndex) isNominationPools_MemberAccount_MemberAccount() { -} - -func (*NominationPools_MemberAccount_MemberAccountRaw) isNominationPools_MemberAccount_MemberAccount() { -} - -func (*NominationPools_MemberAccount_MemberAccountAddress32) isNominationPools_MemberAccount_MemberAccount() { -} - -func (*NominationPools_MemberAccount_MemberAccountAddress20) isNominationPools_MemberAccount_MemberAccount() { -} - -type Staking_NominateCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Targets []*SpRuntimeMultiaddressMultiAddress `protobuf:"bytes,1,rep,name=targets,proto3" json:"targets,omitempty"` -} - -func (x *Staking_NominateCall) Reset() { - *x = Staking_NominateCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[356] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_NominateCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_NominateCall) ProtoMessage() {} - -func (x *Staking_NominateCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[356] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_NominateCall.ProtoReflect.Descriptor instead. -func (*Staking_NominateCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{356} -} - -func (x *Staking_NominateCall) GetTargets() []*SpRuntimeMultiaddressMultiAddress { - if x != nil { - return x.Targets - } - return nil -} - -type Fellowship5Dan struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Fellowship5Dan) Reset() { - *x = Fellowship5Dan{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[357] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Fellowship5Dan) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Fellowship5Dan) ProtoMessage() {} - -func (x *Fellowship5Dan) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[357] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Fellowship5Dan.ProtoReflect.Descriptor instead. -func (*Fellowship5Dan) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{357} -} - -type ConvictionVoting_Target struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Target: - // - // *ConvictionVoting_Target_TargetId - // *ConvictionVoting_Target_TargetIndex - // *ConvictionVoting_Target_TargetRaw - // *ConvictionVoting_Target_TargetAddress32 - // *ConvictionVoting_Target_TargetAddress20 - Target isConvictionVoting_Target_Target `protobuf_oneof:"target"` -} - -func (x *ConvictionVoting_Target) Reset() { - *x = ConvictionVoting_Target{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[358] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Target) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Target) ProtoMessage() {} - -func (x *ConvictionVoting_Target) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[358] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Target.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Target) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{358} -} - -func (m *ConvictionVoting_Target) GetTarget() isConvictionVoting_Target_Target { - if m != nil { - return m.Target - } - return nil -} - -func (x *ConvictionVoting_Target) GetTargetId() *ConvictionVoting_Id { - if x, ok := x.GetTarget().(*ConvictionVoting_Target_TargetId); ok { - return x.TargetId - } - return nil -} - -func (x *ConvictionVoting_Target) GetTargetIndex() *ConvictionVoting_Index { - if x, ok := x.GetTarget().(*ConvictionVoting_Target_TargetIndex); ok { - return x.TargetIndex - } - return nil -} - -func (x *ConvictionVoting_Target) GetTargetRaw() *ConvictionVoting_Raw { - if x, ok := x.GetTarget().(*ConvictionVoting_Target_TargetRaw); ok { - return x.TargetRaw - } - return nil -} - -func (x *ConvictionVoting_Target) GetTargetAddress32() *ConvictionVoting_Address32 { - if x, ok := x.GetTarget().(*ConvictionVoting_Target_TargetAddress32); ok { - return x.TargetAddress32 - } - return nil -} - -func (x *ConvictionVoting_Target) GetTargetAddress20() *ConvictionVoting_Address20 { - if x, ok := x.GetTarget().(*ConvictionVoting_Target_TargetAddress20); ok { - return x.TargetAddress20 - } - return nil -} - -type isConvictionVoting_Target_Target interface { - isConvictionVoting_Target_Target() -} - -type ConvictionVoting_Target_TargetId struct { - TargetId *ConvictionVoting_Id `protobuf:"bytes,1,opt,name=target_id,json=targetId,proto3,oneof"` -} - -type ConvictionVoting_Target_TargetIndex struct { - TargetIndex *ConvictionVoting_Index `protobuf:"bytes,2,opt,name=target_index,json=targetIndex,proto3,oneof"` -} - -type ConvictionVoting_Target_TargetRaw struct { - TargetRaw *ConvictionVoting_Raw `protobuf:"bytes,3,opt,name=target_raw,json=targetRaw,proto3,oneof"` -} - -type ConvictionVoting_Target_TargetAddress32 struct { - TargetAddress32 *ConvictionVoting_Address32 `protobuf:"bytes,4,opt,name=target_address32,json=targetAddress32,proto3,oneof"` -} - -type ConvictionVoting_Target_TargetAddress20 struct { - TargetAddress20 *ConvictionVoting_Address20 `protobuf:"bytes,5,opt,name=target_address20,json=targetAddress20,proto3,oneof"` -} - -func (*ConvictionVoting_Target_TargetId) isConvictionVoting_Target_Target() {} - -func (*ConvictionVoting_Target_TargetIndex) isConvictionVoting_Target_Target() {} - -func (*ConvictionVoting_Target_TargetRaw) isConvictionVoting_Target_Target() {} - -func (*ConvictionVoting_Target_TargetAddress32) isConvictionVoting_Target_Target() {} - -func (*ConvictionVoting_Target_TargetAddress20) isConvictionVoting_Target_Target() {} - -type NominationPools_Blocked struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *NominationPools_Blocked) Reset() { - *x = NominationPools_Blocked{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[359] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Blocked) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Blocked) ProtoMessage() {} - -func (x *NominationPools_Blocked) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[359] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Blocked.ProtoReflect.Descriptor instead. -func (*NominationPools_Blocked) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{359} -} - -type NominationPools_PermissionlessWithdraw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *NominationPools_PermissionlessWithdraw) Reset() { - *x = NominationPools_PermissionlessWithdraw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[360] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_PermissionlessWithdraw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_PermissionlessWithdraw) ProtoMessage() {} - -func (x *NominationPools_PermissionlessWithdraw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[360] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_PermissionlessWithdraw.ProtoReflect.Descriptor instead. -func (*NominationPools_PermissionlessWithdraw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{360} -} - -type Gear_SendMessageCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Destination *GprimitivesActorId `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"` - Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` - GasLimit uint64 `protobuf:"varint,3,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` - Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` - KeepAlive bool `protobuf:"varint,5,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"` -} - -func (x *Gear_SendMessageCall) Reset() { - *x = Gear_SendMessageCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[361] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Gear_SendMessageCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Gear_SendMessageCall) ProtoMessage() {} - -func (x *Gear_SendMessageCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[361] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Gear_SendMessageCall.ProtoReflect.Descriptor instead. -func (*Gear_SendMessageCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{361} -} - -func (x *Gear_SendMessageCall) GetDestination() *GprimitivesActorId { - if x != nil { - return x.Destination - } - return nil -} - -func (x *Gear_SendMessageCall) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *Gear_SendMessageCall) GetGasLimit() uint64 { - if x != nil { - return x.GasLimit - } - return 0 -} - -func (x *Gear_SendMessageCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -func (x *Gear_SendMessageCall) GetKeepAlive() bool { - if x != nil { - return x.KeepAlive - } - return false -} - -type BTreeSet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []*GprimitivesActorId `protobuf:"bytes,1,rep,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *BTreeSet) Reset() { - *x = BTreeSet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[362] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BTreeSet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BTreeSet) ProtoMessage() {} - -func (x *BTreeSet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[362] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BTreeSet.ProtoReflect.Descriptor instead. -func (*BTreeSet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{362} -} - -func (x *BTreeSet) GetValue0() []*GprimitivesActorId { - if x != nil { - return x.Value0 - } - return nil -} - -type SpRuntimeGenericDigestDigest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Logs []*SpRuntimeGenericDigestDigestItem `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"` -} - -func (x *SpRuntimeGenericDigestDigest) Reset() { - *x = SpRuntimeGenericDigestDigest{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[363] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpRuntimeGenericDigestDigest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpRuntimeGenericDigestDigest) ProtoMessage() {} - -func (x *SpRuntimeGenericDigestDigest) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[363] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpRuntimeGenericDigestDigest.ProtoReflect.Descriptor instead. -func (*SpRuntimeGenericDigestDigest) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{363} -} - -func (x *SpRuntimeGenericDigestDigest) GetLogs() []*SpRuntimeGenericDigestDigestItem { - if x != nil { - return x.Logs - } - return nil -} - -type SmallSpender struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *SmallSpender) Reset() { - *x = SmallSpender{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[364] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SmallSpender) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SmallSpender) ProtoMessage() {} - -func (x *SmallSpender) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[364] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SmallSpender.ProtoReflect.Descriptor instead. -func (*SmallSpender) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{364} -} - -type Identity_Account struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Account: - // - // *Identity_Account_AccountId - // *Identity_Account_AccountIndex - // *Identity_Account_AccountRaw - // *Identity_Account_AccountAddress32 - // *Identity_Account_AccountAddress20 - Account isIdentity_Account_Account `protobuf_oneof:"account"` -} - -func (x *Identity_Account) Reset() { - *x = Identity_Account{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[365] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Account) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Account) ProtoMessage() {} - -func (x *Identity_Account) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[365] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Account.ProtoReflect.Descriptor instead. -func (*Identity_Account) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{365} -} - -func (m *Identity_Account) GetAccount() isIdentity_Account_Account { - if m != nil { - return m.Account - } - return nil -} - -func (x *Identity_Account) GetAccountId() *Identity_Id { - if x, ok := x.GetAccount().(*Identity_Account_AccountId); ok { - return x.AccountId - } - return nil -} - -func (x *Identity_Account) GetAccountIndex() *Identity_Index { - if x, ok := x.GetAccount().(*Identity_Account_AccountIndex); ok { - return x.AccountIndex - } - return nil -} - -func (x *Identity_Account) GetAccountRaw() *Identity_Raw { - if x, ok := x.GetAccount().(*Identity_Account_AccountRaw); ok { - return x.AccountRaw - } - return nil -} - -func (x *Identity_Account) GetAccountAddress32() *Identity_Address32 { - if x, ok := x.GetAccount().(*Identity_Account_AccountAddress32); ok { - return x.AccountAddress32 - } - return nil -} - -func (x *Identity_Account) GetAccountAddress20() *Identity_Address20 { - if x, ok := x.GetAccount().(*Identity_Account_AccountAddress20); ok { - return x.AccountAddress20 - } - return nil -} - -type isIdentity_Account_Account interface { - isIdentity_Account_Account() -} - -type Identity_Account_AccountId struct { - AccountId *Identity_Id `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3,oneof"` -} - -type Identity_Account_AccountIndex struct { - AccountIndex *Identity_Index `protobuf:"bytes,2,opt,name=account_index,json=accountIndex,proto3,oneof"` -} - -type Identity_Account_AccountRaw struct { - AccountRaw *Identity_Raw `protobuf:"bytes,3,opt,name=account_raw,json=accountRaw,proto3,oneof"` -} - -type Identity_Account_AccountAddress32 struct { - AccountAddress32 *Identity_Address32 `protobuf:"bytes,4,opt,name=account_address32,json=accountAddress32,proto3,oneof"` -} - -type Identity_Account_AccountAddress20 struct { - AccountAddress20 *Identity_Address20 `protobuf:"bytes,5,opt,name=account_address20,json=accountAddress20,proto3,oneof"` -} - -func (*Identity_Account_AccountId) isIdentity_Account_Account() {} - -func (*Identity_Account_AccountIndex) isIdentity_Account_Account() {} - -func (*Identity_Account_AccountRaw) isIdentity_Account_Account() {} - -func (*Identity_Account_AccountAddress32) isIdentity_Account_Account() {} - -func (*Identity_Account_AccountAddress20) isIdentity_Account_Account() {} - -type Identity_Image struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Image: - // - // *Identity_Image_ImageNone - // *Identity_Image_ImageRaw0 - // *Identity_Image_ImageRaw1 - // *Identity_Image_ImageRaw2 - // *Identity_Image_ImageRaw3 - // *Identity_Image_ImageRaw4 - // *Identity_Image_ImageRaw5 - // *Identity_Image_ImageRaw6 - // *Identity_Image_ImageRaw7 - // *Identity_Image_ImageRaw8 - // *Identity_Image_ImageRaw9 - // *Identity_Image_ImageRaw10 - // *Identity_Image_ImageRaw11 - // *Identity_Image_ImageRaw12 - // *Identity_Image_ImageRaw13 - // *Identity_Image_ImageRaw14 - // *Identity_Image_ImageRaw15 - // *Identity_Image_ImageRaw16 - // *Identity_Image_ImageRaw17 - // *Identity_Image_ImageRaw18 - // *Identity_Image_ImageRaw19 - // *Identity_Image_ImageRaw20 - // *Identity_Image_ImageRaw21 - // *Identity_Image_ImageRaw22 - // *Identity_Image_ImageRaw23 - // *Identity_Image_ImageRaw24 - // *Identity_Image_ImageRaw25 - // *Identity_Image_ImageRaw26 - // *Identity_Image_ImageRaw27 - // *Identity_Image_ImageRaw28 - // *Identity_Image_ImageRaw29 - // *Identity_Image_ImageRaw30 - // *Identity_Image_ImageRaw31 - // *Identity_Image_ImageRaw32 - // *Identity_Image_ImageBlakeTwo256 - // *Identity_Image_ImageSha256 - // *Identity_Image_ImageKeccak256 - // *Identity_Image_ImageShaThree256 - Image isIdentity_Image_Image `protobuf_oneof:"image"` -} - -func (x *Identity_Image) Reset() { - *x = Identity_Image{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[366] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Image) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Image) ProtoMessage() {} - -func (x *Identity_Image) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[366] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Image.ProtoReflect.Descriptor instead. -func (*Identity_Image) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{366} -} - -func (m *Identity_Image) GetImage() isIdentity_Image_Image { - if m != nil { - return m.Image - } - return nil -} - -func (x *Identity_Image) GetImageNone() *Identity_None { - if x, ok := x.GetImage().(*Identity_Image_ImageNone); ok { - return x.ImageNone - } - return nil -} - -func (x *Identity_Image) GetImageRaw0() *Identity_Raw0 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw0); ok { - return x.ImageRaw0 - } - return nil -} - -func (x *Identity_Image) GetImageRaw1() *Identity_Raw1 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw1); ok { - return x.ImageRaw1 - } - return nil -} - -func (x *Identity_Image) GetImageRaw2() *Identity_Raw2 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw2); ok { - return x.ImageRaw2 - } - return nil -} - -func (x *Identity_Image) GetImageRaw3() *Identity_Raw3 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw3); ok { - return x.ImageRaw3 - } - return nil -} - -func (x *Identity_Image) GetImageRaw4() *Identity_Raw4 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw4); ok { - return x.ImageRaw4 - } - return nil -} - -func (x *Identity_Image) GetImageRaw5() *Identity_Raw5 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw5); ok { - return x.ImageRaw5 - } - return nil -} - -func (x *Identity_Image) GetImageRaw6() *Identity_Raw6 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw6); ok { - return x.ImageRaw6 - } - return nil -} - -func (x *Identity_Image) GetImageRaw7() *Identity_Raw7 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw7); ok { - return x.ImageRaw7 - } - return nil -} - -func (x *Identity_Image) GetImageRaw8() *Identity_Raw8 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw8); ok { - return x.ImageRaw8 - } - return nil -} - -func (x *Identity_Image) GetImageRaw9() *Identity_Raw9 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw9); ok { - return x.ImageRaw9 - } - return nil -} - -func (x *Identity_Image) GetImageRaw10() *Identity_Raw10 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw10); ok { - return x.ImageRaw10 - } - return nil -} - -func (x *Identity_Image) GetImageRaw11() *Identity_Raw11 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw11); ok { - return x.ImageRaw11 - } - return nil -} - -func (x *Identity_Image) GetImageRaw12() *Identity_Raw12 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw12); ok { - return x.ImageRaw12 - } - return nil -} - -func (x *Identity_Image) GetImageRaw13() *Identity_Raw13 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw13); ok { - return x.ImageRaw13 - } - return nil -} - -func (x *Identity_Image) GetImageRaw14() *Identity_Raw14 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw14); ok { - return x.ImageRaw14 - } - return nil -} - -func (x *Identity_Image) GetImageRaw15() *Identity_Raw15 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw15); ok { - return x.ImageRaw15 - } - return nil -} - -func (x *Identity_Image) GetImageRaw16() *Identity_Raw16 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw16); ok { - return x.ImageRaw16 - } - return nil -} - -func (x *Identity_Image) GetImageRaw17() *Identity_Raw17 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw17); ok { - return x.ImageRaw17 - } - return nil -} - -func (x *Identity_Image) GetImageRaw18() *Identity_Raw18 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw18); ok { - return x.ImageRaw18 - } - return nil -} - -func (x *Identity_Image) GetImageRaw19() *Identity_Raw19 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw19); ok { - return x.ImageRaw19 - } - return nil -} - -func (x *Identity_Image) GetImageRaw20() *Identity_Raw20 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw20); ok { - return x.ImageRaw20 - } - return nil -} - -func (x *Identity_Image) GetImageRaw21() *Identity_Raw21 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw21); ok { - return x.ImageRaw21 - } - return nil -} - -func (x *Identity_Image) GetImageRaw22() *Identity_Raw22 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw22); ok { - return x.ImageRaw22 - } - return nil -} - -func (x *Identity_Image) GetImageRaw23() *Identity_Raw23 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw23); ok { - return x.ImageRaw23 - } - return nil -} - -func (x *Identity_Image) GetImageRaw24() *Identity_Raw24 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw24); ok { - return x.ImageRaw24 - } - return nil -} - -func (x *Identity_Image) GetImageRaw25() *Identity_Raw25 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw25); ok { - return x.ImageRaw25 - } - return nil -} - -func (x *Identity_Image) GetImageRaw26() *Identity_Raw26 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw26); ok { - return x.ImageRaw26 - } - return nil -} - -func (x *Identity_Image) GetImageRaw27() *Identity_Raw27 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw27); ok { - return x.ImageRaw27 - } - return nil -} - -func (x *Identity_Image) GetImageRaw28() *Identity_Raw28 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw28); ok { - return x.ImageRaw28 - } - return nil -} - -func (x *Identity_Image) GetImageRaw29() *Identity_Raw29 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw29); ok { - return x.ImageRaw29 - } - return nil -} - -func (x *Identity_Image) GetImageRaw30() *Identity_Raw30 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw30); ok { - return x.ImageRaw30 - } - return nil -} - -func (x *Identity_Image) GetImageRaw31() *Identity_Raw31 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw31); ok { - return x.ImageRaw31 - } - return nil -} - -func (x *Identity_Image) GetImageRaw32() *Identity_Raw32 { - if x, ok := x.GetImage().(*Identity_Image_ImageRaw32); ok { - return x.ImageRaw32 - } - return nil -} - -func (x *Identity_Image) GetImageBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetImage().(*Identity_Image_ImageBlakeTwo256); ok { - return x.ImageBlakeTwo256 - } - return nil -} - -func (x *Identity_Image) GetImageSha256() *Identity_Sha256 { - if x, ok := x.GetImage().(*Identity_Image_ImageSha256); ok { - return x.ImageSha256 - } - return nil -} - -func (x *Identity_Image) GetImageKeccak256() *Identity_Keccak256 { - if x, ok := x.GetImage().(*Identity_Image_ImageKeccak256); ok { - return x.ImageKeccak256 - } - return nil -} - -func (x *Identity_Image) GetImageShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetImage().(*Identity_Image_ImageShaThree256); ok { - return x.ImageShaThree256 - } - return nil -} - -type isIdentity_Image_Image interface { - isIdentity_Image_Image() -} - -type Identity_Image_ImageNone struct { - ImageNone *Identity_None `protobuf:"bytes,1,opt,name=image_none,json=imageNone,proto3,oneof"` -} - -type Identity_Image_ImageRaw0 struct { - ImageRaw0 *Identity_Raw0 `protobuf:"bytes,2,opt,name=image_raw0,json=imageRaw0,proto3,oneof"` -} - -type Identity_Image_ImageRaw1 struct { - ImageRaw1 *Identity_Raw1 `protobuf:"bytes,3,opt,name=image_raw1,json=imageRaw1,proto3,oneof"` -} - -type Identity_Image_ImageRaw2 struct { - ImageRaw2 *Identity_Raw2 `protobuf:"bytes,4,opt,name=image_raw2,json=imageRaw2,proto3,oneof"` -} - -type Identity_Image_ImageRaw3 struct { - ImageRaw3 *Identity_Raw3 `protobuf:"bytes,5,opt,name=image_raw3,json=imageRaw3,proto3,oneof"` -} - -type Identity_Image_ImageRaw4 struct { - ImageRaw4 *Identity_Raw4 `protobuf:"bytes,6,opt,name=image_raw4,json=imageRaw4,proto3,oneof"` -} - -type Identity_Image_ImageRaw5 struct { - ImageRaw5 *Identity_Raw5 `protobuf:"bytes,7,opt,name=image_raw5,json=imageRaw5,proto3,oneof"` -} - -type Identity_Image_ImageRaw6 struct { - ImageRaw6 *Identity_Raw6 `protobuf:"bytes,8,opt,name=image_raw6,json=imageRaw6,proto3,oneof"` -} - -type Identity_Image_ImageRaw7 struct { - ImageRaw7 *Identity_Raw7 `protobuf:"bytes,9,opt,name=image_raw7,json=imageRaw7,proto3,oneof"` -} - -type Identity_Image_ImageRaw8 struct { - ImageRaw8 *Identity_Raw8 `protobuf:"bytes,10,opt,name=image_raw8,json=imageRaw8,proto3,oneof"` -} - -type Identity_Image_ImageRaw9 struct { - ImageRaw9 *Identity_Raw9 `protobuf:"bytes,11,opt,name=image_raw9,json=imageRaw9,proto3,oneof"` -} - -type Identity_Image_ImageRaw10 struct { - ImageRaw10 *Identity_Raw10 `protobuf:"bytes,12,opt,name=image_raw10,json=imageRaw10,proto3,oneof"` -} - -type Identity_Image_ImageRaw11 struct { - ImageRaw11 *Identity_Raw11 `protobuf:"bytes,13,opt,name=image_raw11,json=imageRaw11,proto3,oneof"` -} - -type Identity_Image_ImageRaw12 struct { - ImageRaw12 *Identity_Raw12 `protobuf:"bytes,14,opt,name=image_raw12,json=imageRaw12,proto3,oneof"` -} - -type Identity_Image_ImageRaw13 struct { - ImageRaw13 *Identity_Raw13 `protobuf:"bytes,15,opt,name=image_raw13,json=imageRaw13,proto3,oneof"` -} - -type Identity_Image_ImageRaw14 struct { - ImageRaw14 *Identity_Raw14 `protobuf:"bytes,16,opt,name=image_raw14,json=imageRaw14,proto3,oneof"` -} - -type Identity_Image_ImageRaw15 struct { - ImageRaw15 *Identity_Raw15 `protobuf:"bytes,17,opt,name=image_raw15,json=imageRaw15,proto3,oneof"` -} - -type Identity_Image_ImageRaw16 struct { - ImageRaw16 *Identity_Raw16 `protobuf:"bytes,18,opt,name=image_raw16,json=imageRaw16,proto3,oneof"` -} - -type Identity_Image_ImageRaw17 struct { - ImageRaw17 *Identity_Raw17 `protobuf:"bytes,19,opt,name=image_raw17,json=imageRaw17,proto3,oneof"` -} - -type Identity_Image_ImageRaw18 struct { - ImageRaw18 *Identity_Raw18 `protobuf:"bytes,20,opt,name=image_raw18,json=imageRaw18,proto3,oneof"` -} - -type Identity_Image_ImageRaw19 struct { - ImageRaw19 *Identity_Raw19 `protobuf:"bytes,21,opt,name=image_raw19,json=imageRaw19,proto3,oneof"` -} - -type Identity_Image_ImageRaw20 struct { - ImageRaw20 *Identity_Raw20 `protobuf:"bytes,22,opt,name=image_raw20,json=imageRaw20,proto3,oneof"` -} - -type Identity_Image_ImageRaw21 struct { - ImageRaw21 *Identity_Raw21 `protobuf:"bytes,23,opt,name=image_raw21,json=imageRaw21,proto3,oneof"` -} - -type Identity_Image_ImageRaw22 struct { - ImageRaw22 *Identity_Raw22 `protobuf:"bytes,24,opt,name=image_raw22,json=imageRaw22,proto3,oneof"` -} - -type Identity_Image_ImageRaw23 struct { - ImageRaw23 *Identity_Raw23 `protobuf:"bytes,25,opt,name=image_raw23,json=imageRaw23,proto3,oneof"` -} - -type Identity_Image_ImageRaw24 struct { - ImageRaw24 *Identity_Raw24 `protobuf:"bytes,26,opt,name=image_raw24,json=imageRaw24,proto3,oneof"` -} - -type Identity_Image_ImageRaw25 struct { - ImageRaw25 *Identity_Raw25 `protobuf:"bytes,27,opt,name=image_raw25,json=imageRaw25,proto3,oneof"` -} - -type Identity_Image_ImageRaw26 struct { - ImageRaw26 *Identity_Raw26 `protobuf:"bytes,28,opt,name=image_raw26,json=imageRaw26,proto3,oneof"` -} - -type Identity_Image_ImageRaw27 struct { - ImageRaw27 *Identity_Raw27 `protobuf:"bytes,29,opt,name=image_raw27,json=imageRaw27,proto3,oneof"` -} - -type Identity_Image_ImageRaw28 struct { - ImageRaw28 *Identity_Raw28 `protobuf:"bytes,30,opt,name=image_raw28,json=imageRaw28,proto3,oneof"` -} - -type Identity_Image_ImageRaw29 struct { - ImageRaw29 *Identity_Raw29 `protobuf:"bytes,31,opt,name=image_raw29,json=imageRaw29,proto3,oneof"` -} - -type Identity_Image_ImageRaw30 struct { - ImageRaw30 *Identity_Raw30 `protobuf:"bytes,32,opt,name=image_raw30,json=imageRaw30,proto3,oneof"` -} - -type Identity_Image_ImageRaw31 struct { - ImageRaw31 *Identity_Raw31 `protobuf:"bytes,33,opt,name=image_raw31,json=imageRaw31,proto3,oneof"` -} - -type Identity_Image_ImageRaw32 struct { - ImageRaw32 *Identity_Raw32 `protobuf:"bytes,34,opt,name=image_raw32,json=imageRaw32,proto3,oneof"` -} - -type Identity_Image_ImageBlakeTwo256 struct { - ImageBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,35,opt,name=image_blake_two256,json=imageBlakeTwo256,proto3,oneof"` -} - -type Identity_Image_ImageSha256 struct { - ImageSha256 *Identity_Sha256 `protobuf:"bytes,36,opt,name=image_sha256,json=imageSha256,proto3,oneof"` -} - -type Identity_Image_ImageKeccak256 struct { - ImageKeccak256 *Identity_Keccak256 `protobuf:"bytes,37,opt,name=image_keccak256,json=imageKeccak256,proto3,oneof"` -} - -type Identity_Image_ImageShaThree256 struct { - ImageShaThree256 *Identity_ShaThree256 `protobuf:"bytes,38,opt,name=image_sha_three256,json=imageShaThree256,proto3,oneof"` -} - -func (*Identity_Image_ImageNone) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw0) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw1) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw2) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw3) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw4) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw5) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw6) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw7) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw8) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw9) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw10) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw11) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw12) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw13) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw14) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw15) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw16) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw17) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw18) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw19) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw20) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw21) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw22) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw23) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw24) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw25) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw26) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw27) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw28) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw29) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw30) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw31) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageRaw32) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageBlakeTwo256) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageSha256) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageKeccak256) isIdentity_Image_Image() {} - -func (*Identity_Image_ImageShaThree256) isIdentity_Image_Image() {} - -type GearSchedulerPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *GearSchedulerPallet) Reset() { - *x = GearSchedulerPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[367] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearSchedulerPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearSchedulerPallet) ProtoMessage() {} - -func (x *GearSchedulerPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[367] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearSchedulerPallet.ProtoReflect.Descriptor instead. -func (*GearSchedulerPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{367} -} - -type Staking_Account struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Staking_Account) Reset() { - *x = Staking_Account{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[368] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Account) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Account) ProtoMessage() {} - -func (x *Staking_Account) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[368] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Account.ProtoReflect.Descriptor instead. -func (*Staking_Account) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{368} -} - -func (x *Staking_Account) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type Staking_ChillThreshold struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to ChillThreshold: - // - // *Staking_ChillThreshold_ChillThresholdNoop - // *Staking_ChillThreshold_ChillThresholdSet - // *Staking_ChillThreshold_ChillThresholdRemove - ChillThreshold isStaking_ChillThreshold_ChillThreshold `protobuf_oneof:"chill_threshold"` -} - -func (x *Staking_ChillThreshold) Reset() { - *x = Staking_ChillThreshold{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[369] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_ChillThreshold) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_ChillThreshold) ProtoMessage() {} - -func (x *Staking_ChillThreshold) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[369] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_ChillThreshold.ProtoReflect.Descriptor instead. -func (*Staking_ChillThreshold) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{369} -} - -func (m *Staking_ChillThreshold) GetChillThreshold() isStaking_ChillThreshold_ChillThreshold { - if m != nil { - return m.ChillThreshold - } - return nil -} - -func (x *Staking_ChillThreshold) GetChillThresholdNoop() *Staking_Noop { - if x, ok := x.GetChillThreshold().(*Staking_ChillThreshold_ChillThresholdNoop); ok { - return x.ChillThresholdNoop - } - return nil -} - -func (x *Staking_ChillThreshold) GetChillThresholdSet() *Staking_Set { - if x, ok := x.GetChillThreshold().(*Staking_ChillThreshold_ChillThresholdSet); ok { - return x.ChillThresholdSet - } - return nil -} - -func (x *Staking_ChillThreshold) GetChillThresholdRemove() *Staking_Remove { - if x, ok := x.GetChillThreshold().(*Staking_ChillThreshold_ChillThresholdRemove); ok { - return x.ChillThresholdRemove - } - return nil -} - -type isStaking_ChillThreshold_ChillThreshold interface { - isStaking_ChillThreshold_ChillThreshold() -} - -type Staking_ChillThreshold_ChillThresholdNoop struct { - ChillThresholdNoop *Staking_Noop `protobuf:"bytes,1,opt,name=chill_threshold_noop,json=chillThresholdNoop,proto3,oneof"` -} - -type Staking_ChillThreshold_ChillThresholdSet struct { - ChillThresholdSet *Staking_Set `protobuf:"bytes,2,opt,name=chill_threshold_set,json=chillThresholdSet,proto3,oneof"` -} - -type Staking_ChillThreshold_ChillThresholdRemove struct { - ChillThresholdRemove *Staking_Remove `protobuf:"bytes,3,opt,name=chill_threshold_remove,json=chillThresholdRemove,proto3,oneof"` -} - -func (*Staking_ChillThreshold_ChillThresholdNoop) isStaking_ChillThreshold_ChillThreshold() {} - -func (*Staking_ChillThreshold_ChillThresholdSet) isStaking_ChillThreshold_ChillThreshold() {} - -func (*Staking_ChillThreshold_ChillThresholdRemove) isStaking_ChillThreshold_ChillThreshold() {} - -type MediumSpender struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *MediumSpender) Reset() { - *x = MediumSpender{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[370] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MediumSpender) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MediumSpender) ProtoMessage() {} - -func (x *MediumSpender) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[370] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MediumSpender.ProtoReflect.Descriptor instead. -func (*MediumSpender) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{370} -} - -type Fellowship3Dan struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Fellowship3Dan) Reset() { - *x = Fellowship3Dan{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[371] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Fellowship3Dan) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Fellowship3Dan) ProtoMessage() {} - -func (x *Fellowship3Dan) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[371] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Fellowship3Dan.ProtoReflect.Descriptor instead. -func (*Fellowship3Dan) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{371} -} - -type ChildBounties_TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value *TupleNull `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *ChildBounties_TupleNull) Reset() { - *x = ChildBounties_TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[372] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_TupleNull) ProtoMessage() {} - -func (x *ChildBounties_TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[372] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_TupleNull.ProtoReflect.Descriptor instead. -func (*ChildBounties_TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{372} -} - -func (x *ChildBounties_TupleNull) GetValue() *TupleNull { - if x != nil { - return x.Value - } - return nil -} - -type Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *Grandpa_FinalityGrandpaPrevote `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 *Grandpa_SpConsensusGrandpaAppSignature `protobuf:"bytes,2,opt,name=value1,proto3" json:"value1,omitempty"` -} - -func (x *Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature) Reset() { - *x = Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[373] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature) ProtoMessage() {} - -func (x *Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[373] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature.ProtoReflect.Descriptor instead. -func (*Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{373} -} - -func (x *Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature) GetValue0() *Grandpa_FinalityGrandpaPrevote { - if x != nil { - return x.Value0 - } - return nil -} - -func (x *Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature) GetValue1() *Grandpa_SpConsensusGrandpaAppSignature { - if x != nil { - return x.Value1 - } - return nil -} - -type Vesting_ForceVestedTransferCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Source: - // - // *Vesting_ForceVestedTransferCall_SourceId - // *Vesting_ForceVestedTransferCall_SourceIndex - // *Vesting_ForceVestedTransferCall_SourceRaw - // *Vesting_ForceVestedTransferCall_SourceAddress32 - // *Vesting_ForceVestedTransferCall_SourceAddress20 - Source isVesting_ForceVestedTransferCall_Source `protobuf_oneof:"source"` - // Types that are assignable to Target: - // - // *Vesting_ForceVestedTransferCall_TargetId - // *Vesting_ForceVestedTransferCall_TargetIndex - // *Vesting_ForceVestedTransferCall_TargetRaw - // *Vesting_ForceVestedTransferCall_TargetAddress32 - // *Vesting_ForceVestedTransferCall_TargetAddress20 - Target isVesting_ForceVestedTransferCall_Target `protobuf_oneof:"target"` - Schedule *Vesting_PalletVestingVestingInfoVestingInfo `protobuf:"bytes,11,opt,name=schedule,proto3" json:"schedule,omitempty"` -} - -func (x *Vesting_ForceVestedTransferCall) Reset() { - *x = Vesting_ForceVestedTransferCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[374] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_ForceVestedTransferCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_ForceVestedTransferCall) ProtoMessage() {} - -func (x *Vesting_ForceVestedTransferCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[374] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_ForceVestedTransferCall.ProtoReflect.Descriptor instead. -func (*Vesting_ForceVestedTransferCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{374} -} - -func (m *Vesting_ForceVestedTransferCall) GetSource() isVesting_ForceVestedTransferCall_Source { - if m != nil { - return m.Source - } - return nil -} - -func (x *Vesting_ForceVestedTransferCall) GetSourceId() *Vesting_Id { - if x, ok := x.GetSource().(*Vesting_ForceVestedTransferCall_SourceId); ok { - return x.SourceId - } - return nil -} - -func (x *Vesting_ForceVestedTransferCall) GetSourceIndex() *Vesting_Index { - if x, ok := x.GetSource().(*Vesting_ForceVestedTransferCall_SourceIndex); ok { - return x.SourceIndex - } - return nil -} - -func (x *Vesting_ForceVestedTransferCall) GetSourceRaw() *Vesting_Raw { - if x, ok := x.GetSource().(*Vesting_ForceVestedTransferCall_SourceRaw); ok { - return x.SourceRaw - } - return nil -} - -func (x *Vesting_ForceVestedTransferCall) GetSourceAddress32() *Vesting_Address32 { - if x, ok := x.GetSource().(*Vesting_ForceVestedTransferCall_SourceAddress32); ok { - return x.SourceAddress32 - } - return nil -} - -func (x *Vesting_ForceVestedTransferCall) GetSourceAddress20() *Vesting_Address20 { - if x, ok := x.GetSource().(*Vesting_ForceVestedTransferCall_SourceAddress20); ok { - return x.SourceAddress20 - } - return nil -} - -func (m *Vesting_ForceVestedTransferCall) GetTarget() isVesting_ForceVestedTransferCall_Target { - if m != nil { - return m.Target - } - return nil -} - -func (x *Vesting_ForceVestedTransferCall) GetTargetId() *Vesting_Id { - if x, ok := x.GetTarget().(*Vesting_ForceVestedTransferCall_TargetId); ok { - return x.TargetId - } - return nil -} - -func (x *Vesting_ForceVestedTransferCall) GetTargetIndex() *Vesting_Index { - if x, ok := x.GetTarget().(*Vesting_ForceVestedTransferCall_TargetIndex); ok { - return x.TargetIndex - } - return nil -} - -func (x *Vesting_ForceVestedTransferCall) GetTargetRaw() *Vesting_Raw { - if x, ok := x.GetTarget().(*Vesting_ForceVestedTransferCall_TargetRaw); ok { - return x.TargetRaw - } - return nil -} - -func (x *Vesting_ForceVestedTransferCall) GetTargetAddress32() *Vesting_Address32 { - if x, ok := x.GetTarget().(*Vesting_ForceVestedTransferCall_TargetAddress32); ok { - return x.TargetAddress32 - } - return nil -} - -func (x *Vesting_ForceVestedTransferCall) GetTargetAddress20() *Vesting_Address20 { - if x, ok := x.GetTarget().(*Vesting_ForceVestedTransferCall_TargetAddress20); ok { - return x.TargetAddress20 - } - return nil -} - -func (x *Vesting_ForceVestedTransferCall) GetSchedule() *Vesting_PalletVestingVestingInfoVestingInfo { - if x != nil { - return x.Schedule - } - return nil -} - -type isVesting_ForceVestedTransferCall_Source interface { - isVesting_ForceVestedTransferCall_Source() -} - -type Vesting_ForceVestedTransferCall_SourceId struct { - SourceId *Vesting_Id `protobuf:"bytes,1,opt,name=source_id,json=sourceId,proto3,oneof"` -} - -type Vesting_ForceVestedTransferCall_SourceIndex struct { - SourceIndex *Vesting_Index `protobuf:"bytes,2,opt,name=source_index,json=sourceIndex,proto3,oneof"` -} - -type Vesting_ForceVestedTransferCall_SourceRaw struct { - SourceRaw *Vesting_Raw `protobuf:"bytes,3,opt,name=source_raw,json=sourceRaw,proto3,oneof"` -} - -type Vesting_ForceVestedTransferCall_SourceAddress32 struct { - SourceAddress32 *Vesting_Address32 `protobuf:"bytes,4,opt,name=source_address32,json=sourceAddress32,proto3,oneof"` -} - -type Vesting_ForceVestedTransferCall_SourceAddress20 struct { - SourceAddress20 *Vesting_Address20 `protobuf:"bytes,5,opt,name=source_address20,json=sourceAddress20,proto3,oneof"` -} - -func (*Vesting_ForceVestedTransferCall_SourceId) isVesting_ForceVestedTransferCall_Source() {} - -func (*Vesting_ForceVestedTransferCall_SourceIndex) isVesting_ForceVestedTransferCall_Source() {} - -func (*Vesting_ForceVestedTransferCall_SourceRaw) isVesting_ForceVestedTransferCall_Source() {} - -func (*Vesting_ForceVestedTransferCall_SourceAddress32) isVesting_ForceVestedTransferCall_Source() {} - -func (*Vesting_ForceVestedTransferCall_SourceAddress20) isVesting_ForceVestedTransferCall_Source() {} - -type isVesting_ForceVestedTransferCall_Target interface { - isVesting_ForceVestedTransferCall_Target() -} - -type Vesting_ForceVestedTransferCall_TargetId struct { - TargetId *Vesting_Id `protobuf:"bytes,6,opt,name=target_id,json=targetId,proto3,oneof"` -} - -type Vesting_ForceVestedTransferCall_TargetIndex struct { - TargetIndex *Vesting_Index `protobuf:"bytes,7,opt,name=target_index,json=targetIndex,proto3,oneof"` -} - -type Vesting_ForceVestedTransferCall_TargetRaw struct { - TargetRaw *Vesting_Raw `protobuf:"bytes,8,opt,name=target_raw,json=targetRaw,proto3,oneof"` -} - -type Vesting_ForceVestedTransferCall_TargetAddress32 struct { - TargetAddress32 *Vesting_Address32 `protobuf:"bytes,9,opt,name=target_address32,json=targetAddress32,proto3,oneof"` -} - -type Vesting_ForceVestedTransferCall_TargetAddress20 struct { - TargetAddress20 *Vesting_Address20 `protobuf:"bytes,10,opt,name=target_address20,json=targetAddress20,proto3,oneof"` -} - -func (*Vesting_ForceVestedTransferCall_TargetId) isVesting_ForceVestedTransferCall_Target() {} - -func (*Vesting_ForceVestedTransferCall_TargetIndex) isVesting_ForceVestedTransferCall_Target() {} - -func (*Vesting_ForceVestedTransferCall_TargetRaw) isVesting_ForceVestedTransferCall_Target() {} - -func (*Vesting_ForceVestedTransferCall_TargetAddress32) isVesting_ForceVestedTransferCall_Target() {} - -func (*Vesting_ForceVestedTransferCall_TargetAddress20) isVesting_ForceVestedTransferCall_Target() {} - -type Identity_TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value *TupleNull `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *Identity_TupleNull) Reset() { - *x = Identity_TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[375] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_TupleNull) ProtoMessage() {} - -func (x *Identity_TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[375] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_TupleNull.ProtoReflect.Descriptor instead. -func (*Identity_TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{375} -} - -func (x *Identity_TupleNull) GetValue() *TupleNull { - if x != nil { - return x.Value - } - return nil -} - -type Identity_Raw14 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw14) Reset() { - *x = Identity_Raw14{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[376] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw14) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw14) ProtoMessage() {} - -func (x *Identity_Raw14) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[376] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw14.ProtoReflect.Descriptor instead. -func (*Identity_Raw14) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{376} -} - -func (x *Identity_Raw14) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[377] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[377] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{377} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Voters uint32 `protobuf:"varint,1,opt,name=voters,proto3" json:"voters,omitempty"` - Targets uint32 `protobuf:"varint,2,opt,name=targets,proto3" json:"targets,omitempty"` -} - -func (x *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize) Reset() { - *x = ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[378] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[378] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{378} -} - -func (x *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize) GetVoters() uint32 { - if x != nil { - return x.Voters - } - return 0 -} - -func (x *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize) GetTargets() uint32 { - if x != nil { - return x.Targets - } - return 0 -} - -type GearVoucherPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *GearVoucherPallet_CallIssueCall - // *GearVoucherPallet_CallCallCall - // *GearVoucherPallet_CallRevokeCall - // *GearVoucherPallet_CallUpdateCall - // *GearVoucherPallet_CallCallDeprecatedCall - // *GearVoucherPallet_CallDeclineCall - Call isGearVoucherPallet_Call `protobuf_oneof:"call"` -} - -func (x *GearVoucherPallet) Reset() { - *x = GearVoucherPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[379] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucherPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucherPallet) ProtoMessage() {} - -func (x *GearVoucherPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[379] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucherPallet.ProtoReflect.Descriptor instead. -func (*GearVoucherPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{379} -} - -func (m *GearVoucherPallet) GetCall() isGearVoucherPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *GearVoucherPallet) GetCallIssueCall() *GearVoucher_IssueCall { - if x, ok := x.GetCall().(*GearVoucherPallet_CallIssueCall); ok { - return x.CallIssueCall - } - return nil -} - -func (x *GearVoucherPallet) GetCallCallCall() *GearVoucher_CallCall { - if x, ok := x.GetCall().(*GearVoucherPallet_CallCallCall); ok { - return x.CallCallCall - } - return nil -} - -func (x *GearVoucherPallet) GetCallRevokeCall() *GearVoucher_RevokeCall { - if x, ok := x.GetCall().(*GearVoucherPallet_CallRevokeCall); ok { - return x.CallRevokeCall - } - return nil -} - -func (x *GearVoucherPallet) GetCallUpdateCall() *GearVoucher_UpdateCall { - if x, ok := x.GetCall().(*GearVoucherPallet_CallUpdateCall); ok { - return x.CallUpdateCall - } - return nil -} - -func (x *GearVoucherPallet) GetCallCallDeprecatedCall() *GearVoucher_CallDeprecatedCall { - if x, ok := x.GetCall().(*GearVoucherPallet_CallCallDeprecatedCall); ok { - return x.CallCallDeprecatedCall - } - return nil -} - -func (x *GearVoucherPallet) GetCallDeclineCall() *GearVoucher_DeclineCall { - if x, ok := x.GetCall().(*GearVoucherPallet_CallDeclineCall); ok { - return x.CallDeclineCall - } - return nil -} - -type isGearVoucherPallet_Call interface { - isGearVoucherPallet_Call() -} - -type GearVoucherPallet_CallIssueCall struct { - CallIssueCall *GearVoucher_IssueCall `protobuf:"bytes,1,opt,name=call_issue_call,json=callIssueCall,proto3,oneof"` -} - -type GearVoucherPallet_CallCallCall struct { - CallCallCall *GearVoucher_CallCall `protobuf:"bytes,2,opt,name=call_call_call,json=callCallCall,proto3,oneof"` -} - -type GearVoucherPallet_CallRevokeCall struct { - CallRevokeCall *GearVoucher_RevokeCall `protobuf:"bytes,3,opt,name=call_revoke_call,json=callRevokeCall,proto3,oneof"` -} - -type GearVoucherPallet_CallUpdateCall struct { - CallUpdateCall *GearVoucher_UpdateCall `protobuf:"bytes,4,opt,name=call_update_call,json=callUpdateCall,proto3,oneof"` -} - -type GearVoucherPallet_CallCallDeprecatedCall struct { - CallCallDeprecatedCall *GearVoucher_CallDeprecatedCall `protobuf:"bytes,5,opt,name=call_call_deprecated_call,json=callCallDeprecatedCall,proto3,oneof"` -} - -type GearVoucherPallet_CallDeclineCall struct { - CallDeclineCall *GearVoucher_DeclineCall `protobuf:"bytes,6,opt,name=call_decline_call,json=callDeclineCall,proto3,oneof"` -} - -func (*GearVoucherPallet_CallIssueCall) isGearVoucherPallet_Call() {} - -func (*GearVoucherPallet_CallCallCall) isGearVoucherPallet_Call() {} - -func (*GearVoucherPallet_CallRevokeCall) isGearVoucherPallet_Call() {} - -func (*GearVoucherPallet_CallUpdateCall) isGearVoucherPallet_Call() {} - -func (*GearVoucherPallet_CallCallDeprecatedCall) isGearVoucherPallet_Call() {} - -func (*GearVoucherPallet_CallDeclineCall) isGearVoucherPallet_Call() {} - -type Staking_Raw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Staking_Raw) Reset() { - *x = Staking_Raw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[380] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Raw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Raw) ProtoMessage() {} - -func (x *Staking_Raw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[380] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Raw.ProtoReflect.Descriptor instead. -func (*Staking_Raw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{380} -} - -func (x *Staking_Raw) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type FellowshipReferenda_Lookup struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Hash *PrimitiveTypesH256 `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` - Len uint32 `protobuf:"varint,2,opt,name=len,proto3" json:"len,omitempty"` -} - -func (x *FellowshipReferenda_Lookup) Reset() { - *x = FellowshipReferenda_Lookup{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[381] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_Lookup) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_Lookup) ProtoMessage() {} - -func (x *FellowshipReferenda_Lookup) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[381] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_Lookup.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_Lookup) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{381} -} - -func (x *FellowshipReferenda_Lookup) GetHash() *PrimitiveTypesH256 { - if x != nil { - return x.Hash - } - return nil -} - -func (x *FellowshipReferenda_Lookup) GetLen() uint32 { - if x != nil { - return x.Len - } - return 0 -} - -type Referenda_EnactmentMoment struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to EnactmentMoment: - // - // *Referenda_EnactmentMoment_EnactmentMomentAt - // *Referenda_EnactmentMoment_EnactmentMomentAfter - EnactmentMoment isReferenda_EnactmentMoment_EnactmentMoment `protobuf_oneof:"enactment_moment"` -} - -func (x *Referenda_EnactmentMoment) Reset() { - *x = Referenda_EnactmentMoment{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[382] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_EnactmentMoment) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_EnactmentMoment) ProtoMessage() {} - -func (x *Referenda_EnactmentMoment) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[382] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_EnactmentMoment.ProtoReflect.Descriptor instead. -func (*Referenda_EnactmentMoment) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{382} -} - -func (m *Referenda_EnactmentMoment) GetEnactmentMoment() isReferenda_EnactmentMoment_EnactmentMoment { - if m != nil { - return m.EnactmentMoment - } - return nil -} - -func (x *Referenda_EnactmentMoment) GetEnactmentMomentAt() *Referenda_At { - if x, ok := x.GetEnactmentMoment().(*Referenda_EnactmentMoment_EnactmentMomentAt); ok { - return x.EnactmentMomentAt - } - return nil -} - -func (x *Referenda_EnactmentMoment) GetEnactmentMomentAfter() *Referenda_After { - if x, ok := x.GetEnactmentMoment().(*Referenda_EnactmentMoment_EnactmentMomentAfter); ok { - return x.EnactmentMomentAfter - } - return nil -} - -type isReferenda_EnactmentMoment_EnactmentMoment interface { - isReferenda_EnactmentMoment_EnactmentMoment() -} - -type Referenda_EnactmentMoment_EnactmentMomentAt struct { - EnactmentMomentAt *Referenda_At `protobuf:"bytes,1,opt,name=enactment_moment_at,json=enactmentMomentAt,proto3,oneof"` -} - -type Referenda_EnactmentMoment_EnactmentMomentAfter struct { - EnactmentMomentAfter *Referenda_After `protobuf:"bytes,2,opt,name=enactment_moment_after,json=enactmentMomentAfter,proto3,oneof"` -} - -func (*Referenda_EnactmentMoment_EnactmentMomentAt) isReferenda_EnactmentMoment_EnactmentMoment() {} - -func (*Referenda_EnactmentMoment_EnactmentMomentAfter) isReferenda_EnactmentMoment_EnactmentMoment() { -} - -type GearVoucher_Some struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *BTreeSet `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *GearVoucher_Some) Reset() { - *x = GearVoucher_Some{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[383] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_Some) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_Some) ProtoMessage() {} - -func (x *GearVoucher_Some) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[383] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_Some.ProtoReflect.Descriptor instead. -func (*GearVoucher_Some) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{383} -} - -func (x *GearVoucher_Some) GetValue0() *BTreeSet { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_ProvideJudgementCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RegIndex uint32 `protobuf:"varint,1,opt,name=reg_index,json=regIndex,proto3" json:"reg_index,omitempty"` - // Types that are assignable to Target: - // - // *Identity_ProvideJudgementCall_TargetId - // *Identity_ProvideJudgementCall_TargetIndex - // *Identity_ProvideJudgementCall_TargetRaw - // *Identity_ProvideJudgementCall_TargetAddress32 - // *Identity_ProvideJudgementCall_TargetAddress20 - Target isIdentity_ProvideJudgementCall_Target `protobuf_oneof:"target"` - // Types that are assignable to Judgement: - // - // *Identity_ProvideJudgementCall_JudgementUnknown - // *Identity_ProvideJudgementCall_JudgementFeePaid - // *Identity_ProvideJudgementCall_JudgementReasonable - // *Identity_ProvideJudgementCall_JudgementKnownGood - // *Identity_ProvideJudgementCall_JudgementOutOfDate - // *Identity_ProvideJudgementCall_JudgementLowQuality - // *Identity_ProvideJudgementCall_JudgementErroneous - Judgement isIdentity_ProvideJudgementCall_Judgement `protobuf_oneof:"judgement"` - Identity *PrimitiveTypesH256 `protobuf:"bytes,14,opt,name=identity,proto3" json:"identity,omitempty"` -} - -func (x *Identity_ProvideJudgementCall) Reset() { - *x = Identity_ProvideJudgementCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[384] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_ProvideJudgementCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_ProvideJudgementCall) ProtoMessage() {} - -func (x *Identity_ProvideJudgementCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[384] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_ProvideJudgementCall.ProtoReflect.Descriptor instead. -func (*Identity_ProvideJudgementCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{384} -} - -func (x *Identity_ProvideJudgementCall) GetRegIndex() uint32 { - if x != nil { - return x.RegIndex - } - return 0 -} - -func (m *Identity_ProvideJudgementCall) GetTarget() isIdentity_ProvideJudgementCall_Target { - if m != nil { - return m.Target - } - return nil -} - -func (x *Identity_ProvideJudgementCall) GetTargetId() *Identity_Id { - if x, ok := x.GetTarget().(*Identity_ProvideJudgementCall_TargetId); ok { - return x.TargetId - } - return nil -} - -func (x *Identity_ProvideJudgementCall) GetTargetIndex() *Identity_Index { - if x, ok := x.GetTarget().(*Identity_ProvideJudgementCall_TargetIndex); ok { - return x.TargetIndex - } - return nil -} - -func (x *Identity_ProvideJudgementCall) GetTargetRaw() *Identity_Raw { - if x, ok := x.GetTarget().(*Identity_ProvideJudgementCall_TargetRaw); ok { - return x.TargetRaw - } - return nil -} - -func (x *Identity_ProvideJudgementCall) GetTargetAddress32() *Identity_Address32 { - if x, ok := x.GetTarget().(*Identity_ProvideJudgementCall_TargetAddress32); ok { - return x.TargetAddress32 - } - return nil -} - -func (x *Identity_ProvideJudgementCall) GetTargetAddress20() *Identity_Address20 { - if x, ok := x.GetTarget().(*Identity_ProvideJudgementCall_TargetAddress20); ok { - return x.TargetAddress20 - } - return nil -} - -func (m *Identity_ProvideJudgementCall) GetJudgement() isIdentity_ProvideJudgementCall_Judgement { - if m != nil { - return m.Judgement - } - return nil -} - -func (x *Identity_ProvideJudgementCall) GetJudgementUnknown() *Identity_Unknown { - if x, ok := x.GetJudgement().(*Identity_ProvideJudgementCall_JudgementUnknown); ok { - return x.JudgementUnknown - } - return nil -} - -func (x *Identity_ProvideJudgementCall) GetJudgementFeePaid() *Identity_FeePaid { - if x, ok := x.GetJudgement().(*Identity_ProvideJudgementCall_JudgementFeePaid); ok { - return x.JudgementFeePaid - } - return nil -} - -func (x *Identity_ProvideJudgementCall) GetJudgementReasonable() *Identity_Reasonable { - if x, ok := x.GetJudgement().(*Identity_ProvideJudgementCall_JudgementReasonable); ok { - return x.JudgementReasonable - } - return nil -} - -func (x *Identity_ProvideJudgementCall) GetJudgementKnownGood() *Identity_KnownGood { - if x, ok := x.GetJudgement().(*Identity_ProvideJudgementCall_JudgementKnownGood); ok { - return x.JudgementKnownGood - } - return nil -} - -func (x *Identity_ProvideJudgementCall) GetJudgementOutOfDate() *Identity_OutOfDate { - if x, ok := x.GetJudgement().(*Identity_ProvideJudgementCall_JudgementOutOfDate); ok { - return x.JudgementOutOfDate - } - return nil -} - -func (x *Identity_ProvideJudgementCall) GetJudgementLowQuality() *Identity_LowQuality { - if x, ok := x.GetJudgement().(*Identity_ProvideJudgementCall_JudgementLowQuality); ok { - return x.JudgementLowQuality - } - return nil -} - -func (x *Identity_ProvideJudgementCall) GetJudgementErroneous() *Identity_Erroneous { - if x, ok := x.GetJudgement().(*Identity_ProvideJudgementCall_JudgementErroneous); ok { - return x.JudgementErroneous - } - return nil -} - -func (x *Identity_ProvideJudgementCall) GetIdentity() *PrimitiveTypesH256 { - if x != nil { - return x.Identity - } - return nil -} - -type isIdentity_ProvideJudgementCall_Target interface { - isIdentity_ProvideJudgementCall_Target() -} - -type Identity_ProvideJudgementCall_TargetId struct { - TargetId *Identity_Id `protobuf:"bytes,2,opt,name=target_id,json=targetId,proto3,oneof"` -} - -type Identity_ProvideJudgementCall_TargetIndex struct { - TargetIndex *Identity_Index `protobuf:"bytes,3,opt,name=target_index,json=targetIndex,proto3,oneof"` -} - -type Identity_ProvideJudgementCall_TargetRaw struct { - TargetRaw *Identity_Raw `protobuf:"bytes,4,opt,name=target_raw,json=targetRaw,proto3,oneof"` -} - -type Identity_ProvideJudgementCall_TargetAddress32 struct { - TargetAddress32 *Identity_Address32 `protobuf:"bytes,5,opt,name=target_address32,json=targetAddress32,proto3,oneof"` -} - -type Identity_ProvideJudgementCall_TargetAddress20 struct { - TargetAddress20 *Identity_Address20 `protobuf:"bytes,6,opt,name=target_address20,json=targetAddress20,proto3,oneof"` -} - -func (*Identity_ProvideJudgementCall_TargetId) isIdentity_ProvideJudgementCall_Target() {} - -func (*Identity_ProvideJudgementCall_TargetIndex) isIdentity_ProvideJudgementCall_Target() {} - -func (*Identity_ProvideJudgementCall_TargetRaw) isIdentity_ProvideJudgementCall_Target() {} - -func (*Identity_ProvideJudgementCall_TargetAddress32) isIdentity_ProvideJudgementCall_Target() {} - -func (*Identity_ProvideJudgementCall_TargetAddress20) isIdentity_ProvideJudgementCall_Target() {} - -type isIdentity_ProvideJudgementCall_Judgement interface { - isIdentity_ProvideJudgementCall_Judgement() -} - -type Identity_ProvideJudgementCall_JudgementUnknown struct { - JudgementUnknown *Identity_Unknown `protobuf:"bytes,7,opt,name=judgement_unknown,json=judgementUnknown,proto3,oneof"` -} - -type Identity_ProvideJudgementCall_JudgementFeePaid struct { - JudgementFeePaid *Identity_FeePaid `protobuf:"bytes,8,opt,name=judgement_fee_paid,json=judgementFeePaid,proto3,oneof"` -} - -type Identity_ProvideJudgementCall_JudgementReasonable struct { - JudgementReasonable *Identity_Reasonable `protobuf:"bytes,9,opt,name=judgement_reasonable,json=judgementReasonable,proto3,oneof"` -} - -type Identity_ProvideJudgementCall_JudgementKnownGood struct { - JudgementKnownGood *Identity_KnownGood `protobuf:"bytes,10,opt,name=judgement_known_good,json=judgementKnownGood,proto3,oneof"` -} - -type Identity_ProvideJudgementCall_JudgementOutOfDate struct { - JudgementOutOfDate *Identity_OutOfDate `protobuf:"bytes,11,opt,name=judgement_out_of_date,json=judgementOutOfDate,proto3,oneof"` -} - -type Identity_ProvideJudgementCall_JudgementLowQuality struct { - JudgementLowQuality *Identity_LowQuality `protobuf:"bytes,12,opt,name=judgement_low_quality,json=judgementLowQuality,proto3,oneof"` -} - -type Identity_ProvideJudgementCall_JudgementErroneous struct { - JudgementErroneous *Identity_Erroneous `protobuf:"bytes,13,opt,name=judgement_erroneous,json=judgementErroneous,proto3,oneof"` -} - -func (*Identity_ProvideJudgementCall_JudgementUnknown) isIdentity_ProvideJudgementCall_Judgement() {} - -func (*Identity_ProvideJudgementCall_JudgementFeePaid) isIdentity_ProvideJudgementCall_Judgement() {} - -func (*Identity_ProvideJudgementCall_JudgementReasonable) isIdentity_ProvideJudgementCall_Judgement() { -} - -func (*Identity_ProvideJudgementCall_JudgementKnownGood) isIdentity_ProvideJudgementCall_Judgement() { -} - -func (*Identity_ProvideJudgementCall_JudgementOutOfDate) isIdentity_ProvideJudgementCall_Judgement() { -} - -func (*Identity_ProvideJudgementCall_JudgementLowQuality) isIdentity_ProvideJudgementCall_Judgement() { -} - -func (*Identity_ProvideJudgementCall_JudgementErroneous) isIdentity_ProvideJudgementCall_Judgement() { -} - -type Balances_Source struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Source: - // - // *Balances_Source_SourceId - // *Balances_Source_SourceIndex - // *Balances_Source_SourceRaw - // *Balances_Source_SourceAddress32 - // *Balances_Source_SourceAddress20 - Source isBalances_Source_Source `protobuf_oneof:"source"` -} - -func (x *Balances_Source) Reset() { - *x = Balances_Source{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[385] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_Source) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_Source) ProtoMessage() {} - -func (x *Balances_Source) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[385] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_Source.ProtoReflect.Descriptor instead. -func (*Balances_Source) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{385} -} - -func (m *Balances_Source) GetSource() isBalances_Source_Source { - if m != nil { - return m.Source - } - return nil -} - -func (x *Balances_Source) GetSourceId() *Balances_Id { - if x, ok := x.GetSource().(*Balances_Source_SourceId); ok { - return x.SourceId - } - return nil -} - -func (x *Balances_Source) GetSourceIndex() *Balances_Index { - if x, ok := x.GetSource().(*Balances_Source_SourceIndex); ok { - return x.SourceIndex - } - return nil -} - -func (x *Balances_Source) GetSourceRaw() *Balances_Raw { - if x, ok := x.GetSource().(*Balances_Source_SourceRaw); ok { - return x.SourceRaw - } - return nil -} - -func (x *Balances_Source) GetSourceAddress32() *Balances_Address32 { - if x, ok := x.GetSource().(*Balances_Source_SourceAddress32); ok { - return x.SourceAddress32 - } - return nil -} - -func (x *Balances_Source) GetSourceAddress20() *Balances_Address20 { - if x, ok := x.GetSource().(*Balances_Source_SourceAddress20); ok { - return x.SourceAddress20 - } - return nil -} - -type isBalances_Source_Source interface { - isBalances_Source_Source() -} - -type Balances_Source_SourceId struct { - SourceId *Balances_Id `protobuf:"bytes,1,opt,name=source_id,json=sourceId,proto3,oneof"` -} - -type Balances_Source_SourceIndex struct { - SourceIndex *Balances_Index `protobuf:"bytes,2,opt,name=source_index,json=sourceIndex,proto3,oneof"` -} - -type Balances_Source_SourceRaw struct { - SourceRaw *Balances_Raw `protobuf:"bytes,3,opt,name=source_raw,json=sourceRaw,proto3,oneof"` -} - -type Balances_Source_SourceAddress32 struct { - SourceAddress32 *Balances_Address32 `protobuf:"bytes,4,opt,name=source_address32,json=sourceAddress32,proto3,oneof"` -} - -type Balances_Source_SourceAddress20 struct { - SourceAddress20 *Balances_Address20 `protobuf:"bytes,5,opt,name=source_address20,json=sourceAddress20,proto3,oneof"` -} - -func (*Balances_Source_SourceId) isBalances_Source_Source() {} - -func (*Balances_Source_SourceIndex) isBalances_Source_Source() {} - -func (*Balances_Source_SourceRaw) isBalances_Source_Source() {} - -func (*Balances_Source_SourceAddress32) isBalances_Source_Source() {} - -func (*Balances_Source_SourceAddress20) isBalances_Source_Source() {} - -type BagsList_Address32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *BagsList_Address32) Reset() { - *x = BagsList_Address32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[386] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BagsList_Address32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BagsList_Address32) ProtoMessage() {} - -func (x *BagsList_Address32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[386] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BagsList_Address32.ProtoReflect.Descriptor instead. -func (*BagsList_Address32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{386} -} - -func (x *BagsList_Address32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type GprimitivesActorId struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *GprimitivesActorId) Reset() { - *x = GprimitivesActorId{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[387] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GprimitivesActorId) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GprimitivesActorId) ProtoMessage() {} - -func (x *GprimitivesActorId) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[387] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GprimitivesActorId.ProtoReflect.Descriptor instead. -func (*GprimitivesActorId) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{387} -} - -func (x *GprimitivesActorId) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Staking_Targets struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Targets: - // - // *Staking_Targets_TargetsId - // *Staking_Targets_TargetsIndex - // *Staking_Targets_TargetsRaw - // *Staking_Targets_TargetsAddress32 - // *Staking_Targets_TargetsAddress20 - Targets isStaking_Targets_Targets `protobuf_oneof:"targets"` -} - -func (x *Staking_Targets) Reset() { - *x = Staking_Targets{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[388] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Targets) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Targets) ProtoMessage() {} - -func (x *Staking_Targets) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[388] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Targets.ProtoReflect.Descriptor instead. -func (*Staking_Targets) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{388} -} - -func (m *Staking_Targets) GetTargets() isStaking_Targets_Targets { - if m != nil { - return m.Targets - } - return nil -} - -func (x *Staking_Targets) GetTargetsId() *Staking_Id { - if x, ok := x.GetTargets().(*Staking_Targets_TargetsId); ok { - return x.TargetsId - } - return nil -} - -func (x *Staking_Targets) GetTargetsIndex() *Staking_Index { - if x, ok := x.GetTargets().(*Staking_Targets_TargetsIndex); ok { - return x.TargetsIndex - } - return nil -} - -func (x *Staking_Targets) GetTargetsRaw() *Staking_Raw { - if x, ok := x.GetTargets().(*Staking_Targets_TargetsRaw); ok { - return x.TargetsRaw - } - return nil -} - -func (x *Staking_Targets) GetTargetsAddress32() *Staking_Address32 { - if x, ok := x.GetTargets().(*Staking_Targets_TargetsAddress32); ok { - return x.TargetsAddress32 - } - return nil -} - -func (x *Staking_Targets) GetTargetsAddress20() *Staking_Address20 { - if x, ok := x.GetTargets().(*Staking_Targets_TargetsAddress20); ok { - return x.TargetsAddress20 - } - return nil -} - -type isStaking_Targets_Targets interface { - isStaking_Targets_Targets() -} - -type Staking_Targets_TargetsId struct { - TargetsId *Staking_Id `protobuf:"bytes,1,opt,name=targets_id,json=targetsId,proto3,oneof"` -} - -type Staking_Targets_TargetsIndex struct { - TargetsIndex *Staking_Index `protobuf:"bytes,2,opt,name=targets_index,json=targetsIndex,proto3,oneof"` -} - -type Staking_Targets_TargetsRaw struct { - TargetsRaw *Staking_Raw `protobuf:"bytes,3,opt,name=targets_raw,json=targetsRaw,proto3,oneof"` -} - -type Staking_Targets_TargetsAddress32 struct { - TargetsAddress32 *Staking_Address32 `protobuf:"bytes,4,opt,name=targets_address32,json=targetsAddress32,proto3,oneof"` -} - -type Staking_Targets_TargetsAddress20 struct { - TargetsAddress20 *Staking_Address20 `protobuf:"bytes,5,opt,name=targets_address20,json=targetsAddress20,proto3,oneof"` -} - -func (*Staking_Targets_TargetsId) isStaking_Targets_Targets() {} - -func (*Staking_Targets_TargetsIndex) isStaking_Targets_Targets() {} - -func (*Staking_Targets_TargetsRaw) isStaking_Targets_Targets() {} - -func (*Staking_Targets_TargetsAddress32) isStaking_Targets_Targets() {} - -func (*Staking_Targets_TargetsAddress20) isStaking_Targets_Targets() {} - -type NominationPools_UnbondCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MemberAccount: - // - // *NominationPools_UnbondCall_MemberAccountId - // *NominationPools_UnbondCall_MemberAccountIndex - // *NominationPools_UnbondCall_MemberAccountRaw - // *NominationPools_UnbondCall_MemberAccountAddress32 - // *NominationPools_UnbondCall_MemberAccountAddress20 - MemberAccount isNominationPools_UnbondCall_MemberAccount `protobuf_oneof:"member_account"` - UnbondingPoints string `protobuf:"bytes,6,opt,name=unbonding_points,json=unbondingPoints,proto3" json:"unbonding_points,omitempty"` -} - -func (x *NominationPools_UnbondCall) Reset() { - *x = NominationPools_UnbondCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[389] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_UnbondCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_UnbondCall) ProtoMessage() {} - -func (x *NominationPools_UnbondCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[389] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_UnbondCall.ProtoReflect.Descriptor instead. -func (*NominationPools_UnbondCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{389} -} - -func (m *NominationPools_UnbondCall) GetMemberAccount() isNominationPools_UnbondCall_MemberAccount { - if m != nil { - return m.MemberAccount - } - return nil -} - -func (x *NominationPools_UnbondCall) GetMemberAccountId() *NominationPools_Id { - if x, ok := x.GetMemberAccount().(*NominationPools_UnbondCall_MemberAccountId); ok { - return x.MemberAccountId - } - return nil -} - -func (x *NominationPools_UnbondCall) GetMemberAccountIndex() *NominationPools_Index { - if x, ok := x.GetMemberAccount().(*NominationPools_UnbondCall_MemberAccountIndex); ok { - return x.MemberAccountIndex - } - return nil -} - -func (x *NominationPools_UnbondCall) GetMemberAccountRaw() *NominationPools_Raw { - if x, ok := x.GetMemberAccount().(*NominationPools_UnbondCall_MemberAccountRaw); ok { - return x.MemberAccountRaw - } - return nil -} - -func (x *NominationPools_UnbondCall) GetMemberAccountAddress32() *NominationPools_Address32 { - if x, ok := x.GetMemberAccount().(*NominationPools_UnbondCall_MemberAccountAddress32); ok { - return x.MemberAccountAddress32 - } - return nil -} - -func (x *NominationPools_UnbondCall) GetMemberAccountAddress20() *NominationPools_Address20 { - if x, ok := x.GetMemberAccount().(*NominationPools_UnbondCall_MemberAccountAddress20); ok { - return x.MemberAccountAddress20 - } - return nil -} - -func (x *NominationPools_UnbondCall) GetUnbondingPoints() string { - if x != nil { - return x.UnbondingPoints - } - return "" -} - -type isNominationPools_UnbondCall_MemberAccount interface { - isNominationPools_UnbondCall_MemberAccount() -} - -type NominationPools_UnbondCall_MemberAccountId struct { - MemberAccountId *NominationPools_Id `protobuf:"bytes,1,opt,name=member_account_id,json=memberAccountId,proto3,oneof"` -} - -type NominationPools_UnbondCall_MemberAccountIndex struct { - MemberAccountIndex *NominationPools_Index `protobuf:"bytes,2,opt,name=member_account_index,json=memberAccountIndex,proto3,oneof"` -} - -type NominationPools_UnbondCall_MemberAccountRaw struct { - MemberAccountRaw *NominationPools_Raw `protobuf:"bytes,3,opt,name=member_account_raw,json=memberAccountRaw,proto3,oneof"` -} - -type NominationPools_UnbondCall_MemberAccountAddress32 struct { - MemberAccountAddress32 *NominationPools_Address32 `protobuf:"bytes,4,opt,name=member_account_address32,json=memberAccountAddress32,proto3,oneof"` -} - -type NominationPools_UnbondCall_MemberAccountAddress20 struct { - MemberAccountAddress20 *NominationPools_Address20 `protobuf:"bytes,5,opt,name=member_account_address20,json=memberAccountAddress20,proto3,oneof"` -} - -func (*NominationPools_UnbondCall_MemberAccountId) isNominationPools_UnbondCall_MemberAccount() {} - -func (*NominationPools_UnbondCall_MemberAccountIndex) isNominationPools_UnbondCall_MemberAccount() {} - -func (*NominationPools_UnbondCall_MemberAccountRaw) isNominationPools_UnbondCall_MemberAccount() {} - -func (*NominationPools_UnbondCall_MemberAccountAddress32) isNominationPools_UnbondCall_MemberAccount() { -} - -func (*NominationPools_UnbondCall_MemberAccountAddress20) isNominationPools_UnbondCall_MemberAccount() { -} - -type Balances_TransferKeepAliveCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Dest: - // - // *Balances_TransferKeepAliveCall_DestId - // *Balances_TransferKeepAliveCall_DestIndex - // *Balances_TransferKeepAliveCall_DestRaw - // *Balances_TransferKeepAliveCall_DestAddress32 - // *Balances_TransferKeepAliveCall_DestAddress20 - Dest isBalances_TransferKeepAliveCall_Dest `protobuf_oneof:"dest"` - Value string `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *Balances_TransferKeepAliveCall) Reset() { - *x = Balances_TransferKeepAliveCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[390] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_TransferKeepAliveCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_TransferKeepAliveCall) ProtoMessage() {} - -func (x *Balances_TransferKeepAliveCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[390] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_TransferKeepAliveCall.ProtoReflect.Descriptor instead. -func (*Balances_TransferKeepAliveCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{390} -} - -func (m *Balances_TransferKeepAliveCall) GetDest() isBalances_TransferKeepAliveCall_Dest { - if m != nil { - return m.Dest - } - return nil -} - -func (x *Balances_TransferKeepAliveCall) GetDestId() *Balances_Id { - if x, ok := x.GetDest().(*Balances_TransferKeepAliveCall_DestId); ok { - return x.DestId - } - return nil -} - -func (x *Balances_TransferKeepAliveCall) GetDestIndex() *Balances_Index { - if x, ok := x.GetDest().(*Balances_TransferKeepAliveCall_DestIndex); ok { - return x.DestIndex - } - return nil -} - -func (x *Balances_TransferKeepAliveCall) GetDestRaw() *Balances_Raw { - if x, ok := x.GetDest().(*Balances_TransferKeepAliveCall_DestRaw); ok { - return x.DestRaw - } - return nil -} - -func (x *Balances_TransferKeepAliveCall) GetDestAddress32() *Balances_Address32 { - if x, ok := x.GetDest().(*Balances_TransferKeepAliveCall_DestAddress32); ok { - return x.DestAddress32 - } - return nil -} - -func (x *Balances_TransferKeepAliveCall) GetDestAddress20() *Balances_Address20 { - if x, ok := x.GetDest().(*Balances_TransferKeepAliveCall_DestAddress20); ok { - return x.DestAddress20 - } - return nil -} - -func (x *Balances_TransferKeepAliveCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -type isBalances_TransferKeepAliveCall_Dest interface { - isBalances_TransferKeepAliveCall_Dest() -} - -type Balances_TransferKeepAliveCall_DestId struct { - DestId *Balances_Id `protobuf:"bytes,1,opt,name=dest_id,json=destId,proto3,oneof"` -} - -type Balances_TransferKeepAliveCall_DestIndex struct { - DestIndex *Balances_Index `protobuf:"bytes,2,opt,name=dest_index,json=destIndex,proto3,oneof"` -} - -type Balances_TransferKeepAliveCall_DestRaw struct { - DestRaw *Balances_Raw `protobuf:"bytes,3,opt,name=dest_raw,json=destRaw,proto3,oneof"` -} - -type Balances_TransferKeepAliveCall_DestAddress32 struct { - DestAddress32 *Balances_Address32 `protobuf:"bytes,4,opt,name=dest_address32,json=destAddress32,proto3,oneof"` -} - -type Balances_TransferKeepAliveCall_DestAddress20 struct { - DestAddress20 *Balances_Address20 `protobuf:"bytes,5,opt,name=dest_address20,json=destAddress20,proto3,oneof"` -} - -func (*Balances_TransferKeepAliveCall_DestId) isBalances_TransferKeepAliveCall_Dest() {} - -func (*Balances_TransferKeepAliveCall_DestIndex) isBalances_TransferKeepAliveCall_Dest() {} - -func (*Balances_TransferKeepAliveCall_DestRaw) isBalances_TransferKeepAliveCall_Dest() {} - -func (*Balances_TransferKeepAliveCall_DestAddress32) isBalances_TransferKeepAliveCall_Dest() {} - -func (*Balances_TransferKeepAliveCall_DestAddress20) isBalances_TransferKeepAliveCall_Dest() {} - -type BagsList_Address20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *BagsList_Address20) Reset() { - *x = BagsList_Address20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[391] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BagsList_Address20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BagsList_Address20) ProtoMessage() {} - -func (x *BagsList_Address20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[391] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BagsList_Address20.ProtoReflect.Descriptor instead. -func (*BagsList_Address20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{391} -} - -func (x *BagsList_Address20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type BagsList_Lighter struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Lighter: - // - // *BagsList_Lighter_LighterId - // *BagsList_Lighter_LighterIndex - // *BagsList_Lighter_LighterRaw - // *BagsList_Lighter_LighterAddress32 - // *BagsList_Lighter_LighterAddress20 - Lighter isBagsList_Lighter_Lighter `protobuf_oneof:"lighter"` -} - -func (x *BagsList_Lighter) Reset() { - *x = BagsList_Lighter{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[392] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BagsList_Lighter) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BagsList_Lighter) ProtoMessage() {} - -func (x *BagsList_Lighter) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[392] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BagsList_Lighter.ProtoReflect.Descriptor instead. -func (*BagsList_Lighter) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{392} -} - -func (m *BagsList_Lighter) GetLighter() isBagsList_Lighter_Lighter { - if m != nil { - return m.Lighter - } - return nil -} - -func (x *BagsList_Lighter) GetLighterId() *BagsList_Id { - if x, ok := x.GetLighter().(*BagsList_Lighter_LighterId); ok { - return x.LighterId - } - return nil -} - -func (x *BagsList_Lighter) GetLighterIndex() *BagsList_Index { - if x, ok := x.GetLighter().(*BagsList_Lighter_LighterIndex); ok { - return x.LighterIndex - } - return nil -} - -func (x *BagsList_Lighter) GetLighterRaw() *BagsList_Raw { - if x, ok := x.GetLighter().(*BagsList_Lighter_LighterRaw); ok { - return x.LighterRaw - } - return nil -} - -func (x *BagsList_Lighter) GetLighterAddress32() *BagsList_Address32 { - if x, ok := x.GetLighter().(*BagsList_Lighter_LighterAddress32); ok { - return x.LighterAddress32 - } - return nil -} - -func (x *BagsList_Lighter) GetLighterAddress20() *BagsList_Address20 { - if x, ok := x.GetLighter().(*BagsList_Lighter_LighterAddress20); ok { - return x.LighterAddress20 - } - return nil -} - -type isBagsList_Lighter_Lighter interface { - isBagsList_Lighter_Lighter() -} - -type BagsList_Lighter_LighterId struct { - LighterId *BagsList_Id `protobuf:"bytes,1,opt,name=lighter_id,json=lighterId,proto3,oneof"` -} - -type BagsList_Lighter_LighterIndex struct { - LighterIndex *BagsList_Index `protobuf:"bytes,2,opt,name=lighter_index,json=lighterIndex,proto3,oneof"` -} - -type BagsList_Lighter_LighterRaw struct { - LighterRaw *BagsList_Raw `protobuf:"bytes,3,opt,name=lighter_raw,json=lighterRaw,proto3,oneof"` -} - -type BagsList_Lighter_LighterAddress32 struct { - LighterAddress32 *BagsList_Address32 `protobuf:"bytes,4,opt,name=lighter_address32,json=lighterAddress32,proto3,oneof"` -} - -type BagsList_Lighter_LighterAddress20 struct { - LighterAddress20 *BagsList_Address20 `protobuf:"bytes,5,opt,name=lighter_address20,json=lighterAddress20,proto3,oneof"` -} - -func (*BagsList_Lighter_LighterId) isBagsList_Lighter_Lighter() {} - -func (*BagsList_Lighter_LighterIndex) isBagsList_Lighter_Lighter() {} - -func (*BagsList_Lighter_LighterRaw) isBagsList_Lighter_Lighter() {} - -func (*BagsList_Lighter_LighterAddress32) isBagsList_Lighter_Lighter() {} - -func (*BagsList_Lighter_LighterAddress20) isBagsList_Lighter_Lighter() {} - -type Fellowship2Dan struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Fellowship2Dan) Reset() { - *x = Fellowship2Dan{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[393] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Fellowship2Dan) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Fellowship2Dan) ProtoMessage() {} - -func (x *Fellowship2Dan) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[393] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Fellowship2Dan.ProtoReflect.Descriptor instead. -func (*Fellowship2Dan) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{393} -} - -type Identity_Raw24 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw24) Reset() { - *x = Identity_Raw24{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[394] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw24) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw24) ProtoMessage() {} - -func (x *Identity_Raw24) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[394] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw24.ProtoReflect.Descriptor instead. -func (*Identity_Raw24) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{394} -} - -func (x *Identity_Raw24) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_KnownGood struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Identity_KnownGood) Reset() { - *x = Identity_KnownGood{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[395] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_KnownGood) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_KnownGood) ProtoMessage() {} - -func (x *Identity_KnownGood) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[395] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_KnownGood.ProtoReflect.Descriptor instead. -func (*Identity_KnownGood) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{395} -} - -type System_SetCodeWithoutChecksCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Code []byte `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` -} - -func (x *System_SetCodeWithoutChecksCall) Reset() { - *x = System_SetCodeWithoutChecksCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[396] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *System_SetCodeWithoutChecksCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*System_SetCodeWithoutChecksCall) ProtoMessage() {} - -func (x *System_SetCodeWithoutChecksCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[396] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use System_SetCodeWithoutChecksCall.ProtoReflect.Descriptor instead. -func (*System_SetCodeWithoutChecksCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{396} -} - -func (x *System_SetCodeWithoutChecksCall) GetCode() []byte { - if x != nil { - return x.Code - } - return nil -} - -type SpRuntimeGenericDigestDigestItem struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Logs: - // - // *SpRuntimeGenericDigestDigestItem_LogsPreRuntime - // *SpRuntimeGenericDigestDigestItem_LogsConsensus - // *SpRuntimeGenericDigestDigestItem_LogsSeal - // *SpRuntimeGenericDigestDigestItem_LogsOther - // *SpRuntimeGenericDigestDigestItem_LogsRuntimeEnvironmentUpdated - Logs isSpRuntimeGenericDigestDigestItem_Logs `protobuf_oneof:"logs"` -} - -func (x *SpRuntimeGenericDigestDigestItem) Reset() { - *x = SpRuntimeGenericDigestDigestItem{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[397] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpRuntimeGenericDigestDigestItem) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpRuntimeGenericDigestDigestItem) ProtoMessage() {} - -func (x *SpRuntimeGenericDigestDigestItem) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[397] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpRuntimeGenericDigestDigestItem.ProtoReflect.Descriptor instead. -func (*SpRuntimeGenericDigestDigestItem) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{397} -} - -func (m *SpRuntimeGenericDigestDigestItem) GetLogs() isSpRuntimeGenericDigestDigestItem_Logs { - if m != nil { - return m.Logs - } - return nil -} - -func (x *SpRuntimeGenericDigestDigestItem) GetLogsPreRuntime() *Babe_PreRuntime { - if x, ok := x.GetLogs().(*SpRuntimeGenericDigestDigestItem_LogsPreRuntime); ok { - return x.LogsPreRuntime - } - return nil -} - -func (x *SpRuntimeGenericDigestDigestItem) GetLogsConsensus() *Babe_Consensus { - if x, ok := x.GetLogs().(*SpRuntimeGenericDigestDigestItem_LogsConsensus); ok { - return x.LogsConsensus - } - return nil -} - -func (x *SpRuntimeGenericDigestDigestItem) GetLogsSeal() *Babe_Seal { - if x, ok := x.GetLogs().(*SpRuntimeGenericDigestDigestItem_LogsSeal); ok { - return x.LogsSeal - } - return nil -} - -func (x *SpRuntimeGenericDigestDigestItem) GetLogsOther() *Babe_Other { - if x, ok := x.GetLogs().(*SpRuntimeGenericDigestDigestItem_LogsOther); ok { - return x.LogsOther - } - return nil -} - -func (x *SpRuntimeGenericDigestDigestItem) GetLogsRuntimeEnvironmentUpdated() *Babe_RuntimeEnvironmentUpdated { - if x, ok := x.GetLogs().(*SpRuntimeGenericDigestDigestItem_LogsRuntimeEnvironmentUpdated); ok { - return x.LogsRuntimeEnvironmentUpdated - } - return nil -} - -type isSpRuntimeGenericDigestDigestItem_Logs interface { - isSpRuntimeGenericDigestDigestItem_Logs() -} - -type SpRuntimeGenericDigestDigestItem_LogsPreRuntime struct { - LogsPreRuntime *Babe_PreRuntime `protobuf:"bytes,1,opt,name=logs_pre_runtime,json=logsPreRuntime,proto3,oneof"` -} - -type SpRuntimeGenericDigestDigestItem_LogsConsensus struct { - LogsConsensus *Babe_Consensus `protobuf:"bytes,2,opt,name=logs_consensus,json=logsConsensus,proto3,oneof"` -} - -type SpRuntimeGenericDigestDigestItem_LogsSeal struct { - LogsSeal *Babe_Seal `protobuf:"bytes,3,opt,name=logs_seal,json=logsSeal,proto3,oneof"` -} - -type SpRuntimeGenericDigestDigestItem_LogsOther struct { - LogsOther *Babe_Other `protobuf:"bytes,4,opt,name=logs_other,json=logsOther,proto3,oneof"` -} - -type SpRuntimeGenericDigestDigestItem_LogsRuntimeEnvironmentUpdated struct { - LogsRuntimeEnvironmentUpdated *Babe_RuntimeEnvironmentUpdated `protobuf:"bytes,5,opt,name=logs_runtime_environment_updated,json=logsRuntimeEnvironmentUpdated,proto3,oneof"` -} - -func (*SpRuntimeGenericDigestDigestItem_LogsPreRuntime) isSpRuntimeGenericDigestDigestItem_Logs() {} - -func (*SpRuntimeGenericDigestDigestItem_LogsConsensus) isSpRuntimeGenericDigestDigestItem_Logs() {} - -func (*SpRuntimeGenericDigestDigestItem_LogsSeal) isSpRuntimeGenericDigestDigestItem_Logs() {} - -func (*SpRuntimeGenericDigestDigestItem_LogsOther) isSpRuntimeGenericDigestDigestItem_Logs() {} - -func (*SpRuntimeGenericDigestDigestItem_LogsRuntimeEnvironmentUpdated) isSpRuntimeGenericDigestDigestItem_Logs() { -} - -type NominationPools_PoolWithdrawUnbondedCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PoolId uint32 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` - NumSlashingSpans uint32 `protobuf:"varint,2,opt,name=num_slashing_spans,json=numSlashingSpans,proto3" json:"num_slashing_spans,omitempty"` -} - -func (x *NominationPools_PoolWithdrawUnbondedCall) Reset() { - *x = NominationPools_PoolWithdrawUnbondedCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[398] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_PoolWithdrawUnbondedCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_PoolWithdrawUnbondedCall) ProtoMessage() {} - -func (x *NominationPools_PoolWithdrawUnbondedCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[398] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_PoolWithdrawUnbondedCall.ProtoReflect.Descriptor instead. -func (*NominationPools_PoolWithdrawUnbondedCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{398} -} - -func (x *NominationPools_PoolWithdrawUnbondedCall) GetPoolId() uint32 { - if x != nil { - return x.PoolId - } - return 0 -} - -func (x *NominationPools_PoolWithdrawUnbondedCall) GetNumSlashingSpans() uint32 { - if x != nil { - return x.NumSlashingSpans - } - return 0 -} - -type NominationPools_UpdateRolesCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PoolId uint32 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` - // Types that are assignable to NewRoot: - // - // *NominationPools_UpdateRolesCall_NewRootNoop - // *NominationPools_UpdateRolesCall_NewRootSet - // *NominationPools_UpdateRolesCall_NewRootRemove - NewRoot isNominationPools_UpdateRolesCall_NewRoot `protobuf_oneof:"new_root"` - // Types that are assignable to NewNominator: - // - // *NominationPools_UpdateRolesCall_NewNominatorNoop - // *NominationPools_UpdateRolesCall_NewNominatorSet - // *NominationPools_UpdateRolesCall_NewNominatorRemove - NewNominator isNominationPools_UpdateRolesCall_NewNominator `protobuf_oneof:"new_nominator"` - // Types that are assignable to NewBouncer: - // - // *NominationPools_UpdateRolesCall_NewBouncerNoop - // *NominationPools_UpdateRolesCall_NewBouncerSet - // *NominationPools_UpdateRolesCall_NewBouncerRemove - NewBouncer isNominationPools_UpdateRolesCall_NewBouncer `protobuf_oneof:"new_bouncer"` -} - -func (x *NominationPools_UpdateRolesCall) Reset() { - *x = NominationPools_UpdateRolesCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[399] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_UpdateRolesCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_UpdateRolesCall) ProtoMessage() {} - -func (x *NominationPools_UpdateRolesCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[399] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_UpdateRolesCall.ProtoReflect.Descriptor instead. -func (*NominationPools_UpdateRolesCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{399} -} - -func (x *NominationPools_UpdateRolesCall) GetPoolId() uint32 { - if x != nil { - return x.PoolId - } - return 0 -} - -func (m *NominationPools_UpdateRolesCall) GetNewRoot() isNominationPools_UpdateRolesCall_NewRoot { - if m != nil { - return m.NewRoot - } - return nil -} - -func (x *NominationPools_UpdateRolesCall) GetNewRootNoop() *NominationPools_Noop { - if x, ok := x.GetNewRoot().(*NominationPools_UpdateRolesCall_NewRootNoop); ok { - return x.NewRootNoop - } - return nil -} - -func (x *NominationPools_UpdateRolesCall) GetNewRootSet() *NominationPools_Set { - if x, ok := x.GetNewRoot().(*NominationPools_UpdateRolesCall_NewRootSet); ok { - return x.NewRootSet - } - return nil -} - -func (x *NominationPools_UpdateRolesCall) GetNewRootRemove() *NominationPools_Remove { - if x, ok := x.GetNewRoot().(*NominationPools_UpdateRolesCall_NewRootRemove); ok { - return x.NewRootRemove - } - return nil -} - -func (m *NominationPools_UpdateRolesCall) GetNewNominator() isNominationPools_UpdateRolesCall_NewNominator { - if m != nil { - return m.NewNominator - } - return nil -} - -func (x *NominationPools_UpdateRolesCall) GetNewNominatorNoop() *NominationPools_Noop { - if x, ok := x.GetNewNominator().(*NominationPools_UpdateRolesCall_NewNominatorNoop); ok { - return x.NewNominatorNoop - } - return nil -} - -func (x *NominationPools_UpdateRolesCall) GetNewNominatorSet() *NominationPools_Set { - if x, ok := x.GetNewNominator().(*NominationPools_UpdateRolesCall_NewNominatorSet); ok { - return x.NewNominatorSet - } - return nil -} - -func (x *NominationPools_UpdateRolesCall) GetNewNominatorRemove() *NominationPools_Remove { - if x, ok := x.GetNewNominator().(*NominationPools_UpdateRolesCall_NewNominatorRemove); ok { - return x.NewNominatorRemove - } - return nil -} - -func (m *NominationPools_UpdateRolesCall) GetNewBouncer() isNominationPools_UpdateRolesCall_NewBouncer { - if m != nil { - return m.NewBouncer - } - return nil -} - -func (x *NominationPools_UpdateRolesCall) GetNewBouncerNoop() *NominationPools_Noop { - if x, ok := x.GetNewBouncer().(*NominationPools_UpdateRolesCall_NewBouncerNoop); ok { - return x.NewBouncerNoop - } - return nil -} - -func (x *NominationPools_UpdateRolesCall) GetNewBouncerSet() *NominationPools_Set { - if x, ok := x.GetNewBouncer().(*NominationPools_UpdateRolesCall_NewBouncerSet); ok { - return x.NewBouncerSet - } - return nil -} - -func (x *NominationPools_UpdateRolesCall) GetNewBouncerRemove() *NominationPools_Remove { - if x, ok := x.GetNewBouncer().(*NominationPools_UpdateRolesCall_NewBouncerRemove); ok { - return x.NewBouncerRemove - } - return nil -} - -type isNominationPools_UpdateRolesCall_NewRoot interface { - isNominationPools_UpdateRolesCall_NewRoot() -} - -type NominationPools_UpdateRolesCall_NewRootNoop struct { - NewRootNoop *NominationPools_Noop `protobuf:"bytes,2,opt,name=new_root_noop,json=newRootNoop,proto3,oneof"` -} - -type NominationPools_UpdateRolesCall_NewRootSet struct { - NewRootSet *NominationPools_Set `protobuf:"bytes,3,opt,name=new_root_set,json=newRootSet,proto3,oneof"` -} - -type NominationPools_UpdateRolesCall_NewRootRemove struct { - NewRootRemove *NominationPools_Remove `protobuf:"bytes,4,opt,name=new_root_remove,json=newRootRemove,proto3,oneof"` -} - -func (*NominationPools_UpdateRolesCall_NewRootNoop) isNominationPools_UpdateRolesCall_NewRoot() {} - -func (*NominationPools_UpdateRolesCall_NewRootSet) isNominationPools_UpdateRolesCall_NewRoot() {} - -func (*NominationPools_UpdateRolesCall_NewRootRemove) isNominationPools_UpdateRolesCall_NewRoot() {} - -type isNominationPools_UpdateRolesCall_NewNominator interface { - isNominationPools_UpdateRolesCall_NewNominator() -} - -type NominationPools_UpdateRolesCall_NewNominatorNoop struct { - NewNominatorNoop *NominationPools_Noop `protobuf:"bytes,5,opt,name=new_nominator_noop,json=newNominatorNoop,proto3,oneof"` -} - -type NominationPools_UpdateRolesCall_NewNominatorSet struct { - NewNominatorSet *NominationPools_Set `protobuf:"bytes,6,opt,name=new_nominator_set,json=newNominatorSet,proto3,oneof"` -} - -type NominationPools_UpdateRolesCall_NewNominatorRemove struct { - NewNominatorRemove *NominationPools_Remove `protobuf:"bytes,7,opt,name=new_nominator_remove,json=newNominatorRemove,proto3,oneof"` -} - -func (*NominationPools_UpdateRolesCall_NewNominatorNoop) isNominationPools_UpdateRolesCall_NewNominator() { -} - -func (*NominationPools_UpdateRolesCall_NewNominatorSet) isNominationPools_UpdateRolesCall_NewNominator() { -} - -func (*NominationPools_UpdateRolesCall_NewNominatorRemove) isNominationPools_UpdateRolesCall_NewNominator() { -} - -type isNominationPools_UpdateRolesCall_NewBouncer interface { - isNominationPools_UpdateRolesCall_NewBouncer() -} - -type NominationPools_UpdateRolesCall_NewBouncerNoop struct { - NewBouncerNoop *NominationPools_Noop `protobuf:"bytes,8,opt,name=new_bouncer_noop,json=newBouncerNoop,proto3,oneof"` -} - -type NominationPools_UpdateRolesCall_NewBouncerSet struct { - NewBouncerSet *NominationPools_Set `protobuf:"bytes,9,opt,name=new_bouncer_set,json=newBouncerSet,proto3,oneof"` -} - -type NominationPools_UpdateRolesCall_NewBouncerRemove struct { - NewBouncerRemove *NominationPools_Remove `protobuf:"bytes,10,opt,name=new_bouncer_remove,json=newBouncerRemove,proto3,oneof"` -} - -func (*NominationPools_UpdateRolesCall_NewBouncerNoop) isNominationPools_UpdateRolesCall_NewBouncer() { -} - -func (*NominationPools_UpdateRolesCall_NewBouncerSet) isNominationPools_UpdateRolesCall_NewBouncer() { -} - -func (*NominationPools_UpdateRolesCall_NewBouncerRemove) isNominationPools_UpdateRolesCall_NewBouncer() { -} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[400] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[400] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{400} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type Bounties_Beneficiary struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Beneficiary: - // - // *Bounties_Beneficiary_BeneficiaryId - // *Bounties_Beneficiary_BeneficiaryIndex - // *Bounties_Beneficiary_BeneficiaryRaw - // *Bounties_Beneficiary_BeneficiaryAddress32 - // *Bounties_Beneficiary_BeneficiaryAddress20 - Beneficiary isBounties_Beneficiary_Beneficiary `protobuf_oneof:"beneficiary"` -} - -func (x *Bounties_Beneficiary) Reset() { - *x = Bounties_Beneficiary{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[401] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_Beneficiary) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_Beneficiary) ProtoMessage() {} - -func (x *Bounties_Beneficiary) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[401] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_Beneficiary.ProtoReflect.Descriptor instead. -func (*Bounties_Beneficiary) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{401} -} - -func (m *Bounties_Beneficiary) GetBeneficiary() isBounties_Beneficiary_Beneficiary { - if m != nil { - return m.Beneficiary - } - return nil -} - -func (x *Bounties_Beneficiary) GetBeneficiaryId() *Bounties_Id { - if x, ok := x.GetBeneficiary().(*Bounties_Beneficiary_BeneficiaryId); ok { - return x.BeneficiaryId - } - return nil -} - -func (x *Bounties_Beneficiary) GetBeneficiaryIndex() *Bounties_Index { - if x, ok := x.GetBeneficiary().(*Bounties_Beneficiary_BeneficiaryIndex); ok { - return x.BeneficiaryIndex - } - return nil -} - -func (x *Bounties_Beneficiary) GetBeneficiaryRaw() *Bounties_Raw { - if x, ok := x.GetBeneficiary().(*Bounties_Beneficiary_BeneficiaryRaw); ok { - return x.BeneficiaryRaw - } - return nil -} - -func (x *Bounties_Beneficiary) GetBeneficiaryAddress32() *Bounties_Address32 { - if x, ok := x.GetBeneficiary().(*Bounties_Beneficiary_BeneficiaryAddress32); ok { - return x.BeneficiaryAddress32 - } - return nil -} - -func (x *Bounties_Beneficiary) GetBeneficiaryAddress20() *Bounties_Address20 { - if x, ok := x.GetBeneficiary().(*Bounties_Beneficiary_BeneficiaryAddress20); ok { - return x.BeneficiaryAddress20 - } - return nil -} - -type isBounties_Beneficiary_Beneficiary interface { - isBounties_Beneficiary_Beneficiary() -} - -type Bounties_Beneficiary_BeneficiaryId struct { - BeneficiaryId *Bounties_Id `protobuf:"bytes,1,opt,name=beneficiary_id,json=beneficiaryId,proto3,oneof"` -} - -type Bounties_Beneficiary_BeneficiaryIndex struct { - BeneficiaryIndex *Bounties_Index `protobuf:"bytes,2,opt,name=beneficiary_index,json=beneficiaryIndex,proto3,oneof"` -} - -type Bounties_Beneficiary_BeneficiaryRaw struct { - BeneficiaryRaw *Bounties_Raw `protobuf:"bytes,3,opt,name=beneficiary_raw,json=beneficiaryRaw,proto3,oneof"` -} - -type Bounties_Beneficiary_BeneficiaryAddress32 struct { - BeneficiaryAddress32 *Bounties_Address32 `protobuf:"bytes,4,opt,name=beneficiary_address32,json=beneficiaryAddress32,proto3,oneof"` -} - -type Bounties_Beneficiary_BeneficiaryAddress20 struct { - BeneficiaryAddress20 *Bounties_Address20 `protobuf:"bytes,5,opt,name=beneficiary_address20,json=beneficiaryAddress20,proto3,oneof"` -} - -func (*Bounties_Beneficiary_BeneficiaryId) isBounties_Beneficiary_Beneficiary() {} - -func (*Bounties_Beneficiary_BeneficiaryIndex) isBounties_Beneficiary_Beneficiary() {} - -func (*Bounties_Beneficiary_BeneficiaryRaw) isBounties_Beneficiary_Beneficiary() {} - -func (*Bounties_Beneficiary_BeneficiaryAddress32) isBounties_Beneficiary_Beneficiary() {} - -func (*Bounties_Beneficiary_BeneficiaryAddress20) isBounties_Beneficiary_Beneficiary() {} - -type Identity_Raw6 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw6) Reset() { - *x = Identity_Raw6{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[402] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw6) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw6) ProtoMessage() {} - -func (x *Identity_Raw6) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[402] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw6.ProtoReflect.Descriptor instead. -func (*Identity_Raw6) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{402} -} - -func (x *Identity_Raw6) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type VaraRuntimeNposSolution16 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Votes1 []*ElectionProviderMultiPhase_TupleUint32Uint32 `protobuf:"bytes,1,rep,name=votes1,proto3" json:"votes1,omitempty"` - Votes2 []*ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32 `protobuf:"bytes,2,rep,name=votes2,proto3" json:"votes2,omitempty"` - Votes3 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32 `protobuf:"bytes,3,rep,name=votes3,proto3" json:"votes3,omitempty"` - Votes4 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32 `protobuf:"bytes,4,rep,name=votes4,proto3" json:"votes4,omitempty"` - Votes5 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32 `protobuf:"bytes,5,rep,name=votes5,proto3" json:"votes5,omitempty"` - Votes6 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32 `protobuf:"bytes,6,rep,name=votes6,proto3" json:"votes6,omitempty"` - Votes7 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32 `protobuf:"bytes,7,rep,name=votes7,proto3" json:"votes7,omitempty"` - Votes8 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32 `protobuf:"bytes,8,rep,name=votes8,proto3" json:"votes8,omitempty"` - Votes9 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32 `protobuf:"bytes,9,rep,name=votes9,proto3" json:"votes9,omitempty"` - Votes10 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32 `protobuf:"bytes,10,rep,name=votes10,proto3" json:"votes10,omitempty"` - Votes11 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32 `protobuf:"bytes,11,rep,name=votes11,proto3" json:"votes11,omitempty"` - Votes12 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32 `protobuf:"bytes,12,rep,name=votes12,proto3" json:"votes12,omitempty"` - Votes13 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32 `protobuf:"bytes,13,rep,name=votes13,proto3" json:"votes13,omitempty"` - Votes14 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32 `protobuf:"bytes,14,rep,name=votes14,proto3" json:"votes14,omitempty"` - Votes15 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32 `protobuf:"bytes,15,rep,name=votes15,proto3" json:"votes15,omitempty"` - Votes16 []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32 `protobuf:"bytes,16,rep,name=votes16,proto3" json:"votes16,omitempty"` -} - -func (x *VaraRuntimeNposSolution16) Reset() { - *x = VaraRuntimeNposSolution16{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[403] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *VaraRuntimeNposSolution16) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*VaraRuntimeNposSolution16) ProtoMessage() {} - -func (x *VaraRuntimeNposSolution16) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[403] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use VaraRuntimeNposSolution16.ProtoReflect.Descriptor instead. -func (*VaraRuntimeNposSolution16) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{403} -} - -func (x *VaraRuntimeNposSolution16) GetVotes1() []*ElectionProviderMultiPhase_TupleUint32Uint32 { - if x != nil { - return x.Votes1 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes2() []*ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32 { - if x != nil { - return x.Votes2 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes3() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32 { - if x != nil { - return x.Votes3 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes4() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32 { - if x != nil { - return x.Votes4 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes5() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32 { - if x != nil { - return x.Votes5 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes6() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32 { - if x != nil { - return x.Votes6 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes7() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32 { - if x != nil { - return x.Votes7 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes8() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32 { - if x != nil { - return x.Votes8 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes9() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32 { - if x != nil { - return x.Votes9 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes10() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32 { - if x != nil { - return x.Votes10 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes11() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32 { - if x != nil { - return x.Votes11 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes12() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32 { - if x != nil { - return x.Votes12 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes13() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32 { - if x != nil { - return x.Votes13 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes14() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32 { - if x != nil { - return x.Votes14 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes15() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32 { - if x != nil { - return x.Votes15 - } - return nil -} - -func (x *VaraRuntimeNposSolution16) GetVotes16() []*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32 { - if x != nil { - return x.Votes16 - } - return nil -} - -type Bounties_Id struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Bounties_Id) Reset() { - *x = Bounties_Id{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[404] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_Id) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_Id) ProtoMessage() {} - -func (x *Bounties_Id) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[404] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_Id.ProtoReflect.Descriptor instead. -func (*Bounties_Id) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{404} -} - -func (x *Bounties_Id) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type Whitelist_DispatchWhitelistedCallCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CallHash *PrimitiveTypesH256 `protobuf:"bytes,1,opt,name=call_hash,json=callHash,proto3" json:"call_hash,omitempty"` - CallEncodedLen uint32 `protobuf:"varint,2,opt,name=call_encoded_len,json=callEncodedLen,proto3" json:"call_encoded_len,omitempty"` - CallWeightWitness *SpWeightsWeightV2Weight `protobuf:"bytes,3,opt,name=call_weight_witness,json=callWeightWitness,proto3" json:"call_weight_witness,omitempty"` -} - -func (x *Whitelist_DispatchWhitelistedCallCall) Reset() { - *x = Whitelist_DispatchWhitelistedCallCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[405] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Whitelist_DispatchWhitelistedCallCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Whitelist_DispatchWhitelistedCallCall) ProtoMessage() {} - -func (x *Whitelist_DispatchWhitelistedCallCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[405] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Whitelist_DispatchWhitelistedCallCall.ProtoReflect.Descriptor instead. -func (*Whitelist_DispatchWhitelistedCallCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{405} -} - -func (x *Whitelist_DispatchWhitelistedCallCall) GetCallHash() *PrimitiveTypesH256 { - if x != nil { - return x.CallHash - } - return nil -} - -func (x *Whitelist_DispatchWhitelistedCallCall) GetCallEncodedLen() uint32 { - if x != nil { - return x.CallEncodedLen - } - return 0 -} - -func (x *Whitelist_DispatchWhitelistedCallCall) GetCallWeightWitness() *SpWeightsWeightV2Weight { - if x != nil { - return x.CallWeightWitness - } - return nil -} - -type Identity_Raw3 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw3) Reset() { - *x = Identity_Raw3{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[406] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw3) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw3) ProtoMessage() {} - -func (x *Identity_Raw3) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[406] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw3.ProtoReflect.Descriptor instead. -func (*Identity_Raw3) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{406} -} - -func (x *Identity_Raw3) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Staking_WithdrawUnbondedCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - NumSlashingSpans uint32 `protobuf:"varint,1,opt,name=num_slashing_spans,json=numSlashingSpans,proto3" json:"num_slashing_spans,omitempty"` -} - -func (x *Staking_WithdrawUnbondedCall) Reset() { - *x = Staking_WithdrawUnbondedCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[407] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_WithdrawUnbondedCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_WithdrawUnbondedCall) ProtoMessage() {} - -func (x *Staking_WithdrawUnbondedCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[407] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_WithdrawUnbondedCall.ProtoReflect.Descriptor instead. -func (*Staking_WithdrawUnbondedCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{407} -} - -func (x *Staking_WithdrawUnbondedCall) GetNumSlashingSpans() uint32 { - if x != nil { - return x.NumSlashingSpans - } - return 0 -} - -type Staking_Who struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Who: - // - // *Staking_Who_WhoId - // *Staking_Who_WhoIndex - // *Staking_Who_WhoRaw - // *Staking_Who_WhoAddress32 - // *Staking_Who_WhoAddress20 - Who isStaking_Who_Who `protobuf_oneof:"who"` -} - -func (x *Staking_Who) Reset() { - *x = Staking_Who{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[408] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Who) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Who) ProtoMessage() {} - -func (x *Staking_Who) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[408] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Who.ProtoReflect.Descriptor instead. -func (*Staking_Who) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{408} -} - -func (m *Staking_Who) GetWho() isStaking_Who_Who { - if m != nil { - return m.Who - } - return nil -} - -func (x *Staking_Who) GetWhoId() *Staking_Id { - if x, ok := x.GetWho().(*Staking_Who_WhoId); ok { - return x.WhoId - } - return nil -} - -func (x *Staking_Who) GetWhoIndex() *Staking_Index { - if x, ok := x.GetWho().(*Staking_Who_WhoIndex); ok { - return x.WhoIndex - } - return nil -} - -func (x *Staking_Who) GetWhoRaw() *Staking_Raw { - if x, ok := x.GetWho().(*Staking_Who_WhoRaw); ok { - return x.WhoRaw - } - return nil -} - -func (x *Staking_Who) GetWhoAddress32() *Staking_Address32 { - if x, ok := x.GetWho().(*Staking_Who_WhoAddress32); ok { - return x.WhoAddress32 - } - return nil -} - -func (x *Staking_Who) GetWhoAddress20() *Staking_Address20 { - if x, ok := x.GetWho().(*Staking_Who_WhoAddress20); ok { - return x.WhoAddress20 - } - return nil -} - -type isStaking_Who_Who interface { - isStaking_Who_Who() -} - -type Staking_Who_WhoId struct { - WhoId *Staking_Id `protobuf:"bytes,1,opt,name=who_id,json=whoId,proto3,oneof"` -} - -type Staking_Who_WhoIndex struct { - WhoIndex *Staking_Index `protobuf:"bytes,2,opt,name=who_index,json=whoIndex,proto3,oneof"` -} - -type Staking_Who_WhoRaw struct { - WhoRaw *Staking_Raw `protobuf:"bytes,3,opt,name=who_raw,json=whoRaw,proto3,oneof"` -} - -type Staking_Who_WhoAddress32 struct { - WhoAddress32 *Staking_Address32 `protobuf:"bytes,4,opt,name=who_address32,json=whoAddress32,proto3,oneof"` -} - -type Staking_Who_WhoAddress20 struct { - WhoAddress20 *Staking_Address20 `protobuf:"bytes,5,opt,name=who_address20,json=whoAddress20,proto3,oneof"` -} - -func (*Staking_Who_WhoId) isStaking_Who_Who() {} - -func (*Staking_Who_WhoIndex) isStaking_Who_Who() {} - -func (*Staking_Who_WhoRaw) isStaking_Who_Who() {} - -func (*Staking_Who_WhoAddress32) isStaking_Who_Who() {} - -func (*Staking_Who_WhoAddress20) isStaking_Who_Who() {} - -type Treasury_Index struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *Treasury_TupleNull `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Treasury_Index) Reset() { - *x = Treasury_Index{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[409] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_Index) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_Index) ProtoMessage() {} - -func (x *Treasury_Index) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[409] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_Index.ProtoReflect.Descriptor instead. -func (*Treasury_Index) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{409} -} - -func (x *Treasury_Index) GetValue0() *Treasury_TupleNull { - if x != nil { - return x.Value0 - } - return nil -} - -type Referenda_At struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Referenda_At) Reset() { - *x = Referenda_At{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[410] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_At) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_At) ProtoMessage() {} - -func (x *Referenda_At) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[410] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_At.ProtoReflect.Descriptor instead. -func (*Referenda_At) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{410} -} - -func (x *Referenda_At) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -type ElectionProviderMultiPhase_TupleUint32Uint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 uint32 `protobuf:"varint,2,opt,name=value1,proto3" json:"value1,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32Uint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32Uint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[411] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32Uint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32Uint32) ProtoMessage() {} - -func (x *ElectionProviderMultiPhase_TupleUint32Uint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[411] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32Uint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32Uint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{411} -} - -func (x *ElectionProviderMultiPhase_TupleUint32Uint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32Uint32) GetValue1() uint32 { - if x != nil { - return x.Value1 - } - return 0 -} - -type NominationPools_TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value *TupleNull `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *NominationPools_TupleNull) Reset() { - *x = NominationPools_TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[412] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_TupleNull) ProtoMessage() {} - -func (x *NominationPools_TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[412] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_TupleNull.ProtoReflect.Descriptor instead. -func (*NominationPools_TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{412} -} - -func (x *NominationPools_TupleNull) GetValue() *TupleNull { - if x != nil { - return x.Value - } - return nil -} - -type Balances_ForceUnreserveCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Who: - // - // *Balances_ForceUnreserveCall_WhoId - // *Balances_ForceUnreserveCall_WhoIndex - // *Balances_ForceUnreserveCall_WhoRaw - // *Balances_ForceUnreserveCall_WhoAddress32 - // *Balances_ForceUnreserveCall_WhoAddress20 - Who isBalances_ForceUnreserveCall_Who `protobuf_oneof:"who"` - Amount string `protobuf:"bytes,6,opt,name=amount,proto3" json:"amount,omitempty"` -} - -func (x *Balances_ForceUnreserveCall) Reset() { - *x = Balances_ForceUnreserveCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[413] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_ForceUnreserveCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_ForceUnreserveCall) ProtoMessage() {} - -func (x *Balances_ForceUnreserveCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[413] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_ForceUnreserveCall.ProtoReflect.Descriptor instead. -func (*Balances_ForceUnreserveCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{413} -} - -func (m *Balances_ForceUnreserveCall) GetWho() isBalances_ForceUnreserveCall_Who { - if m != nil { - return m.Who - } - return nil -} - -func (x *Balances_ForceUnreserveCall) GetWhoId() *Balances_Id { - if x, ok := x.GetWho().(*Balances_ForceUnreserveCall_WhoId); ok { - return x.WhoId - } - return nil -} - -func (x *Balances_ForceUnreserveCall) GetWhoIndex() *Balances_Index { - if x, ok := x.GetWho().(*Balances_ForceUnreserveCall_WhoIndex); ok { - return x.WhoIndex - } - return nil -} - -func (x *Balances_ForceUnreserveCall) GetWhoRaw() *Balances_Raw { - if x, ok := x.GetWho().(*Balances_ForceUnreserveCall_WhoRaw); ok { - return x.WhoRaw - } - return nil -} - -func (x *Balances_ForceUnreserveCall) GetWhoAddress32() *Balances_Address32 { - if x, ok := x.GetWho().(*Balances_ForceUnreserveCall_WhoAddress32); ok { - return x.WhoAddress32 - } - return nil -} - -func (x *Balances_ForceUnreserveCall) GetWhoAddress20() *Balances_Address20 { - if x, ok := x.GetWho().(*Balances_ForceUnreserveCall_WhoAddress20); ok { - return x.WhoAddress20 - } - return nil -} - -func (x *Balances_ForceUnreserveCall) GetAmount() string { - if x != nil { - return x.Amount - } - return "" -} - -type isBalances_ForceUnreserveCall_Who interface { - isBalances_ForceUnreserveCall_Who() -} - -type Balances_ForceUnreserveCall_WhoId struct { - WhoId *Balances_Id `protobuf:"bytes,1,opt,name=who_id,json=whoId,proto3,oneof"` -} - -type Balances_ForceUnreserveCall_WhoIndex struct { - WhoIndex *Balances_Index `protobuf:"bytes,2,opt,name=who_index,json=whoIndex,proto3,oneof"` -} - -type Balances_ForceUnreserveCall_WhoRaw struct { - WhoRaw *Balances_Raw `protobuf:"bytes,3,opt,name=who_raw,json=whoRaw,proto3,oneof"` -} - -type Balances_ForceUnreserveCall_WhoAddress32 struct { - WhoAddress32 *Balances_Address32 `protobuf:"bytes,4,opt,name=who_address32,json=whoAddress32,proto3,oneof"` -} - -type Balances_ForceUnreserveCall_WhoAddress20 struct { - WhoAddress20 *Balances_Address20 `protobuf:"bytes,5,opt,name=who_address20,json=whoAddress20,proto3,oneof"` -} - -func (*Balances_ForceUnreserveCall_WhoId) isBalances_ForceUnreserveCall_Who() {} - -func (*Balances_ForceUnreserveCall_WhoIndex) isBalances_ForceUnreserveCall_Who() {} - -func (*Balances_ForceUnreserveCall_WhoRaw) isBalances_ForceUnreserveCall_Who() {} - -func (*Balances_ForceUnreserveCall_WhoAddress32) isBalances_ForceUnreserveCall_Who() {} - -func (*Balances_ForceUnreserveCall_WhoAddress20) isBalances_ForceUnreserveCall_Who() {} - -type BagsList_Raw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *BagsList_Raw) Reset() { - *x = BagsList_Raw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[414] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BagsList_Raw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BagsList_Raw) ProtoMessage() {} - -func (x *BagsList_Raw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[414] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BagsList_Raw.ProtoReflect.Descriptor instead. -func (*BagsList_Raw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{414} -} - -func (x *BagsList_Raw) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Treasury_SpendLocalCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` - // Types that are assignable to Beneficiary: - // - // *Treasury_SpendLocalCall_BeneficiaryId - // *Treasury_SpendLocalCall_BeneficiaryIndex - // *Treasury_SpendLocalCall_BeneficiaryRaw - // *Treasury_SpendLocalCall_BeneficiaryAddress32 - // *Treasury_SpendLocalCall_BeneficiaryAddress20 - Beneficiary isTreasury_SpendLocalCall_Beneficiary `protobuf_oneof:"beneficiary"` -} - -func (x *Treasury_SpendLocalCall) Reset() { - *x = Treasury_SpendLocalCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[415] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_SpendLocalCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_SpendLocalCall) ProtoMessage() {} - -func (x *Treasury_SpendLocalCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[415] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_SpendLocalCall.ProtoReflect.Descriptor instead. -func (*Treasury_SpendLocalCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{415} -} - -func (x *Treasury_SpendLocalCall) GetAmount() string { - if x != nil { - return x.Amount - } - return "" -} - -func (m *Treasury_SpendLocalCall) GetBeneficiary() isTreasury_SpendLocalCall_Beneficiary { - if m != nil { - return m.Beneficiary - } - return nil -} - -func (x *Treasury_SpendLocalCall) GetBeneficiaryId() *Treasury_Id { - if x, ok := x.GetBeneficiary().(*Treasury_SpendLocalCall_BeneficiaryId); ok { - return x.BeneficiaryId - } - return nil -} - -func (x *Treasury_SpendLocalCall) GetBeneficiaryIndex() *Treasury_Index { - if x, ok := x.GetBeneficiary().(*Treasury_SpendLocalCall_BeneficiaryIndex); ok { - return x.BeneficiaryIndex - } - return nil -} - -func (x *Treasury_SpendLocalCall) GetBeneficiaryRaw() *Treasury_Raw { - if x, ok := x.GetBeneficiary().(*Treasury_SpendLocalCall_BeneficiaryRaw); ok { - return x.BeneficiaryRaw - } - return nil -} - -func (x *Treasury_SpendLocalCall) GetBeneficiaryAddress32() *Treasury_Address32 { - if x, ok := x.GetBeneficiary().(*Treasury_SpendLocalCall_BeneficiaryAddress32); ok { - return x.BeneficiaryAddress32 - } - return nil -} - -func (x *Treasury_SpendLocalCall) GetBeneficiaryAddress20() *Treasury_Address20 { - if x, ok := x.GetBeneficiary().(*Treasury_SpendLocalCall_BeneficiaryAddress20); ok { - return x.BeneficiaryAddress20 - } - return nil -} - -type isTreasury_SpendLocalCall_Beneficiary interface { - isTreasury_SpendLocalCall_Beneficiary() -} - -type Treasury_SpendLocalCall_BeneficiaryId struct { - BeneficiaryId *Treasury_Id `protobuf:"bytes,2,opt,name=beneficiary_id,json=beneficiaryId,proto3,oneof"` -} - -type Treasury_SpendLocalCall_BeneficiaryIndex struct { - BeneficiaryIndex *Treasury_Index `protobuf:"bytes,3,opt,name=beneficiary_index,json=beneficiaryIndex,proto3,oneof"` -} - -type Treasury_SpendLocalCall_BeneficiaryRaw struct { - BeneficiaryRaw *Treasury_Raw `protobuf:"bytes,4,opt,name=beneficiary_raw,json=beneficiaryRaw,proto3,oneof"` -} - -type Treasury_SpendLocalCall_BeneficiaryAddress32 struct { - BeneficiaryAddress32 *Treasury_Address32 `protobuf:"bytes,5,opt,name=beneficiary_address32,json=beneficiaryAddress32,proto3,oneof"` -} - -type Treasury_SpendLocalCall_BeneficiaryAddress20 struct { - BeneficiaryAddress20 *Treasury_Address20 `protobuf:"bytes,6,opt,name=beneficiary_address20,json=beneficiaryAddress20,proto3,oneof"` -} - -func (*Treasury_SpendLocalCall_BeneficiaryId) isTreasury_SpendLocalCall_Beneficiary() {} - -func (*Treasury_SpendLocalCall_BeneficiaryIndex) isTreasury_SpendLocalCall_Beneficiary() {} - -func (*Treasury_SpendLocalCall_BeneficiaryRaw) isTreasury_SpendLocalCall_Beneficiary() {} - -func (*Treasury_SpendLocalCall_BeneficiaryAddress32) isTreasury_SpendLocalCall_Beneficiary() {} - -func (*Treasury_SpendLocalCall_BeneficiaryAddress20) isTreasury_SpendLocalCall_Beneficiary() {} - -type None struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *None) Reset() { - *x = None{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[416] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *None) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*None) ProtoMessage() {} - -func (x *None) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[416] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use None.ProtoReflect.Descriptor instead. -func (*None) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{416} -} - -type Identity_BlakeTwo256 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_BlakeTwo256) Reset() { - *x = Identity_BlakeTwo256{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[417] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_BlakeTwo256) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_BlakeTwo256) ProtoMessage() {} - -func (x *Identity_BlakeTwo256) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[417] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_BlakeTwo256.ProtoReflect.Descriptor instead. -func (*Identity_BlakeTwo256) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{417} -} - -func (x *Identity_BlakeTwo256) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_Erroneous struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Identity_Erroneous) Reset() { - *x = Identity_Erroneous{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[418] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Erroneous) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Erroneous) ProtoMessage() {} - -func (x *Identity_Erroneous) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[418] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Erroneous.ProtoReflect.Descriptor instead. -func (*Identity_Erroneous) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{418} -} - -type Proxy_AddProxyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Delegate: - // - // *Proxy_AddProxyCall_DelegateId - // *Proxy_AddProxyCall_DelegateIndex - // *Proxy_AddProxyCall_DelegateRaw - // *Proxy_AddProxyCall_DelegateAddress32 - // *Proxy_AddProxyCall_DelegateAddress20 - Delegate isProxy_AddProxyCall_Delegate `protobuf_oneof:"delegate"` - // Types that are assignable to ProxyType: - // - // *Proxy_AddProxyCall_ProxyTypeAny - // *Proxy_AddProxyCall_ProxyTypeNonTransfer - // *Proxy_AddProxyCall_ProxyTypeGovernance - // *Proxy_AddProxyCall_ProxyTypeStaking - // *Proxy_AddProxyCall_ProxyTypeIdentityJudgement - // *Proxy_AddProxyCall_ProxyTypeCancelProxy - ProxyType isProxy_AddProxyCall_ProxyType `protobuf_oneof:"proxy_type"` - Delay uint32 `protobuf:"varint,12,opt,name=delay,proto3" json:"delay,omitempty"` -} - -func (x *Proxy_AddProxyCall) Reset() { - *x = Proxy_AddProxyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[419] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_AddProxyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_AddProxyCall) ProtoMessage() {} - -func (x *Proxy_AddProxyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[419] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_AddProxyCall.ProtoReflect.Descriptor instead. -func (*Proxy_AddProxyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{419} -} - -func (m *Proxy_AddProxyCall) GetDelegate() isProxy_AddProxyCall_Delegate { - if m != nil { - return m.Delegate - } - return nil -} - -func (x *Proxy_AddProxyCall) GetDelegateId() *Proxy_Id { - if x, ok := x.GetDelegate().(*Proxy_AddProxyCall_DelegateId); ok { - return x.DelegateId - } - return nil -} - -func (x *Proxy_AddProxyCall) GetDelegateIndex() *Proxy_Index { - if x, ok := x.GetDelegate().(*Proxy_AddProxyCall_DelegateIndex); ok { - return x.DelegateIndex - } - return nil -} - -func (x *Proxy_AddProxyCall) GetDelegateRaw() *Proxy_Raw { - if x, ok := x.GetDelegate().(*Proxy_AddProxyCall_DelegateRaw); ok { - return x.DelegateRaw - } - return nil -} - -func (x *Proxy_AddProxyCall) GetDelegateAddress32() *Proxy_Address32 { - if x, ok := x.GetDelegate().(*Proxy_AddProxyCall_DelegateAddress32); ok { - return x.DelegateAddress32 - } - return nil -} - -func (x *Proxy_AddProxyCall) GetDelegateAddress20() *Proxy_Address20 { - if x, ok := x.GetDelegate().(*Proxy_AddProxyCall_DelegateAddress20); ok { - return x.DelegateAddress20 - } - return nil -} - -func (m *Proxy_AddProxyCall) GetProxyType() isProxy_AddProxyCall_ProxyType { - if m != nil { - return m.ProxyType - } - return nil -} - -func (x *Proxy_AddProxyCall) GetProxyTypeAny() *Proxy_Any { - if x, ok := x.GetProxyType().(*Proxy_AddProxyCall_ProxyTypeAny); ok { - return x.ProxyTypeAny - } - return nil -} - -func (x *Proxy_AddProxyCall) GetProxyTypeNonTransfer() *Proxy_NonTransfer { - if x, ok := x.GetProxyType().(*Proxy_AddProxyCall_ProxyTypeNonTransfer); ok { - return x.ProxyTypeNonTransfer - } - return nil -} - -func (x *Proxy_AddProxyCall) GetProxyTypeGovernance() *Proxy_Governance { - if x, ok := x.GetProxyType().(*Proxy_AddProxyCall_ProxyTypeGovernance); ok { - return x.ProxyTypeGovernance - } - return nil -} - -func (x *Proxy_AddProxyCall) GetProxyTypeStaking() *Proxy_Staking { - if x, ok := x.GetProxyType().(*Proxy_AddProxyCall_ProxyTypeStaking); ok { - return x.ProxyTypeStaking - } - return nil -} - -func (x *Proxy_AddProxyCall) GetProxyTypeIdentityJudgement() *Proxy_IdentityJudgement { - if x, ok := x.GetProxyType().(*Proxy_AddProxyCall_ProxyTypeIdentityJudgement); ok { - return x.ProxyTypeIdentityJudgement - } - return nil -} - -func (x *Proxy_AddProxyCall) GetProxyTypeCancelProxy() *Proxy_CancelProxy { - if x, ok := x.GetProxyType().(*Proxy_AddProxyCall_ProxyTypeCancelProxy); ok { - return x.ProxyTypeCancelProxy - } - return nil -} - -func (x *Proxy_AddProxyCall) GetDelay() uint32 { - if x != nil { - return x.Delay - } - return 0 -} - -type isProxy_AddProxyCall_Delegate interface { - isProxy_AddProxyCall_Delegate() -} - -type Proxy_AddProxyCall_DelegateId struct { - DelegateId *Proxy_Id `protobuf:"bytes,1,opt,name=delegate_id,json=delegateId,proto3,oneof"` -} - -type Proxy_AddProxyCall_DelegateIndex struct { - DelegateIndex *Proxy_Index `protobuf:"bytes,2,opt,name=delegate_index,json=delegateIndex,proto3,oneof"` -} - -type Proxy_AddProxyCall_DelegateRaw struct { - DelegateRaw *Proxy_Raw `protobuf:"bytes,3,opt,name=delegate_raw,json=delegateRaw,proto3,oneof"` -} - -type Proxy_AddProxyCall_DelegateAddress32 struct { - DelegateAddress32 *Proxy_Address32 `protobuf:"bytes,4,opt,name=delegate_address32,json=delegateAddress32,proto3,oneof"` -} - -type Proxy_AddProxyCall_DelegateAddress20 struct { - DelegateAddress20 *Proxy_Address20 `protobuf:"bytes,5,opt,name=delegate_address20,json=delegateAddress20,proto3,oneof"` -} - -func (*Proxy_AddProxyCall_DelegateId) isProxy_AddProxyCall_Delegate() {} - -func (*Proxy_AddProxyCall_DelegateIndex) isProxy_AddProxyCall_Delegate() {} - -func (*Proxy_AddProxyCall_DelegateRaw) isProxy_AddProxyCall_Delegate() {} - -func (*Proxy_AddProxyCall_DelegateAddress32) isProxy_AddProxyCall_Delegate() {} - -func (*Proxy_AddProxyCall_DelegateAddress20) isProxy_AddProxyCall_Delegate() {} - -type isProxy_AddProxyCall_ProxyType interface { - isProxy_AddProxyCall_ProxyType() -} - -type Proxy_AddProxyCall_ProxyTypeAny struct { - ProxyTypeAny *Proxy_Any `protobuf:"bytes,6,opt,name=proxy_type_any,json=proxyTypeAny,proto3,oneof"` -} - -type Proxy_AddProxyCall_ProxyTypeNonTransfer struct { - ProxyTypeNonTransfer *Proxy_NonTransfer `protobuf:"bytes,7,opt,name=proxy_type_non_transfer,json=proxyTypeNonTransfer,proto3,oneof"` -} - -type Proxy_AddProxyCall_ProxyTypeGovernance struct { - ProxyTypeGovernance *Proxy_Governance `protobuf:"bytes,8,opt,name=proxy_type_governance,json=proxyTypeGovernance,proto3,oneof"` -} - -type Proxy_AddProxyCall_ProxyTypeStaking struct { - ProxyTypeStaking *Proxy_Staking `protobuf:"bytes,9,opt,name=proxy_type_staking,json=proxyTypeStaking,proto3,oneof"` -} - -type Proxy_AddProxyCall_ProxyTypeIdentityJudgement struct { - ProxyTypeIdentityJudgement *Proxy_IdentityJudgement `protobuf:"bytes,10,opt,name=proxy_type_identity_judgement,json=proxyTypeIdentityJudgement,proto3,oneof"` -} - -type Proxy_AddProxyCall_ProxyTypeCancelProxy struct { - ProxyTypeCancelProxy *Proxy_CancelProxy `protobuf:"bytes,11,opt,name=proxy_type_cancel_proxy,json=proxyTypeCancelProxy,proto3,oneof"` -} - -func (*Proxy_AddProxyCall_ProxyTypeAny) isProxy_AddProxyCall_ProxyType() {} - -func (*Proxy_AddProxyCall_ProxyTypeNonTransfer) isProxy_AddProxyCall_ProxyType() {} - -func (*Proxy_AddProxyCall_ProxyTypeGovernance) isProxy_AddProxyCall_ProxyType() {} - -func (*Proxy_AddProxyCall_ProxyTypeStaking) isProxy_AddProxyCall_ProxyType() {} - -func (*Proxy_AddProxyCall_ProxyTypeIdentityJudgement) isProxy_AddProxyCall_ProxyType() {} - -func (*Proxy_AddProxyCall_ProxyTypeCancelProxy) isProxy_AddProxyCall_ProxyType() {} - -type Babe_PlanConfigChangeCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Config: - // - // *Babe_PlanConfigChangeCall_ConfigV1 - Config isBabe_PlanConfigChangeCall_Config `protobuf_oneof:"config"` -} - -func (x *Babe_PlanConfigChangeCall) Reset() { - *x = Babe_PlanConfigChangeCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[420] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_PlanConfigChangeCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_PlanConfigChangeCall) ProtoMessage() {} - -func (x *Babe_PlanConfigChangeCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[420] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_PlanConfigChangeCall.ProtoReflect.Descriptor instead. -func (*Babe_PlanConfigChangeCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{420} -} - -func (m *Babe_PlanConfigChangeCall) GetConfig() isBabe_PlanConfigChangeCall_Config { - if m != nil { - return m.Config - } - return nil -} - -func (x *Babe_PlanConfigChangeCall) GetConfigV1() *Babe_V1 { - if x, ok := x.GetConfig().(*Babe_PlanConfigChangeCall_ConfigV1); ok { - return x.ConfigV1 - } - return nil -} - -type isBabe_PlanConfigChangeCall_Config interface { - isBabe_PlanConfigChangeCall_Config() -} - -type Babe_PlanConfigChangeCall_ConfigV1 struct { - ConfigV1 *Babe_V1 `protobuf:"bytes,1,opt,name=config_v1,json=configV1,proto3,oneof"` -} - -func (*Babe_PlanConfigChangeCall_ConfigV1) isBabe_PlanConfigChangeCall_Config() {} - -type Balances_Address20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Balances_Address20) Reset() { - *x = Balances_Address20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[421] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_Address20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_Address20) ProtoMessage() {} - -func (x *Balances_Address20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[421] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_Address20.ProtoReflect.Descriptor instead. -func (*Balances_Address20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{421} -} - -func (x *Balances_Address20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_RenameSubCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Sub: - // - // *Identity_RenameSubCall_SubId - // *Identity_RenameSubCall_SubIndex - // *Identity_RenameSubCall_SubRaw - // *Identity_RenameSubCall_SubAddress32 - // *Identity_RenameSubCall_SubAddress20 - Sub isIdentity_RenameSubCall_Sub `protobuf_oneof:"sub"` - // Types that are assignable to Data: - // - // *Identity_RenameSubCall_DataNone - // *Identity_RenameSubCall_DataRaw0 - // *Identity_RenameSubCall_DataRaw1 - // *Identity_RenameSubCall_DataRaw2 - // *Identity_RenameSubCall_DataRaw3 - // *Identity_RenameSubCall_DataRaw4 - // *Identity_RenameSubCall_DataRaw5 - // *Identity_RenameSubCall_DataRaw6 - // *Identity_RenameSubCall_DataRaw7 - // *Identity_RenameSubCall_DataRaw8 - // *Identity_RenameSubCall_DataRaw9 - // *Identity_RenameSubCall_DataRaw10 - // *Identity_RenameSubCall_DataRaw11 - // *Identity_RenameSubCall_DataRaw12 - // *Identity_RenameSubCall_DataRaw13 - // *Identity_RenameSubCall_DataRaw14 - // *Identity_RenameSubCall_DataRaw15 - // *Identity_RenameSubCall_DataRaw16 - // *Identity_RenameSubCall_DataRaw17 - // *Identity_RenameSubCall_DataRaw18 - // *Identity_RenameSubCall_DataRaw19 - // *Identity_RenameSubCall_DataRaw20 - // *Identity_RenameSubCall_DataRaw21 - // *Identity_RenameSubCall_DataRaw22 - // *Identity_RenameSubCall_DataRaw23 - // *Identity_RenameSubCall_DataRaw24 - // *Identity_RenameSubCall_DataRaw25 - // *Identity_RenameSubCall_DataRaw26 - // *Identity_RenameSubCall_DataRaw27 - // *Identity_RenameSubCall_DataRaw28 - // *Identity_RenameSubCall_DataRaw29 - // *Identity_RenameSubCall_DataRaw30 - // *Identity_RenameSubCall_DataRaw31 - // *Identity_RenameSubCall_DataRaw32 - // *Identity_RenameSubCall_DataBlakeTwo256 - // *Identity_RenameSubCall_DataSha256 - // *Identity_RenameSubCall_DataKeccak256 - // *Identity_RenameSubCall_DataShaThree256 - Data isIdentity_RenameSubCall_Data `protobuf_oneof:"data"` -} - -func (x *Identity_RenameSubCall) Reset() { - *x = Identity_RenameSubCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[422] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_RenameSubCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_RenameSubCall) ProtoMessage() {} - -func (x *Identity_RenameSubCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[422] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_RenameSubCall.ProtoReflect.Descriptor instead. -func (*Identity_RenameSubCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{422} -} - -func (m *Identity_RenameSubCall) GetSub() isIdentity_RenameSubCall_Sub { - if m != nil { - return m.Sub - } - return nil -} - -func (x *Identity_RenameSubCall) GetSubId() *Identity_Id { - if x, ok := x.GetSub().(*Identity_RenameSubCall_SubId); ok { - return x.SubId - } - return nil -} - -func (x *Identity_RenameSubCall) GetSubIndex() *Identity_Index { - if x, ok := x.GetSub().(*Identity_RenameSubCall_SubIndex); ok { - return x.SubIndex - } - return nil -} - -func (x *Identity_RenameSubCall) GetSubRaw() *Identity_Raw { - if x, ok := x.GetSub().(*Identity_RenameSubCall_SubRaw); ok { - return x.SubRaw - } - return nil -} - -func (x *Identity_RenameSubCall) GetSubAddress32() *Identity_Address32 { - if x, ok := x.GetSub().(*Identity_RenameSubCall_SubAddress32); ok { - return x.SubAddress32 - } - return nil -} - -func (x *Identity_RenameSubCall) GetSubAddress20() *Identity_Address20 { - if x, ok := x.GetSub().(*Identity_RenameSubCall_SubAddress20); ok { - return x.SubAddress20 - } - return nil -} - -func (m *Identity_RenameSubCall) GetData() isIdentity_RenameSubCall_Data { - if m != nil { - return m.Data - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataNone() *Identity_None { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataNone); ok { - return x.DataNone - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw0() *Identity_Raw0 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw0); ok { - return x.DataRaw0 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw1() *Identity_Raw1 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw1); ok { - return x.DataRaw1 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw2() *Identity_Raw2 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw2); ok { - return x.DataRaw2 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw3() *Identity_Raw3 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw3); ok { - return x.DataRaw3 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw4() *Identity_Raw4 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw4); ok { - return x.DataRaw4 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw5() *Identity_Raw5 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw5); ok { - return x.DataRaw5 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw6() *Identity_Raw6 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw6); ok { - return x.DataRaw6 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw7() *Identity_Raw7 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw7); ok { - return x.DataRaw7 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw8() *Identity_Raw8 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw8); ok { - return x.DataRaw8 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw9() *Identity_Raw9 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw9); ok { - return x.DataRaw9 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw10() *Identity_Raw10 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw10); ok { - return x.DataRaw10 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw11() *Identity_Raw11 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw11); ok { - return x.DataRaw11 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw12() *Identity_Raw12 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw12); ok { - return x.DataRaw12 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw13() *Identity_Raw13 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw13); ok { - return x.DataRaw13 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw14() *Identity_Raw14 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw14); ok { - return x.DataRaw14 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw15() *Identity_Raw15 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw15); ok { - return x.DataRaw15 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw16() *Identity_Raw16 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw16); ok { - return x.DataRaw16 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw17() *Identity_Raw17 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw17); ok { - return x.DataRaw17 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw18() *Identity_Raw18 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw18); ok { - return x.DataRaw18 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw19() *Identity_Raw19 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw19); ok { - return x.DataRaw19 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw20() *Identity_Raw20 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw20); ok { - return x.DataRaw20 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw21() *Identity_Raw21 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw21); ok { - return x.DataRaw21 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw22() *Identity_Raw22 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw22); ok { - return x.DataRaw22 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw23() *Identity_Raw23 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw23); ok { - return x.DataRaw23 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw24() *Identity_Raw24 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw24); ok { - return x.DataRaw24 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw25() *Identity_Raw25 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw25); ok { - return x.DataRaw25 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw26() *Identity_Raw26 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw26); ok { - return x.DataRaw26 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw27() *Identity_Raw27 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw27); ok { - return x.DataRaw27 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw28() *Identity_Raw28 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw28); ok { - return x.DataRaw28 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw29() *Identity_Raw29 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw29); ok { - return x.DataRaw29 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw30() *Identity_Raw30 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw30); ok { - return x.DataRaw30 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw31() *Identity_Raw31 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw31); ok { - return x.DataRaw31 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataRaw32() *Identity_Raw32 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataRaw32); ok { - return x.DataRaw32 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataBlakeTwo256); ok { - return x.DataBlakeTwo256 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataSha256() *Identity_Sha256 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataSha256); ok { - return x.DataSha256 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataKeccak256() *Identity_Keccak256 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataKeccak256); ok { - return x.DataKeccak256 - } - return nil -} - -func (x *Identity_RenameSubCall) GetDataShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetData().(*Identity_RenameSubCall_DataShaThree256); ok { - return x.DataShaThree256 - } - return nil -} - -type isIdentity_RenameSubCall_Sub interface { - isIdentity_RenameSubCall_Sub() -} - -type Identity_RenameSubCall_SubId struct { - SubId *Identity_Id `protobuf:"bytes,1,opt,name=sub_id,json=subId,proto3,oneof"` -} - -type Identity_RenameSubCall_SubIndex struct { - SubIndex *Identity_Index `protobuf:"bytes,2,opt,name=sub_index,json=subIndex,proto3,oneof"` -} - -type Identity_RenameSubCall_SubRaw struct { - SubRaw *Identity_Raw `protobuf:"bytes,3,opt,name=sub_raw,json=subRaw,proto3,oneof"` -} - -type Identity_RenameSubCall_SubAddress32 struct { - SubAddress32 *Identity_Address32 `protobuf:"bytes,4,opt,name=sub_address32,json=subAddress32,proto3,oneof"` -} - -type Identity_RenameSubCall_SubAddress20 struct { - SubAddress20 *Identity_Address20 `protobuf:"bytes,5,opt,name=sub_address20,json=subAddress20,proto3,oneof"` -} - -func (*Identity_RenameSubCall_SubId) isIdentity_RenameSubCall_Sub() {} - -func (*Identity_RenameSubCall_SubIndex) isIdentity_RenameSubCall_Sub() {} - -func (*Identity_RenameSubCall_SubRaw) isIdentity_RenameSubCall_Sub() {} - -func (*Identity_RenameSubCall_SubAddress32) isIdentity_RenameSubCall_Sub() {} - -func (*Identity_RenameSubCall_SubAddress20) isIdentity_RenameSubCall_Sub() {} - -type isIdentity_RenameSubCall_Data interface { - isIdentity_RenameSubCall_Data() -} - -type Identity_RenameSubCall_DataNone struct { - DataNone *Identity_None `protobuf:"bytes,6,opt,name=data_none,json=dataNone,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw0 struct { - DataRaw0 *Identity_Raw0 `protobuf:"bytes,7,opt,name=data_raw0,json=dataRaw0,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw1 struct { - DataRaw1 *Identity_Raw1 `protobuf:"bytes,8,opt,name=data_raw1,json=dataRaw1,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw2 struct { - DataRaw2 *Identity_Raw2 `protobuf:"bytes,9,opt,name=data_raw2,json=dataRaw2,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw3 struct { - DataRaw3 *Identity_Raw3 `protobuf:"bytes,10,opt,name=data_raw3,json=dataRaw3,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw4 struct { - DataRaw4 *Identity_Raw4 `protobuf:"bytes,11,opt,name=data_raw4,json=dataRaw4,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw5 struct { - DataRaw5 *Identity_Raw5 `protobuf:"bytes,12,opt,name=data_raw5,json=dataRaw5,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw6 struct { - DataRaw6 *Identity_Raw6 `protobuf:"bytes,13,opt,name=data_raw6,json=dataRaw6,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw7 struct { - DataRaw7 *Identity_Raw7 `protobuf:"bytes,14,opt,name=data_raw7,json=dataRaw7,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw8 struct { - DataRaw8 *Identity_Raw8 `protobuf:"bytes,15,opt,name=data_raw8,json=dataRaw8,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw9 struct { - DataRaw9 *Identity_Raw9 `protobuf:"bytes,16,opt,name=data_raw9,json=dataRaw9,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw10 struct { - DataRaw10 *Identity_Raw10 `protobuf:"bytes,17,opt,name=data_raw10,json=dataRaw10,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw11 struct { - DataRaw11 *Identity_Raw11 `protobuf:"bytes,18,opt,name=data_raw11,json=dataRaw11,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw12 struct { - DataRaw12 *Identity_Raw12 `protobuf:"bytes,19,opt,name=data_raw12,json=dataRaw12,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw13 struct { - DataRaw13 *Identity_Raw13 `protobuf:"bytes,20,opt,name=data_raw13,json=dataRaw13,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw14 struct { - DataRaw14 *Identity_Raw14 `protobuf:"bytes,21,opt,name=data_raw14,json=dataRaw14,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw15 struct { - DataRaw15 *Identity_Raw15 `protobuf:"bytes,22,opt,name=data_raw15,json=dataRaw15,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw16 struct { - DataRaw16 *Identity_Raw16 `protobuf:"bytes,23,opt,name=data_raw16,json=dataRaw16,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw17 struct { - DataRaw17 *Identity_Raw17 `protobuf:"bytes,24,opt,name=data_raw17,json=dataRaw17,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw18 struct { - DataRaw18 *Identity_Raw18 `protobuf:"bytes,25,opt,name=data_raw18,json=dataRaw18,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw19 struct { - DataRaw19 *Identity_Raw19 `protobuf:"bytes,26,opt,name=data_raw19,json=dataRaw19,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw20 struct { - DataRaw20 *Identity_Raw20 `protobuf:"bytes,27,opt,name=data_raw20,json=dataRaw20,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw21 struct { - DataRaw21 *Identity_Raw21 `protobuf:"bytes,28,opt,name=data_raw21,json=dataRaw21,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw22 struct { - DataRaw22 *Identity_Raw22 `protobuf:"bytes,29,opt,name=data_raw22,json=dataRaw22,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw23 struct { - DataRaw23 *Identity_Raw23 `protobuf:"bytes,30,opt,name=data_raw23,json=dataRaw23,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw24 struct { - DataRaw24 *Identity_Raw24 `protobuf:"bytes,31,opt,name=data_raw24,json=dataRaw24,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw25 struct { - DataRaw25 *Identity_Raw25 `protobuf:"bytes,32,opt,name=data_raw25,json=dataRaw25,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw26 struct { - DataRaw26 *Identity_Raw26 `protobuf:"bytes,33,opt,name=data_raw26,json=dataRaw26,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw27 struct { - DataRaw27 *Identity_Raw27 `protobuf:"bytes,34,opt,name=data_raw27,json=dataRaw27,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw28 struct { - DataRaw28 *Identity_Raw28 `protobuf:"bytes,35,opt,name=data_raw28,json=dataRaw28,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw29 struct { - DataRaw29 *Identity_Raw29 `protobuf:"bytes,36,opt,name=data_raw29,json=dataRaw29,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw30 struct { - DataRaw30 *Identity_Raw30 `protobuf:"bytes,37,opt,name=data_raw30,json=dataRaw30,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw31 struct { - DataRaw31 *Identity_Raw31 `protobuf:"bytes,38,opt,name=data_raw31,json=dataRaw31,proto3,oneof"` -} - -type Identity_RenameSubCall_DataRaw32 struct { - DataRaw32 *Identity_Raw32 `protobuf:"bytes,39,opt,name=data_raw32,json=dataRaw32,proto3,oneof"` -} - -type Identity_RenameSubCall_DataBlakeTwo256 struct { - DataBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,40,opt,name=data_blake_two256,json=dataBlakeTwo256,proto3,oneof"` -} - -type Identity_RenameSubCall_DataSha256 struct { - DataSha256 *Identity_Sha256 `protobuf:"bytes,41,opt,name=data_sha256,json=dataSha256,proto3,oneof"` -} - -type Identity_RenameSubCall_DataKeccak256 struct { - DataKeccak256 *Identity_Keccak256 `protobuf:"bytes,42,opt,name=data_keccak256,json=dataKeccak256,proto3,oneof"` -} - -type Identity_RenameSubCall_DataShaThree256 struct { - DataShaThree256 *Identity_ShaThree256 `protobuf:"bytes,43,opt,name=data_sha_three256,json=dataShaThree256,proto3,oneof"` -} - -func (*Identity_RenameSubCall_DataNone) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw0) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw1) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw2) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw3) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw4) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw5) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw6) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw7) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw8) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw9) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw10) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw11) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw12) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw13) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw14) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw15) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw16) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw17) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw18) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw19) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw20) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw21) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw22) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw23) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw24) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw25) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw26) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw27) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw28) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw29) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw30) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw31) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataRaw32) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataBlakeTwo256) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataSha256) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataKeccak256) isIdentity_RenameSubCall_Data() {} - -func (*Identity_RenameSubCall_DataShaThree256) isIdentity_RenameSubCall_Data() {} - -type NominationPools_CreateCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` - // Types that are assignable to Root: - // - // *NominationPools_CreateCall_RootId - // *NominationPools_CreateCall_RootIndex - // *NominationPools_CreateCall_RootRaw - // *NominationPools_CreateCall_RootAddress32 - // *NominationPools_CreateCall_RootAddress20 - Root isNominationPools_CreateCall_Root `protobuf_oneof:"root"` - // Types that are assignable to Nominator: - // - // *NominationPools_CreateCall_NominatorId - // *NominationPools_CreateCall_NominatorIndex - // *NominationPools_CreateCall_NominatorRaw - // *NominationPools_CreateCall_NominatorAddress32 - // *NominationPools_CreateCall_NominatorAddress20 - Nominator isNominationPools_CreateCall_Nominator `protobuf_oneof:"nominator"` - // Types that are assignable to Bouncer: - // - // *NominationPools_CreateCall_BouncerId - // *NominationPools_CreateCall_BouncerIndex - // *NominationPools_CreateCall_BouncerRaw - // *NominationPools_CreateCall_BouncerAddress32 - // *NominationPools_CreateCall_BouncerAddress20 - Bouncer isNominationPools_CreateCall_Bouncer `protobuf_oneof:"bouncer"` -} - -func (x *NominationPools_CreateCall) Reset() { - *x = NominationPools_CreateCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[423] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_CreateCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_CreateCall) ProtoMessage() {} - -func (x *NominationPools_CreateCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[423] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_CreateCall.ProtoReflect.Descriptor instead. -func (*NominationPools_CreateCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{423} -} - -func (x *NominationPools_CreateCall) GetAmount() string { - if x != nil { - return x.Amount - } - return "" -} - -func (m *NominationPools_CreateCall) GetRoot() isNominationPools_CreateCall_Root { - if m != nil { - return m.Root - } - return nil -} - -func (x *NominationPools_CreateCall) GetRootId() *NominationPools_Id { - if x, ok := x.GetRoot().(*NominationPools_CreateCall_RootId); ok { - return x.RootId - } - return nil -} - -func (x *NominationPools_CreateCall) GetRootIndex() *NominationPools_Index { - if x, ok := x.GetRoot().(*NominationPools_CreateCall_RootIndex); ok { - return x.RootIndex - } - return nil -} - -func (x *NominationPools_CreateCall) GetRootRaw() *NominationPools_Raw { - if x, ok := x.GetRoot().(*NominationPools_CreateCall_RootRaw); ok { - return x.RootRaw - } - return nil -} - -func (x *NominationPools_CreateCall) GetRootAddress32() *NominationPools_Address32 { - if x, ok := x.GetRoot().(*NominationPools_CreateCall_RootAddress32); ok { - return x.RootAddress32 - } - return nil -} - -func (x *NominationPools_CreateCall) GetRootAddress20() *NominationPools_Address20 { - if x, ok := x.GetRoot().(*NominationPools_CreateCall_RootAddress20); ok { - return x.RootAddress20 - } - return nil -} - -func (m *NominationPools_CreateCall) GetNominator() isNominationPools_CreateCall_Nominator { - if m != nil { - return m.Nominator - } - return nil -} - -func (x *NominationPools_CreateCall) GetNominatorId() *NominationPools_Id { - if x, ok := x.GetNominator().(*NominationPools_CreateCall_NominatorId); ok { - return x.NominatorId - } - return nil -} - -func (x *NominationPools_CreateCall) GetNominatorIndex() *NominationPools_Index { - if x, ok := x.GetNominator().(*NominationPools_CreateCall_NominatorIndex); ok { - return x.NominatorIndex - } - return nil -} - -func (x *NominationPools_CreateCall) GetNominatorRaw() *NominationPools_Raw { - if x, ok := x.GetNominator().(*NominationPools_CreateCall_NominatorRaw); ok { - return x.NominatorRaw - } - return nil -} - -func (x *NominationPools_CreateCall) GetNominatorAddress32() *NominationPools_Address32 { - if x, ok := x.GetNominator().(*NominationPools_CreateCall_NominatorAddress32); ok { - return x.NominatorAddress32 - } - return nil -} - -func (x *NominationPools_CreateCall) GetNominatorAddress20() *NominationPools_Address20 { - if x, ok := x.GetNominator().(*NominationPools_CreateCall_NominatorAddress20); ok { - return x.NominatorAddress20 - } - return nil -} - -func (m *NominationPools_CreateCall) GetBouncer() isNominationPools_CreateCall_Bouncer { - if m != nil { - return m.Bouncer - } - return nil -} - -func (x *NominationPools_CreateCall) GetBouncerId() *NominationPools_Id { - if x, ok := x.GetBouncer().(*NominationPools_CreateCall_BouncerId); ok { - return x.BouncerId - } - return nil -} - -func (x *NominationPools_CreateCall) GetBouncerIndex() *NominationPools_Index { - if x, ok := x.GetBouncer().(*NominationPools_CreateCall_BouncerIndex); ok { - return x.BouncerIndex - } - return nil -} - -func (x *NominationPools_CreateCall) GetBouncerRaw() *NominationPools_Raw { - if x, ok := x.GetBouncer().(*NominationPools_CreateCall_BouncerRaw); ok { - return x.BouncerRaw - } - return nil -} - -func (x *NominationPools_CreateCall) GetBouncerAddress32() *NominationPools_Address32 { - if x, ok := x.GetBouncer().(*NominationPools_CreateCall_BouncerAddress32); ok { - return x.BouncerAddress32 - } - return nil -} - -func (x *NominationPools_CreateCall) GetBouncerAddress20() *NominationPools_Address20 { - if x, ok := x.GetBouncer().(*NominationPools_CreateCall_BouncerAddress20); ok { - return x.BouncerAddress20 - } - return nil -} - -type isNominationPools_CreateCall_Root interface { - isNominationPools_CreateCall_Root() -} - -type NominationPools_CreateCall_RootId struct { - RootId *NominationPools_Id `protobuf:"bytes,2,opt,name=root_id,json=rootId,proto3,oneof"` -} - -type NominationPools_CreateCall_RootIndex struct { - RootIndex *NominationPools_Index `protobuf:"bytes,3,opt,name=root_index,json=rootIndex,proto3,oneof"` -} - -type NominationPools_CreateCall_RootRaw struct { - RootRaw *NominationPools_Raw `protobuf:"bytes,4,opt,name=root_raw,json=rootRaw,proto3,oneof"` -} - -type NominationPools_CreateCall_RootAddress32 struct { - RootAddress32 *NominationPools_Address32 `protobuf:"bytes,5,opt,name=root_address32,json=rootAddress32,proto3,oneof"` -} - -type NominationPools_CreateCall_RootAddress20 struct { - RootAddress20 *NominationPools_Address20 `protobuf:"bytes,6,opt,name=root_address20,json=rootAddress20,proto3,oneof"` -} - -func (*NominationPools_CreateCall_RootId) isNominationPools_CreateCall_Root() {} - -func (*NominationPools_CreateCall_RootIndex) isNominationPools_CreateCall_Root() {} - -func (*NominationPools_CreateCall_RootRaw) isNominationPools_CreateCall_Root() {} - -func (*NominationPools_CreateCall_RootAddress32) isNominationPools_CreateCall_Root() {} - -func (*NominationPools_CreateCall_RootAddress20) isNominationPools_CreateCall_Root() {} - -type isNominationPools_CreateCall_Nominator interface { - isNominationPools_CreateCall_Nominator() -} - -type NominationPools_CreateCall_NominatorId struct { - NominatorId *NominationPools_Id `protobuf:"bytes,7,opt,name=nominator_id,json=nominatorId,proto3,oneof"` -} - -type NominationPools_CreateCall_NominatorIndex struct { - NominatorIndex *NominationPools_Index `protobuf:"bytes,8,opt,name=nominator_index,json=nominatorIndex,proto3,oneof"` -} - -type NominationPools_CreateCall_NominatorRaw struct { - NominatorRaw *NominationPools_Raw `protobuf:"bytes,9,opt,name=nominator_raw,json=nominatorRaw,proto3,oneof"` -} - -type NominationPools_CreateCall_NominatorAddress32 struct { - NominatorAddress32 *NominationPools_Address32 `protobuf:"bytes,10,opt,name=nominator_address32,json=nominatorAddress32,proto3,oneof"` -} - -type NominationPools_CreateCall_NominatorAddress20 struct { - NominatorAddress20 *NominationPools_Address20 `protobuf:"bytes,11,opt,name=nominator_address20,json=nominatorAddress20,proto3,oneof"` -} - -func (*NominationPools_CreateCall_NominatorId) isNominationPools_CreateCall_Nominator() {} - -func (*NominationPools_CreateCall_NominatorIndex) isNominationPools_CreateCall_Nominator() {} - -func (*NominationPools_CreateCall_NominatorRaw) isNominationPools_CreateCall_Nominator() {} - -func (*NominationPools_CreateCall_NominatorAddress32) isNominationPools_CreateCall_Nominator() {} - -func (*NominationPools_CreateCall_NominatorAddress20) isNominationPools_CreateCall_Nominator() {} - -type isNominationPools_CreateCall_Bouncer interface { - isNominationPools_CreateCall_Bouncer() -} - -type NominationPools_CreateCall_BouncerId struct { - BouncerId *NominationPools_Id `protobuf:"bytes,12,opt,name=bouncer_id,json=bouncerId,proto3,oneof"` -} - -type NominationPools_CreateCall_BouncerIndex struct { - BouncerIndex *NominationPools_Index `protobuf:"bytes,13,opt,name=bouncer_index,json=bouncerIndex,proto3,oneof"` -} - -type NominationPools_CreateCall_BouncerRaw struct { - BouncerRaw *NominationPools_Raw `protobuf:"bytes,14,opt,name=bouncer_raw,json=bouncerRaw,proto3,oneof"` -} - -type NominationPools_CreateCall_BouncerAddress32 struct { - BouncerAddress32 *NominationPools_Address32 `protobuf:"bytes,15,opt,name=bouncer_address32,json=bouncerAddress32,proto3,oneof"` -} - -type NominationPools_CreateCall_BouncerAddress20 struct { - BouncerAddress20 *NominationPools_Address20 `protobuf:"bytes,16,opt,name=bouncer_address20,json=bouncerAddress20,proto3,oneof"` -} - -func (*NominationPools_CreateCall_BouncerId) isNominationPools_CreateCall_Bouncer() {} - -func (*NominationPools_CreateCall_BouncerIndex) isNominationPools_CreateCall_Bouncer() {} - -func (*NominationPools_CreateCall_BouncerRaw) isNominationPools_CreateCall_Bouncer() {} - -func (*NominationPools_CreateCall_BouncerAddress32) isNominationPools_CreateCall_Bouncer() {} - -func (*NominationPools_CreateCall_BouncerAddress20) isNominationPools_CreateCall_Bouncer() {} - -type Identity_Raw17 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw17) Reset() { - *x = Identity_Raw17{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[424] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw17) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw17) ProtoMessage() {} - -func (x *Identity_Raw17) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[424] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw17.ProtoReflect.Descriptor instead. -func (*Identity_Raw17) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{424} -} - -func (x *Identity_Raw17) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Value0: - // - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0None - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw0 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw1 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw2 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw3 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw4 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw5 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw6 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw7 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw8 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw9 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw10 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw11 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw12 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw13 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw14 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw15 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw16 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw17 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw18 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw19 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw20 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw21 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw22 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw23 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw24 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw25 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw26 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw27 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw28 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw29 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw30 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw31 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw32 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0BlakeTwo256 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Sha256 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Keccak256 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0ShaThree256 - Value0 isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0 `protobuf_oneof:"value0"` - // Types that are assignable to Value1: - // - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1None - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw0 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw1 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw2 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw3 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw4 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw5 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw6 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw7 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw8 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw9 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw10 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw11 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw12 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw13 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw14 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw15 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw16 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw17 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw18 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw19 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw20 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw21 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw22 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw23 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw24 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw25 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw26 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw27 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw28 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw29 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw30 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw31 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw32 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1BlakeTwo256 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Sha256 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Keccak256 - // *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1ShaThree256 - Value1 isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1 `protobuf_oneof:"value1"` -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) Reset() { - *x = Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[425] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) ProtoMessage() {} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[425] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.ProtoReflect.Descriptor instead. -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{425} -} - -func (m *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0() isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0 { - if m != nil { - return m.Value0 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0None() *Identity_None { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0None); ok { - return x.Value0None - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw0() *Identity_Raw0 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw0); ok { - return x.Value0Raw0 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw1() *Identity_Raw1 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw1); ok { - return x.Value0Raw1 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw2() *Identity_Raw2 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw2); ok { - return x.Value0Raw2 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw3() *Identity_Raw3 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw3); ok { - return x.Value0Raw3 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw4() *Identity_Raw4 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw4); ok { - return x.Value0Raw4 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw5() *Identity_Raw5 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw5); ok { - return x.Value0Raw5 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw6() *Identity_Raw6 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw6); ok { - return x.Value0Raw6 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw7() *Identity_Raw7 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw7); ok { - return x.Value0Raw7 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw8() *Identity_Raw8 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw8); ok { - return x.Value0Raw8 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw9() *Identity_Raw9 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw9); ok { - return x.Value0Raw9 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw10() *Identity_Raw10 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw10); ok { - return x.Value0Raw10 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw11() *Identity_Raw11 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw11); ok { - return x.Value0Raw11 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw12() *Identity_Raw12 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw12); ok { - return x.Value0Raw12 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw13() *Identity_Raw13 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw13); ok { - return x.Value0Raw13 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw14() *Identity_Raw14 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw14); ok { - return x.Value0Raw14 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw15() *Identity_Raw15 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw15); ok { - return x.Value0Raw15 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw16() *Identity_Raw16 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw16); ok { - return x.Value0Raw16 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw17() *Identity_Raw17 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw17); ok { - return x.Value0Raw17 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw18() *Identity_Raw18 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw18); ok { - return x.Value0Raw18 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw19() *Identity_Raw19 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw19); ok { - return x.Value0Raw19 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw20() *Identity_Raw20 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw20); ok { - return x.Value0Raw20 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw21() *Identity_Raw21 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw21); ok { - return x.Value0Raw21 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw22() *Identity_Raw22 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw22); ok { - return x.Value0Raw22 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw23() *Identity_Raw23 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw23); ok { - return x.Value0Raw23 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw24() *Identity_Raw24 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw24); ok { - return x.Value0Raw24 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw25() *Identity_Raw25 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw25); ok { - return x.Value0Raw25 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw26() *Identity_Raw26 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw26); ok { - return x.Value0Raw26 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw27() *Identity_Raw27 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw27); ok { - return x.Value0Raw27 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw28() *Identity_Raw28 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw28); ok { - return x.Value0Raw28 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw29() *Identity_Raw29 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw29); ok { - return x.Value0Raw29 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw30() *Identity_Raw30 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw30); ok { - return x.Value0Raw30 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw31() *Identity_Raw31 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw31); ok { - return x.Value0Raw31 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Raw32() *Identity_Raw32 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw32); ok { - return x.Value0Raw32 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0BlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0BlakeTwo256); ok { - return x.Value0BlakeTwo256 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Sha256() *Identity_Sha256 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Sha256); ok { - return x.Value0Sha256 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0Keccak256() *Identity_Keccak256 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Keccak256); ok { - return x.Value0Keccak256 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue0ShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetValue0().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0ShaThree256); ok { - return x.Value0ShaThree256 - } - return nil -} - -func (m *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1() isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1 { - if m != nil { - return m.Value1 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1None() *Identity_None { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1None); ok { - return x.Value1None - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw0() *Identity_Raw0 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw0); ok { - return x.Value1Raw0 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw1() *Identity_Raw1 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw1); ok { - return x.Value1Raw1 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw2() *Identity_Raw2 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw2); ok { - return x.Value1Raw2 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw3() *Identity_Raw3 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw3); ok { - return x.Value1Raw3 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw4() *Identity_Raw4 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw4); ok { - return x.Value1Raw4 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw5() *Identity_Raw5 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw5); ok { - return x.Value1Raw5 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw6() *Identity_Raw6 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw6); ok { - return x.Value1Raw6 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw7() *Identity_Raw7 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw7); ok { - return x.Value1Raw7 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw8() *Identity_Raw8 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw8); ok { - return x.Value1Raw8 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw9() *Identity_Raw9 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw9); ok { - return x.Value1Raw9 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw10() *Identity_Raw10 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw10); ok { - return x.Value1Raw10 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw11() *Identity_Raw11 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw11); ok { - return x.Value1Raw11 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw12() *Identity_Raw12 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw12); ok { - return x.Value1Raw12 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw13() *Identity_Raw13 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw13); ok { - return x.Value1Raw13 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw14() *Identity_Raw14 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw14); ok { - return x.Value1Raw14 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw15() *Identity_Raw15 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw15); ok { - return x.Value1Raw15 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw16() *Identity_Raw16 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw16); ok { - return x.Value1Raw16 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw17() *Identity_Raw17 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw17); ok { - return x.Value1Raw17 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw18() *Identity_Raw18 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw18); ok { - return x.Value1Raw18 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw19() *Identity_Raw19 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw19); ok { - return x.Value1Raw19 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw20() *Identity_Raw20 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw20); ok { - return x.Value1Raw20 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw21() *Identity_Raw21 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw21); ok { - return x.Value1Raw21 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw22() *Identity_Raw22 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw22); ok { - return x.Value1Raw22 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw23() *Identity_Raw23 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw23); ok { - return x.Value1Raw23 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw24() *Identity_Raw24 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw24); ok { - return x.Value1Raw24 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw25() *Identity_Raw25 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw25); ok { - return x.Value1Raw25 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw26() *Identity_Raw26 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw26); ok { - return x.Value1Raw26 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw27() *Identity_Raw27 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw27); ok { - return x.Value1Raw27 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw28() *Identity_Raw28 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw28); ok { - return x.Value1Raw28 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw29() *Identity_Raw29 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw29); ok { - return x.Value1Raw29 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw30() *Identity_Raw30 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw30); ok { - return x.Value1Raw30 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw31() *Identity_Raw31 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw31); ok { - return x.Value1Raw31 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Raw32() *Identity_Raw32 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw32); ok { - return x.Value1Raw32 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1BlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1BlakeTwo256); ok { - return x.Value1BlakeTwo256 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Sha256() *Identity_Sha256 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Sha256); ok { - return x.Value1Sha256 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1Keccak256() *Identity_Keccak256 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Keccak256); ok { - return x.Value1Keccak256 - } - return nil -} - -func (x *Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData) GetValue1ShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetValue1().(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1ShaThree256); ok { - return x.Value1ShaThree256 - } - return nil -} - -type isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0 interface { - isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0None struct { - Value0None *Identity_None `protobuf:"bytes,1,opt,name=value0_none,json=value0None,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw0 struct { - Value0Raw0 *Identity_Raw0 `protobuf:"bytes,2,opt,name=value0_raw0,json=value0Raw0,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw1 struct { - Value0Raw1 *Identity_Raw1 `protobuf:"bytes,3,opt,name=value0_raw1,json=value0Raw1,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw2 struct { - Value0Raw2 *Identity_Raw2 `protobuf:"bytes,4,opt,name=value0_raw2,json=value0Raw2,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw3 struct { - Value0Raw3 *Identity_Raw3 `protobuf:"bytes,5,opt,name=value0_raw3,json=value0Raw3,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw4 struct { - Value0Raw4 *Identity_Raw4 `protobuf:"bytes,6,opt,name=value0_raw4,json=value0Raw4,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw5 struct { - Value0Raw5 *Identity_Raw5 `protobuf:"bytes,7,opt,name=value0_raw5,json=value0Raw5,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw6 struct { - Value0Raw6 *Identity_Raw6 `protobuf:"bytes,8,opt,name=value0_raw6,json=value0Raw6,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw7 struct { - Value0Raw7 *Identity_Raw7 `protobuf:"bytes,9,opt,name=value0_raw7,json=value0Raw7,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw8 struct { - Value0Raw8 *Identity_Raw8 `protobuf:"bytes,10,opt,name=value0_raw8,json=value0Raw8,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw9 struct { - Value0Raw9 *Identity_Raw9 `protobuf:"bytes,11,opt,name=value0_raw9,json=value0Raw9,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw10 struct { - Value0Raw10 *Identity_Raw10 `protobuf:"bytes,12,opt,name=value0_raw10,json=value0Raw10,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw11 struct { - Value0Raw11 *Identity_Raw11 `protobuf:"bytes,13,opt,name=value0_raw11,json=value0Raw11,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw12 struct { - Value0Raw12 *Identity_Raw12 `protobuf:"bytes,14,opt,name=value0_raw12,json=value0Raw12,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw13 struct { - Value0Raw13 *Identity_Raw13 `protobuf:"bytes,15,opt,name=value0_raw13,json=value0Raw13,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw14 struct { - Value0Raw14 *Identity_Raw14 `protobuf:"bytes,16,opt,name=value0_raw14,json=value0Raw14,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw15 struct { - Value0Raw15 *Identity_Raw15 `protobuf:"bytes,17,opt,name=value0_raw15,json=value0Raw15,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw16 struct { - Value0Raw16 *Identity_Raw16 `protobuf:"bytes,18,opt,name=value0_raw16,json=value0Raw16,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw17 struct { - Value0Raw17 *Identity_Raw17 `protobuf:"bytes,19,opt,name=value0_raw17,json=value0Raw17,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw18 struct { - Value0Raw18 *Identity_Raw18 `protobuf:"bytes,20,opt,name=value0_raw18,json=value0Raw18,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw19 struct { - Value0Raw19 *Identity_Raw19 `protobuf:"bytes,21,opt,name=value0_raw19,json=value0Raw19,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw20 struct { - Value0Raw20 *Identity_Raw20 `protobuf:"bytes,22,opt,name=value0_raw20,json=value0Raw20,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw21 struct { - Value0Raw21 *Identity_Raw21 `protobuf:"bytes,23,opt,name=value0_raw21,json=value0Raw21,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw22 struct { - Value0Raw22 *Identity_Raw22 `protobuf:"bytes,24,opt,name=value0_raw22,json=value0Raw22,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw23 struct { - Value0Raw23 *Identity_Raw23 `protobuf:"bytes,25,opt,name=value0_raw23,json=value0Raw23,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw24 struct { - Value0Raw24 *Identity_Raw24 `protobuf:"bytes,26,opt,name=value0_raw24,json=value0Raw24,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw25 struct { - Value0Raw25 *Identity_Raw25 `protobuf:"bytes,27,opt,name=value0_raw25,json=value0Raw25,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw26 struct { - Value0Raw26 *Identity_Raw26 `protobuf:"bytes,28,opt,name=value0_raw26,json=value0Raw26,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw27 struct { - Value0Raw27 *Identity_Raw27 `protobuf:"bytes,29,opt,name=value0_raw27,json=value0Raw27,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw28 struct { - Value0Raw28 *Identity_Raw28 `protobuf:"bytes,30,opt,name=value0_raw28,json=value0Raw28,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw29 struct { - Value0Raw29 *Identity_Raw29 `protobuf:"bytes,31,opt,name=value0_raw29,json=value0Raw29,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw30 struct { - Value0Raw30 *Identity_Raw30 `protobuf:"bytes,32,opt,name=value0_raw30,json=value0Raw30,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw31 struct { - Value0Raw31 *Identity_Raw31 `protobuf:"bytes,33,opt,name=value0_raw31,json=value0Raw31,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw32 struct { - Value0Raw32 *Identity_Raw32 `protobuf:"bytes,34,opt,name=value0_raw32,json=value0Raw32,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0BlakeTwo256 struct { - Value0BlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,35,opt,name=value0_blake_two256,json=value0BlakeTwo256,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Sha256 struct { - Value0Sha256 *Identity_Sha256 `protobuf:"bytes,36,opt,name=value0_sha256,json=value0Sha256,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Keccak256 struct { - Value0Keccak256 *Identity_Keccak256 `protobuf:"bytes,37,opt,name=value0_keccak256,json=value0Keccak256,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0ShaThree256 struct { - Value0ShaThree256 *Identity_ShaThree256 `protobuf:"bytes,38,opt,name=value0_sha_three256,json=value0ShaThree256,proto3,oneof"` -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0None) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw0) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw1) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw2) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw3) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw4) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw5) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw6) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw7) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw8) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw9) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw10) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw11) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw12) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw13) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw14) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw15) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw16) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw17) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw18) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw19) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw20) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw21) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw22) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw23) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw24) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw25) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw26) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw27) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw28) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw29) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw30) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw31) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw32) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0BlakeTwo256) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Sha256) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Keccak256) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0ShaThree256) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0() { -} - -type isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1 interface { - isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1None struct { - Value1None *Identity_None `protobuf:"bytes,39,opt,name=value1_none,json=value1None,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw0 struct { - Value1Raw0 *Identity_Raw0 `protobuf:"bytes,40,opt,name=value1_raw0,json=value1Raw0,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw1 struct { - Value1Raw1 *Identity_Raw1 `protobuf:"bytes,41,opt,name=value1_raw1,json=value1Raw1,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw2 struct { - Value1Raw2 *Identity_Raw2 `protobuf:"bytes,42,opt,name=value1_raw2,json=value1Raw2,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw3 struct { - Value1Raw3 *Identity_Raw3 `protobuf:"bytes,43,opt,name=value1_raw3,json=value1Raw3,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw4 struct { - Value1Raw4 *Identity_Raw4 `protobuf:"bytes,44,opt,name=value1_raw4,json=value1Raw4,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw5 struct { - Value1Raw5 *Identity_Raw5 `protobuf:"bytes,45,opt,name=value1_raw5,json=value1Raw5,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw6 struct { - Value1Raw6 *Identity_Raw6 `protobuf:"bytes,46,opt,name=value1_raw6,json=value1Raw6,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw7 struct { - Value1Raw7 *Identity_Raw7 `protobuf:"bytes,47,opt,name=value1_raw7,json=value1Raw7,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw8 struct { - Value1Raw8 *Identity_Raw8 `protobuf:"bytes,48,opt,name=value1_raw8,json=value1Raw8,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw9 struct { - Value1Raw9 *Identity_Raw9 `protobuf:"bytes,49,opt,name=value1_raw9,json=value1Raw9,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw10 struct { - Value1Raw10 *Identity_Raw10 `protobuf:"bytes,50,opt,name=value1_raw10,json=value1Raw10,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw11 struct { - Value1Raw11 *Identity_Raw11 `protobuf:"bytes,51,opt,name=value1_raw11,json=value1Raw11,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw12 struct { - Value1Raw12 *Identity_Raw12 `protobuf:"bytes,52,opt,name=value1_raw12,json=value1Raw12,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw13 struct { - Value1Raw13 *Identity_Raw13 `protobuf:"bytes,53,opt,name=value1_raw13,json=value1Raw13,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw14 struct { - Value1Raw14 *Identity_Raw14 `protobuf:"bytes,54,opt,name=value1_raw14,json=value1Raw14,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw15 struct { - Value1Raw15 *Identity_Raw15 `protobuf:"bytes,55,opt,name=value1_raw15,json=value1Raw15,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw16 struct { - Value1Raw16 *Identity_Raw16 `protobuf:"bytes,56,opt,name=value1_raw16,json=value1Raw16,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw17 struct { - Value1Raw17 *Identity_Raw17 `protobuf:"bytes,57,opt,name=value1_raw17,json=value1Raw17,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw18 struct { - Value1Raw18 *Identity_Raw18 `protobuf:"bytes,58,opt,name=value1_raw18,json=value1Raw18,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw19 struct { - Value1Raw19 *Identity_Raw19 `protobuf:"bytes,59,opt,name=value1_raw19,json=value1Raw19,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw20 struct { - Value1Raw20 *Identity_Raw20 `protobuf:"bytes,60,opt,name=value1_raw20,json=value1Raw20,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw21 struct { - Value1Raw21 *Identity_Raw21 `protobuf:"bytes,61,opt,name=value1_raw21,json=value1Raw21,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw22 struct { - Value1Raw22 *Identity_Raw22 `protobuf:"bytes,62,opt,name=value1_raw22,json=value1Raw22,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw23 struct { - Value1Raw23 *Identity_Raw23 `protobuf:"bytes,63,opt,name=value1_raw23,json=value1Raw23,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw24 struct { - Value1Raw24 *Identity_Raw24 `protobuf:"bytes,64,opt,name=value1_raw24,json=value1Raw24,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw25 struct { - Value1Raw25 *Identity_Raw25 `protobuf:"bytes,65,opt,name=value1_raw25,json=value1Raw25,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw26 struct { - Value1Raw26 *Identity_Raw26 `protobuf:"bytes,66,opt,name=value1_raw26,json=value1Raw26,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw27 struct { - Value1Raw27 *Identity_Raw27 `protobuf:"bytes,67,opt,name=value1_raw27,json=value1Raw27,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw28 struct { - Value1Raw28 *Identity_Raw28 `protobuf:"bytes,68,opt,name=value1_raw28,json=value1Raw28,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw29 struct { - Value1Raw29 *Identity_Raw29 `protobuf:"bytes,69,opt,name=value1_raw29,json=value1Raw29,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw30 struct { - Value1Raw30 *Identity_Raw30 `protobuf:"bytes,70,opt,name=value1_raw30,json=value1Raw30,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw31 struct { - Value1Raw31 *Identity_Raw31 `protobuf:"bytes,71,opt,name=value1_raw31,json=value1Raw31,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw32 struct { - Value1Raw32 *Identity_Raw32 `protobuf:"bytes,72,opt,name=value1_raw32,json=value1Raw32,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1BlakeTwo256 struct { - Value1BlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,73,opt,name=value1_blake_two256,json=value1BlakeTwo256,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Sha256 struct { - Value1Sha256 *Identity_Sha256 `protobuf:"bytes,74,opt,name=value1_sha256,json=value1Sha256,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Keccak256 struct { - Value1Keccak256 *Identity_Keccak256 `protobuf:"bytes,75,opt,name=value1_keccak256,json=value1Keccak256,proto3,oneof"` -} - -type Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1ShaThree256 struct { - Value1ShaThree256 *Identity_ShaThree256 `protobuf:"bytes,76,opt,name=value1_sha_three256,json=value1ShaThree256,proto3,oneof"` -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1None) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw0) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw1) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw2) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw3) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw4) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw5) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw6) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw7) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw8) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw9) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw10) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw11) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw12) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw13) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw14) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw15) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw16) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw17) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw18) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw19) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw20) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw21) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw22) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw23) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw24) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw25) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw26) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw27) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw28) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw29) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw30) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw31) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw32) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1BlakeTwo256) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Sha256) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Keccak256) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -func (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1ShaThree256) isIdentity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1() { -} - -type ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 string `protobuf:"bytes,2,opt,name=value1,proto3" json:"value1,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String) Reset() { - *x = ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[426] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String) ProtoMessage() {} - -func (x *ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[426] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{426} -} - -func (x *ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String) GetValue1() string { - if x != nil { - return x.Value1 - } - return "" -} - -type NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpArithmeticPerThingsPerbill `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 *SpCoreCryptoAccountId32 `protobuf:"bytes,2,opt,name=value1,proto3" json:"value1,omitempty"` -} - -func (x *NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32) Reset() { - *x = NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[427] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32) ProtoMessage() {} - -func (x *NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[427] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32.ProtoReflect.Descriptor instead. -func (*NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{427} -} - -func (x *NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32) GetValue0() *SpArithmeticPerThingsPerbill { - if x != nil { - return x.Value0 - } - return nil -} - -func (x *NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32) GetValue1() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value1 - } - return nil -} - -type Grandpa_FinalityGrandpaPrecommit struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - TargetHash *PrimitiveTypesH256 `protobuf:"bytes,1,opt,name=target_hash,json=targetHash,proto3" json:"target_hash,omitempty"` - TargetNumber uint32 `protobuf:"varint,2,opt,name=target_number,json=targetNumber,proto3" json:"target_number,omitempty"` -} - -func (x *Grandpa_FinalityGrandpaPrecommit) Reset() { - *x = Grandpa_FinalityGrandpaPrecommit{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[428] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_FinalityGrandpaPrecommit) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_FinalityGrandpaPrecommit) ProtoMessage() {} - -func (x *Grandpa_FinalityGrandpaPrecommit) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[428] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_FinalityGrandpaPrecommit.ProtoReflect.Descriptor instead. -func (*Grandpa_FinalityGrandpaPrecommit) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{428} -} - -func (x *Grandpa_FinalityGrandpaPrecommit) GetTargetHash() *PrimitiveTypesH256 { - if x != nil { - return x.TargetHash - } - return nil -} - -func (x *Grandpa_FinalityGrandpaPrecommit) GetTargetNumber() uint32 { - if x != nil { - return x.TargetNumber - } - return 0 -} - -type ConvictionVoting_Locked1X struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *ConvictionVoting_Locked1X) Reset() { - *x = ConvictionVoting_Locked1X{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[429] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Locked1X) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Locked1X) ProtoMessage() {} - -func (x *ConvictionVoting_Locked1X) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[429] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Locked1X.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Locked1X) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{429} -} - -type BagsList_TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value *TupleNull `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *BagsList_TupleNull) Reset() { - *x = BagsList_TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[430] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BagsList_TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BagsList_TupleNull) ProtoMessage() {} - -func (x *BagsList_TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[430] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BagsList_TupleNull.ProtoReflect.Descriptor instead. -func (*BagsList_TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{430} -} - -func (x *BagsList_TupleNull) GetValue() *TupleNull { - if x != nil { - return x.Value - } - return nil -} - -type Staking_SetPayeeCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Payee: - // - // *Staking_SetPayeeCall_PayeeStaked - // *Staking_SetPayeeCall_PayeeStash - // *Staking_SetPayeeCall_PayeeController - // *Staking_SetPayeeCall_PayeeAccount - // *Staking_SetPayeeCall_PayeeNone - Payee isStaking_SetPayeeCall_Payee `protobuf_oneof:"payee"` -} - -func (x *Staking_SetPayeeCall) Reset() { - *x = Staking_SetPayeeCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[431] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_SetPayeeCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_SetPayeeCall) ProtoMessage() {} - -func (x *Staking_SetPayeeCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[431] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_SetPayeeCall.ProtoReflect.Descriptor instead. -func (*Staking_SetPayeeCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{431} -} - -func (m *Staking_SetPayeeCall) GetPayee() isStaking_SetPayeeCall_Payee { - if m != nil { - return m.Payee - } - return nil -} - -func (x *Staking_SetPayeeCall) GetPayeeStaked() *Staking_Staked { - if x, ok := x.GetPayee().(*Staking_SetPayeeCall_PayeeStaked); ok { - return x.PayeeStaked - } - return nil -} - -func (x *Staking_SetPayeeCall) GetPayeeStash() *Staking_Stash { - if x, ok := x.GetPayee().(*Staking_SetPayeeCall_PayeeStash); ok { - return x.PayeeStash - } - return nil -} - -func (x *Staking_SetPayeeCall) GetPayeeController() *Staking_Controller { - if x, ok := x.GetPayee().(*Staking_SetPayeeCall_PayeeController); ok { - return x.PayeeController - } - return nil -} - -func (x *Staking_SetPayeeCall) GetPayeeAccount() *Staking_Account { - if x, ok := x.GetPayee().(*Staking_SetPayeeCall_PayeeAccount); ok { - return x.PayeeAccount - } - return nil -} - -func (x *Staking_SetPayeeCall) GetPayeeNone() *Staking_None { - if x, ok := x.GetPayee().(*Staking_SetPayeeCall_PayeeNone); ok { - return x.PayeeNone - } - return nil -} - -type isStaking_SetPayeeCall_Payee interface { - isStaking_SetPayeeCall_Payee() -} - -type Staking_SetPayeeCall_PayeeStaked struct { - PayeeStaked *Staking_Staked `protobuf:"bytes,1,opt,name=payee_staked,json=payeeStaked,proto3,oneof"` -} - -type Staking_SetPayeeCall_PayeeStash struct { - PayeeStash *Staking_Stash `protobuf:"bytes,2,opt,name=payee_stash,json=payeeStash,proto3,oneof"` -} - -type Staking_SetPayeeCall_PayeeController struct { - PayeeController *Staking_Controller `protobuf:"bytes,3,opt,name=payee_controller,json=payeeController,proto3,oneof"` -} - -type Staking_SetPayeeCall_PayeeAccount struct { - PayeeAccount *Staking_Account `protobuf:"bytes,4,opt,name=payee_account,json=payeeAccount,proto3,oneof"` -} - -type Staking_SetPayeeCall_PayeeNone struct { - PayeeNone *Staking_None `protobuf:"bytes,5,opt,name=payee_none,json=payeeNone,proto3,oneof"` -} - -func (*Staking_SetPayeeCall_PayeeStaked) isStaking_SetPayeeCall_Payee() {} - -func (*Staking_SetPayeeCall_PayeeStash) isStaking_SetPayeeCall_Payee() {} - -func (*Staking_SetPayeeCall_PayeeController) isStaking_SetPayeeCall_Payee() {} - -func (*Staking_SetPayeeCall_PayeeAccount) isStaking_SetPayeeCall_Payee() {} - -func (*Staking_SetPayeeCall_PayeeNone) isStaking_SetPayeeCall_Payee() {} - -type Identity_Raw16 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw16) Reset() { - *x = Identity_Raw16{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[432] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw16) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw16) ProtoMessage() {} - -func (x *Identity_Raw16) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[432] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw16.ProtoReflect.Descriptor instead. -func (*Identity_Raw16) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{432} -} - -func (x *Identity_Raw16) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type SpNposElectionsElectionScore struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MinimalStake string `protobuf:"bytes,1,opt,name=minimal_stake,json=minimalStake,proto3" json:"minimal_stake,omitempty"` - SumStake string `protobuf:"bytes,2,opt,name=sum_stake,json=sumStake,proto3" json:"sum_stake,omitempty"` - SumStakeSquared string `protobuf:"bytes,3,opt,name=sum_stake_squared,json=sumStakeSquared,proto3" json:"sum_stake_squared,omitempty"` -} - -func (x *SpNposElectionsElectionScore) Reset() { - *x = SpNposElectionsElectionScore{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[433] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpNposElectionsElectionScore) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpNposElectionsElectionScore) ProtoMessage() {} - -func (x *SpNposElectionsElectionScore) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[433] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpNposElectionsElectionScore.ProtoReflect.Descriptor instead. -func (*SpNposElectionsElectionScore) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{433} -} - -func (x *SpNposElectionsElectionScore) GetMinimalStake() string { - if x != nil { - return x.MinimalStake - } - return "" -} - -func (x *SpNposElectionsElectionScore) GetSumStake() string { - if x != nil { - return x.SumStake - } - return "" -} - -func (x *SpNposElectionsElectionScore) GetSumStakeSquared() string { - if x != nil { - return x.SumStakeSquared - } - return "" -} - -type ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MaybeNextScore *SpNposElectionsElectionScore `protobuf:"bytes,1,opt,name=maybe_next_score,json=maybeNextScore,proto3,oneof" json:"maybe_next_score,omitempty"` -} - -func (x *ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall) Reset() { - *x = ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[434] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall) ProtoMessage() {} - -func (x *ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[434] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{434} -} - -func (x *ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall) GetMaybeNextScore() *SpNposElectionsElectionScore { - if x != nil { - return x.MaybeNextScore - } - return nil -} - -type Staking_ForceNewEraAlwaysCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Staking_ForceNewEraAlwaysCall) Reset() { - *x = Staking_ForceNewEraAlwaysCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[435] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_ForceNewEraAlwaysCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_ForceNewEraAlwaysCall) ProtoMessage() {} - -func (x *Staking_ForceNewEraAlwaysCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[435] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_ForceNewEraAlwaysCall.ProtoReflect.Descriptor instead. -func (*Staking_ForceNewEraAlwaysCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{435} -} - -type HistoricalPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *HistoricalPallet) Reset() { - *x = HistoricalPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[436] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *HistoricalPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*HistoricalPallet) ProtoMessage() {} - -func (x *HistoricalPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[436] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use HistoricalPallet.ProtoReflect.Descriptor instead. -func (*HistoricalPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{436} -} - -type Staking_Index struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *Staking_TupleNull `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Staking_Index) Reset() { - *x = Staking_Index{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[437] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Index) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Index) ProtoMessage() {} - -func (x *Staking_Index) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[437] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Index.ProtoReflect.Descriptor instead. -func (*Staking_Index) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{437} -} - -func (x *Staking_Index) GetValue0() *Staking_TupleNull { - if x != nil { - return x.Value0 - } - return nil -} - -type Multisig_ApproveAsMultiCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Threshold uint32 `protobuf:"varint,1,opt,name=threshold,proto3" json:"threshold,omitempty"` - OtherSignatories []*SpCoreCryptoAccountId32 `protobuf:"bytes,2,rep,name=other_signatories,json=otherSignatories,proto3" json:"other_signatories,omitempty"` - MaybeTimepoint *Multisig_PalletMultisigTimepoint `protobuf:"bytes,3,opt,name=maybe_timepoint,json=maybeTimepoint,proto3,oneof" json:"maybe_timepoint,omitempty"` - CallHash []byte `protobuf:"bytes,4,opt,name=call_hash,json=callHash,proto3" json:"call_hash,omitempty"` - MaxWeight *SpWeightsWeightV2Weight `protobuf:"bytes,5,opt,name=max_weight,json=maxWeight,proto3" json:"max_weight,omitempty"` -} - -func (x *Multisig_ApproveAsMultiCall) Reset() { - *x = Multisig_ApproveAsMultiCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[438] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Multisig_ApproveAsMultiCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Multisig_ApproveAsMultiCall) ProtoMessage() {} - -func (x *Multisig_ApproveAsMultiCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[438] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Multisig_ApproveAsMultiCall.ProtoReflect.Descriptor instead. -func (*Multisig_ApproveAsMultiCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{438} -} - -func (x *Multisig_ApproveAsMultiCall) GetThreshold() uint32 { - if x != nil { - return x.Threshold - } - return 0 -} - -func (x *Multisig_ApproveAsMultiCall) GetOtherSignatories() []*SpCoreCryptoAccountId32 { - if x != nil { - return x.OtherSignatories - } - return nil -} - -func (x *Multisig_ApproveAsMultiCall) GetMaybeTimepoint() *Multisig_PalletMultisigTimepoint { - if x != nil { - return x.MaybeTimepoint - } - return nil -} - -func (x *Multisig_ApproveAsMultiCall) GetCallHash() []byte { - if x != nil { - return x.CallHash - } - return nil -} - -func (x *Multisig_ApproveAsMultiCall) GetMaxWeight() *SpWeightsWeightV2Weight { - if x != nil { - return x.MaxWeight - } - return nil -} - -type NominationPools_JoinCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` - PoolId uint32 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` -} - -func (x *NominationPools_JoinCall) Reset() { - *x = NominationPools_JoinCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[439] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_JoinCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_JoinCall) ProtoMessage() {} - -func (x *NominationPools_JoinCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[439] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_JoinCall.ProtoReflect.Descriptor instead. -func (*NominationPools_JoinCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{439} -} - -func (x *NominationPools_JoinCall) GetAmount() string { - if x != nil { - return x.Amount - } - return "" -} - -func (x *NominationPools_JoinCall) GetPoolId() uint32 { - if x != nil { - return x.PoolId - } - return 0 -} - -type BagsList_Index struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *BagsList_TupleNull `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *BagsList_Index) Reset() { - *x = BagsList_Index{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[440] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BagsList_Index) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BagsList_Index) ProtoMessage() {} - -func (x *BagsList_Index) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[440] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BagsList_Index.ProtoReflect.Descriptor instead. -func (*BagsList_Index) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{440} -} - -func (x *BagsList_Index) GetValue0() *BagsList_TupleNull { - if x != nil { - return x.Value0 - } - return nil -} - -type ImOnline_PalletImOnlineSr25519AppSr25519Public struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreSr25519Public `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *ImOnline_PalletImOnlineSr25519AppSr25519Public) Reset() { - *x = ImOnline_PalletImOnlineSr25519AppSr25519Public{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[441] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ImOnline_PalletImOnlineSr25519AppSr25519Public) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ImOnline_PalletImOnlineSr25519AppSr25519Public) ProtoMessage() {} - -func (x *ImOnline_PalletImOnlineSr25519AppSr25519Public) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[441] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ImOnline_PalletImOnlineSr25519AppSr25519Public.ProtoReflect.Descriptor instead. -func (*ImOnline_PalletImOnlineSr25519AppSr25519Public) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{441} -} - -func (x *ImOnline_PalletImOnlineSr25519AppSr25519Public) GetValue0() *SpCoreSr25519Public { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_AddRegistrarCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Account: - // - // *Identity_AddRegistrarCall_AccountId - // *Identity_AddRegistrarCall_AccountIndex - // *Identity_AddRegistrarCall_AccountRaw - // *Identity_AddRegistrarCall_AccountAddress32 - // *Identity_AddRegistrarCall_AccountAddress20 - Account isIdentity_AddRegistrarCall_Account `protobuf_oneof:"account"` -} - -func (x *Identity_AddRegistrarCall) Reset() { - *x = Identity_AddRegistrarCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[442] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_AddRegistrarCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_AddRegistrarCall) ProtoMessage() {} - -func (x *Identity_AddRegistrarCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[442] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_AddRegistrarCall.ProtoReflect.Descriptor instead. -func (*Identity_AddRegistrarCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{442} -} - -func (m *Identity_AddRegistrarCall) GetAccount() isIdentity_AddRegistrarCall_Account { - if m != nil { - return m.Account - } - return nil -} - -func (x *Identity_AddRegistrarCall) GetAccountId() *Identity_Id { - if x, ok := x.GetAccount().(*Identity_AddRegistrarCall_AccountId); ok { - return x.AccountId - } - return nil -} - -func (x *Identity_AddRegistrarCall) GetAccountIndex() *Identity_Index { - if x, ok := x.GetAccount().(*Identity_AddRegistrarCall_AccountIndex); ok { - return x.AccountIndex - } - return nil -} - -func (x *Identity_AddRegistrarCall) GetAccountRaw() *Identity_Raw { - if x, ok := x.GetAccount().(*Identity_AddRegistrarCall_AccountRaw); ok { - return x.AccountRaw - } - return nil -} - -func (x *Identity_AddRegistrarCall) GetAccountAddress32() *Identity_Address32 { - if x, ok := x.GetAccount().(*Identity_AddRegistrarCall_AccountAddress32); ok { - return x.AccountAddress32 - } - return nil -} - -func (x *Identity_AddRegistrarCall) GetAccountAddress20() *Identity_Address20 { - if x, ok := x.GetAccount().(*Identity_AddRegistrarCall_AccountAddress20); ok { - return x.AccountAddress20 - } - return nil -} - -type isIdentity_AddRegistrarCall_Account interface { - isIdentity_AddRegistrarCall_Account() -} - -type Identity_AddRegistrarCall_AccountId struct { - AccountId *Identity_Id `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3,oneof"` -} - -type Identity_AddRegistrarCall_AccountIndex struct { - AccountIndex *Identity_Index `protobuf:"bytes,2,opt,name=account_index,json=accountIndex,proto3,oneof"` -} - -type Identity_AddRegistrarCall_AccountRaw struct { - AccountRaw *Identity_Raw `protobuf:"bytes,3,opt,name=account_raw,json=accountRaw,proto3,oneof"` -} - -type Identity_AddRegistrarCall_AccountAddress32 struct { - AccountAddress32 *Identity_Address32 `protobuf:"bytes,4,opt,name=account_address32,json=accountAddress32,proto3,oneof"` -} - -type Identity_AddRegistrarCall_AccountAddress20 struct { - AccountAddress20 *Identity_Address20 `protobuf:"bytes,5,opt,name=account_address20,json=accountAddress20,proto3,oneof"` -} - -func (*Identity_AddRegistrarCall_AccountId) isIdentity_AddRegistrarCall_Account() {} - -func (*Identity_AddRegistrarCall_AccountIndex) isIdentity_AddRegistrarCall_Account() {} - -func (*Identity_AddRegistrarCall_AccountRaw) isIdentity_AddRegistrarCall_Account() {} - -func (*Identity_AddRegistrarCall_AccountAddress32) isIdentity_AddRegistrarCall_Account() {} - -func (*Identity_AddRegistrarCall_AccountAddress20) isIdentity_AddRegistrarCall_Account() {} - -type Identity_Raw13 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw13) Reset() { - *x = Identity_Raw13{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[443] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw13) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw13) ProtoMessage() {} - -func (x *Identity_Raw13) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[443] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw13.ProtoReflect.Descriptor instead. -func (*Identity_Raw13) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{443} -} - -func (x *Identity_Raw13) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_AddSubCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Sub: - // - // *Identity_AddSubCall_SubId - // *Identity_AddSubCall_SubIndex - // *Identity_AddSubCall_SubRaw - // *Identity_AddSubCall_SubAddress32 - // *Identity_AddSubCall_SubAddress20 - Sub isIdentity_AddSubCall_Sub `protobuf_oneof:"sub"` - // Types that are assignable to Data: - // - // *Identity_AddSubCall_DataNone - // *Identity_AddSubCall_DataRaw0 - // *Identity_AddSubCall_DataRaw1 - // *Identity_AddSubCall_DataRaw2 - // *Identity_AddSubCall_DataRaw3 - // *Identity_AddSubCall_DataRaw4 - // *Identity_AddSubCall_DataRaw5 - // *Identity_AddSubCall_DataRaw6 - // *Identity_AddSubCall_DataRaw7 - // *Identity_AddSubCall_DataRaw8 - // *Identity_AddSubCall_DataRaw9 - // *Identity_AddSubCall_DataRaw10 - // *Identity_AddSubCall_DataRaw11 - // *Identity_AddSubCall_DataRaw12 - // *Identity_AddSubCall_DataRaw13 - // *Identity_AddSubCall_DataRaw14 - // *Identity_AddSubCall_DataRaw15 - // *Identity_AddSubCall_DataRaw16 - // *Identity_AddSubCall_DataRaw17 - // *Identity_AddSubCall_DataRaw18 - // *Identity_AddSubCall_DataRaw19 - // *Identity_AddSubCall_DataRaw20 - // *Identity_AddSubCall_DataRaw21 - // *Identity_AddSubCall_DataRaw22 - // *Identity_AddSubCall_DataRaw23 - // *Identity_AddSubCall_DataRaw24 - // *Identity_AddSubCall_DataRaw25 - // *Identity_AddSubCall_DataRaw26 - // *Identity_AddSubCall_DataRaw27 - // *Identity_AddSubCall_DataRaw28 - // *Identity_AddSubCall_DataRaw29 - // *Identity_AddSubCall_DataRaw30 - // *Identity_AddSubCall_DataRaw31 - // *Identity_AddSubCall_DataRaw32 - // *Identity_AddSubCall_DataBlakeTwo256 - // *Identity_AddSubCall_DataSha256 - // *Identity_AddSubCall_DataKeccak256 - // *Identity_AddSubCall_DataShaThree256 - Data isIdentity_AddSubCall_Data `protobuf_oneof:"data"` -} - -func (x *Identity_AddSubCall) Reset() { - *x = Identity_AddSubCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[444] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_AddSubCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_AddSubCall) ProtoMessage() {} - -func (x *Identity_AddSubCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[444] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_AddSubCall.ProtoReflect.Descriptor instead. -func (*Identity_AddSubCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{444} -} - -func (m *Identity_AddSubCall) GetSub() isIdentity_AddSubCall_Sub { - if m != nil { - return m.Sub - } - return nil -} - -func (x *Identity_AddSubCall) GetSubId() *Identity_Id { - if x, ok := x.GetSub().(*Identity_AddSubCall_SubId); ok { - return x.SubId - } - return nil -} - -func (x *Identity_AddSubCall) GetSubIndex() *Identity_Index { - if x, ok := x.GetSub().(*Identity_AddSubCall_SubIndex); ok { - return x.SubIndex - } - return nil -} - -func (x *Identity_AddSubCall) GetSubRaw() *Identity_Raw { - if x, ok := x.GetSub().(*Identity_AddSubCall_SubRaw); ok { - return x.SubRaw - } - return nil -} - -func (x *Identity_AddSubCall) GetSubAddress32() *Identity_Address32 { - if x, ok := x.GetSub().(*Identity_AddSubCall_SubAddress32); ok { - return x.SubAddress32 - } - return nil -} - -func (x *Identity_AddSubCall) GetSubAddress20() *Identity_Address20 { - if x, ok := x.GetSub().(*Identity_AddSubCall_SubAddress20); ok { - return x.SubAddress20 - } - return nil -} - -func (m *Identity_AddSubCall) GetData() isIdentity_AddSubCall_Data { - if m != nil { - return m.Data - } - return nil -} - -func (x *Identity_AddSubCall) GetDataNone() *Identity_None { - if x, ok := x.GetData().(*Identity_AddSubCall_DataNone); ok { - return x.DataNone - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw0() *Identity_Raw0 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw0); ok { - return x.DataRaw0 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw1() *Identity_Raw1 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw1); ok { - return x.DataRaw1 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw2() *Identity_Raw2 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw2); ok { - return x.DataRaw2 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw3() *Identity_Raw3 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw3); ok { - return x.DataRaw3 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw4() *Identity_Raw4 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw4); ok { - return x.DataRaw4 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw5() *Identity_Raw5 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw5); ok { - return x.DataRaw5 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw6() *Identity_Raw6 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw6); ok { - return x.DataRaw6 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw7() *Identity_Raw7 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw7); ok { - return x.DataRaw7 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw8() *Identity_Raw8 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw8); ok { - return x.DataRaw8 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw9() *Identity_Raw9 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw9); ok { - return x.DataRaw9 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw10() *Identity_Raw10 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw10); ok { - return x.DataRaw10 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw11() *Identity_Raw11 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw11); ok { - return x.DataRaw11 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw12() *Identity_Raw12 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw12); ok { - return x.DataRaw12 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw13() *Identity_Raw13 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw13); ok { - return x.DataRaw13 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw14() *Identity_Raw14 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw14); ok { - return x.DataRaw14 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw15() *Identity_Raw15 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw15); ok { - return x.DataRaw15 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw16() *Identity_Raw16 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw16); ok { - return x.DataRaw16 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw17() *Identity_Raw17 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw17); ok { - return x.DataRaw17 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw18() *Identity_Raw18 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw18); ok { - return x.DataRaw18 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw19() *Identity_Raw19 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw19); ok { - return x.DataRaw19 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw20() *Identity_Raw20 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw20); ok { - return x.DataRaw20 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw21() *Identity_Raw21 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw21); ok { - return x.DataRaw21 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw22() *Identity_Raw22 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw22); ok { - return x.DataRaw22 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw23() *Identity_Raw23 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw23); ok { - return x.DataRaw23 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw24() *Identity_Raw24 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw24); ok { - return x.DataRaw24 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw25() *Identity_Raw25 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw25); ok { - return x.DataRaw25 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw26() *Identity_Raw26 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw26); ok { - return x.DataRaw26 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw27() *Identity_Raw27 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw27); ok { - return x.DataRaw27 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw28() *Identity_Raw28 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw28); ok { - return x.DataRaw28 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw29() *Identity_Raw29 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw29); ok { - return x.DataRaw29 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw30() *Identity_Raw30 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw30); ok { - return x.DataRaw30 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw31() *Identity_Raw31 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw31); ok { - return x.DataRaw31 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataRaw32() *Identity_Raw32 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataRaw32); ok { - return x.DataRaw32 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataBlakeTwo256() *Identity_BlakeTwo256 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataBlakeTwo256); ok { - return x.DataBlakeTwo256 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataSha256() *Identity_Sha256 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataSha256); ok { - return x.DataSha256 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataKeccak256() *Identity_Keccak256 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataKeccak256); ok { - return x.DataKeccak256 - } - return nil -} - -func (x *Identity_AddSubCall) GetDataShaThree256() *Identity_ShaThree256 { - if x, ok := x.GetData().(*Identity_AddSubCall_DataShaThree256); ok { - return x.DataShaThree256 - } - return nil -} - -type isIdentity_AddSubCall_Sub interface { - isIdentity_AddSubCall_Sub() -} - -type Identity_AddSubCall_SubId struct { - SubId *Identity_Id `protobuf:"bytes,1,opt,name=sub_id,json=subId,proto3,oneof"` -} - -type Identity_AddSubCall_SubIndex struct { - SubIndex *Identity_Index `protobuf:"bytes,2,opt,name=sub_index,json=subIndex,proto3,oneof"` -} - -type Identity_AddSubCall_SubRaw struct { - SubRaw *Identity_Raw `protobuf:"bytes,3,opt,name=sub_raw,json=subRaw,proto3,oneof"` -} - -type Identity_AddSubCall_SubAddress32 struct { - SubAddress32 *Identity_Address32 `protobuf:"bytes,4,opt,name=sub_address32,json=subAddress32,proto3,oneof"` -} - -type Identity_AddSubCall_SubAddress20 struct { - SubAddress20 *Identity_Address20 `protobuf:"bytes,5,opt,name=sub_address20,json=subAddress20,proto3,oneof"` -} - -func (*Identity_AddSubCall_SubId) isIdentity_AddSubCall_Sub() {} - -func (*Identity_AddSubCall_SubIndex) isIdentity_AddSubCall_Sub() {} - -func (*Identity_AddSubCall_SubRaw) isIdentity_AddSubCall_Sub() {} - -func (*Identity_AddSubCall_SubAddress32) isIdentity_AddSubCall_Sub() {} - -func (*Identity_AddSubCall_SubAddress20) isIdentity_AddSubCall_Sub() {} - -type isIdentity_AddSubCall_Data interface { - isIdentity_AddSubCall_Data() -} - -type Identity_AddSubCall_DataNone struct { - DataNone *Identity_None `protobuf:"bytes,6,opt,name=data_none,json=dataNone,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw0 struct { - DataRaw0 *Identity_Raw0 `protobuf:"bytes,7,opt,name=data_raw0,json=dataRaw0,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw1 struct { - DataRaw1 *Identity_Raw1 `protobuf:"bytes,8,opt,name=data_raw1,json=dataRaw1,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw2 struct { - DataRaw2 *Identity_Raw2 `protobuf:"bytes,9,opt,name=data_raw2,json=dataRaw2,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw3 struct { - DataRaw3 *Identity_Raw3 `protobuf:"bytes,10,opt,name=data_raw3,json=dataRaw3,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw4 struct { - DataRaw4 *Identity_Raw4 `protobuf:"bytes,11,opt,name=data_raw4,json=dataRaw4,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw5 struct { - DataRaw5 *Identity_Raw5 `protobuf:"bytes,12,opt,name=data_raw5,json=dataRaw5,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw6 struct { - DataRaw6 *Identity_Raw6 `protobuf:"bytes,13,opt,name=data_raw6,json=dataRaw6,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw7 struct { - DataRaw7 *Identity_Raw7 `protobuf:"bytes,14,opt,name=data_raw7,json=dataRaw7,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw8 struct { - DataRaw8 *Identity_Raw8 `protobuf:"bytes,15,opt,name=data_raw8,json=dataRaw8,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw9 struct { - DataRaw9 *Identity_Raw9 `protobuf:"bytes,16,opt,name=data_raw9,json=dataRaw9,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw10 struct { - DataRaw10 *Identity_Raw10 `protobuf:"bytes,17,opt,name=data_raw10,json=dataRaw10,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw11 struct { - DataRaw11 *Identity_Raw11 `protobuf:"bytes,18,opt,name=data_raw11,json=dataRaw11,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw12 struct { - DataRaw12 *Identity_Raw12 `protobuf:"bytes,19,opt,name=data_raw12,json=dataRaw12,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw13 struct { - DataRaw13 *Identity_Raw13 `protobuf:"bytes,20,opt,name=data_raw13,json=dataRaw13,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw14 struct { - DataRaw14 *Identity_Raw14 `protobuf:"bytes,21,opt,name=data_raw14,json=dataRaw14,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw15 struct { - DataRaw15 *Identity_Raw15 `protobuf:"bytes,22,opt,name=data_raw15,json=dataRaw15,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw16 struct { - DataRaw16 *Identity_Raw16 `protobuf:"bytes,23,opt,name=data_raw16,json=dataRaw16,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw17 struct { - DataRaw17 *Identity_Raw17 `protobuf:"bytes,24,opt,name=data_raw17,json=dataRaw17,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw18 struct { - DataRaw18 *Identity_Raw18 `protobuf:"bytes,25,opt,name=data_raw18,json=dataRaw18,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw19 struct { - DataRaw19 *Identity_Raw19 `protobuf:"bytes,26,opt,name=data_raw19,json=dataRaw19,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw20 struct { - DataRaw20 *Identity_Raw20 `protobuf:"bytes,27,opt,name=data_raw20,json=dataRaw20,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw21 struct { - DataRaw21 *Identity_Raw21 `protobuf:"bytes,28,opt,name=data_raw21,json=dataRaw21,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw22 struct { - DataRaw22 *Identity_Raw22 `protobuf:"bytes,29,opt,name=data_raw22,json=dataRaw22,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw23 struct { - DataRaw23 *Identity_Raw23 `protobuf:"bytes,30,opt,name=data_raw23,json=dataRaw23,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw24 struct { - DataRaw24 *Identity_Raw24 `protobuf:"bytes,31,opt,name=data_raw24,json=dataRaw24,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw25 struct { - DataRaw25 *Identity_Raw25 `protobuf:"bytes,32,opt,name=data_raw25,json=dataRaw25,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw26 struct { - DataRaw26 *Identity_Raw26 `protobuf:"bytes,33,opt,name=data_raw26,json=dataRaw26,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw27 struct { - DataRaw27 *Identity_Raw27 `protobuf:"bytes,34,opt,name=data_raw27,json=dataRaw27,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw28 struct { - DataRaw28 *Identity_Raw28 `protobuf:"bytes,35,opt,name=data_raw28,json=dataRaw28,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw29 struct { - DataRaw29 *Identity_Raw29 `protobuf:"bytes,36,opt,name=data_raw29,json=dataRaw29,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw30 struct { - DataRaw30 *Identity_Raw30 `protobuf:"bytes,37,opt,name=data_raw30,json=dataRaw30,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw31 struct { - DataRaw31 *Identity_Raw31 `protobuf:"bytes,38,opt,name=data_raw31,json=dataRaw31,proto3,oneof"` -} - -type Identity_AddSubCall_DataRaw32 struct { - DataRaw32 *Identity_Raw32 `protobuf:"bytes,39,opt,name=data_raw32,json=dataRaw32,proto3,oneof"` -} - -type Identity_AddSubCall_DataBlakeTwo256 struct { - DataBlakeTwo256 *Identity_BlakeTwo256 `protobuf:"bytes,40,opt,name=data_blake_two256,json=dataBlakeTwo256,proto3,oneof"` -} - -type Identity_AddSubCall_DataSha256 struct { - DataSha256 *Identity_Sha256 `protobuf:"bytes,41,opt,name=data_sha256,json=dataSha256,proto3,oneof"` -} - -type Identity_AddSubCall_DataKeccak256 struct { - DataKeccak256 *Identity_Keccak256 `protobuf:"bytes,42,opt,name=data_keccak256,json=dataKeccak256,proto3,oneof"` -} - -type Identity_AddSubCall_DataShaThree256 struct { - DataShaThree256 *Identity_ShaThree256 `protobuf:"bytes,43,opt,name=data_sha_three256,json=dataShaThree256,proto3,oneof"` -} - -func (*Identity_AddSubCall_DataNone) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw0) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw1) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw2) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw3) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw4) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw5) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw6) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw7) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw8) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw9) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw10) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw11) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw12) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw13) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw14) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw15) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw16) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw17) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw18) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw19) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw20) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw21) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw22) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw23) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw24) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw25) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw26) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw27) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw28) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw29) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw30) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw31) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataRaw32) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataBlakeTwo256) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataSha256) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataKeccak256) isIdentity_AddSubCall_Data() {} - -func (*Identity_AddSubCall_DataShaThree256) isIdentity_AddSubCall_Data() {} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[445] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[445] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{445} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type Bounties_Address20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Bounties_Address20) Reset() { - *x = Bounties_Address20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[446] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_Address20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_Address20) ProtoMessage() {} - -func (x *Bounties_Address20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[446] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_Address20.ProtoReflect.Descriptor instead. -func (*Bounties_Address20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{446} -} - -func (x *Bounties_Address20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Balances_TransferAllCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Dest: - // - // *Balances_TransferAllCall_DestId - // *Balances_TransferAllCall_DestIndex - // *Balances_TransferAllCall_DestRaw - // *Balances_TransferAllCall_DestAddress32 - // *Balances_TransferAllCall_DestAddress20 - Dest isBalances_TransferAllCall_Dest `protobuf_oneof:"dest"` - KeepAlive bool `protobuf:"varint,6,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"` -} - -func (x *Balances_TransferAllCall) Reset() { - *x = Balances_TransferAllCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[447] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_TransferAllCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_TransferAllCall) ProtoMessage() {} - -func (x *Balances_TransferAllCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[447] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_TransferAllCall.ProtoReflect.Descriptor instead. -func (*Balances_TransferAllCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{447} -} - -func (m *Balances_TransferAllCall) GetDest() isBalances_TransferAllCall_Dest { - if m != nil { - return m.Dest - } - return nil -} - -func (x *Balances_TransferAllCall) GetDestId() *Balances_Id { - if x, ok := x.GetDest().(*Balances_TransferAllCall_DestId); ok { - return x.DestId - } - return nil -} - -func (x *Balances_TransferAllCall) GetDestIndex() *Balances_Index { - if x, ok := x.GetDest().(*Balances_TransferAllCall_DestIndex); ok { - return x.DestIndex - } - return nil -} - -func (x *Balances_TransferAllCall) GetDestRaw() *Balances_Raw { - if x, ok := x.GetDest().(*Balances_TransferAllCall_DestRaw); ok { - return x.DestRaw - } - return nil -} - -func (x *Balances_TransferAllCall) GetDestAddress32() *Balances_Address32 { - if x, ok := x.GetDest().(*Balances_TransferAllCall_DestAddress32); ok { - return x.DestAddress32 - } - return nil -} - -func (x *Balances_TransferAllCall) GetDestAddress20() *Balances_Address20 { - if x, ok := x.GetDest().(*Balances_TransferAllCall_DestAddress20); ok { - return x.DestAddress20 - } - return nil -} - -func (x *Balances_TransferAllCall) GetKeepAlive() bool { - if x != nil { - return x.KeepAlive - } - return false -} - -type isBalances_TransferAllCall_Dest interface { - isBalances_TransferAllCall_Dest() -} - -type Balances_TransferAllCall_DestId struct { - DestId *Balances_Id `protobuf:"bytes,1,opt,name=dest_id,json=destId,proto3,oneof"` -} - -type Balances_TransferAllCall_DestIndex struct { - DestIndex *Balances_Index `protobuf:"bytes,2,opt,name=dest_index,json=destIndex,proto3,oneof"` -} - -type Balances_TransferAllCall_DestRaw struct { - DestRaw *Balances_Raw `protobuf:"bytes,3,opt,name=dest_raw,json=destRaw,proto3,oneof"` -} - -type Balances_TransferAllCall_DestAddress32 struct { - DestAddress32 *Balances_Address32 `protobuf:"bytes,4,opt,name=dest_address32,json=destAddress32,proto3,oneof"` -} - -type Balances_TransferAllCall_DestAddress20 struct { - DestAddress20 *Balances_Address20 `protobuf:"bytes,5,opt,name=dest_address20,json=destAddress20,proto3,oneof"` -} - -func (*Balances_TransferAllCall_DestId) isBalances_TransferAllCall_Dest() {} - -func (*Balances_TransferAllCall_DestIndex) isBalances_TransferAllCall_Dest() {} - -func (*Balances_TransferAllCall_DestRaw) isBalances_TransferAllCall_Dest() {} - -func (*Balances_TransferAllCall_DestAddress32) isBalances_TransferAllCall_Dest() {} - -func (*Balances_TransferAllCall_DestAddress20) isBalances_TransferAllCall_Dest() {} - -type StakingPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *StakingPallet_CallBondCall - // *StakingPallet_CallBondExtraCall - // *StakingPallet_CallUnbondCall - // *StakingPallet_CallWithdrawUnbondedCall - // *StakingPallet_CallValidateCall - // *StakingPallet_CallNominateCall - // *StakingPallet_CallChillCall - // *StakingPallet_CallSetPayeeCall - // *StakingPallet_CallSetControllerCall - // *StakingPallet_CallSetValidatorCountCall - // *StakingPallet_CallIncreaseValidatorCountCall - // *StakingPallet_CallScaleValidatorCountCall - // *StakingPallet_CallForceNoErasCall - // *StakingPallet_CallForceNewEraCall - // *StakingPallet_CallSetInvulnerablesCall - // *StakingPallet_CallForceUnstakeCall - // *StakingPallet_CallForceNewEraAlwaysCall - // *StakingPallet_CallCancelDeferredSlashCall - // *StakingPallet_CallPayoutStakersCall - // *StakingPallet_CallRebondCall - // *StakingPallet_CallReapStashCall - // *StakingPallet_CallKickCall - // *StakingPallet_CallSetStakingConfigsCall - // *StakingPallet_CallChillOtherCall - // *StakingPallet_CallForceApplyMinCommissionCall - // *StakingPallet_CallSetMinCommissionCall - Call isStakingPallet_Call `protobuf_oneof:"call"` -} - -func (x *StakingPallet) Reset() { - *x = StakingPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[448] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingPallet) ProtoMessage() {} - -func (x *StakingPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[448] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingPallet.ProtoReflect.Descriptor instead. -func (*StakingPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{448} -} - -func (m *StakingPallet) GetCall() isStakingPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *StakingPallet) GetCallBondCall() *Staking_BondCall { - if x, ok := x.GetCall().(*StakingPallet_CallBondCall); ok { - return x.CallBondCall - } - return nil -} - -func (x *StakingPallet) GetCallBondExtraCall() *Staking_BondExtraCall { - if x, ok := x.GetCall().(*StakingPallet_CallBondExtraCall); ok { - return x.CallBondExtraCall - } - return nil -} - -func (x *StakingPallet) GetCallUnbondCall() *Staking_UnbondCall { - if x, ok := x.GetCall().(*StakingPallet_CallUnbondCall); ok { - return x.CallUnbondCall - } - return nil -} - -func (x *StakingPallet) GetCallWithdrawUnbondedCall() *Staking_WithdrawUnbondedCall { - if x, ok := x.GetCall().(*StakingPallet_CallWithdrawUnbondedCall); ok { - return x.CallWithdrawUnbondedCall - } - return nil -} - -func (x *StakingPallet) GetCallValidateCall() *Staking_ValidateCall { - if x, ok := x.GetCall().(*StakingPallet_CallValidateCall); ok { - return x.CallValidateCall - } - return nil -} - -func (x *StakingPallet) GetCallNominateCall() *Staking_NominateCall { - if x, ok := x.GetCall().(*StakingPallet_CallNominateCall); ok { - return x.CallNominateCall - } - return nil -} - -func (x *StakingPallet) GetCallChillCall() *Staking_ChillCall { - if x, ok := x.GetCall().(*StakingPallet_CallChillCall); ok { - return x.CallChillCall - } - return nil -} - -func (x *StakingPallet) GetCallSetPayeeCall() *Staking_SetPayeeCall { - if x, ok := x.GetCall().(*StakingPallet_CallSetPayeeCall); ok { - return x.CallSetPayeeCall - } - return nil -} - -func (x *StakingPallet) GetCallSetControllerCall() *Staking_SetControllerCall { - if x, ok := x.GetCall().(*StakingPallet_CallSetControllerCall); ok { - return x.CallSetControllerCall - } - return nil -} - -func (x *StakingPallet) GetCallSetValidatorCountCall() *Staking_SetValidatorCountCall { - if x, ok := x.GetCall().(*StakingPallet_CallSetValidatorCountCall); ok { - return x.CallSetValidatorCountCall - } - return nil -} - -func (x *StakingPallet) GetCallIncreaseValidatorCountCall() *Staking_IncreaseValidatorCountCall { - if x, ok := x.GetCall().(*StakingPallet_CallIncreaseValidatorCountCall); ok { - return x.CallIncreaseValidatorCountCall - } - return nil -} - -func (x *StakingPallet) GetCallScaleValidatorCountCall() *Staking_ScaleValidatorCountCall { - if x, ok := x.GetCall().(*StakingPallet_CallScaleValidatorCountCall); ok { - return x.CallScaleValidatorCountCall - } - return nil -} - -func (x *StakingPallet) GetCallForceNoErasCall() *Staking_ForceNoErasCall { - if x, ok := x.GetCall().(*StakingPallet_CallForceNoErasCall); ok { - return x.CallForceNoErasCall - } - return nil -} - -func (x *StakingPallet) GetCallForceNewEraCall() *Staking_ForceNewEraCall { - if x, ok := x.GetCall().(*StakingPallet_CallForceNewEraCall); ok { - return x.CallForceNewEraCall - } - return nil -} - -func (x *StakingPallet) GetCallSetInvulnerablesCall() *Staking_SetInvulnerablesCall { - if x, ok := x.GetCall().(*StakingPallet_CallSetInvulnerablesCall); ok { - return x.CallSetInvulnerablesCall - } - return nil -} - -func (x *StakingPallet) GetCallForceUnstakeCall() *Staking_ForceUnstakeCall { - if x, ok := x.GetCall().(*StakingPallet_CallForceUnstakeCall); ok { - return x.CallForceUnstakeCall - } - return nil -} - -func (x *StakingPallet) GetCallForceNewEraAlwaysCall() *Staking_ForceNewEraAlwaysCall { - if x, ok := x.GetCall().(*StakingPallet_CallForceNewEraAlwaysCall); ok { - return x.CallForceNewEraAlwaysCall - } - return nil -} - -func (x *StakingPallet) GetCallCancelDeferredSlashCall() *Staking_CancelDeferredSlashCall { - if x, ok := x.GetCall().(*StakingPallet_CallCancelDeferredSlashCall); ok { - return x.CallCancelDeferredSlashCall - } - return nil -} - -func (x *StakingPallet) GetCallPayoutStakersCall() *Staking_PayoutStakersCall { - if x, ok := x.GetCall().(*StakingPallet_CallPayoutStakersCall); ok { - return x.CallPayoutStakersCall - } - return nil -} - -func (x *StakingPallet) GetCallRebondCall() *Staking_RebondCall { - if x, ok := x.GetCall().(*StakingPallet_CallRebondCall); ok { - return x.CallRebondCall - } - return nil -} - -func (x *StakingPallet) GetCallReapStashCall() *Staking_ReapStashCall { - if x, ok := x.GetCall().(*StakingPallet_CallReapStashCall); ok { - return x.CallReapStashCall - } - return nil -} - -func (x *StakingPallet) GetCallKickCall() *Staking_KickCall { - if x, ok := x.GetCall().(*StakingPallet_CallKickCall); ok { - return x.CallKickCall - } - return nil -} - -func (x *StakingPallet) GetCallSetStakingConfigsCall() *Staking_SetStakingConfigsCall { - if x, ok := x.GetCall().(*StakingPallet_CallSetStakingConfigsCall); ok { - return x.CallSetStakingConfigsCall - } - return nil -} - -func (x *StakingPallet) GetCallChillOtherCall() *Staking_ChillOtherCall { - if x, ok := x.GetCall().(*StakingPallet_CallChillOtherCall); ok { - return x.CallChillOtherCall - } - return nil -} - -func (x *StakingPallet) GetCallForceApplyMinCommissionCall() *Staking_ForceApplyMinCommissionCall { - if x, ok := x.GetCall().(*StakingPallet_CallForceApplyMinCommissionCall); ok { - return x.CallForceApplyMinCommissionCall - } - return nil -} - -func (x *StakingPallet) GetCallSetMinCommissionCall() *Staking_SetMinCommissionCall { - if x, ok := x.GetCall().(*StakingPallet_CallSetMinCommissionCall); ok { - return x.CallSetMinCommissionCall - } - return nil -} - -type isStakingPallet_Call interface { - isStakingPallet_Call() -} - -type StakingPallet_CallBondCall struct { - CallBondCall *Staking_BondCall `protobuf:"bytes,1,opt,name=call_bond_call,json=callBondCall,proto3,oneof"` -} - -type StakingPallet_CallBondExtraCall struct { - CallBondExtraCall *Staking_BondExtraCall `protobuf:"bytes,2,opt,name=call_bond_extra_call,json=callBondExtraCall,proto3,oneof"` -} - -type StakingPallet_CallUnbondCall struct { - CallUnbondCall *Staking_UnbondCall `protobuf:"bytes,3,opt,name=call_unbond_call,json=callUnbondCall,proto3,oneof"` -} - -type StakingPallet_CallWithdrawUnbondedCall struct { - CallWithdrawUnbondedCall *Staking_WithdrawUnbondedCall `protobuf:"bytes,4,opt,name=call_withdraw_unbonded_call,json=callWithdrawUnbondedCall,proto3,oneof"` -} - -type StakingPallet_CallValidateCall struct { - CallValidateCall *Staking_ValidateCall `protobuf:"bytes,5,opt,name=call_validate_call,json=callValidateCall,proto3,oneof"` -} - -type StakingPallet_CallNominateCall struct { - CallNominateCall *Staking_NominateCall `protobuf:"bytes,6,opt,name=call_nominate_call,json=callNominateCall,proto3,oneof"` -} - -type StakingPallet_CallChillCall struct { - CallChillCall *Staking_ChillCall `protobuf:"bytes,7,opt,name=call_chill_call,json=callChillCall,proto3,oneof"` -} - -type StakingPallet_CallSetPayeeCall struct { - CallSetPayeeCall *Staking_SetPayeeCall `protobuf:"bytes,8,opt,name=call_set_payee_call,json=callSetPayeeCall,proto3,oneof"` -} - -type StakingPallet_CallSetControllerCall struct { - CallSetControllerCall *Staking_SetControllerCall `protobuf:"bytes,9,opt,name=call_set_controller_call,json=callSetControllerCall,proto3,oneof"` -} - -type StakingPallet_CallSetValidatorCountCall struct { - CallSetValidatorCountCall *Staking_SetValidatorCountCall `protobuf:"bytes,10,opt,name=call_set_validator_count_call,json=callSetValidatorCountCall,proto3,oneof"` -} - -type StakingPallet_CallIncreaseValidatorCountCall struct { - CallIncreaseValidatorCountCall *Staking_IncreaseValidatorCountCall `protobuf:"bytes,11,opt,name=call_increase_validator_count_call,json=callIncreaseValidatorCountCall,proto3,oneof"` -} - -type StakingPallet_CallScaleValidatorCountCall struct { - CallScaleValidatorCountCall *Staking_ScaleValidatorCountCall `protobuf:"bytes,12,opt,name=call_scale_validator_count_call,json=callScaleValidatorCountCall,proto3,oneof"` -} - -type StakingPallet_CallForceNoErasCall struct { - CallForceNoErasCall *Staking_ForceNoErasCall `protobuf:"bytes,13,opt,name=call_force_no_eras_call,json=callForceNoErasCall,proto3,oneof"` -} - -type StakingPallet_CallForceNewEraCall struct { - CallForceNewEraCall *Staking_ForceNewEraCall `protobuf:"bytes,14,opt,name=call_force_new_era_call,json=callForceNewEraCall,proto3,oneof"` -} - -type StakingPallet_CallSetInvulnerablesCall struct { - CallSetInvulnerablesCall *Staking_SetInvulnerablesCall `protobuf:"bytes,15,opt,name=call_set_invulnerables_call,json=callSetInvulnerablesCall,proto3,oneof"` -} - -type StakingPallet_CallForceUnstakeCall struct { - CallForceUnstakeCall *Staking_ForceUnstakeCall `protobuf:"bytes,16,opt,name=call_force_unstake_call,json=callForceUnstakeCall,proto3,oneof"` -} - -type StakingPallet_CallForceNewEraAlwaysCall struct { - CallForceNewEraAlwaysCall *Staking_ForceNewEraAlwaysCall `protobuf:"bytes,17,opt,name=call_force_new_era_always_call,json=callForceNewEraAlwaysCall,proto3,oneof"` -} - -type StakingPallet_CallCancelDeferredSlashCall struct { - CallCancelDeferredSlashCall *Staking_CancelDeferredSlashCall `protobuf:"bytes,18,opt,name=call_cancel_deferred_slash_call,json=callCancelDeferredSlashCall,proto3,oneof"` -} - -type StakingPallet_CallPayoutStakersCall struct { - CallPayoutStakersCall *Staking_PayoutStakersCall `protobuf:"bytes,19,opt,name=call_payout_stakers_call,json=callPayoutStakersCall,proto3,oneof"` -} - -type StakingPallet_CallRebondCall struct { - CallRebondCall *Staking_RebondCall `protobuf:"bytes,20,opt,name=call_rebond_call,json=callRebondCall,proto3,oneof"` -} - -type StakingPallet_CallReapStashCall struct { - CallReapStashCall *Staking_ReapStashCall `protobuf:"bytes,21,opt,name=call_reap_stash_call,json=callReapStashCall,proto3,oneof"` -} - -type StakingPallet_CallKickCall struct { - CallKickCall *Staking_KickCall `protobuf:"bytes,22,opt,name=call_kick_call,json=callKickCall,proto3,oneof"` -} - -type StakingPallet_CallSetStakingConfigsCall struct { - CallSetStakingConfigsCall *Staking_SetStakingConfigsCall `protobuf:"bytes,23,opt,name=call_set_staking_configs_call,json=callSetStakingConfigsCall,proto3,oneof"` -} - -type StakingPallet_CallChillOtherCall struct { - CallChillOtherCall *Staking_ChillOtherCall `protobuf:"bytes,24,opt,name=call_chill_other_call,json=callChillOtherCall,proto3,oneof"` -} - -type StakingPallet_CallForceApplyMinCommissionCall struct { - CallForceApplyMinCommissionCall *Staking_ForceApplyMinCommissionCall `protobuf:"bytes,25,opt,name=call_force_apply_min_commission_call,json=callForceApplyMinCommissionCall,proto3,oneof"` -} - -type StakingPallet_CallSetMinCommissionCall struct { - CallSetMinCommissionCall *Staking_SetMinCommissionCall `protobuf:"bytes,26,opt,name=call_set_min_commission_call,json=callSetMinCommissionCall,proto3,oneof"` -} - -func (*StakingPallet_CallBondCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallBondExtraCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallUnbondCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallWithdrawUnbondedCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallValidateCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallNominateCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallChillCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallSetPayeeCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallSetControllerCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallSetValidatorCountCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallIncreaseValidatorCountCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallScaleValidatorCountCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallForceNoErasCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallForceNewEraCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallSetInvulnerablesCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallForceUnstakeCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallForceNewEraAlwaysCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallCancelDeferredSlashCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallPayoutStakersCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallRebondCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallReapStashCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallKickCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallSetStakingConfigsCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallChillOtherCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallForceApplyMinCommissionCall) isStakingPallet_Call() {} - -func (*StakingPallet_CallSetMinCommissionCall) isStakingPallet_Call() {} - -type Treasury_VoidSpendCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *Treasury_VoidSpendCall) Reset() { - *x = Treasury_VoidSpendCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[449] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_VoidSpendCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_VoidSpendCall) ProtoMessage() {} - -func (x *Treasury_VoidSpendCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[449] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_VoidSpendCall.ProtoReflect.Descriptor instead. -func (*Treasury_VoidSpendCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{449} -} - -func (x *Treasury_VoidSpendCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type Identity_Raw2 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw2) Reset() { - *x = Identity_Raw2{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[450] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw2) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw2) ProtoMessage() {} - -func (x *Identity_Raw2) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[450] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw2.ProtoReflect.Descriptor instead. -func (*Identity_Raw2) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{450} -} - -func (x *Identity_Raw2) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_Index struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *Identity_TupleNull `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Index) Reset() { - *x = Identity_Index{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[451] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Index) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Index) ProtoMessage() {} - -func (x *Identity_Index) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[451] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Index.ProtoReflect.Descriptor instead. -func (*Identity_Index) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{451} -} - -func (x *Identity_Index) GetValue0() *Identity_TupleNull { - if x != nil { - return x.Value0 - } - return nil -} - -type Proxy_CreatePureCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to ProxyType: - // - // *Proxy_CreatePureCall_ProxyTypeAny - // *Proxy_CreatePureCall_ProxyTypeNonTransfer - // *Proxy_CreatePureCall_ProxyTypeGovernance - // *Proxy_CreatePureCall_ProxyTypeStaking - // *Proxy_CreatePureCall_ProxyTypeIdentityJudgement - // *Proxy_CreatePureCall_ProxyTypeCancelProxy - ProxyType isProxy_CreatePureCall_ProxyType `protobuf_oneof:"proxy_type"` - Delay uint32 `protobuf:"varint,7,opt,name=delay,proto3" json:"delay,omitempty"` - Index uint32 `protobuf:"varint,8,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *Proxy_CreatePureCall) Reset() { - *x = Proxy_CreatePureCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[452] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_CreatePureCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_CreatePureCall) ProtoMessage() {} - -func (x *Proxy_CreatePureCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[452] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_CreatePureCall.ProtoReflect.Descriptor instead. -func (*Proxy_CreatePureCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{452} -} - -func (m *Proxy_CreatePureCall) GetProxyType() isProxy_CreatePureCall_ProxyType { - if m != nil { - return m.ProxyType - } - return nil -} - -func (x *Proxy_CreatePureCall) GetProxyTypeAny() *Proxy_Any { - if x, ok := x.GetProxyType().(*Proxy_CreatePureCall_ProxyTypeAny); ok { - return x.ProxyTypeAny - } - return nil -} - -func (x *Proxy_CreatePureCall) GetProxyTypeNonTransfer() *Proxy_NonTransfer { - if x, ok := x.GetProxyType().(*Proxy_CreatePureCall_ProxyTypeNonTransfer); ok { - return x.ProxyTypeNonTransfer - } - return nil -} - -func (x *Proxy_CreatePureCall) GetProxyTypeGovernance() *Proxy_Governance { - if x, ok := x.GetProxyType().(*Proxy_CreatePureCall_ProxyTypeGovernance); ok { - return x.ProxyTypeGovernance - } - return nil -} - -func (x *Proxy_CreatePureCall) GetProxyTypeStaking() *Proxy_Staking { - if x, ok := x.GetProxyType().(*Proxy_CreatePureCall_ProxyTypeStaking); ok { - return x.ProxyTypeStaking - } - return nil -} - -func (x *Proxy_CreatePureCall) GetProxyTypeIdentityJudgement() *Proxy_IdentityJudgement { - if x, ok := x.GetProxyType().(*Proxy_CreatePureCall_ProxyTypeIdentityJudgement); ok { - return x.ProxyTypeIdentityJudgement - } - return nil -} - -func (x *Proxy_CreatePureCall) GetProxyTypeCancelProxy() *Proxy_CancelProxy { - if x, ok := x.GetProxyType().(*Proxy_CreatePureCall_ProxyTypeCancelProxy); ok { - return x.ProxyTypeCancelProxy - } - return nil -} - -func (x *Proxy_CreatePureCall) GetDelay() uint32 { - if x != nil { - return x.Delay - } - return 0 -} - -func (x *Proxy_CreatePureCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type isProxy_CreatePureCall_ProxyType interface { - isProxy_CreatePureCall_ProxyType() -} - -type Proxy_CreatePureCall_ProxyTypeAny struct { - ProxyTypeAny *Proxy_Any `protobuf:"bytes,1,opt,name=proxy_type_any,json=proxyTypeAny,proto3,oneof"` -} - -type Proxy_CreatePureCall_ProxyTypeNonTransfer struct { - ProxyTypeNonTransfer *Proxy_NonTransfer `protobuf:"bytes,2,opt,name=proxy_type_non_transfer,json=proxyTypeNonTransfer,proto3,oneof"` -} - -type Proxy_CreatePureCall_ProxyTypeGovernance struct { - ProxyTypeGovernance *Proxy_Governance `protobuf:"bytes,3,opt,name=proxy_type_governance,json=proxyTypeGovernance,proto3,oneof"` -} - -type Proxy_CreatePureCall_ProxyTypeStaking struct { - ProxyTypeStaking *Proxy_Staking `protobuf:"bytes,4,opt,name=proxy_type_staking,json=proxyTypeStaking,proto3,oneof"` -} - -type Proxy_CreatePureCall_ProxyTypeIdentityJudgement struct { - ProxyTypeIdentityJudgement *Proxy_IdentityJudgement `protobuf:"bytes,5,opt,name=proxy_type_identity_judgement,json=proxyTypeIdentityJudgement,proto3,oneof"` -} - -type Proxy_CreatePureCall_ProxyTypeCancelProxy struct { - ProxyTypeCancelProxy *Proxy_CancelProxy `protobuf:"bytes,6,opt,name=proxy_type_cancel_proxy,json=proxyTypeCancelProxy,proto3,oneof"` -} - -func (*Proxy_CreatePureCall_ProxyTypeAny) isProxy_CreatePureCall_ProxyType() {} - -func (*Proxy_CreatePureCall_ProxyTypeNonTransfer) isProxy_CreatePureCall_ProxyType() {} - -func (*Proxy_CreatePureCall_ProxyTypeGovernance) isProxy_CreatePureCall_ProxyType() {} - -func (*Proxy_CreatePureCall_ProxyTypeStaking) isProxy_CreatePureCall_ProxyType() {} - -func (*Proxy_CreatePureCall_ProxyTypeIdentityJudgement) isProxy_CreatePureCall_ProxyType() {} - -func (*Proxy_CreatePureCall_ProxyTypeCancelProxy) isProxy_CreatePureCall_ProxyType() {} - -type Grandpa_SpConsensusGrandpaAppPublic struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreEd25519Public `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Grandpa_SpConsensusGrandpaAppPublic) Reset() { - *x = Grandpa_SpConsensusGrandpaAppPublic{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[453] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_SpConsensusGrandpaAppPublic) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_SpConsensusGrandpaAppPublic) ProtoMessage() {} - -func (x *Grandpa_SpConsensusGrandpaAppPublic) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[453] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_SpConsensusGrandpaAppPublic.ProtoReflect.Descriptor instead. -func (*Grandpa_SpConsensusGrandpaAppPublic) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{453} -} - -func (x *Grandpa_SpConsensusGrandpaAppPublic) GetValue0() *SpCoreEd25519Public { - if x != nil { - return x.Value0 - } - return nil -} - -type Treasury_Address20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Treasury_Address20) Reset() { - *x = Treasury_Address20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[454] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_Address20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_Address20) ProtoMessage() {} - -func (x *Treasury_Address20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[454] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_Address20.ProtoReflect.Descriptor instead. -func (*Treasury_Address20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{454} -} - -func (x *Treasury_Address20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Session_SetKeysCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Keys *VaraRuntimeSessionKeys `protobuf:"bytes,1,opt,name=keys,proto3" json:"keys,omitempty"` - Proof []byte `protobuf:"bytes,2,opt,name=proof,proto3" json:"proof,omitempty"` -} - -func (x *Session_SetKeysCall) Reset() { - *x = Session_SetKeysCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[455] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Session_SetKeysCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Session_SetKeysCall) ProtoMessage() {} - -func (x *Session_SetKeysCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[455] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Session_SetKeysCall.ProtoReflect.Descriptor instead. -func (*Session_SetKeysCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{455} -} - -func (x *Session_SetKeysCall) GetKeys() *VaraRuntimeSessionKeys { - if x != nil { - return x.Keys - } - return nil -} - -func (x *Session_SetKeysCall) GetProof() []byte { - if x != nil { - return x.Proof - } - return nil -} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[456] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[456] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{456} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type NominationPools_Root struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Root: - // - // *NominationPools_Root_RootId - // *NominationPools_Root_RootIndex - // *NominationPools_Root_RootRaw - // *NominationPools_Root_RootAddress32 - // *NominationPools_Root_RootAddress20 - Root isNominationPools_Root_Root `protobuf_oneof:"root"` -} - -func (x *NominationPools_Root) Reset() { - *x = NominationPools_Root{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[457] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Root) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Root) ProtoMessage() {} - -func (x *NominationPools_Root) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[457] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Root.ProtoReflect.Descriptor instead. -func (*NominationPools_Root) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{457} -} - -func (m *NominationPools_Root) GetRoot() isNominationPools_Root_Root { - if m != nil { - return m.Root - } - return nil -} - -func (x *NominationPools_Root) GetRootId() *NominationPools_Id { - if x, ok := x.GetRoot().(*NominationPools_Root_RootId); ok { - return x.RootId - } - return nil -} - -func (x *NominationPools_Root) GetRootIndex() *NominationPools_Index { - if x, ok := x.GetRoot().(*NominationPools_Root_RootIndex); ok { - return x.RootIndex - } - return nil -} - -func (x *NominationPools_Root) GetRootRaw() *NominationPools_Raw { - if x, ok := x.GetRoot().(*NominationPools_Root_RootRaw); ok { - return x.RootRaw - } - return nil -} - -func (x *NominationPools_Root) GetRootAddress32() *NominationPools_Address32 { - if x, ok := x.GetRoot().(*NominationPools_Root_RootAddress32); ok { - return x.RootAddress32 - } - return nil -} - -func (x *NominationPools_Root) GetRootAddress20() *NominationPools_Address20 { - if x, ok := x.GetRoot().(*NominationPools_Root_RootAddress20); ok { - return x.RootAddress20 - } - return nil -} - -type isNominationPools_Root_Root interface { - isNominationPools_Root_Root() -} - -type NominationPools_Root_RootId struct { - RootId *NominationPools_Id `protobuf:"bytes,1,opt,name=root_id,json=rootId,proto3,oneof"` -} - -type NominationPools_Root_RootIndex struct { - RootIndex *NominationPools_Index `protobuf:"bytes,2,opt,name=root_index,json=rootIndex,proto3,oneof"` -} - -type NominationPools_Root_RootRaw struct { - RootRaw *NominationPools_Raw `protobuf:"bytes,3,opt,name=root_raw,json=rootRaw,proto3,oneof"` -} - -type NominationPools_Root_RootAddress32 struct { - RootAddress32 *NominationPools_Address32 `protobuf:"bytes,4,opt,name=root_address32,json=rootAddress32,proto3,oneof"` -} - -type NominationPools_Root_RootAddress20 struct { - RootAddress20 *NominationPools_Address20 `protobuf:"bytes,5,opt,name=root_address20,json=rootAddress20,proto3,oneof"` -} - -func (*NominationPools_Root_RootId) isNominationPools_Root_Root() {} - -func (*NominationPools_Root_RootIndex) isNominationPools_Root_Root() {} - -func (*NominationPools_Root_RootRaw) isNominationPools_Root_Root() {} - -func (*NominationPools_Root_RootAddress32) isNominationPools_Root_Root() {} - -func (*NominationPools_Root_RootAddress20) isNominationPools_Root_Root() {} - -type NominationPools_SetCommissionMaxCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PoolId uint32 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` - MaxCommission *SpArithmeticPerThingsPerbill `protobuf:"bytes,2,opt,name=max_commission,json=maxCommission,proto3" json:"max_commission,omitempty"` -} - -func (x *NominationPools_SetCommissionMaxCall) Reset() { - *x = NominationPools_SetCommissionMaxCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[458] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_SetCommissionMaxCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_SetCommissionMaxCall) ProtoMessage() {} - -func (x *NominationPools_SetCommissionMaxCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[458] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_SetCommissionMaxCall.ProtoReflect.Descriptor instead. -func (*NominationPools_SetCommissionMaxCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{458} -} - -func (x *NominationPools_SetCommissionMaxCall) GetPoolId() uint32 { - if x != nil { - return x.PoolId - } - return 0 -} - -func (x *NominationPools_SetCommissionMaxCall) GetMaxCommission() *SpArithmeticPerThingsPerbill { - if x != nil { - return x.MaxCommission - } - return nil -} - -type AuthorityDiscoveryPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *AuthorityDiscoveryPallet) Reset() { - *x = AuthorityDiscoveryPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[459] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AuthorityDiscoveryPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AuthorityDiscoveryPallet) ProtoMessage() {} - -func (x *AuthorityDiscoveryPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[459] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AuthorityDiscoveryPallet.ProtoReflect.Descriptor instead. -func (*AuthorityDiscoveryPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{459} -} - -type SpAuthorityDiscoveryAppPublic struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreSr25519Public `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *SpAuthorityDiscoveryAppPublic) Reset() { - *x = SpAuthorityDiscoveryAppPublic{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[460] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpAuthorityDiscoveryAppPublic) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpAuthorityDiscoveryAppPublic) ProtoMessage() {} - -func (x *SpAuthorityDiscoveryAppPublic) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[460] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpAuthorityDiscoveryAppPublic.ProtoReflect.Descriptor instead. -func (*SpAuthorityDiscoveryAppPublic) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{460} -} - -func (x *SpAuthorityDiscoveryAppPublic) GetValue0() *SpCoreSr25519Public { - if x != nil { - return x.Value0 - } - return nil -} - -type FellowshipCollective_VoteCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Poll uint32 `protobuf:"varint,1,opt,name=poll,proto3" json:"poll,omitempty"` - Aye bool `protobuf:"varint,2,opt,name=aye,proto3" json:"aye,omitempty"` -} - -func (x *FellowshipCollective_VoteCall) Reset() { - *x = FellowshipCollective_VoteCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[461] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollective_VoteCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollective_VoteCall) ProtoMessage() {} - -func (x *FellowshipCollective_VoteCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[461] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollective_VoteCall.ProtoReflect.Descriptor instead. -func (*FellowshipCollective_VoteCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{461} -} - -func (x *FellowshipCollective_VoteCall) GetPoll() uint32 { - if x != nil { - return x.Poll - } - return 0 -} - -func (x *FellowshipCollective_VoteCall) GetAye() bool { - if x != nil { - return x.Aye - } - return false -} - -type Identity_ClearIdentityCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Identity_ClearIdentityCall) Reset() { - *x = Identity_ClearIdentityCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[462] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_ClearIdentityCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_ClearIdentityCall) ProtoMessage() {} - -func (x *Identity_ClearIdentityCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[462] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_ClearIdentityCall.ProtoReflect.Descriptor instead. -func (*Identity_ClearIdentityCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{462} -} - -type Bounties_CloseBountyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BountyId uint32 `protobuf:"varint,1,opt,name=bounty_id,json=bountyId,proto3" json:"bounty_id,omitempty"` -} - -func (x *Bounties_CloseBountyCall) Reset() { - *x = Bounties_CloseBountyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[463] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_CloseBountyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_CloseBountyCall) ProtoMessage() {} - -func (x *Bounties_CloseBountyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[463] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_CloseBountyCall.ProtoReflect.Descriptor instead. -func (*Bounties_CloseBountyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{463} -} - -func (x *Bounties_CloseBountyCall) GetBountyId() uint32 { - if x != nil { - return x.BountyId - } - return 0 -} - -type NominationPools_Destroying struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *NominationPools_Destroying) Reset() { - *x = NominationPools_Destroying{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[464] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Destroying) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Destroying) ProtoMessage() {} - -func (x *NominationPools_Destroying) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[464] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Destroying.ProtoReflect.Descriptor instead. -func (*NominationPools_Destroying) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{464} -} - -type ImOnline_HeartbeatCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Heartbeat *ImOnline_PalletImOnlineHeartbeat `protobuf:"bytes,1,opt,name=heartbeat,proto3" json:"heartbeat,omitempty"` - Signature *ImOnline_PalletImOnlineSr25519AppSr25519Signature `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` -} - -func (x *ImOnline_HeartbeatCall) Reset() { - *x = ImOnline_HeartbeatCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[465] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ImOnline_HeartbeatCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ImOnline_HeartbeatCall) ProtoMessage() {} - -func (x *ImOnline_HeartbeatCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[465] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ImOnline_HeartbeatCall.ProtoReflect.Descriptor instead. -func (*ImOnline_HeartbeatCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{465} -} - -func (x *ImOnline_HeartbeatCall) GetHeartbeat() *ImOnline_PalletImOnlineHeartbeat { - if x != nil { - return x.Heartbeat - } - return nil -} - -func (x *ImOnline_HeartbeatCall) GetSignature() *ImOnline_PalletImOnlineSr25519AppSr25519Signature { - if x != nil { - return x.Signature - } - return nil -} - -type FellowshipAdmin struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *FellowshipAdmin) Reset() { - *x = FellowshipAdmin{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[466] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipAdmin) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipAdmin) ProtoMessage() {} - -func (x *FellowshipAdmin) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[466] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipAdmin.ProtoReflect.Descriptor instead. -func (*FellowshipAdmin) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{466} -} - -type Referenda_Origins struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Value0: - // - // *Referenda_Origins_Value0StakingAdmin - // *Referenda_Origins_Value0Treasurer - // *Referenda_Origins_Value0FellowshipAdmin - // *Referenda_Origins_Value0GeneralAdmin - // *Referenda_Origins_Value0ReferendumCanceller - // *Referenda_Origins_Value0ReferendumKiller - // *Referenda_Origins_Value0SmallTipper - // *Referenda_Origins_Value0BigTipper - // *Referenda_Origins_Value0SmallSpender - // *Referenda_Origins_Value0MediumSpender - // *Referenda_Origins_Value0BigSpender - // *Referenda_Origins_Value0WhitelistedCaller - // *Referenda_Origins_Value0FellowshipInitiates - // *Referenda_Origins_Value0Fellows - // *Referenda_Origins_Value0FellowshipExperts - // *Referenda_Origins_Value0FellowshipMasters - // *Referenda_Origins_Value0Fellowship1Dan - // *Referenda_Origins_Value0Fellowship2Dan - // *Referenda_Origins_Value0Fellowship3Dan - // *Referenda_Origins_Value0Fellowship4Dan - // *Referenda_Origins_Value0Fellowship5Dan - // *Referenda_Origins_Value0Fellowship6Dan - // *Referenda_Origins_Value0Fellowship7Dan - // *Referenda_Origins_Value0Fellowship8Dan - // *Referenda_Origins_Value0Fellowship9Dan - Value0 isReferenda_Origins_Value0 `protobuf_oneof:"value0"` -} - -func (x *Referenda_Origins) Reset() { - *x = Referenda_Origins{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[467] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_Origins) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_Origins) ProtoMessage() {} - -func (x *Referenda_Origins) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[467] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_Origins.ProtoReflect.Descriptor instead. -func (*Referenda_Origins) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{467} -} - -func (m *Referenda_Origins) GetValue0() isReferenda_Origins_Value0 { - if m != nil { - return m.Value0 - } - return nil -} - -func (x *Referenda_Origins) GetValue0StakingAdmin() *StakingAdmin { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0StakingAdmin); ok { - return x.Value0StakingAdmin - } - return nil -} - -func (x *Referenda_Origins) GetValue0Treasurer() *Treasurer { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0Treasurer); ok { - return x.Value0Treasurer - } - return nil -} - -func (x *Referenda_Origins) GetValue0FellowshipAdmin() *FellowshipAdmin { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0FellowshipAdmin); ok { - return x.Value0FellowshipAdmin - } - return nil -} - -func (x *Referenda_Origins) GetValue0GeneralAdmin() *GeneralAdmin { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0GeneralAdmin); ok { - return x.Value0GeneralAdmin - } - return nil -} - -func (x *Referenda_Origins) GetValue0ReferendumCanceller() *ReferendumCanceller { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0ReferendumCanceller); ok { - return x.Value0ReferendumCanceller - } - return nil -} - -func (x *Referenda_Origins) GetValue0ReferendumKiller() *ReferendumKiller { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0ReferendumKiller); ok { - return x.Value0ReferendumKiller - } - return nil -} - -func (x *Referenda_Origins) GetValue0SmallTipper() *SmallTipper { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0SmallTipper); ok { - return x.Value0SmallTipper - } - return nil -} - -func (x *Referenda_Origins) GetValue0BigTipper() *BigTipper { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0BigTipper); ok { - return x.Value0BigTipper - } - return nil -} - -func (x *Referenda_Origins) GetValue0SmallSpender() *SmallSpender { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0SmallSpender); ok { - return x.Value0SmallSpender - } - return nil -} - -func (x *Referenda_Origins) GetValue0MediumSpender() *MediumSpender { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0MediumSpender); ok { - return x.Value0MediumSpender - } - return nil -} - -func (x *Referenda_Origins) GetValue0BigSpender() *BigSpender { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0BigSpender); ok { - return x.Value0BigSpender - } - return nil -} - -func (x *Referenda_Origins) GetValue0WhitelistedCaller() *WhitelistedCaller { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0WhitelistedCaller); ok { - return x.Value0WhitelistedCaller - } - return nil -} - -func (x *Referenda_Origins) GetValue0FellowshipInitiates() *FellowshipInitiates { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0FellowshipInitiates); ok { - return x.Value0FellowshipInitiates - } - return nil -} - -func (x *Referenda_Origins) GetValue0Fellows() *Fellows { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0Fellows); ok { - return x.Value0Fellows - } - return nil -} - -func (x *Referenda_Origins) GetValue0FellowshipExperts() *FellowshipExperts { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0FellowshipExperts); ok { - return x.Value0FellowshipExperts - } - return nil -} - -func (x *Referenda_Origins) GetValue0FellowshipMasters() *FellowshipMasters { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0FellowshipMasters); ok { - return x.Value0FellowshipMasters - } - return nil -} - -func (x *Referenda_Origins) GetValue0Fellowship1Dan() *Fellowship1Dan { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0Fellowship1Dan); ok { - return x.Value0Fellowship1Dan - } - return nil -} - -func (x *Referenda_Origins) GetValue0Fellowship2Dan() *Fellowship2Dan { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0Fellowship2Dan); ok { - return x.Value0Fellowship2Dan - } - return nil -} - -func (x *Referenda_Origins) GetValue0Fellowship3Dan() *Fellowship3Dan { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0Fellowship3Dan); ok { - return x.Value0Fellowship3Dan - } - return nil -} - -func (x *Referenda_Origins) GetValue0Fellowship4Dan() *Fellowship4Dan { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0Fellowship4Dan); ok { - return x.Value0Fellowship4Dan - } - return nil -} - -func (x *Referenda_Origins) GetValue0Fellowship5Dan() *Fellowship5Dan { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0Fellowship5Dan); ok { - return x.Value0Fellowship5Dan - } - return nil -} - -func (x *Referenda_Origins) GetValue0Fellowship6Dan() *Fellowship6Dan { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0Fellowship6Dan); ok { - return x.Value0Fellowship6Dan - } - return nil -} - -func (x *Referenda_Origins) GetValue0Fellowship7Dan() *Fellowship7Dan { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0Fellowship7Dan); ok { - return x.Value0Fellowship7Dan - } - return nil -} - -func (x *Referenda_Origins) GetValue0Fellowship8Dan() *Fellowship8Dan { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0Fellowship8Dan); ok { - return x.Value0Fellowship8Dan - } - return nil -} - -func (x *Referenda_Origins) GetValue0Fellowship9Dan() *Fellowship9Dan { - if x, ok := x.GetValue0().(*Referenda_Origins_Value0Fellowship9Dan); ok { - return x.Value0Fellowship9Dan - } - return nil -} - -type isReferenda_Origins_Value0 interface { - isReferenda_Origins_Value0() -} - -type Referenda_Origins_Value0StakingAdmin struct { - Value0StakingAdmin *StakingAdmin `protobuf:"bytes,1,opt,name=value0_staking_admin,json=value0StakingAdmin,proto3,oneof"` -} - -type Referenda_Origins_Value0Treasurer struct { - Value0Treasurer *Treasurer `protobuf:"bytes,2,opt,name=value0_treasurer,json=value0Treasurer,proto3,oneof"` -} - -type Referenda_Origins_Value0FellowshipAdmin struct { - Value0FellowshipAdmin *FellowshipAdmin `protobuf:"bytes,3,opt,name=value0_fellowship_admin,json=value0FellowshipAdmin,proto3,oneof"` -} - -type Referenda_Origins_Value0GeneralAdmin struct { - Value0GeneralAdmin *GeneralAdmin `protobuf:"bytes,4,opt,name=value0_general_admin,json=value0GeneralAdmin,proto3,oneof"` -} - -type Referenda_Origins_Value0ReferendumCanceller struct { - Value0ReferendumCanceller *ReferendumCanceller `protobuf:"bytes,5,opt,name=value0_referendum_canceller,json=value0ReferendumCanceller,proto3,oneof"` -} - -type Referenda_Origins_Value0ReferendumKiller struct { - Value0ReferendumKiller *ReferendumKiller `protobuf:"bytes,6,opt,name=value0_referendum_killer,json=value0ReferendumKiller,proto3,oneof"` -} - -type Referenda_Origins_Value0SmallTipper struct { - Value0SmallTipper *SmallTipper `protobuf:"bytes,7,opt,name=value0_small_tipper,json=value0SmallTipper,proto3,oneof"` -} - -type Referenda_Origins_Value0BigTipper struct { - Value0BigTipper *BigTipper `protobuf:"bytes,8,opt,name=value0_big_tipper,json=value0BigTipper,proto3,oneof"` -} - -type Referenda_Origins_Value0SmallSpender struct { - Value0SmallSpender *SmallSpender `protobuf:"bytes,9,opt,name=value0_small_spender,json=value0SmallSpender,proto3,oneof"` -} - -type Referenda_Origins_Value0MediumSpender struct { - Value0MediumSpender *MediumSpender `protobuf:"bytes,10,opt,name=value0_medium_spender,json=value0MediumSpender,proto3,oneof"` -} - -type Referenda_Origins_Value0BigSpender struct { - Value0BigSpender *BigSpender `protobuf:"bytes,11,opt,name=value0_big_spender,json=value0BigSpender,proto3,oneof"` -} - -type Referenda_Origins_Value0WhitelistedCaller struct { - Value0WhitelistedCaller *WhitelistedCaller `protobuf:"bytes,12,opt,name=value0_whitelisted_caller,json=value0WhitelistedCaller,proto3,oneof"` -} - -type Referenda_Origins_Value0FellowshipInitiates struct { - Value0FellowshipInitiates *FellowshipInitiates `protobuf:"bytes,13,opt,name=value0_fellowship_initiates,json=value0FellowshipInitiates,proto3,oneof"` -} - -type Referenda_Origins_Value0Fellows struct { - Value0Fellows *Fellows `protobuf:"bytes,14,opt,name=value0_fellows,json=value0Fellows,proto3,oneof"` -} - -type Referenda_Origins_Value0FellowshipExperts struct { - Value0FellowshipExperts *FellowshipExperts `protobuf:"bytes,15,opt,name=value0_fellowship_experts,json=value0FellowshipExperts,proto3,oneof"` -} - -type Referenda_Origins_Value0FellowshipMasters struct { - Value0FellowshipMasters *FellowshipMasters `protobuf:"bytes,16,opt,name=value0_fellowship_masters,json=value0FellowshipMasters,proto3,oneof"` -} - -type Referenda_Origins_Value0Fellowship1Dan struct { - Value0Fellowship1Dan *Fellowship1Dan `protobuf:"bytes,17,opt,name=value0_fellowship1_dan,json=value0Fellowship1Dan,proto3,oneof"` -} - -type Referenda_Origins_Value0Fellowship2Dan struct { - Value0Fellowship2Dan *Fellowship2Dan `protobuf:"bytes,18,opt,name=value0_fellowship2_dan,json=value0Fellowship2Dan,proto3,oneof"` -} - -type Referenda_Origins_Value0Fellowship3Dan struct { - Value0Fellowship3Dan *Fellowship3Dan `protobuf:"bytes,19,opt,name=value0_fellowship3_dan,json=value0Fellowship3Dan,proto3,oneof"` -} - -type Referenda_Origins_Value0Fellowship4Dan struct { - Value0Fellowship4Dan *Fellowship4Dan `protobuf:"bytes,20,opt,name=value0_fellowship4_dan,json=value0Fellowship4Dan,proto3,oneof"` -} - -type Referenda_Origins_Value0Fellowship5Dan struct { - Value0Fellowship5Dan *Fellowship5Dan `protobuf:"bytes,21,opt,name=value0_fellowship5_dan,json=value0Fellowship5Dan,proto3,oneof"` -} - -type Referenda_Origins_Value0Fellowship6Dan struct { - Value0Fellowship6Dan *Fellowship6Dan `protobuf:"bytes,22,opt,name=value0_fellowship6_dan,json=value0Fellowship6Dan,proto3,oneof"` -} - -type Referenda_Origins_Value0Fellowship7Dan struct { - Value0Fellowship7Dan *Fellowship7Dan `protobuf:"bytes,23,opt,name=value0_fellowship7_dan,json=value0Fellowship7Dan,proto3,oneof"` -} - -type Referenda_Origins_Value0Fellowship8Dan struct { - Value0Fellowship8Dan *Fellowship8Dan `protobuf:"bytes,24,opt,name=value0_fellowship8_dan,json=value0Fellowship8Dan,proto3,oneof"` -} - -type Referenda_Origins_Value0Fellowship9Dan struct { - Value0Fellowship9Dan *Fellowship9Dan `protobuf:"bytes,25,opt,name=value0_fellowship9_dan,json=value0Fellowship9Dan,proto3,oneof"` -} - -func (*Referenda_Origins_Value0StakingAdmin) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0Treasurer) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0FellowshipAdmin) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0GeneralAdmin) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0ReferendumCanceller) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0ReferendumKiller) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0SmallTipper) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0BigTipper) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0SmallSpender) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0MediumSpender) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0BigSpender) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0WhitelistedCaller) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0FellowshipInitiates) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0Fellows) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0FellowshipExperts) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0FellowshipMasters) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0Fellowship1Dan) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0Fellowship2Dan) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0Fellowship3Dan) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0Fellowship4Dan) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0Fellowship5Dan) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0Fellowship6Dan) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0Fellowship7Dan) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0Fellowship8Dan) isReferenda_Origins_Value0() {} - -func (*Referenda_Origins_Value0Fellowship9Dan) isReferenda_Origins_Value0() {} - -type FellowshipReferenda_RefundDecisionDepositCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *FellowshipReferenda_RefundDecisionDepositCall) Reset() { - *x = FellowshipReferenda_RefundDecisionDepositCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[468] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_RefundDecisionDepositCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_RefundDecisionDepositCall) ProtoMessage() {} - -func (x *FellowshipReferenda_RefundDecisionDepositCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[468] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_RefundDecisionDepositCall.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_RefundDecisionDepositCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{468} -} - -func (x *FellowshipReferenda_RefundDecisionDepositCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type Gear_SetExecuteInherentCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *Gear_SetExecuteInherentCall) Reset() { - *x = Gear_SetExecuteInherentCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[469] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Gear_SetExecuteInherentCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Gear_SetExecuteInherentCall) ProtoMessage() {} - -func (x *Gear_SetExecuteInherentCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[469] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Gear_SetExecuteInherentCall.ProtoReflect.Descriptor instead. -func (*Gear_SetExecuteInherentCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{469} -} - -func (x *Gear_SetExecuteInherentCall) GetValue() bool { - if x != nil { - return x.Value - } - return false -} - -type Babe_ReportEquivocationCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - EquivocationProof *SpConsensusSlotsEquivocationProof `protobuf:"bytes,1,opt,name=equivocation_proof,json=equivocationProof,proto3" json:"equivocation_proof,omitempty"` - KeyOwnerProof *SpSessionMembershipProof `protobuf:"bytes,2,opt,name=key_owner_proof,json=keyOwnerProof,proto3" json:"key_owner_proof,omitempty"` -} - -func (x *Babe_ReportEquivocationCall) Reset() { - *x = Babe_ReportEquivocationCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[470] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_ReportEquivocationCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_ReportEquivocationCall) ProtoMessage() {} - -func (x *Babe_ReportEquivocationCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[470] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_ReportEquivocationCall.ProtoReflect.Descriptor instead. -func (*Babe_ReportEquivocationCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{470} -} - -func (x *Babe_ReportEquivocationCall) GetEquivocationProof() *SpConsensusSlotsEquivocationProof { - if x != nil { - return x.EquivocationProof - } - return nil -} - -func (x *Babe_ReportEquivocationCall) GetKeyOwnerProof() *SpSessionMembershipProof { - if x != nil { - return x.KeyOwnerProof - } - return nil -} - -type BalancesPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *BalancesPallet_CallTransferAllowDeathCall - // *BalancesPallet_CallForceTransferCall - // *BalancesPallet_CallTransferKeepAliveCall - // *BalancesPallet_CallTransferAllCall - // *BalancesPallet_CallForceUnreserveCall - // *BalancesPallet_CallUpgradeAccountsCall - // *BalancesPallet_CallForceSetBalanceCall - Call isBalancesPallet_Call `protobuf_oneof:"call"` -} - -func (x *BalancesPallet) Reset() { - *x = BalancesPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[471] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BalancesPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BalancesPallet) ProtoMessage() {} - -func (x *BalancesPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[471] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BalancesPallet.ProtoReflect.Descriptor instead. -func (*BalancesPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{471} -} - -func (m *BalancesPallet) GetCall() isBalancesPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *BalancesPallet) GetCallTransferAllowDeathCall() *Balances_TransferAllowDeathCall { - if x, ok := x.GetCall().(*BalancesPallet_CallTransferAllowDeathCall); ok { - return x.CallTransferAllowDeathCall - } - return nil -} - -func (x *BalancesPallet) GetCallForceTransferCall() *Balances_ForceTransferCall { - if x, ok := x.GetCall().(*BalancesPallet_CallForceTransferCall); ok { - return x.CallForceTransferCall - } - return nil -} - -func (x *BalancesPallet) GetCallTransferKeepAliveCall() *Balances_TransferKeepAliveCall { - if x, ok := x.GetCall().(*BalancesPallet_CallTransferKeepAliveCall); ok { - return x.CallTransferKeepAliveCall - } - return nil -} - -func (x *BalancesPallet) GetCallTransferAllCall() *Balances_TransferAllCall { - if x, ok := x.GetCall().(*BalancesPallet_CallTransferAllCall); ok { - return x.CallTransferAllCall - } - return nil -} - -func (x *BalancesPallet) GetCallForceUnreserveCall() *Balances_ForceUnreserveCall { - if x, ok := x.GetCall().(*BalancesPallet_CallForceUnreserveCall); ok { - return x.CallForceUnreserveCall - } - return nil -} - -func (x *BalancesPallet) GetCallUpgradeAccountsCall() *Balances_UpgradeAccountsCall { - if x, ok := x.GetCall().(*BalancesPallet_CallUpgradeAccountsCall); ok { - return x.CallUpgradeAccountsCall - } - return nil -} - -func (x *BalancesPallet) GetCallForceSetBalanceCall() *Balances_ForceSetBalanceCall { - if x, ok := x.GetCall().(*BalancesPallet_CallForceSetBalanceCall); ok { - return x.CallForceSetBalanceCall - } - return nil -} - -type isBalancesPallet_Call interface { - isBalancesPallet_Call() -} - -type BalancesPallet_CallTransferAllowDeathCall struct { - CallTransferAllowDeathCall *Balances_TransferAllowDeathCall `protobuf:"bytes,1,opt,name=call_transfer_allow_death_call,json=callTransferAllowDeathCall,proto3,oneof"` -} - -type BalancesPallet_CallForceTransferCall struct { - CallForceTransferCall *Balances_ForceTransferCall `protobuf:"bytes,2,opt,name=call_force_transfer_call,json=callForceTransferCall,proto3,oneof"` -} - -type BalancesPallet_CallTransferKeepAliveCall struct { - CallTransferKeepAliveCall *Balances_TransferKeepAliveCall `protobuf:"bytes,3,opt,name=call_transfer_keep_alive_call,json=callTransferKeepAliveCall,proto3,oneof"` -} - -type BalancesPallet_CallTransferAllCall struct { - CallTransferAllCall *Balances_TransferAllCall `protobuf:"bytes,4,opt,name=call_transfer_all_call,json=callTransferAllCall,proto3,oneof"` -} - -type BalancesPallet_CallForceUnreserveCall struct { - CallForceUnreserveCall *Balances_ForceUnreserveCall `protobuf:"bytes,5,opt,name=call_force_unreserve_call,json=callForceUnreserveCall,proto3,oneof"` -} - -type BalancesPallet_CallUpgradeAccountsCall struct { - CallUpgradeAccountsCall *Balances_UpgradeAccountsCall `protobuf:"bytes,6,opt,name=call_upgrade_accounts_call,json=callUpgradeAccountsCall,proto3,oneof"` -} - -type BalancesPallet_CallForceSetBalanceCall struct { - CallForceSetBalanceCall *Balances_ForceSetBalanceCall `protobuf:"bytes,7,opt,name=call_force_set_balance_call,json=callForceSetBalanceCall,proto3,oneof"` -} - -func (*BalancesPallet_CallTransferAllowDeathCall) isBalancesPallet_Call() {} - -func (*BalancesPallet_CallForceTransferCall) isBalancesPallet_Call() {} - -func (*BalancesPallet_CallTransferKeepAliveCall) isBalancesPallet_Call() {} - -func (*BalancesPallet_CallTransferAllCall) isBalancesPallet_Call() {} - -func (*BalancesPallet_CallForceUnreserveCall) isBalancesPallet_Call() {} - -func (*BalancesPallet_CallUpgradeAccountsCall) isBalancesPallet_Call() {} - -func (*BalancesPallet_CallForceSetBalanceCall) isBalancesPallet_Call() {} - -type ChildBounties_UnassignCuratorCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ParentBountyId uint32 `protobuf:"varint,1,opt,name=parent_bounty_id,json=parentBountyId,proto3" json:"parent_bounty_id,omitempty"` - ChildBountyId uint32 `protobuf:"varint,2,opt,name=child_bounty_id,json=childBountyId,proto3" json:"child_bounty_id,omitempty"` -} - -func (x *ChildBounties_UnassignCuratorCall) Reset() { - *x = ChildBounties_UnassignCuratorCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[472] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_UnassignCuratorCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_UnassignCuratorCall) ProtoMessage() {} - -func (x *ChildBounties_UnassignCuratorCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[472] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_UnassignCuratorCall.ProtoReflect.Descriptor instead. -func (*ChildBounties_UnassignCuratorCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{472} -} - -func (x *ChildBounties_UnassignCuratorCall) GetParentBountyId() uint32 { - if x != nil { - return x.ParentBountyId - } - return 0 -} - -func (x *ChildBounties_UnassignCuratorCall) GetChildBountyId() uint32 { - if x != nil { - return x.ChildBountyId - } - return 0 -} - -type NominationPools_MaxPools struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MaxPools: - // - // *NominationPools_MaxPools_MaxPoolsNoop - // *NominationPools_MaxPools_MaxPoolsSet - // *NominationPools_MaxPools_MaxPoolsRemove - MaxPools isNominationPools_MaxPools_MaxPools `protobuf_oneof:"max_pools"` -} - -func (x *NominationPools_MaxPools) Reset() { - *x = NominationPools_MaxPools{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[473] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_MaxPools) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_MaxPools) ProtoMessage() {} - -func (x *NominationPools_MaxPools) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[473] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_MaxPools.ProtoReflect.Descriptor instead. -func (*NominationPools_MaxPools) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{473} -} - -func (m *NominationPools_MaxPools) GetMaxPools() isNominationPools_MaxPools_MaxPools { - if m != nil { - return m.MaxPools - } - return nil -} - -func (x *NominationPools_MaxPools) GetMaxPoolsNoop() *NominationPools_Noop { - if x, ok := x.GetMaxPools().(*NominationPools_MaxPools_MaxPoolsNoop); ok { - return x.MaxPoolsNoop - } - return nil -} - -func (x *NominationPools_MaxPools) GetMaxPoolsSet() *NominationPools_Set { - if x, ok := x.GetMaxPools().(*NominationPools_MaxPools_MaxPoolsSet); ok { - return x.MaxPoolsSet - } - return nil -} - -func (x *NominationPools_MaxPools) GetMaxPoolsRemove() *NominationPools_Remove { - if x, ok := x.GetMaxPools().(*NominationPools_MaxPools_MaxPoolsRemove); ok { - return x.MaxPoolsRemove - } - return nil -} - -type isNominationPools_MaxPools_MaxPools interface { - isNominationPools_MaxPools_MaxPools() -} - -type NominationPools_MaxPools_MaxPoolsNoop struct { - MaxPoolsNoop *NominationPools_Noop `protobuf:"bytes,1,opt,name=max_pools_noop,json=maxPoolsNoop,proto3,oneof"` -} - -type NominationPools_MaxPools_MaxPoolsSet struct { - MaxPoolsSet *NominationPools_Set `protobuf:"bytes,2,opt,name=max_pools_set,json=maxPoolsSet,proto3,oneof"` -} - -type NominationPools_MaxPools_MaxPoolsRemove struct { - MaxPoolsRemove *NominationPools_Remove `protobuf:"bytes,3,opt,name=max_pools_remove,json=maxPoolsRemove,proto3,oneof"` -} - -func (*NominationPools_MaxPools_MaxPoolsNoop) isNominationPools_MaxPools_MaxPools() {} - -func (*NominationPools_MaxPools_MaxPoolsSet) isNominationPools_MaxPools_MaxPools() {} - -func (*NominationPools_MaxPools_MaxPoolsRemove) isNominationPools_MaxPools_MaxPools() {} - -type StakingRewards_WithdrawCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to To: - // - // *StakingRewards_WithdrawCall_ToId - // *StakingRewards_WithdrawCall_ToIndex - // *StakingRewards_WithdrawCall_ToRaw - // *StakingRewards_WithdrawCall_ToAddress32 - // *StakingRewards_WithdrawCall_ToAddress20 - To isStakingRewards_WithdrawCall_To `protobuf_oneof:"to"` - Value string `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *StakingRewards_WithdrawCall) Reset() { - *x = StakingRewards_WithdrawCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[474] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingRewards_WithdrawCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingRewards_WithdrawCall) ProtoMessage() {} - -func (x *StakingRewards_WithdrawCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[474] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingRewards_WithdrawCall.ProtoReflect.Descriptor instead. -func (*StakingRewards_WithdrawCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{474} -} - -func (m *StakingRewards_WithdrawCall) GetTo() isStakingRewards_WithdrawCall_To { - if m != nil { - return m.To - } - return nil -} - -func (x *StakingRewards_WithdrawCall) GetToId() *StakingRewards_Id { - if x, ok := x.GetTo().(*StakingRewards_WithdrawCall_ToId); ok { - return x.ToId - } - return nil -} - -func (x *StakingRewards_WithdrawCall) GetToIndex() *StakingRewards_Index { - if x, ok := x.GetTo().(*StakingRewards_WithdrawCall_ToIndex); ok { - return x.ToIndex - } - return nil -} - -func (x *StakingRewards_WithdrawCall) GetToRaw() *StakingRewards_Raw { - if x, ok := x.GetTo().(*StakingRewards_WithdrawCall_ToRaw); ok { - return x.ToRaw - } - return nil -} - -func (x *StakingRewards_WithdrawCall) GetToAddress32() *StakingRewards_Address32 { - if x, ok := x.GetTo().(*StakingRewards_WithdrawCall_ToAddress32); ok { - return x.ToAddress32 - } - return nil -} - -func (x *StakingRewards_WithdrawCall) GetToAddress20() *StakingRewards_Address20 { - if x, ok := x.GetTo().(*StakingRewards_WithdrawCall_ToAddress20); ok { - return x.ToAddress20 - } - return nil -} - -func (x *StakingRewards_WithdrawCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -type isStakingRewards_WithdrawCall_To interface { - isStakingRewards_WithdrawCall_To() -} - -type StakingRewards_WithdrawCall_ToId struct { - ToId *StakingRewards_Id `protobuf:"bytes,1,opt,name=to_id,json=toId,proto3,oneof"` -} - -type StakingRewards_WithdrawCall_ToIndex struct { - ToIndex *StakingRewards_Index `protobuf:"bytes,2,opt,name=to_index,json=toIndex,proto3,oneof"` -} - -type StakingRewards_WithdrawCall_ToRaw struct { - ToRaw *StakingRewards_Raw `protobuf:"bytes,3,opt,name=to_raw,json=toRaw,proto3,oneof"` -} - -type StakingRewards_WithdrawCall_ToAddress32 struct { - ToAddress32 *StakingRewards_Address32 `protobuf:"bytes,4,opt,name=to_address32,json=toAddress32,proto3,oneof"` -} - -type StakingRewards_WithdrawCall_ToAddress20 struct { - ToAddress20 *StakingRewards_Address20 `protobuf:"bytes,5,opt,name=to_address20,json=toAddress20,proto3,oneof"` -} - -func (*StakingRewards_WithdrawCall_ToId) isStakingRewards_WithdrawCall_To() {} - -func (*StakingRewards_WithdrawCall_ToIndex) isStakingRewards_WithdrawCall_To() {} - -func (*StakingRewards_WithdrawCall_ToRaw) isStakingRewards_WithdrawCall_To() {} - -func (*StakingRewards_WithdrawCall_ToAddress32) isStakingRewards_WithdrawCall_To() {} - -func (*StakingRewards_WithdrawCall_ToAddress20) isStakingRewards_WithdrawCall_To() {} - -type SystemPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *SystemPallet_CallRemarkCall - // *SystemPallet_CallSetHeapPagesCall - // *SystemPallet_CallSetCodeCall - // *SystemPallet_CallSetCodeWithoutChecksCall - // *SystemPallet_CallSetStorageCall - // *SystemPallet_CallKillStorageCall - // *SystemPallet_CallKillPrefixCall - // *SystemPallet_CallRemarkWithEventCall - Call isSystemPallet_Call `protobuf_oneof:"call"` -} - -func (x *SystemPallet) Reset() { - *x = SystemPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[475] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SystemPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SystemPallet) ProtoMessage() {} - -func (x *SystemPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[475] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SystemPallet.ProtoReflect.Descriptor instead. -func (*SystemPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{475} -} - -func (m *SystemPallet) GetCall() isSystemPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *SystemPallet) GetCallRemarkCall() *System_RemarkCall { - if x, ok := x.GetCall().(*SystemPallet_CallRemarkCall); ok { - return x.CallRemarkCall - } - return nil -} - -func (x *SystemPallet) GetCallSetHeapPagesCall() *System_SetHeapPagesCall { - if x, ok := x.GetCall().(*SystemPallet_CallSetHeapPagesCall); ok { - return x.CallSetHeapPagesCall - } - return nil -} - -func (x *SystemPallet) GetCallSetCodeCall() *System_SetCodeCall { - if x, ok := x.GetCall().(*SystemPallet_CallSetCodeCall); ok { - return x.CallSetCodeCall - } - return nil -} - -func (x *SystemPallet) GetCallSetCodeWithoutChecksCall() *System_SetCodeWithoutChecksCall { - if x, ok := x.GetCall().(*SystemPallet_CallSetCodeWithoutChecksCall); ok { - return x.CallSetCodeWithoutChecksCall - } - return nil -} - -func (x *SystemPallet) GetCallSetStorageCall() *System_SetStorageCall { - if x, ok := x.GetCall().(*SystemPallet_CallSetStorageCall); ok { - return x.CallSetStorageCall - } - return nil -} - -func (x *SystemPallet) GetCallKillStorageCall() *System_KillStorageCall { - if x, ok := x.GetCall().(*SystemPallet_CallKillStorageCall); ok { - return x.CallKillStorageCall - } - return nil -} - -func (x *SystemPallet) GetCallKillPrefixCall() *System_KillPrefixCall { - if x, ok := x.GetCall().(*SystemPallet_CallKillPrefixCall); ok { - return x.CallKillPrefixCall - } - return nil -} - -func (x *SystemPallet) GetCallRemarkWithEventCall() *System_RemarkWithEventCall { - if x, ok := x.GetCall().(*SystemPallet_CallRemarkWithEventCall); ok { - return x.CallRemarkWithEventCall - } - return nil -} - -type isSystemPallet_Call interface { - isSystemPallet_Call() -} - -type SystemPallet_CallRemarkCall struct { - CallRemarkCall *System_RemarkCall `protobuf:"bytes,1,opt,name=call_remark_call,json=callRemarkCall,proto3,oneof"` -} - -type SystemPallet_CallSetHeapPagesCall struct { - CallSetHeapPagesCall *System_SetHeapPagesCall `protobuf:"bytes,2,opt,name=call_set_heap_pages_call,json=callSetHeapPagesCall,proto3,oneof"` -} - -type SystemPallet_CallSetCodeCall struct { - CallSetCodeCall *System_SetCodeCall `protobuf:"bytes,3,opt,name=call_set_code_call,json=callSetCodeCall,proto3,oneof"` -} - -type SystemPallet_CallSetCodeWithoutChecksCall struct { - CallSetCodeWithoutChecksCall *System_SetCodeWithoutChecksCall `protobuf:"bytes,4,opt,name=call_set_code_without_checks_call,json=callSetCodeWithoutChecksCall,proto3,oneof"` -} - -type SystemPallet_CallSetStorageCall struct { - CallSetStorageCall *System_SetStorageCall `protobuf:"bytes,5,opt,name=call_set_storage_call,json=callSetStorageCall,proto3,oneof"` -} - -type SystemPallet_CallKillStorageCall struct { - CallKillStorageCall *System_KillStorageCall `protobuf:"bytes,6,opt,name=call_kill_storage_call,json=callKillStorageCall,proto3,oneof"` -} - -type SystemPallet_CallKillPrefixCall struct { - CallKillPrefixCall *System_KillPrefixCall `protobuf:"bytes,7,opt,name=call_kill_prefix_call,json=callKillPrefixCall,proto3,oneof"` -} - -type SystemPallet_CallRemarkWithEventCall struct { - CallRemarkWithEventCall *System_RemarkWithEventCall `protobuf:"bytes,8,opt,name=call_remark_with_event_call,json=callRemarkWithEventCall,proto3,oneof"` -} - -func (*SystemPallet_CallRemarkCall) isSystemPallet_Call() {} - -func (*SystemPallet_CallSetHeapPagesCall) isSystemPallet_Call() {} - -func (*SystemPallet_CallSetCodeCall) isSystemPallet_Call() {} - -func (*SystemPallet_CallSetCodeWithoutChecksCall) isSystemPallet_Call() {} - -func (*SystemPallet_CallSetStorageCall) isSystemPallet_Call() {} - -func (*SystemPallet_CallKillStorageCall) isSystemPallet_Call() {} - -func (*SystemPallet_CallKillPrefixCall) isSystemPallet_Call() {} - -func (*SystemPallet_CallRemarkWithEventCall) isSystemPallet_Call() {} - -type BagsList_Id struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *BagsList_Id) Reset() { - *x = BagsList_Id{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[476] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BagsList_Id) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BagsList_Id) ProtoMessage() {} - -func (x *BagsList_Id) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[476] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BagsList_Id.ProtoReflect.Descriptor instead. -func (*BagsList_Id) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{476} -} - -func (x *BagsList_Id) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type NominationPools_SetCommissionCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PoolId uint32 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` - NewCommission *NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32 `protobuf:"bytes,2,opt,name=new_commission,json=newCommission,proto3,oneof" json:"new_commission,omitempty"` -} - -func (x *NominationPools_SetCommissionCall) Reset() { - *x = NominationPools_SetCommissionCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[477] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_SetCommissionCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_SetCommissionCall) ProtoMessage() {} - -func (x *NominationPools_SetCommissionCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[477] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_SetCommissionCall.ProtoReflect.Descriptor instead. -func (*NominationPools_SetCommissionCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{477} -} - -func (x *NominationPools_SetCommissionCall) GetPoolId() uint32 { - if x != nil { - return x.PoolId - } - return 0 -} - -func (x *NominationPools_SetCommissionCall) GetNewCommission() *NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32 { - if x != nil { - return x.NewCommission - } - return nil -} - -type Identity_SetIdentityCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Info *Identity_PalletIdentitySimpleIdentityInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` -} - -func (x *Identity_SetIdentityCall) Reset() { - *x = Identity_SetIdentityCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[478] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_SetIdentityCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_SetIdentityCall) ProtoMessage() {} - -func (x *Identity_SetIdentityCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[478] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_SetIdentityCall.ProtoReflect.Descriptor instead. -func (*Identity_SetIdentityCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{478} -} - -func (x *Identity_SetIdentityCall) GetInfo() *Identity_PalletIdentitySimpleIdentityInfo { - if x != nil { - return x.Info - } - return nil -} - -type ChildBounties_Curator struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Curator: - // - // *ChildBounties_Curator_CuratorId - // *ChildBounties_Curator_CuratorIndex - // *ChildBounties_Curator_CuratorRaw - // *ChildBounties_Curator_CuratorAddress32 - // *ChildBounties_Curator_CuratorAddress20 - Curator isChildBounties_Curator_Curator `protobuf_oneof:"curator"` -} - -func (x *ChildBounties_Curator) Reset() { - *x = ChildBounties_Curator{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[479] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_Curator) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_Curator) ProtoMessage() {} - -func (x *ChildBounties_Curator) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[479] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_Curator.ProtoReflect.Descriptor instead. -func (*ChildBounties_Curator) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{479} -} - -func (m *ChildBounties_Curator) GetCurator() isChildBounties_Curator_Curator { - if m != nil { - return m.Curator - } - return nil -} - -func (x *ChildBounties_Curator) GetCuratorId() *ChildBounties_Id { - if x, ok := x.GetCurator().(*ChildBounties_Curator_CuratorId); ok { - return x.CuratorId - } - return nil -} - -func (x *ChildBounties_Curator) GetCuratorIndex() *ChildBounties_Index { - if x, ok := x.GetCurator().(*ChildBounties_Curator_CuratorIndex); ok { - return x.CuratorIndex - } - return nil -} - -func (x *ChildBounties_Curator) GetCuratorRaw() *ChildBounties_Raw { - if x, ok := x.GetCurator().(*ChildBounties_Curator_CuratorRaw); ok { - return x.CuratorRaw - } - return nil -} - -func (x *ChildBounties_Curator) GetCuratorAddress32() *ChildBounties_Address32 { - if x, ok := x.GetCurator().(*ChildBounties_Curator_CuratorAddress32); ok { - return x.CuratorAddress32 - } - return nil -} - -func (x *ChildBounties_Curator) GetCuratorAddress20() *ChildBounties_Address20 { - if x, ok := x.GetCurator().(*ChildBounties_Curator_CuratorAddress20); ok { - return x.CuratorAddress20 - } - return nil -} - -type isChildBounties_Curator_Curator interface { - isChildBounties_Curator_Curator() -} - -type ChildBounties_Curator_CuratorId struct { - CuratorId *ChildBounties_Id `protobuf:"bytes,1,opt,name=curator_id,json=curatorId,proto3,oneof"` -} - -type ChildBounties_Curator_CuratorIndex struct { - CuratorIndex *ChildBounties_Index `protobuf:"bytes,2,opt,name=curator_index,json=curatorIndex,proto3,oneof"` -} - -type ChildBounties_Curator_CuratorRaw struct { - CuratorRaw *ChildBounties_Raw `protobuf:"bytes,3,opt,name=curator_raw,json=curatorRaw,proto3,oneof"` -} - -type ChildBounties_Curator_CuratorAddress32 struct { - CuratorAddress32 *ChildBounties_Address32 `protobuf:"bytes,4,opt,name=curator_address32,json=curatorAddress32,proto3,oneof"` -} - -type ChildBounties_Curator_CuratorAddress20 struct { - CuratorAddress20 *ChildBounties_Address20 `protobuf:"bytes,5,opt,name=curator_address20,json=curatorAddress20,proto3,oneof"` -} - -func (*ChildBounties_Curator_CuratorId) isChildBounties_Curator_Curator() {} - -func (*ChildBounties_Curator_CuratorIndex) isChildBounties_Curator_Curator() {} - -func (*ChildBounties_Curator_CuratorRaw) isChildBounties_Curator_Curator() {} - -func (*ChildBounties_Curator_CuratorAddress32) isChildBounties_Curator_Curator() {} - -func (*ChildBounties_Curator_CuratorAddress20) isChildBounties_Curator_Curator() {} - -type ChildBounties_AwardChildBountyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ParentBountyId uint32 `protobuf:"varint,1,opt,name=parent_bounty_id,json=parentBountyId,proto3" json:"parent_bounty_id,omitempty"` - ChildBountyId uint32 `protobuf:"varint,2,opt,name=child_bounty_id,json=childBountyId,proto3" json:"child_bounty_id,omitempty"` - // Types that are assignable to Beneficiary: - // - // *ChildBounties_AwardChildBountyCall_BeneficiaryId - // *ChildBounties_AwardChildBountyCall_BeneficiaryIndex - // *ChildBounties_AwardChildBountyCall_BeneficiaryRaw - // *ChildBounties_AwardChildBountyCall_BeneficiaryAddress32 - // *ChildBounties_AwardChildBountyCall_BeneficiaryAddress20 - Beneficiary isChildBounties_AwardChildBountyCall_Beneficiary `protobuf_oneof:"beneficiary"` -} - -func (x *ChildBounties_AwardChildBountyCall) Reset() { - *x = ChildBounties_AwardChildBountyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[480] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_AwardChildBountyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_AwardChildBountyCall) ProtoMessage() {} - -func (x *ChildBounties_AwardChildBountyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[480] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_AwardChildBountyCall.ProtoReflect.Descriptor instead. -func (*ChildBounties_AwardChildBountyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{480} -} - -func (x *ChildBounties_AwardChildBountyCall) GetParentBountyId() uint32 { - if x != nil { - return x.ParentBountyId - } - return 0 -} - -func (x *ChildBounties_AwardChildBountyCall) GetChildBountyId() uint32 { - if x != nil { - return x.ChildBountyId - } - return 0 -} - -func (m *ChildBounties_AwardChildBountyCall) GetBeneficiary() isChildBounties_AwardChildBountyCall_Beneficiary { - if m != nil { - return m.Beneficiary - } - return nil -} - -func (x *ChildBounties_AwardChildBountyCall) GetBeneficiaryId() *ChildBounties_Id { - if x, ok := x.GetBeneficiary().(*ChildBounties_AwardChildBountyCall_BeneficiaryId); ok { - return x.BeneficiaryId - } - return nil -} - -func (x *ChildBounties_AwardChildBountyCall) GetBeneficiaryIndex() *ChildBounties_Index { - if x, ok := x.GetBeneficiary().(*ChildBounties_AwardChildBountyCall_BeneficiaryIndex); ok { - return x.BeneficiaryIndex - } - return nil -} - -func (x *ChildBounties_AwardChildBountyCall) GetBeneficiaryRaw() *ChildBounties_Raw { - if x, ok := x.GetBeneficiary().(*ChildBounties_AwardChildBountyCall_BeneficiaryRaw); ok { - return x.BeneficiaryRaw - } - return nil -} - -func (x *ChildBounties_AwardChildBountyCall) GetBeneficiaryAddress32() *ChildBounties_Address32 { - if x, ok := x.GetBeneficiary().(*ChildBounties_AwardChildBountyCall_BeneficiaryAddress32); ok { - return x.BeneficiaryAddress32 - } - return nil -} - -func (x *ChildBounties_AwardChildBountyCall) GetBeneficiaryAddress20() *ChildBounties_Address20 { - if x, ok := x.GetBeneficiary().(*ChildBounties_AwardChildBountyCall_BeneficiaryAddress20); ok { - return x.BeneficiaryAddress20 - } - return nil -} - -type isChildBounties_AwardChildBountyCall_Beneficiary interface { - isChildBounties_AwardChildBountyCall_Beneficiary() -} - -type ChildBounties_AwardChildBountyCall_BeneficiaryId struct { - BeneficiaryId *ChildBounties_Id `protobuf:"bytes,3,opt,name=beneficiary_id,json=beneficiaryId,proto3,oneof"` -} - -type ChildBounties_AwardChildBountyCall_BeneficiaryIndex struct { - BeneficiaryIndex *ChildBounties_Index `protobuf:"bytes,4,opt,name=beneficiary_index,json=beneficiaryIndex,proto3,oneof"` -} - -type ChildBounties_AwardChildBountyCall_BeneficiaryRaw struct { - BeneficiaryRaw *ChildBounties_Raw `protobuf:"bytes,5,opt,name=beneficiary_raw,json=beneficiaryRaw,proto3,oneof"` -} - -type ChildBounties_AwardChildBountyCall_BeneficiaryAddress32 struct { - BeneficiaryAddress32 *ChildBounties_Address32 `protobuf:"bytes,6,opt,name=beneficiary_address32,json=beneficiaryAddress32,proto3,oneof"` -} - -type ChildBounties_AwardChildBountyCall_BeneficiaryAddress20 struct { - BeneficiaryAddress20 *ChildBounties_Address20 `protobuf:"bytes,7,opt,name=beneficiary_address20,json=beneficiaryAddress20,proto3,oneof"` -} - -func (*ChildBounties_AwardChildBountyCall_BeneficiaryId) isChildBounties_AwardChildBountyCall_Beneficiary() { -} - -func (*ChildBounties_AwardChildBountyCall_BeneficiaryIndex) isChildBounties_AwardChildBountyCall_Beneficiary() { -} - -func (*ChildBounties_AwardChildBountyCall_BeneficiaryRaw) isChildBounties_AwardChildBountyCall_Beneficiary() { -} - -func (*ChildBounties_AwardChildBountyCall_BeneficiaryAddress32) isChildBounties_AwardChildBountyCall_Beneficiary() { -} - -func (*ChildBounties_AwardChildBountyCall_BeneficiaryAddress20) isChildBounties_AwardChildBountyCall_Beneficiary() { -} - -type NominationPools_NewRoot struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to NewRoot: - // - // *NominationPools_NewRoot_NewRootNoop - // *NominationPools_NewRoot_NewRootSet - // *NominationPools_NewRoot_NewRootRemove - NewRoot isNominationPools_NewRoot_NewRoot `protobuf_oneof:"new_root"` -} - -func (x *NominationPools_NewRoot) Reset() { - *x = NominationPools_NewRoot{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[481] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_NewRoot) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_NewRoot) ProtoMessage() {} - -func (x *NominationPools_NewRoot) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[481] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_NewRoot.ProtoReflect.Descriptor instead. -func (*NominationPools_NewRoot) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{481} -} - -func (m *NominationPools_NewRoot) GetNewRoot() isNominationPools_NewRoot_NewRoot { - if m != nil { - return m.NewRoot - } - return nil -} - -func (x *NominationPools_NewRoot) GetNewRootNoop() *NominationPools_Noop { - if x, ok := x.GetNewRoot().(*NominationPools_NewRoot_NewRootNoop); ok { - return x.NewRootNoop - } - return nil -} - -func (x *NominationPools_NewRoot) GetNewRootSet() *NominationPools_Set { - if x, ok := x.GetNewRoot().(*NominationPools_NewRoot_NewRootSet); ok { - return x.NewRootSet - } - return nil -} - -func (x *NominationPools_NewRoot) GetNewRootRemove() *NominationPools_Remove { - if x, ok := x.GetNewRoot().(*NominationPools_NewRoot_NewRootRemove); ok { - return x.NewRootRemove - } - return nil -} - -type isNominationPools_NewRoot_NewRoot interface { - isNominationPools_NewRoot_NewRoot() -} - -type NominationPools_NewRoot_NewRootNoop struct { - NewRootNoop *NominationPools_Noop `protobuf:"bytes,1,opt,name=new_root_noop,json=newRootNoop,proto3,oneof"` -} - -type NominationPools_NewRoot_NewRootSet struct { - NewRootSet *NominationPools_Set `protobuf:"bytes,2,opt,name=new_root_set,json=newRootSet,proto3,oneof"` -} - -type NominationPools_NewRoot_NewRootRemove struct { - NewRootRemove *NominationPools_Remove `protobuf:"bytes,3,opt,name=new_root_remove,json=newRootRemove,proto3,oneof"` -} - -func (*NominationPools_NewRoot_NewRootNoop) isNominationPools_NewRoot_NewRoot() {} - -func (*NominationPools_NewRoot_NewRootSet) isNominationPools_NewRoot_NewRoot() {} - -func (*NominationPools_NewRoot_NewRootRemove) isNominationPools_NewRoot_NewRoot() {} - -type Utility_Origins struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Value0: - // - // *Utility_Origins_Value0StakingAdmin - // *Utility_Origins_Value0Treasurer - // *Utility_Origins_Value0FellowshipAdmin - // *Utility_Origins_Value0GeneralAdmin - // *Utility_Origins_Value0ReferendumCanceller - // *Utility_Origins_Value0ReferendumKiller - // *Utility_Origins_Value0SmallTipper - // *Utility_Origins_Value0BigTipper - // *Utility_Origins_Value0SmallSpender - // *Utility_Origins_Value0MediumSpender - // *Utility_Origins_Value0BigSpender - // *Utility_Origins_Value0WhitelistedCaller - // *Utility_Origins_Value0FellowshipInitiates - // *Utility_Origins_Value0Fellows - // *Utility_Origins_Value0FellowshipExperts - // *Utility_Origins_Value0FellowshipMasters - // *Utility_Origins_Value0Fellowship1Dan - // *Utility_Origins_Value0Fellowship2Dan - // *Utility_Origins_Value0Fellowship3Dan - // *Utility_Origins_Value0Fellowship4Dan - // *Utility_Origins_Value0Fellowship5Dan - // *Utility_Origins_Value0Fellowship6Dan - // *Utility_Origins_Value0Fellowship7Dan - // *Utility_Origins_Value0Fellowship8Dan - // *Utility_Origins_Value0Fellowship9Dan - Value0 isUtility_Origins_Value0 `protobuf_oneof:"value0"` -} - -func (x *Utility_Origins) Reset() { - *x = Utility_Origins{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[482] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Utility_Origins) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Utility_Origins) ProtoMessage() {} - -func (x *Utility_Origins) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[482] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Utility_Origins.ProtoReflect.Descriptor instead. -func (*Utility_Origins) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{482} -} - -func (m *Utility_Origins) GetValue0() isUtility_Origins_Value0 { - if m != nil { - return m.Value0 - } - return nil -} - -func (x *Utility_Origins) GetValue0StakingAdmin() *StakingAdmin { - if x, ok := x.GetValue0().(*Utility_Origins_Value0StakingAdmin); ok { - return x.Value0StakingAdmin - } - return nil -} - -func (x *Utility_Origins) GetValue0Treasurer() *Treasurer { - if x, ok := x.GetValue0().(*Utility_Origins_Value0Treasurer); ok { - return x.Value0Treasurer - } - return nil -} - -func (x *Utility_Origins) GetValue0FellowshipAdmin() *FellowshipAdmin { - if x, ok := x.GetValue0().(*Utility_Origins_Value0FellowshipAdmin); ok { - return x.Value0FellowshipAdmin - } - return nil -} - -func (x *Utility_Origins) GetValue0GeneralAdmin() *GeneralAdmin { - if x, ok := x.GetValue0().(*Utility_Origins_Value0GeneralAdmin); ok { - return x.Value0GeneralAdmin - } - return nil -} - -func (x *Utility_Origins) GetValue0ReferendumCanceller() *ReferendumCanceller { - if x, ok := x.GetValue0().(*Utility_Origins_Value0ReferendumCanceller); ok { - return x.Value0ReferendumCanceller - } - return nil -} - -func (x *Utility_Origins) GetValue0ReferendumKiller() *ReferendumKiller { - if x, ok := x.GetValue0().(*Utility_Origins_Value0ReferendumKiller); ok { - return x.Value0ReferendumKiller - } - return nil -} - -func (x *Utility_Origins) GetValue0SmallTipper() *SmallTipper { - if x, ok := x.GetValue0().(*Utility_Origins_Value0SmallTipper); ok { - return x.Value0SmallTipper - } - return nil -} - -func (x *Utility_Origins) GetValue0BigTipper() *BigTipper { - if x, ok := x.GetValue0().(*Utility_Origins_Value0BigTipper); ok { - return x.Value0BigTipper - } - return nil -} - -func (x *Utility_Origins) GetValue0SmallSpender() *SmallSpender { - if x, ok := x.GetValue0().(*Utility_Origins_Value0SmallSpender); ok { - return x.Value0SmallSpender - } - return nil -} - -func (x *Utility_Origins) GetValue0MediumSpender() *MediumSpender { - if x, ok := x.GetValue0().(*Utility_Origins_Value0MediumSpender); ok { - return x.Value0MediumSpender - } - return nil -} - -func (x *Utility_Origins) GetValue0BigSpender() *BigSpender { - if x, ok := x.GetValue0().(*Utility_Origins_Value0BigSpender); ok { - return x.Value0BigSpender - } - return nil -} - -func (x *Utility_Origins) GetValue0WhitelistedCaller() *WhitelistedCaller { - if x, ok := x.GetValue0().(*Utility_Origins_Value0WhitelistedCaller); ok { - return x.Value0WhitelistedCaller - } - return nil -} - -func (x *Utility_Origins) GetValue0FellowshipInitiates() *FellowshipInitiates { - if x, ok := x.GetValue0().(*Utility_Origins_Value0FellowshipInitiates); ok { - return x.Value0FellowshipInitiates - } - return nil -} - -func (x *Utility_Origins) GetValue0Fellows() *Fellows { - if x, ok := x.GetValue0().(*Utility_Origins_Value0Fellows); ok { - return x.Value0Fellows - } - return nil -} - -func (x *Utility_Origins) GetValue0FellowshipExperts() *FellowshipExperts { - if x, ok := x.GetValue0().(*Utility_Origins_Value0FellowshipExperts); ok { - return x.Value0FellowshipExperts - } - return nil -} - -func (x *Utility_Origins) GetValue0FellowshipMasters() *FellowshipMasters { - if x, ok := x.GetValue0().(*Utility_Origins_Value0FellowshipMasters); ok { - return x.Value0FellowshipMasters - } - return nil -} - -func (x *Utility_Origins) GetValue0Fellowship1Dan() *Fellowship1Dan { - if x, ok := x.GetValue0().(*Utility_Origins_Value0Fellowship1Dan); ok { - return x.Value0Fellowship1Dan - } - return nil -} - -func (x *Utility_Origins) GetValue0Fellowship2Dan() *Fellowship2Dan { - if x, ok := x.GetValue0().(*Utility_Origins_Value0Fellowship2Dan); ok { - return x.Value0Fellowship2Dan - } - return nil -} - -func (x *Utility_Origins) GetValue0Fellowship3Dan() *Fellowship3Dan { - if x, ok := x.GetValue0().(*Utility_Origins_Value0Fellowship3Dan); ok { - return x.Value0Fellowship3Dan - } - return nil -} - -func (x *Utility_Origins) GetValue0Fellowship4Dan() *Fellowship4Dan { - if x, ok := x.GetValue0().(*Utility_Origins_Value0Fellowship4Dan); ok { - return x.Value0Fellowship4Dan - } - return nil -} - -func (x *Utility_Origins) GetValue0Fellowship5Dan() *Fellowship5Dan { - if x, ok := x.GetValue0().(*Utility_Origins_Value0Fellowship5Dan); ok { - return x.Value0Fellowship5Dan - } - return nil -} - -func (x *Utility_Origins) GetValue0Fellowship6Dan() *Fellowship6Dan { - if x, ok := x.GetValue0().(*Utility_Origins_Value0Fellowship6Dan); ok { - return x.Value0Fellowship6Dan - } - return nil -} - -func (x *Utility_Origins) GetValue0Fellowship7Dan() *Fellowship7Dan { - if x, ok := x.GetValue0().(*Utility_Origins_Value0Fellowship7Dan); ok { - return x.Value0Fellowship7Dan - } - return nil -} - -func (x *Utility_Origins) GetValue0Fellowship8Dan() *Fellowship8Dan { - if x, ok := x.GetValue0().(*Utility_Origins_Value0Fellowship8Dan); ok { - return x.Value0Fellowship8Dan - } - return nil -} - -func (x *Utility_Origins) GetValue0Fellowship9Dan() *Fellowship9Dan { - if x, ok := x.GetValue0().(*Utility_Origins_Value0Fellowship9Dan); ok { - return x.Value0Fellowship9Dan - } - return nil -} - -type isUtility_Origins_Value0 interface { - isUtility_Origins_Value0() -} - -type Utility_Origins_Value0StakingAdmin struct { - Value0StakingAdmin *StakingAdmin `protobuf:"bytes,1,opt,name=value0_staking_admin,json=value0StakingAdmin,proto3,oneof"` -} - -type Utility_Origins_Value0Treasurer struct { - Value0Treasurer *Treasurer `protobuf:"bytes,2,opt,name=value0_treasurer,json=value0Treasurer,proto3,oneof"` -} - -type Utility_Origins_Value0FellowshipAdmin struct { - Value0FellowshipAdmin *FellowshipAdmin `protobuf:"bytes,3,opt,name=value0_fellowship_admin,json=value0FellowshipAdmin,proto3,oneof"` -} - -type Utility_Origins_Value0GeneralAdmin struct { - Value0GeneralAdmin *GeneralAdmin `protobuf:"bytes,4,opt,name=value0_general_admin,json=value0GeneralAdmin,proto3,oneof"` -} - -type Utility_Origins_Value0ReferendumCanceller struct { - Value0ReferendumCanceller *ReferendumCanceller `protobuf:"bytes,5,opt,name=value0_referendum_canceller,json=value0ReferendumCanceller,proto3,oneof"` -} - -type Utility_Origins_Value0ReferendumKiller struct { - Value0ReferendumKiller *ReferendumKiller `protobuf:"bytes,6,opt,name=value0_referendum_killer,json=value0ReferendumKiller,proto3,oneof"` -} - -type Utility_Origins_Value0SmallTipper struct { - Value0SmallTipper *SmallTipper `protobuf:"bytes,7,opt,name=value0_small_tipper,json=value0SmallTipper,proto3,oneof"` -} - -type Utility_Origins_Value0BigTipper struct { - Value0BigTipper *BigTipper `protobuf:"bytes,8,opt,name=value0_big_tipper,json=value0BigTipper,proto3,oneof"` -} - -type Utility_Origins_Value0SmallSpender struct { - Value0SmallSpender *SmallSpender `protobuf:"bytes,9,opt,name=value0_small_spender,json=value0SmallSpender,proto3,oneof"` -} - -type Utility_Origins_Value0MediumSpender struct { - Value0MediumSpender *MediumSpender `protobuf:"bytes,10,opt,name=value0_medium_spender,json=value0MediumSpender,proto3,oneof"` -} - -type Utility_Origins_Value0BigSpender struct { - Value0BigSpender *BigSpender `protobuf:"bytes,11,opt,name=value0_big_spender,json=value0BigSpender,proto3,oneof"` -} - -type Utility_Origins_Value0WhitelistedCaller struct { - Value0WhitelistedCaller *WhitelistedCaller `protobuf:"bytes,12,opt,name=value0_whitelisted_caller,json=value0WhitelistedCaller,proto3,oneof"` -} - -type Utility_Origins_Value0FellowshipInitiates struct { - Value0FellowshipInitiates *FellowshipInitiates `protobuf:"bytes,13,opt,name=value0_fellowship_initiates,json=value0FellowshipInitiates,proto3,oneof"` -} - -type Utility_Origins_Value0Fellows struct { - Value0Fellows *Fellows `protobuf:"bytes,14,opt,name=value0_fellows,json=value0Fellows,proto3,oneof"` -} - -type Utility_Origins_Value0FellowshipExperts struct { - Value0FellowshipExperts *FellowshipExperts `protobuf:"bytes,15,opt,name=value0_fellowship_experts,json=value0FellowshipExperts,proto3,oneof"` -} - -type Utility_Origins_Value0FellowshipMasters struct { - Value0FellowshipMasters *FellowshipMasters `protobuf:"bytes,16,opt,name=value0_fellowship_masters,json=value0FellowshipMasters,proto3,oneof"` -} - -type Utility_Origins_Value0Fellowship1Dan struct { - Value0Fellowship1Dan *Fellowship1Dan `protobuf:"bytes,17,opt,name=value0_fellowship1_dan,json=value0Fellowship1Dan,proto3,oneof"` -} - -type Utility_Origins_Value0Fellowship2Dan struct { - Value0Fellowship2Dan *Fellowship2Dan `protobuf:"bytes,18,opt,name=value0_fellowship2_dan,json=value0Fellowship2Dan,proto3,oneof"` -} - -type Utility_Origins_Value0Fellowship3Dan struct { - Value0Fellowship3Dan *Fellowship3Dan `protobuf:"bytes,19,opt,name=value0_fellowship3_dan,json=value0Fellowship3Dan,proto3,oneof"` -} - -type Utility_Origins_Value0Fellowship4Dan struct { - Value0Fellowship4Dan *Fellowship4Dan `protobuf:"bytes,20,opt,name=value0_fellowship4_dan,json=value0Fellowship4Dan,proto3,oneof"` -} - -type Utility_Origins_Value0Fellowship5Dan struct { - Value0Fellowship5Dan *Fellowship5Dan `protobuf:"bytes,21,opt,name=value0_fellowship5_dan,json=value0Fellowship5Dan,proto3,oneof"` -} - -type Utility_Origins_Value0Fellowship6Dan struct { - Value0Fellowship6Dan *Fellowship6Dan `protobuf:"bytes,22,opt,name=value0_fellowship6_dan,json=value0Fellowship6Dan,proto3,oneof"` -} - -type Utility_Origins_Value0Fellowship7Dan struct { - Value0Fellowship7Dan *Fellowship7Dan `protobuf:"bytes,23,opt,name=value0_fellowship7_dan,json=value0Fellowship7Dan,proto3,oneof"` -} - -type Utility_Origins_Value0Fellowship8Dan struct { - Value0Fellowship8Dan *Fellowship8Dan `protobuf:"bytes,24,opt,name=value0_fellowship8_dan,json=value0Fellowship8Dan,proto3,oneof"` -} - -type Utility_Origins_Value0Fellowship9Dan struct { - Value0Fellowship9Dan *Fellowship9Dan `protobuf:"bytes,25,opt,name=value0_fellowship9_dan,json=value0Fellowship9Dan,proto3,oneof"` -} - -func (*Utility_Origins_Value0StakingAdmin) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0Treasurer) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0FellowshipAdmin) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0GeneralAdmin) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0ReferendumCanceller) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0ReferendumKiller) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0SmallTipper) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0BigTipper) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0SmallSpender) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0MediumSpender) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0BigSpender) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0WhitelistedCaller) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0FellowshipInitiates) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0Fellows) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0FellowshipExperts) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0FellowshipMasters) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0Fellowship1Dan) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0Fellowship2Dan) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0Fellowship3Dan) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0Fellowship4Dan) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0Fellowship5Dan) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0Fellowship6Dan) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0Fellowship7Dan) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0Fellowship8Dan) isUtility_Origins_Value0() {} - -func (*Utility_Origins_Value0Fellowship9Dan) isUtility_Origins_Value0() {} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[483] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[483] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{483} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type Referenda_Lookup struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Hash *PrimitiveTypesH256 `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` - Len uint32 `protobuf:"varint,2,opt,name=len,proto3" json:"len,omitempty"` -} - -func (x *Referenda_Lookup) Reset() { - *x = Referenda_Lookup{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[484] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_Lookup) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_Lookup) ProtoMessage() {} - -func (x *Referenda_Lookup) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[484] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_Lookup.ProtoReflect.Descriptor instead. -func (*Referenda_Lookup) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{484} -} - -func (x *Referenda_Lookup) GetHash() *PrimitiveTypesH256 { - if x != nil { - return x.Hash - } - return nil -} - -func (x *Referenda_Lookup) GetLen() uint32 { - if x != nil { - return x.Len - } - return 0 -} - -type Identity_KillIdentityCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Target: - // - // *Identity_KillIdentityCall_TargetId - // *Identity_KillIdentityCall_TargetIndex - // *Identity_KillIdentityCall_TargetRaw - // *Identity_KillIdentityCall_TargetAddress32 - // *Identity_KillIdentityCall_TargetAddress20 - Target isIdentity_KillIdentityCall_Target `protobuf_oneof:"target"` -} - -func (x *Identity_KillIdentityCall) Reset() { - *x = Identity_KillIdentityCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[485] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_KillIdentityCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_KillIdentityCall) ProtoMessage() {} - -func (x *Identity_KillIdentityCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[485] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_KillIdentityCall.ProtoReflect.Descriptor instead. -func (*Identity_KillIdentityCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{485} -} - -func (m *Identity_KillIdentityCall) GetTarget() isIdentity_KillIdentityCall_Target { - if m != nil { - return m.Target - } - return nil -} - -func (x *Identity_KillIdentityCall) GetTargetId() *Identity_Id { - if x, ok := x.GetTarget().(*Identity_KillIdentityCall_TargetId); ok { - return x.TargetId - } - return nil -} - -func (x *Identity_KillIdentityCall) GetTargetIndex() *Identity_Index { - if x, ok := x.GetTarget().(*Identity_KillIdentityCall_TargetIndex); ok { - return x.TargetIndex - } - return nil -} - -func (x *Identity_KillIdentityCall) GetTargetRaw() *Identity_Raw { - if x, ok := x.GetTarget().(*Identity_KillIdentityCall_TargetRaw); ok { - return x.TargetRaw - } - return nil -} - -func (x *Identity_KillIdentityCall) GetTargetAddress32() *Identity_Address32 { - if x, ok := x.GetTarget().(*Identity_KillIdentityCall_TargetAddress32); ok { - return x.TargetAddress32 - } - return nil -} - -func (x *Identity_KillIdentityCall) GetTargetAddress20() *Identity_Address20 { - if x, ok := x.GetTarget().(*Identity_KillIdentityCall_TargetAddress20); ok { - return x.TargetAddress20 - } - return nil -} - -type isIdentity_KillIdentityCall_Target interface { - isIdentity_KillIdentityCall_Target() -} - -type Identity_KillIdentityCall_TargetId struct { - TargetId *Identity_Id `protobuf:"bytes,1,opt,name=target_id,json=targetId,proto3,oneof"` -} - -type Identity_KillIdentityCall_TargetIndex struct { - TargetIndex *Identity_Index `protobuf:"bytes,2,opt,name=target_index,json=targetIndex,proto3,oneof"` -} - -type Identity_KillIdentityCall_TargetRaw struct { - TargetRaw *Identity_Raw `protobuf:"bytes,3,opt,name=target_raw,json=targetRaw,proto3,oneof"` -} - -type Identity_KillIdentityCall_TargetAddress32 struct { - TargetAddress32 *Identity_Address32 `protobuf:"bytes,4,opt,name=target_address32,json=targetAddress32,proto3,oneof"` -} - -type Identity_KillIdentityCall_TargetAddress20 struct { - TargetAddress20 *Identity_Address20 `protobuf:"bytes,5,opt,name=target_address20,json=targetAddress20,proto3,oneof"` -} - -func (*Identity_KillIdentityCall_TargetId) isIdentity_KillIdentityCall_Target() {} - -func (*Identity_KillIdentityCall_TargetIndex) isIdentity_KillIdentityCall_Target() {} - -func (*Identity_KillIdentityCall_TargetRaw) isIdentity_KillIdentityCall_Target() {} - -func (*Identity_KillIdentityCall_TargetAddress32) isIdentity_KillIdentityCall_Target() {} - -func (*Identity_KillIdentityCall_TargetAddress20) isIdentity_KillIdentityCall_Target() {} - -type GearBankPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *GearBankPallet) Reset() { - *x = GearBankPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[486] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearBankPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearBankPallet) ProtoMessage() {} - -func (x *GearBankPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[486] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearBankPallet.ProtoReflect.Descriptor instead. -func (*GearBankPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{486} -} - -type Babe_AllowedSlots struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to AllowedSlots: - // - // *Babe_AllowedSlots_AllowedSlotsPrimarySlots - // *Babe_AllowedSlots_AllowedSlotsPrimaryAndSecondaryPlainSlots - // *Babe_AllowedSlots_AllowedSlotsPrimaryAndSecondaryVrfSlots - AllowedSlots isBabe_AllowedSlots_AllowedSlots `protobuf_oneof:"allowed_slots"` -} - -func (x *Babe_AllowedSlots) Reset() { - *x = Babe_AllowedSlots{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[487] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_AllowedSlots) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_AllowedSlots) ProtoMessage() {} - -func (x *Babe_AllowedSlots) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[487] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_AllowedSlots.ProtoReflect.Descriptor instead. -func (*Babe_AllowedSlots) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{487} -} - -func (m *Babe_AllowedSlots) GetAllowedSlots() isBabe_AllowedSlots_AllowedSlots { - if m != nil { - return m.AllowedSlots - } - return nil -} - -func (x *Babe_AllowedSlots) GetAllowedSlotsPrimarySlots() *Babe_PrimarySlots { - if x, ok := x.GetAllowedSlots().(*Babe_AllowedSlots_AllowedSlotsPrimarySlots); ok { - return x.AllowedSlotsPrimarySlots - } - return nil -} - -func (x *Babe_AllowedSlots) GetAllowedSlotsPrimaryAndSecondaryPlainSlots() *Babe_PrimaryAndSecondaryPlainSlots { - if x, ok := x.GetAllowedSlots().(*Babe_AllowedSlots_AllowedSlotsPrimaryAndSecondaryPlainSlots); ok { - return x.AllowedSlotsPrimaryAndSecondaryPlainSlots - } - return nil -} - -func (x *Babe_AllowedSlots) GetAllowedSlotsPrimaryAndSecondaryVrfSlots() *Babe_PrimaryAndSecondaryVrfSlots { - if x, ok := x.GetAllowedSlots().(*Babe_AllowedSlots_AllowedSlotsPrimaryAndSecondaryVrfSlots); ok { - return x.AllowedSlotsPrimaryAndSecondaryVrfSlots - } - return nil -} - -type isBabe_AllowedSlots_AllowedSlots interface { - isBabe_AllowedSlots_AllowedSlots() -} - -type Babe_AllowedSlots_AllowedSlotsPrimarySlots struct { - AllowedSlotsPrimarySlots *Babe_PrimarySlots `protobuf:"bytes,1,opt,name=allowed_slots_primary_slots,json=allowedSlotsPrimarySlots,proto3,oneof"` -} - -type Babe_AllowedSlots_AllowedSlotsPrimaryAndSecondaryPlainSlots struct { - AllowedSlotsPrimaryAndSecondaryPlainSlots *Babe_PrimaryAndSecondaryPlainSlots `protobuf:"bytes,2,opt,name=allowed_slots_primary_and_secondary_plain_slots,json=allowedSlotsPrimaryAndSecondaryPlainSlots,proto3,oneof"` -} - -type Babe_AllowedSlots_AllowedSlotsPrimaryAndSecondaryVrfSlots struct { - AllowedSlotsPrimaryAndSecondaryVrfSlots *Babe_PrimaryAndSecondaryVrfSlots `protobuf:"bytes,3,opt,name=allowed_slots_primary_and_secondary_vrf_slots,json=allowedSlotsPrimaryAndSecondaryVrfSlots,proto3,oneof"` -} - -func (*Babe_AllowedSlots_AllowedSlotsPrimarySlots) isBabe_AllowedSlots_AllowedSlots() {} - -func (*Babe_AllowedSlots_AllowedSlotsPrimaryAndSecondaryPlainSlots) isBabe_AllowedSlots_AllowedSlots() { -} - -func (*Babe_AllowedSlots_AllowedSlotsPrimaryAndSecondaryVrfSlots) isBabe_AllowedSlots_AllowedSlots() { -} - -type Treasury_Address32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Treasury_Address32) Reset() { - *x = Treasury_Address32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[488] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_Address32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_Address32) ProtoMessage() {} - -func (x *Treasury_Address32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[488] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_Address32.ProtoReflect.Descriptor instead. -func (*Treasury_Address32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{488} -} - -func (x *Treasury_Address32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Balances_ForceSetBalanceCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Who: - // - // *Balances_ForceSetBalanceCall_WhoId - // *Balances_ForceSetBalanceCall_WhoIndex - // *Balances_ForceSetBalanceCall_WhoRaw - // *Balances_ForceSetBalanceCall_WhoAddress32 - // *Balances_ForceSetBalanceCall_WhoAddress20 - Who isBalances_ForceSetBalanceCall_Who `protobuf_oneof:"who"` - NewFree string `protobuf:"bytes,6,opt,name=new_free,json=newFree,proto3" json:"new_free,omitempty"` -} - -func (x *Balances_ForceSetBalanceCall) Reset() { - *x = Balances_ForceSetBalanceCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[489] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_ForceSetBalanceCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_ForceSetBalanceCall) ProtoMessage() {} - -func (x *Balances_ForceSetBalanceCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[489] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_ForceSetBalanceCall.ProtoReflect.Descriptor instead. -func (*Balances_ForceSetBalanceCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{489} -} - -func (m *Balances_ForceSetBalanceCall) GetWho() isBalances_ForceSetBalanceCall_Who { - if m != nil { - return m.Who - } - return nil -} - -func (x *Balances_ForceSetBalanceCall) GetWhoId() *Balances_Id { - if x, ok := x.GetWho().(*Balances_ForceSetBalanceCall_WhoId); ok { - return x.WhoId - } - return nil -} - -func (x *Balances_ForceSetBalanceCall) GetWhoIndex() *Balances_Index { - if x, ok := x.GetWho().(*Balances_ForceSetBalanceCall_WhoIndex); ok { - return x.WhoIndex - } - return nil -} - -func (x *Balances_ForceSetBalanceCall) GetWhoRaw() *Balances_Raw { - if x, ok := x.GetWho().(*Balances_ForceSetBalanceCall_WhoRaw); ok { - return x.WhoRaw - } - return nil -} - -func (x *Balances_ForceSetBalanceCall) GetWhoAddress32() *Balances_Address32 { - if x, ok := x.GetWho().(*Balances_ForceSetBalanceCall_WhoAddress32); ok { - return x.WhoAddress32 - } - return nil -} - -func (x *Balances_ForceSetBalanceCall) GetWhoAddress20() *Balances_Address20 { - if x, ok := x.GetWho().(*Balances_ForceSetBalanceCall_WhoAddress20); ok { - return x.WhoAddress20 - } - return nil -} - -func (x *Balances_ForceSetBalanceCall) GetNewFree() string { - if x != nil { - return x.NewFree - } - return "" -} - -type isBalances_ForceSetBalanceCall_Who interface { - isBalances_ForceSetBalanceCall_Who() -} - -type Balances_ForceSetBalanceCall_WhoId struct { - WhoId *Balances_Id `protobuf:"bytes,1,opt,name=who_id,json=whoId,proto3,oneof"` -} - -type Balances_ForceSetBalanceCall_WhoIndex struct { - WhoIndex *Balances_Index `protobuf:"bytes,2,opt,name=who_index,json=whoIndex,proto3,oneof"` -} - -type Balances_ForceSetBalanceCall_WhoRaw struct { - WhoRaw *Balances_Raw `protobuf:"bytes,3,opt,name=who_raw,json=whoRaw,proto3,oneof"` -} - -type Balances_ForceSetBalanceCall_WhoAddress32 struct { - WhoAddress32 *Balances_Address32 `protobuf:"bytes,4,opt,name=who_address32,json=whoAddress32,proto3,oneof"` -} - -type Balances_ForceSetBalanceCall_WhoAddress20 struct { - WhoAddress20 *Balances_Address20 `protobuf:"bytes,5,opt,name=who_address20,json=whoAddress20,proto3,oneof"` -} - -func (*Balances_ForceSetBalanceCall_WhoId) isBalances_ForceSetBalanceCall_Who() {} - -func (*Balances_ForceSetBalanceCall_WhoIndex) isBalances_ForceSetBalanceCall_Who() {} - -func (*Balances_ForceSetBalanceCall_WhoRaw) isBalances_ForceSetBalanceCall_Who() {} - -func (*Balances_ForceSetBalanceCall_WhoAddress32) isBalances_ForceSetBalanceCall_Who() {} - -func (*Balances_ForceSetBalanceCall_WhoAddress20) isBalances_ForceSetBalanceCall_Who() {} - -type BagsList_PutInFrontOfCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Lighter: - // - // *BagsList_PutInFrontOfCall_LighterId - // *BagsList_PutInFrontOfCall_LighterIndex - // *BagsList_PutInFrontOfCall_LighterRaw - // *BagsList_PutInFrontOfCall_LighterAddress32 - // *BagsList_PutInFrontOfCall_LighterAddress20 - Lighter isBagsList_PutInFrontOfCall_Lighter `protobuf_oneof:"lighter"` -} - -func (x *BagsList_PutInFrontOfCall) Reset() { - *x = BagsList_PutInFrontOfCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[490] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BagsList_PutInFrontOfCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BagsList_PutInFrontOfCall) ProtoMessage() {} - -func (x *BagsList_PutInFrontOfCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[490] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BagsList_PutInFrontOfCall.ProtoReflect.Descriptor instead. -func (*BagsList_PutInFrontOfCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{490} -} - -func (m *BagsList_PutInFrontOfCall) GetLighter() isBagsList_PutInFrontOfCall_Lighter { - if m != nil { - return m.Lighter - } - return nil -} - -func (x *BagsList_PutInFrontOfCall) GetLighterId() *BagsList_Id { - if x, ok := x.GetLighter().(*BagsList_PutInFrontOfCall_LighterId); ok { - return x.LighterId - } - return nil -} - -func (x *BagsList_PutInFrontOfCall) GetLighterIndex() *BagsList_Index { - if x, ok := x.GetLighter().(*BagsList_PutInFrontOfCall_LighterIndex); ok { - return x.LighterIndex - } - return nil -} - -func (x *BagsList_PutInFrontOfCall) GetLighterRaw() *BagsList_Raw { - if x, ok := x.GetLighter().(*BagsList_PutInFrontOfCall_LighterRaw); ok { - return x.LighterRaw - } - return nil -} - -func (x *BagsList_PutInFrontOfCall) GetLighterAddress32() *BagsList_Address32 { - if x, ok := x.GetLighter().(*BagsList_PutInFrontOfCall_LighterAddress32); ok { - return x.LighterAddress32 - } - return nil -} - -func (x *BagsList_PutInFrontOfCall) GetLighterAddress20() *BagsList_Address20 { - if x, ok := x.GetLighter().(*BagsList_PutInFrontOfCall_LighterAddress20); ok { - return x.LighterAddress20 - } - return nil -} - -type isBagsList_PutInFrontOfCall_Lighter interface { - isBagsList_PutInFrontOfCall_Lighter() -} - -type BagsList_PutInFrontOfCall_LighterId struct { - LighterId *BagsList_Id `protobuf:"bytes,1,opt,name=lighter_id,json=lighterId,proto3,oneof"` -} - -type BagsList_PutInFrontOfCall_LighterIndex struct { - LighterIndex *BagsList_Index `protobuf:"bytes,2,opt,name=lighter_index,json=lighterIndex,proto3,oneof"` -} - -type BagsList_PutInFrontOfCall_LighterRaw struct { - LighterRaw *BagsList_Raw `protobuf:"bytes,3,opt,name=lighter_raw,json=lighterRaw,proto3,oneof"` -} - -type BagsList_PutInFrontOfCall_LighterAddress32 struct { - LighterAddress32 *BagsList_Address32 `protobuf:"bytes,4,opt,name=lighter_address32,json=lighterAddress32,proto3,oneof"` -} - -type BagsList_PutInFrontOfCall_LighterAddress20 struct { - LighterAddress20 *BagsList_Address20 `protobuf:"bytes,5,opt,name=lighter_address20,json=lighterAddress20,proto3,oneof"` -} - -func (*BagsList_PutInFrontOfCall_LighterId) isBagsList_PutInFrontOfCall_Lighter() {} - -func (*BagsList_PutInFrontOfCall_LighterIndex) isBagsList_PutInFrontOfCall_Lighter() {} - -func (*BagsList_PutInFrontOfCall_LighterRaw) isBagsList_PutInFrontOfCall_Lighter() {} - -func (*BagsList_PutInFrontOfCall_LighterAddress32) isBagsList_PutInFrontOfCall_Lighter() {} - -func (*BagsList_PutInFrontOfCall_LighterAddress20) isBagsList_PutInFrontOfCall_Lighter() {} - -type Treasury_TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value *TupleNull `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *Treasury_TupleNull) Reset() { - *x = Treasury_TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[491] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_TupleNull) ProtoMessage() {} - -func (x *Treasury_TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[491] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_TupleNull.ProtoReflect.Descriptor instead. -func (*Treasury_TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{491} -} - -func (x *Treasury_TupleNull) GetValue() *TupleNull { - if x != nil { - return x.Value - } - return nil -} - -type UtilityPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *UtilityPallet_CallBatchCall - // *UtilityPallet_CallAsDerivativeCall - // *UtilityPallet_CallBatchAllCall - // *UtilityPallet_CallDispatchAsCall - // *UtilityPallet_CallForceBatchCall - // *UtilityPallet_CallWithWeightCall - Call isUtilityPallet_Call `protobuf_oneof:"call"` -} - -func (x *UtilityPallet) Reset() { - *x = UtilityPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[492] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UtilityPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UtilityPallet) ProtoMessage() {} - -func (x *UtilityPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[492] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use UtilityPallet.ProtoReflect.Descriptor instead. -func (*UtilityPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{492} -} - -func (m *UtilityPallet) GetCall() isUtilityPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *UtilityPallet) GetCallBatchCall() *Utility_BatchCall { - if x, ok := x.GetCall().(*UtilityPallet_CallBatchCall); ok { - return x.CallBatchCall - } - return nil -} - -func (x *UtilityPallet) GetCallAsDerivativeCall() *Utility_AsDerivativeCall { - if x, ok := x.GetCall().(*UtilityPallet_CallAsDerivativeCall); ok { - return x.CallAsDerivativeCall - } - return nil -} - -func (x *UtilityPallet) GetCallBatchAllCall() *Utility_BatchAllCall { - if x, ok := x.GetCall().(*UtilityPallet_CallBatchAllCall); ok { - return x.CallBatchAllCall - } - return nil -} - -func (x *UtilityPallet) GetCallDispatchAsCall() *Utility_DispatchAsCall { - if x, ok := x.GetCall().(*UtilityPallet_CallDispatchAsCall); ok { - return x.CallDispatchAsCall - } - return nil -} - -func (x *UtilityPallet) GetCallForceBatchCall() *Utility_ForceBatchCall { - if x, ok := x.GetCall().(*UtilityPallet_CallForceBatchCall); ok { - return x.CallForceBatchCall - } - return nil -} - -func (x *UtilityPallet) GetCallWithWeightCall() *Utility_WithWeightCall { - if x, ok := x.GetCall().(*UtilityPallet_CallWithWeightCall); ok { - return x.CallWithWeightCall - } - return nil -} - -type isUtilityPallet_Call interface { - isUtilityPallet_Call() -} - -type UtilityPallet_CallBatchCall struct { - CallBatchCall *Utility_BatchCall `protobuf:"bytes,1,opt,name=call_batch_call,json=callBatchCall,proto3,oneof"` -} - -type UtilityPallet_CallAsDerivativeCall struct { - CallAsDerivativeCall *Utility_AsDerivativeCall `protobuf:"bytes,2,opt,name=call_as_derivative_call,json=callAsDerivativeCall,proto3,oneof"` -} - -type UtilityPallet_CallBatchAllCall struct { - CallBatchAllCall *Utility_BatchAllCall `protobuf:"bytes,3,opt,name=call_batch_all_call,json=callBatchAllCall,proto3,oneof"` -} - -type UtilityPallet_CallDispatchAsCall struct { - CallDispatchAsCall *Utility_DispatchAsCall `protobuf:"bytes,4,opt,name=call_dispatch_as_call,json=callDispatchAsCall,proto3,oneof"` -} - -type UtilityPallet_CallForceBatchCall struct { - CallForceBatchCall *Utility_ForceBatchCall `protobuf:"bytes,5,opt,name=call_force_batch_call,json=callForceBatchCall,proto3,oneof"` -} - -type UtilityPallet_CallWithWeightCall struct { - CallWithWeightCall *Utility_WithWeightCall `protobuf:"bytes,6,opt,name=call_with_weight_call,json=callWithWeightCall,proto3,oneof"` -} - -func (*UtilityPallet_CallBatchCall) isUtilityPallet_Call() {} - -func (*UtilityPallet_CallAsDerivativeCall) isUtilityPallet_Call() {} - -func (*UtilityPallet_CallBatchAllCall) isUtilityPallet_Call() {} - -func (*UtilityPallet_CallDispatchAsCall) isUtilityPallet_Call() {} - -func (*UtilityPallet_CallForceBatchCall) isUtilityPallet_Call() {} - -func (*UtilityPallet_CallWithWeightCall) isUtilityPallet_Call() {} - -type Bounties_Curator struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Curator: - // - // *Bounties_Curator_CuratorId - // *Bounties_Curator_CuratorIndex - // *Bounties_Curator_CuratorRaw - // *Bounties_Curator_CuratorAddress32 - // *Bounties_Curator_CuratorAddress20 - Curator isBounties_Curator_Curator `protobuf_oneof:"curator"` -} - -func (x *Bounties_Curator) Reset() { - *x = Bounties_Curator{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[493] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_Curator) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_Curator) ProtoMessage() {} - -func (x *Bounties_Curator) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[493] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_Curator.ProtoReflect.Descriptor instead. -func (*Bounties_Curator) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{493} -} - -func (m *Bounties_Curator) GetCurator() isBounties_Curator_Curator { - if m != nil { - return m.Curator - } - return nil -} - -func (x *Bounties_Curator) GetCuratorId() *Bounties_Id { - if x, ok := x.GetCurator().(*Bounties_Curator_CuratorId); ok { - return x.CuratorId - } - return nil -} - -func (x *Bounties_Curator) GetCuratorIndex() *Bounties_Index { - if x, ok := x.GetCurator().(*Bounties_Curator_CuratorIndex); ok { - return x.CuratorIndex - } - return nil -} - -func (x *Bounties_Curator) GetCuratorRaw() *Bounties_Raw { - if x, ok := x.GetCurator().(*Bounties_Curator_CuratorRaw); ok { - return x.CuratorRaw - } - return nil -} - -func (x *Bounties_Curator) GetCuratorAddress32() *Bounties_Address32 { - if x, ok := x.GetCurator().(*Bounties_Curator_CuratorAddress32); ok { - return x.CuratorAddress32 - } - return nil -} - -func (x *Bounties_Curator) GetCuratorAddress20() *Bounties_Address20 { - if x, ok := x.GetCurator().(*Bounties_Curator_CuratorAddress20); ok { - return x.CuratorAddress20 - } - return nil -} - -type isBounties_Curator_Curator interface { - isBounties_Curator_Curator() -} - -type Bounties_Curator_CuratorId struct { - CuratorId *Bounties_Id `protobuf:"bytes,1,opt,name=curator_id,json=curatorId,proto3,oneof"` -} - -type Bounties_Curator_CuratorIndex struct { - CuratorIndex *Bounties_Index `protobuf:"bytes,2,opt,name=curator_index,json=curatorIndex,proto3,oneof"` -} - -type Bounties_Curator_CuratorRaw struct { - CuratorRaw *Bounties_Raw `protobuf:"bytes,3,opt,name=curator_raw,json=curatorRaw,proto3,oneof"` -} - -type Bounties_Curator_CuratorAddress32 struct { - CuratorAddress32 *Bounties_Address32 `protobuf:"bytes,4,opt,name=curator_address32,json=curatorAddress32,proto3,oneof"` -} - -type Bounties_Curator_CuratorAddress20 struct { - CuratorAddress20 *Bounties_Address20 `protobuf:"bytes,5,opt,name=curator_address20,json=curatorAddress20,proto3,oneof"` -} - -func (*Bounties_Curator_CuratorId) isBounties_Curator_Curator() {} - -func (*Bounties_Curator_CuratorIndex) isBounties_Curator_Curator() {} - -func (*Bounties_Curator_CuratorRaw) isBounties_Curator_Curator() {} - -func (*Bounties_Curator_CuratorAddress32) isBounties_Curator_Curator() {} - -func (*Bounties_Curator_CuratorAddress20) isBounties_Curator_Curator() {} - -type Bounties_AwardBountyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BountyId uint32 `protobuf:"varint,1,opt,name=bounty_id,json=bountyId,proto3" json:"bounty_id,omitempty"` - // Types that are assignable to Beneficiary: - // - // *Bounties_AwardBountyCall_BeneficiaryId - // *Bounties_AwardBountyCall_BeneficiaryIndex - // *Bounties_AwardBountyCall_BeneficiaryRaw - // *Bounties_AwardBountyCall_BeneficiaryAddress32 - // *Bounties_AwardBountyCall_BeneficiaryAddress20 - Beneficiary isBounties_AwardBountyCall_Beneficiary `protobuf_oneof:"beneficiary"` -} - -func (x *Bounties_AwardBountyCall) Reset() { - *x = Bounties_AwardBountyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[494] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_AwardBountyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_AwardBountyCall) ProtoMessage() {} - -func (x *Bounties_AwardBountyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[494] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_AwardBountyCall.ProtoReflect.Descriptor instead. -func (*Bounties_AwardBountyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{494} -} - -func (x *Bounties_AwardBountyCall) GetBountyId() uint32 { - if x != nil { - return x.BountyId - } - return 0 -} - -func (m *Bounties_AwardBountyCall) GetBeneficiary() isBounties_AwardBountyCall_Beneficiary { - if m != nil { - return m.Beneficiary - } - return nil -} - -func (x *Bounties_AwardBountyCall) GetBeneficiaryId() *Bounties_Id { - if x, ok := x.GetBeneficiary().(*Bounties_AwardBountyCall_BeneficiaryId); ok { - return x.BeneficiaryId - } - return nil -} - -func (x *Bounties_AwardBountyCall) GetBeneficiaryIndex() *Bounties_Index { - if x, ok := x.GetBeneficiary().(*Bounties_AwardBountyCall_BeneficiaryIndex); ok { - return x.BeneficiaryIndex - } - return nil -} - -func (x *Bounties_AwardBountyCall) GetBeneficiaryRaw() *Bounties_Raw { - if x, ok := x.GetBeneficiary().(*Bounties_AwardBountyCall_BeneficiaryRaw); ok { - return x.BeneficiaryRaw - } - return nil -} - -func (x *Bounties_AwardBountyCall) GetBeneficiaryAddress32() *Bounties_Address32 { - if x, ok := x.GetBeneficiary().(*Bounties_AwardBountyCall_BeneficiaryAddress32); ok { - return x.BeneficiaryAddress32 - } - return nil -} - -func (x *Bounties_AwardBountyCall) GetBeneficiaryAddress20() *Bounties_Address20 { - if x, ok := x.GetBeneficiary().(*Bounties_AwardBountyCall_BeneficiaryAddress20); ok { - return x.BeneficiaryAddress20 - } - return nil -} - -type isBounties_AwardBountyCall_Beneficiary interface { - isBounties_AwardBountyCall_Beneficiary() -} - -type Bounties_AwardBountyCall_BeneficiaryId struct { - BeneficiaryId *Bounties_Id `protobuf:"bytes,2,opt,name=beneficiary_id,json=beneficiaryId,proto3,oneof"` -} - -type Bounties_AwardBountyCall_BeneficiaryIndex struct { - BeneficiaryIndex *Bounties_Index `protobuf:"bytes,3,opt,name=beneficiary_index,json=beneficiaryIndex,proto3,oneof"` -} - -type Bounties_AwardBountyCall_BeneficiaryRaw struct { - BeneficiaryRaw *Bounties_Raw `protobuf:"bytes,4,opt,name=beneficiary_raw,json=beneficiaryRaw,proto3,oneof"` -} - -type Bounties_AwardBountyCall_BeneficiaryAddress32 struct { - BeneficiaryAddress32 *Bounties_Address32 `protobuf:"bytes,5,opt,name=beneficiary_address32,json=beneficiaryAddress32,proto3,oneof"` -} - -type Bounties_AwardBountyCall_BeneficiaryAddress20 struct { - BeneficiaryAddress20 *Bounties_Address20 `protobuf:"bytes,6,opt,name=beneficiary_address20,json=beneficiaryAddress20,proto3,oneof"` -} - -func (*Bounties_AwardBountyCall_BeneficiaryId) isBounties_AwardBountyCall_Beneficiary() {} - -func (*Bounties_AwardBountyCall_BeneficiaryIndex) isBounties_AwardBountyCall_Beneficiary() {} - -func (*Bounties_AwardBountyCall_BeneficiaryRaw) isBounties_AwardBountyCall_Beneficiary() {} - -func (*Bounties_AwardBountyCall_BeneficiaryAddress32) isBounties_AwardBountyCall_Beneficiary() {} - -func (*Bounties_AwardBountyCall_BeneficiaryAddress20) isBounties_AwardBountyCall_Beneficiary() {} - -type SpSessionMembershipProof struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Session uint32 `protobuf:"varint,1,opt,name=session,proto3" json:"session,omitempty"` - TrieNodes []*Babe_BabeTrieNodesList `protobuf:"bytes,2,rep,name=trie_nodes,json=trieNodes,proto3" json:"trie_nodes,omitempty"` - ValidatorCount uint32 `protobuf:"varint,3,opt,name=validator_count,json=validatorCount,proto3" json:"validator_count,omitempty"` -} - -func (x *SpSessionMembershipProof) Reset() { - *x = SpSessionMembershipProof{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[495] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpSessionMembershipProof) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpSessionMembershipProof) ProtoMessage() {} - -func (x *SpSessionMembershipProof) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[495] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpSessionMembershipProof.ProtoReflect.Descriptor instead. -func (*SpSessionMembershipProof) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{495} -} - -func (x *SpSessionMembershipProof) GetSession() uint32 { - if x != nil { - return x.Session - } - return 0 -} - -func (x *SpSessionMembershipProof) GetTrieNodes() []*Babe_BabeTrieNodesList { - if x != nil { - return x.TrieNodes - } - return nil -} - -func (x *SpSessionMembershipProof) GetValidatorCount() uint32 { - if x != nil { - return x.ValidatorCount - } - return 0 -} - -type Balances_Who struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Who: - // - // *Balances_Who_WhoId - // *Balances_Who_WhoIndex - // *Balances_Who_WhoRaw - // *Balances_Who_WhoAddress32 - // *Balances_Who_WhoAddress20 - Who isBalances_Who_Who `protobuf_oneof:"who"` -} - -func (x *Balances_Who) Reset() { - *x = Balances_Who{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[496] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_Who) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_Who) ProtoMessage() {} - -func (x *Balances_Who) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[496] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_Who.ProtoReflect.Descriptor instead. -func (*Balances_Who) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{496} -} - -func (m *Balances_Who) GetWho() isBalances_Who_Who { - if m != nil { - return m.Who - } - return nil -} - -func (x *Balances_Who) GetWhoId() *Balances_Id { - if x, ok := x.GetWho().(*Balances_Who_WhoId); ok { - return x.WhoId - } - return nil -} - -func (x *Balances_Who) GetWhoIndex() *Balances_Index { - if x, ok := x.GetWho().(*Balances_Who_WhoIndex); ok { - return x.WhoIndex - } - return nil -} - -func (x *Balances_Who) GetWhoRaw() *Balances_Raw { - if x, ok := x.GetWho().(*Balances_Who_WhoRaw); ok { - return x.WhoRaw - } - return nil -} - -func (x *Balances_Who) GetWhoAddress32() *Balances_Address32 { - if x, ok := x.GetWho().(*Balances_Who_WhoAddress32); ok { - return x.WhoAddress32 - } - return nil -} - -func (x *Balances_Who) GetWhoAddress20() *Balances_Address20 { - if x, ok := x.GetWho().(*Balances_Who_WhoAddress20); ok { - return x.WhoAddress20 - } - return nil -} - -type isBalances_Who_Who interface { - isBalances_Who_Who() -} - -type Balances_Who_WhoId struct { - WhoId *Balances_Id `protobuf:"bytes,1,opt,name=who_id,json=whoId,proto3,oneof"` -} - -type Balances_Who_WhoIndex struct { - WhoIndex *Balances_Index `protobuf:"bytes,2,opt,name=who_index,json=whoIndex,proto3,oneof"` -} - -type Balances_Who_WhoRaw struct { - WhoRaw *Balances_Raw `protobuf:"bytes,3,opt,name=who_raw,json=whoRaw,proto3,oneof"` -} - -type Balances_Who_WhoAddress32 struct { - WhoAddress32 *Balances_Address32 `protobuf:"bytes,4,opt,name=who_address32,json=whoAddress32,proto3,oneof"` -} - -type Balances_Who_WhoAddress20 struct { - WhoAddress20 *Balances_Address20 `protobuf:"bytes,5,opt,name=who_address20,json=whoAddress20,proto3,oneof"` -} - -func (*Balances_Who_WhoId) isBalances_Who_Who() {} - -func (*Balances_Who_WhoIndex) isBalances_Who_Who() {} - -func (*Balances_Who_WhoRaw) isBalances_Who_Who() {} - -func (*Balances_Who_WhoAddress32) isBalances_Who_Who() {} - -func (*Balances_Who_WhoAddress20) isBalances_Who_Who() {} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[497] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[497] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{497} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type Scheduler_ScheduleNamedCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - When uint32 `protobuf:"varint,2,opt,name=when,proto3" json:"when,omitempty"` - MaybePeriodic *Scheduler_TupleUint32Uint32 `protobuf:"bytes,3,opt,name=maybe_periodic,json=maybePeriodic,proto3,oneof" json:"maybe_periodic,omitempty"` - Priority uint32 `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"` - // Types that are assignable to Call: - // - // *Scheduler_ScheduleNamedCall_CallSystem - // *Scheduler_ScheduleNamedCall_CallTimestamp - // *Scheduler_ScheduleNamedCall_CallBabe - // *Scheduler_ScheduleNamedCall_CallGrandpa - // *Scheduler_ScheduleNamedCall_CallBalances - // *Scheduler_ScheduleNamedCall_CallVesting - // *Scheduler_ScheduleNamedCall_CallBagsList - // *Scheduler_ScheduleNamedCall_CallImOnline - // *Scheduler_ScheduleNamedCall_CallStaking - // *Scheduler_ScheduleNamedCall_CallSession - // *Scheduler_ScheduleNamedCall_CallTreasury - // *Scheduler_ScheduleNamedCall_CallUtility - // *Scheduler_ScheduleNamedCall_CallConvictionVoting - // *Scheduler_ScheduleNamedCall_CallReferenda - // *Scheduler_ScheduleNamedCall_CallFellowshipCollective - // *Scheduler_ScheduleNamedCall_CallFellowshipReferenda - // *Scheduler_ScheduleNamedCall_CallWhitelist - // *Scheduler_ScheduleNamedCall_CallScheduler - // *Scheduler_ScheduleNamedCall_CallPreimage - // *Scheduler_ScheduleNamedCall_CallIdentity - // *Scheduler_ScheduleNamedCall_CallProxy - // *Scheduler_ScheduleNamedCall_CallMultisig - // *Scheduler_ScheduleNamedCall_CallElectionProviderMultiPhase - // *Scheduler_ScheduleNamedCall_CallBounties - // *Scheduler_ScheduleNamedCall_CallChildBounties - // *Scheduler_ScheduleNamedCall_CallNominationPools - // *Scheduler_ScheduleNamedCall_CallGear - // *Scheduler_ScheduleNamedCall_CallStakingRewards - // *Scheduler_ScheduleNamedCall_CallGearVoucher - Call isScheduler_ScheduleNamedCall_Call `protobuf_oneof:"call"` -} - -func (x *Scheduler_ScheduleNamedCall) Reset() { - *x = Scheduler_ScheduleNamedCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[498] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Scheduler_ScheduleNamedCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Scheduler_ScheduleNamedCall) ProtoMessage() {} - -func (x *Scheduler_ScheduleNamedCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[498] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Scheduler_ScheduleNamedCall.ProtoReflect.Descriptor instead. -func (*Scheduler_ScheduleNamedCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{498} -} - -func (x *Scheduler_ScheduleNamedCall) GetId() []byte { - if x != nil { - return x.Id - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetWhen() uint32 { - if x != nil { - return x.When - } - return 0 -} - -func (x *Scheduler_ScheduleNamedCall) GetMaybePeriodic() *Scheduler_TupleUint32Uint32 { - if x != nil { - return x.MaybePeriodic - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetPriority() uint32 { - if x != nil { - return x.Priority - } - return 0 -} - -func (m *Scheduler_ScheduleNamedCall) GetCall() isScheduler_ScheduleNamedCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallSystem() *SystemPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallSystem); ok { - return x.CallSystem - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallTimestamp() *TimestampPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallTimestamp); ok { - return x.CallTimestamp - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallBabe() *BabePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallBabe); ok { - return x.CallBabe - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallGrandpa() *GrandpaPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallGrandpa); ok { - return x.CallGrandpa - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallBalances() *BalancesPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallBalances); ok { - return x.CallBalances - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallVesting() *VestingPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallVesting); ok { - return x.CallVesting - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallBagsList() *BagsListPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallBagsList); ok { - return x.CallBagsList - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallImOnline() *ImOnlinePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallImOnline); ok { - return x.CallImOnline - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallStaking() *StakingPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallStaking); ok { - return x.CallStaking - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallSession() *SessionPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallSession); ok { - return x.CallSession - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallTreasury() *TreasuryPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallTreasury); ok { - return x.CallTreasury - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallUtility() *UtilityPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallUtility); ok { - return x.CallUtility - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallConvictionVoting() *ConvictionVotingPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallConvictionVoting); ok { - return x.CallConvictionVoting - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallReferenda() *ReferendaPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallReferenda); ok { - return x.CallReferenda - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallFellowshipCollective() *FellowshipCollectivePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallFellowshipCollective); ok { - return x.CallFellowshipCollective - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallFellowshipReferenda() *FellowshipReferendaPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallFellowshipReferenda); ok { - return x.CallFellowshipReferenda - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallWhitelist() *WhitelistPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallWhitelist); ok { - return x.CallWhitelist - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallScheduler() *SchedulerPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallScheduler); ok { - return x.CallScheduler - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallPreimage() *PreimagePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallPreimage); ok { - return x.CallPreimage - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallIdentity() *IdentityPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallIdentity); ok { - return x.CallIdentity - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallProxy() *ProxyPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallProxy); ok { - return x.CallProxy - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallMultisig() *MultisigPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallMultisig); ok { - return x.CallMultisig - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallElectionProviderMultiPhase() *ElectionProviderMultiPhasePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallElectionProviderMultiPhase); ok { - return x.CallElectionProviderMultiPhase - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallBounties() *BountiesPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallBounties); ok { - return x.CallBounties - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallChildBounties() *ChildBountiesPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallChildBounties); ok { - return x.CallChildBounties - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallNominationPools() *NominationPoolsPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallNominationPools); ok { - return x.CallNominationPools - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallGear() *GearPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallGear); ok { - return x.CallGear - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallStakingRewards() *StakingRewardsPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallStakingRewards); ok { - return x.CallStakingRewards - } - return nil -} - -func (x *Scheduler_ScheduleNamedCall) GetCallGearVoucher() *GearVoucherPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedCall_CallGearVoucher); ok { - return x.CallGearVoucher - } - return nil -} - -type isScheduler_ScheduleNamedCall_Call interface { - isScheduler_ScheduleNamedCall_Call() -} - -type Scheduler_ScheduleNamedCall_CallSystem struct { - CallSystem *SystemPallet `protobuf:"bytes,5,opt,name=call_system,json=callSystem,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallTimestamp struct { - CallTimestamp *TimestampPallet `protobuf:"bytes,6,opt,name=call_timestamp,json=callTimestamp,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallBabe struct { - CallBabe *BabePallet `protobuf:"bytes,7,opt,name=call_babe,json=callBabe,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallGrandpa struct { - CallGrandpa *GrandpaPallet `protobuf:"bytes,8,opt,name=call_grandpa,json=callGrandpa,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallBalances struct { - CallBalances *BalancesPallet `protobuf:"bytes,9,opt,name=call_balances,json=callBalances,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallVesting struct { - CallVesting *VestingPallet `protobuf:"bytes,10,opt,name=call_vesting,json=callVesting,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallBagsList struct { - CallBagsList *BagsListPallet `protobuf:"bytes,11,opt,name=call_bags_list,json=callBagsList,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallImOnline struct { - CallImOnline *ImOnlinePallet `protobuf:"bytes,12,opt,name=call_im_online,json=callImOnline,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallStaking struct { - CallStaking *StakingPallet `protobuf:"bytes,13,opt,name=call_staking,json=callStaking,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallSession struct { - CallSession *SessionPallet `protobuf:"bytes,14,opt,name=call_session,json=callSession,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallTreasury struct { - CallTreasury *TreasuryPallet `protobuf:"bytes,15,opt,name=call_treasury,json=callTreasury,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallUtility struct { - CallUtility *UtilityPallet `protobuf:"bytes,16,opt,name=call_utility,json=callUtility,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallConvictionVoting struct { - CallConvictionVoting *ConvictionVotingPallet `protobuf:"bytes,17,opt,name=call_conviction_voting,json=callConvictionVoting,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallReferenda struct { - CallReferenda *ReferendaPallet `protobuf:"bytes,18,opt,name=call_referenda,json=callReferenda,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallFellowshipCollective struct { - CallFellowshipCollective *FellowshipCollectivePallet `protobuf:"bytes,19,opt,name=call_fellowship_collective,json=callFellowshipCollective,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallFellowshipReferenda struct { - CallFellowshipReferenda *FellowshipReferendaPallet `protobuf:"bytes,20,opt,name=call_fellowship_referenda,json=callFellowshipReferenda,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallWhitelist struct { - CallWhitelist *WhitelistPallet `protobuf:"bytes,21,opt,name=call_whitelist,json=callWhitelist,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallScheduler struct { - CallScheduler *SchedulerPallet `protobuf:"bytes,22,opt,name=call_scheduler,json=callScheduler,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallPreimage struct { - CallPreimage *PreimagePallet `protobuf:"bytes,23,opt,name=call_preimage,json=callPreimage,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallIdentity struct { - CallIdentity *IdentityPallet `protobuf:"bytes,24,opt,name=call_identity,json=callIdentity,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallProxy struct { - CallProxy *ProxyPallet `protobuf:"bytes,25,opt,name=call_proxy,json=callProxy,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallMultisig struct { - CallMultisig *MultisigPallet `protobuf:"bytes,26,opt,name=call_multisig,json=callMultisig,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallElectionProviderMultiPhase struct { - CallElectionProviderMultiPhase *ElectionProviderMultiPhasePallet `protobuf:"bytes,27,opt,name=call_election_provider_multi_phase,json=callElectionProviderMultiPhase,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallBounties struct { - CallBounties *BountiesPallet `protobuf:"bytes,28,opt,name=call_bounties,json=callBounties,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallChildBounties struct { - CallChildBounties *ChildBountiesPallet `protobuf:"bytes,29,opt,name=call_child_bounties,json=callChildBounties,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallNominationPools struct { - CallNominationPools *NominationPoolsPallet `protobuf:"bytes,30,opt,name=call_nomination_pools,json=callNominationPools,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallGear struct { - CallGear *GearPallet `protobuf:"bytes,31,opt,name=call_gear,json=callGear,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallStakingRewards struct { - CallStakingRewards *StakingRewardsPallet `protobuf:"bytes,32,opt,name=call_staking_rewards,json=callStakingRewards,proto3,oneof"` -} - -type Scheduler_ScheduleNamedCall_CallGearVoucher struct { - CallGearVoucher *GearVoucherPallet `protobuf:"bytes,33,opt,name=call_gear_voucher,json=callGearVoucher,proto3,oneof"` -} - -func (*Scheduler_ScheduleNamedCall_CallSystem) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallTimestamp) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallBabe) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallGrandpa) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallBalances) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallVesting) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallBagsList) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallImOnline) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallStaking) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallSession) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallTreasury) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallUtility) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallConvictionVoting) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallReferenda) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallFellowshipCollective) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallFellowshipReferenda) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallWhitelist) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallScheduler) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallPreimage) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallIdentity) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallProxy) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallMultisig) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallElectionProviderMultiPhase) isScheduler_ScheduleNamedCall_Call() { -} - -func (*Scheduler_ScheduleNamedCall_CallBounties) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallChildBounties) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallNominationPools) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallGear) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallStakingRewards) isScheduler_ScheduleNamedCall_Call() {} - -func (*Scheduler_ScheduleNamedCall_CallGearVoucher) isScheduler_ScheduleNamedCall_Call() {} - -type Identity_Address20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Address20) Reset() { - *x = Identity_Address20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[499] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Address20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Address20) ProtoMessage() {} - -func (x *Identity_Address20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[499] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Address20.ProtoReflect.Descriptor instead. -func (*Identity_Address20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{499} -} - -func (x *Identity_Address20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Preimage_RequestPreimageCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Hash *PrimitiveTypesH256 `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` -} - -func (x *Preimage_RequestPreimageCall) Reset() { - *x = Preimage_RequestPreimageCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[500] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Preimage_RequestPreimageCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Preimage_RequestPreimageCall) ProtoMessage() {} - -func (x *Preimage_RequestPreimageCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[500] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Preimage_RequestPreimageCall.ProtoReflect.Descriptor instead. -func (*Preimage_RequestPreimageCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{500} -} - -func (x *Preimage_RequestPreimageCall) GetHash() *PrimitiveTypesH256 { - if x != nil { - return x.Hash - } - return nil -} - -type SpNposElectionsSupport struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Total string `protobuf:"bytes,1,opt,name=total,proto3" json:"total,omitempty"` - Voters []*ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String `protobuf:"bytes,2,rep,name=voters,proto3" json:"voters,omitempty"` -} - -func (x *SpNposElectionsSupport) Reset() { - *x = SpNposElectionsSupport{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[501] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpNposElectionsSupport) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpNposElectionsSupport) ProtoMessage() {} - -func (x *SpNposElectionsSupport) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[501] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpNposElectionsSupport.ProtoReflect.Descriptor instead. -func (*SpNposElectionsSupport) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{501} -} - -func (x *SpNposElectionsSupport) GetTotal() string { - if x != nil { - return x.Total - } - return "" -} - -func (x *SpNposElectionsSupport) GetVoters() []*ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String { - if x != nil { - return x.Voters - } - return nil -} - -type NominationPools_ClaimPayoutCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *NominationPools_ClaimPayoutCall) Reset() { - *x = NominationPools_ClaimPayoutCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[502] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_ClaimPayoutCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_ClaimPayoutCall) ProtoMessage() {} - -func (x *NominationPools_ClaimPayoutCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[502] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_ClaimPayoutCall.ProtoReflect.Descriptor instead. -func (*NominationPools_ClaimPayoutCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{502} -} - -type StakingRewards_Raw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *StakingRewards_Raw) Reset() { - *x = StakingRewards_Raw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[503] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingRewards_Raw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingRewards_Raw) ProtoMessage() {} - -func (x *StakingRewards_Raw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[503] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingRewards_Raw.ProtoReflect.Descriptor instead. -func (*StakingRewards_Raw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{503} -} - -func (x *StakingRewards_Raw) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Fellowship8Dan struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Fellowship8Dan) Reset() { - *x = Fellowship8Dan{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[504] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Fellowship8Dan) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Fellowship8Dan) ProtoMessage() {} - -func (x *Fellowship8Dan) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[504] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Fellowship8Dan.ProtoReflect.Descriptor instead. -func (*Fellowship8Dan) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{504} -} - -type FellowshipReferenda_Proposal struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Proposal: - // - // *FellowshipReferenda_Proposal_ProposalLegacy - // *FellowshipReferenda_Proposal_ProposalInline - // *FellowshipReferenda_Proposal_ProposalLookup - Proposal isFellowshipReferenda_Proposal_Proposal `protobuf_oneof:"proposal"` -} - -func (x *FellowshipReferenda_Proposal) Reset() { - *x = FellowshipReferenda_Proposal{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[505] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_Proposal) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_Proposal) ProtoMessage() {} - -func (x *FellowshipReferenda_Proposal) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[505] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_Proposal.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_Proposal) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{505} -} - -func (m *FellowshipReferenda_Proposal) GetProposal() isFellowshipReferenda_Proposal_Proposal { - if m != nil { - return m.Proposal - } - return nil -} - -func (x *FellowshipReferenda_Proposal) GetProposalLegacy() *FellowshipReferenda_Legacy { - if x, ok := x.GetProposal().(*FellowshipReferenda_Proposal_ProposalLegacy); ok { - return x.ProposalLegacy - } - return nil -} - -func (x *FellowshipReferenda_Proposal) GetProposalInline() *FellowshipReferenda_Inline { - if x, ok := x.GetProposal().(*FellowshipReferenda_Proposal_ProposalInline); ok { - return x.ProposalInline - } - return nil -} - -func (x *FellowshipReferenda_Proposal) GetProposalLookup() *FellowshipReferenda_Lookup { - if x, ok := x.GetProposal().(*FellowshipReferenda_Proposal_ProposalLookup); ok { - return x.ProposalLookup - } - return nil -} - -type isFellowshipReferenda_Proposal_Proposal interface { - isFellowshipReferenda_Proposal_Proposal() -} - -type FellowshipReferenda_Proposal_ProposalLegacy struct { - ProposalLegacy *FellowshipReferenda_Legacy `protobuf:"bytes,1,opt,name=proposal_legacy,json=proposalLegacy,proto3,oneof"` -} - -type FellowshipReferenda_Proposal_ProposalInline struct { - ProposalInline *FellowshipReferenda_Inline `protobuf:"bytes,2,opt,name=proposal_inline,json=proposalInline,proto3,oneof"` -} - -type FellowshipReferenda_Proposal_ProposalLookup struct { - ProposalLookup *FellowshipReferenda_Lookup `protobuf:"bytes,3,opt,name=proposal_lookup,json=proposalLookup,proto3,oneof"` -} - -func (*FellowshipReferenda_Proposal_ProposalLegacy) isFellowshipReferenda_Proposal_Proposal() {} - -func (*FellowshipReferenda_Proposal_ProposalInline) isFellowshipReferenda_Proposal_Proposal() {} - -func (*FellowshipReferenda_Proposal_ProposalLookup) isFellowshipReferenda_Proposal_Proposal() {} - -type Identity_LowQuality struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Identity_LowQuality) Reset() { - *x = Identity_LowQuality{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[506] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_LowQuality) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_LowQuality) ProtoMessage() {} - -func (x *Identity_LowQuality) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[506] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_LowQuality.ProtoReflect.Descriptor instead. -func (*Identity_LowQuality) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{506} -} - -type StakingRewards_AlignSupplyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` -} - -func (x *StakingRewards_AlignSupplyCall) Reset() { - *x = StakingRewards_AlignSupplyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[507] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingRewards_AlignSupplyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingRewards_AlignSupplyCall) ProtoMessage() {} - -func (x *StakingRewards_AlignSupplyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[507] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingRewards_AlignSupplyCall.ProtoReflect.Descriptor instead. -func (*StakingRewards_AlignSupplyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{507} -} - -func (x *StakingRewards_AlignSupplyCall) GetTarget() string { - if x != nil { - return x.Target - } - return "" -} - -type GearVoucher_AppendPrograms struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to AppendPrograms: - // - // *GearVoucher_AppendPrograms_AppendProgramsNone - // *GearVoucher_AppendPrograms_AppendProgramsSome - AppendPrograms isGearVoucher_AppendPrograms_AppendPrograms `protobuf_oneof:"append_programs"` -} - -func (x *GearVoucher_AppendPrograms) Reset() { - *x = GearVoucher_AppendPrograms{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[508] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_AppendPrograms) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_AppendPrograms) ProtoMessage() {} - -func (x *GearVoucher_AppendPrograms) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[508] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_AppendPrograms.ProtoReflect.Descriptor instead. -func (*GearVoucher_AppendPrograms) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{508} -} - -func (m *GearVoucher_AppendPrograms) GetAppendPrograms() isGearVoucher_AppendPrograms_AppendPrograms { - if m != nil { - return m.AppendPrograms - } - return nil -} - -func (x *GearVoucher_AppendPrograms) GetAppendProgramsNone() *GearVoucher_None { - if x, ok := x.GetAppendPrograms().(*GearVoucher_AppendPrograms_AppendProgramsNone); ok { - return x.AppendProgramsNone - } - return nil -} - -func (x *GearVoucher_AppendPrograms) GetAppendProgramsSome() *GearVoucher_Some { - if x, ok := x.GetAppendPrograms().(*GearVoucher_AppendPrograms_AppendProgramsSome); ok { - return x.AppendProgramsSome - } - return nil -} - -type isGearVoucher_AppendPrograms_AppendPrograms interface { - isGearVoucher_AppendPrograms_AppendPrograms() -} - -type GearVoucher_AppendPrograms_AppendProgramsNone struct { - AppendProgramsNone *GearVoucher_None `protobuf:"bytes,1,opt,name=append_programs_none,json=appendProgramsNone,proto3,oneof"` -} - -type GearVoucher_AppendPrograms_AppendProgramsSome struct { - AppendProgramsSome *GearVoucher_Some `protobuf:"bytes,2,opt,name=append_programs_some,json=appendProgramsSome,proto3,oneof"` -} - -func (*GearVoucher_AppendPrograms_AppendProgramsNone) isGearVoucher_AppendPrograms_AppendPrograms() {} - -func (*GearVoucher_AppendPrograms_AppendProgramsSome) isGearVoucher_AppendPrograms_AppendPrograms() {} - -type Staking_Stash struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Staking_Stash) Reset() { - *x = Staking_Stash{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[509] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Stash) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Stash) ProtoMessage() {} - -func (x *Staking_Stash) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[509] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Stash.ProtoReflect.Descriptor instead. -func (*Staking_Stash) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{509} -} - -type Staking_RebondCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *Staking_RebondCall) Reset() { - *x = Staking_RebondCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[510] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_RebondCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_RebondCall) ProtoMessage() {} - -func (x *Staking_RebondCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[510] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_RebondCall.ProtoReflect.Descriptor instead. -func (*Staking_RebondCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{510} -} - -func (x *Staking_RebondCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -type Vesting_Source struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Source: - // - // *Vesting_Source_SourceId - // *Vesting_Source_SourceIndex - // *Vesting_Source_SourceRaw - // *Vesting_Source_SourceAddress32 - // *Vesting_Source_SourceAddress20 - Source isVesting_Source_Source `protobuf_oneof:"source"` -} - -func (x *Vesting_Source) Reset() { - *x = Vesting_Source{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[511] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_Source) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_Source) ProtoMessage() {} - -func (x *Vesting_Source) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[511] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_Source.ProtoReflect.Descriptor instead. -func (*Vesting_Source) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{511} -} - -func (m *Vesting_Source) GetSource() isVesting_Source_Source { - if m != nil { - return m.Source - } - return nil -} - -func (x *Vesting_Source) GetSourceId() *Vesting_Id { - if x, ok := x.GetSource().(*Vesting_Source_SourceId); ok { - return x.SourceId - } - return nil -} - -func (x *Vesting_Source) GetSourceIndex() *Vesting_Index { - if x, ok := x.GetSource().(*Vesting_Source_SourceIndex); ok { - return x.SourceIndex - } - return nil -} - -func (x *Vesting_Source) GetSourceRaw() *Vesting_Raw { - if x, ok := x.GetSource().(*Vesting_Source_SourceRaw); ok { - return x.SourceRaw - } - return nil -} - -func (x *Vesting_Source) GetSourceAddress32() *Vesting_Address32 { - if x, ok := x.GetSource().(*Vesting_Source_SourceAddress32); ok { - return x.SourceAddress32 - } - return nil -} - -func (x *Vesting_Source) GetSourceAddress20() *Vesting_Address20 { - if x, ok := x.GetSource().(*Vesting_Source_SourceAddress20); ok { - return x.SourceAddress20 - } - return nil -} - -type isVesting_Source_Source interface { - isVesting_Source_Source() -} - -type Vesting_Source_SourceId struct { - SourceId *Vesting_Id `protobuf:"bytes,1,opt,name=source_id,json=sourceId,proto3,oneof"` -} - -type Vesting_Source_SourceIndex struct { - SourceIndex *Vesting_Index `protobuf:"bytes,2,opt,name=source_index,json=sourceIndex,proto3,oneof"` -} - -type Vesting_Source_SourceRaw struct { - SourceRaw *Vesting_Raw `protobuf:"bytes,3,opt,name=source_raw,json=sourceRaw,proto3,oneof"` -} - -type Vesting_Source_SourceAddress32 struct { - SourceAddress32 *Vesting_Address32 `protobuf:"bytes,4,opt,name=source_address32,json=sourceAddress32,proto3,oneof"` -} - -type Vesting_Source_SourceAddress20 struct { - SourceAddress20 *Vesting_Address20 `protobuf:"bytes,5,opt,name=source_address20,json=sourceAddress20,proto3,oneof"` -} - -func (*Vesting_Source_SourceId) isVesting_Source_Source() {} - -func (*Vesting_Source_SourceIndex) isVesting_Source_Source() {} - -func (*Vesting_Source_SourceRaw) isVesting_Source_Source() {} - -func (*Vesting_Source_SourceAddress32) isVesting_Source_Source() {} - -func (*Vesting_Source_SourceAddress20) isVesting_Source_Source() {} - -type Identity_Raw11 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw11) Reset() { - *x = Identity_Raw11{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[512] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw11) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw11) ProtoMessage() {} - -func (x *Identity_Raw11) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[512] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw11.ProtoReflect.Descriptor instead. -func (*Identity_Raw11) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{512} -} - -func (x *Identity_Raw11) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_Raw22 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw22) Reset() { - *x = Identity_Raw22{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[513] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw22) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw22) ProtoMessage() {} - -func (x *Identity_Raw22) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[513] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw22.ProtoReflect.Descriptor instead. -func (*Identity_Raw22) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{513} -} - -func (x *Identity_Raw22) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type ChildBounties_Address20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *ChildBounties_Address20) Reset() { - *x = ChildBounties_Address20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[514] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_Address20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_Address20) ProtoMessage() {} - -func (x *ChildBounties_Address20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[514] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_Address20.ProtoReflect.Descriptor instead. -func (*ChildBounties_Address20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{514} -} - -func (x *ChildBounties_Address20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type AuthorshipPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *AuthorshipPallet) Reset() { - *x = AuthorshipPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[515] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AuthorshipPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AuthorshipPallet) ProtoMessage() {} - -func (x *AuthorshipPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[515] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AuthorshipPallet.ProtoReflect.Descriptor instead. -func (*AuthorshipPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{515} -} - -type Vesting_PalletVestingVestingInfoVestingInfo struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Locked string `protobuf:"bytes,1,opt,name=locked,proto3" json:"locked,omitempty"` - PerBlock string `protobuf:"bytes,2,opt,name=per_block,json=perBlock,proto3" json:"per_block,omitempty"` - StartingBlock uint32 `protobuf:"varint,3,opt,name=starting_block,json=startingBlock,proto3" json:"starting_block,omitempty"` -} - -func (x *Vesting_PalletVestingVestingInfoVestingInfo) Reset() { - *x = Vesting_PalletVestingVestingInfoVestingInfo{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[516] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_PalletVestingVestingInfoVestingInfo) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_PalletVestingVestingInfoVestingInfo) ProtoMessage() {} - -func (x *Vesting_PalletVestingVestingInfoVestingInfo) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[516] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_PalletVestingVestingInfoVestingInfo.ProtoReflect.Descriptor instead. -func (*Vesting_PalletVestingVestingInfoVestingInfo) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{516} -} - -func (x *Vesting_PalletVestingVestingInfoVestingInfo) GetLocked() string { - if x != nil { - return x.Locked - } - return "" -} - -func (x *Vesting_PalletVestingVestingInfoVestingInfo) GetPerBlock() string { - if x != nil { - return x.PerBlock - } - return "" -} - -func (x *Vesting_PalletVestingVestingInfoVestingInfo) GetStartingBlock() uint32 { - if x != nil { - return x.StartingBlock - } - return 0 -} - -type Identity_Raw15 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw15) Reset() { - *x = Identity_Raw15{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[517] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw15) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw15) ProtoMessage() {} - -func (x *Identity_Raw15) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[517] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw15.ProtoReflect.Descriptor instead. -func (*Identity_Raw15) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{517} -} - -func (x *Identity_Raw15) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type NominationPools_Bouncer struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Bouncer: - // - // *NominationPools_Bouncer_BouncerId - // *NominationPools_Bouncer_BouncerIndex - // *NominationPools_Bouncer_BouncerRaw - // *NominationPools_Bouncer_BouncerAddress32 - // *NominationPools_Bouncer_BouncerAddress20 - Bouncer isNominationPools_Bouncer_Bouncer `protobuf_oneof:"bouncer"` -} - -func (x *NominationPools_Bouncer) Reset() { - *x = NominationPools_Bouncer{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[518] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Bouncer) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Bouncer) ProtoMessage() {} - -func (x *NominationPools_Bouncer) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[518] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Bouncer.ProtoReflect.Descriptor instead. -func (*NominationPools_Bouncer) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{518} -} - -func (m *NominationPools_Bouncer) GetBouncer() isNominationPools_Bouncer_Bouncer { - if m != nil { - return m.Bouncer - } - return nil -} - -func (x *NominationPools_Bouncer) GetBouncerId() *NominationPools_Id { - if x, ok := x.GetBouncer().(*NominationPools_Bouncer_BouncerId); ok { - return x.BouncerId - } - return nil -} - -func (x *NominationPools_Bouncer) GetBouncerIndex() *NominationPools_Index { - if x, ok := x.GetBouncer().(*NominationPools_Bouncer_BouncerIndex); ok { - return x.BouncerIndex - } - return nil -} - -func (x *NominationPools_Bouncer) GetBouncerRaw() *NominationPools_Raw { - if x, ok := x.GetBouncer().(*NominationPools_Bouncer_BouncerRaw); ok { - return x.BouncerRaw - } - return nil -} - -func (x *NominationPools_Bouncer) GetBouncerAddress32() *NominationPools_Address32 { - if x, ok := x.GetBouncer().(*NominationPools_Bouncer_BouncerAddress32); ok { - return x.BouncerAddress32 - } - return nil -} - -func (x *NominationPools_Bouncer) GetBouncerAddress20() *NominationPools_Address20 { - if x, ok := x.GetBouncer().(*NominationPools_Bouncer_BouncerAddress20); ok { - return x.BouncerAddress20 - } - return nil -} - -type isNominationPools_Bouncer_Bouncer interface { - isNominationPools_Bouncer_Bouncer() -} - -type NominationPools_Bouncer_BouncerId struct { - BouncerId *NominationPools_Id `protobuf:"bytes,1,opt,name=bouncer_id,json=bouncerId,proto3,oneof"` -} - -type NominationPools_Bouncer_BouncerIndex struct { - BouncerIndex *NominationPools_Index `protobuf:"bytes,2,opt,name=bouncer_index,json=bouncerIndex,proto3,oneof"` -} - -type NominationPools_Bouncer_BouncerRaw struct { - BouncerRaw *NominationPools_Raw `protobuf:"bytes,3,opt,name=bouncer_raw,json=bouncerRaw,proto3,oneof"` -} - -type NominationPools_Bouncer_BouncerAddress32 struct { - BouncerAddress32 *NominationPools_Address32 `protobuf:"bytes,4,opt,name=bouncer_address32,json=bouncerAddress32,proto3,oneof"` -} - -type NominationPools_Bouncer_BouncerAddress20 struct { - BouncerAddress20 *NominationPools_Address20 `protobuf:"bytes,5,opt,name=bouncer_address20,json=bouncerAddress20,proto3,oneof"` -} - -func (*NominationPools_Bouncer_BouncerId) isNominationPools_Bouncer_Bouncer() {} - -func (*NominationPools_Bouncer_BouncerIndex) isNominationPools_Bouncer_Bouncer() {} - -func (*NominationPools_Bouncer_BouncerRaw) isNominationPools_Bouncer_Bouncer() {} - -func (*NominationPools_Bouncer_BouncerAddress32) isNominationPools_Bouncer_Bouncer() {} - -func (*NominationPools_Bouncer_BouncerAddress20) isNominationPools_Bouncer_Bouncer() {} - -type NominationPools_MaxMembers struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MaxMembers: - // - // *NominationPools_MaxMembers_MaxMembersNoop - // *NominationPools_MaxMembers_MaxMembersSet - // *NominationPools_MaxMembers_MaxMembersRemove - MaxMembers isNominationPools_MaxMembers_MaxMembers `protobuf_oneof:"max_members"` -} - -func (x *NominationPools_MaxMembers) Reset() { - *x = NominationPools_MaxMembers{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[519] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_MaxMembers) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_MaxMembers) ProtoMessage() {} - -func (x *NominationPools_MaxMembers) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[519] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_MaxMembers.ProtoReflect.Descriptor instead. -func (*NominationPools_MaxMembers) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{519} -} - -func (m *NominationPools_MaxMembers) GetMaxMembers() isNominationPools_MaxMembers_MaxMembers { - if m != nil { - return m.MaxMembers - } - return nil -} - -func (x *NominationPools_MaxMembers) GetMaxMembersNoop() *NominationPools_Noop { - if x, ok := x.GetMaxMembers().(*NominationPools_MaxMembers_MaxMembersNoop); ok { - return x.MaxMembersNoop - } - return nil -} - -func (x *NominationPools_MaxMembers) GetMaxMembersSet() *NominationPools_Set { - if x, ok := x.GetMaxMembers().(*NominationPools_MaxMembers_MaxMembersSet); ok { - return x.MaxMembersSet - } - return nil -} - -func (x *NominationPools_MaxMembers) GetMaxMembersRemove() *NominationPools_Remove { - if x, ok := x.GetMaxMembers().(*NominationPools_MaxMembers_MaxMembersRemove); ok { - return x.MaxMembersRemove - } - return nil -} - -type isNominationPools_MaxMembers_MaxMembers interface { - isNominationPools_MaxMembers_MaxMembers() -} - -type NominationPools_MaxMembers_MaxMembersNoop struct { - MaxMembersNoop *NominationPools_Noop `protobuf:"bytes,1,opt,name=max_members_noop,json=maxMembersNoop,proto3,oneof"` -} - -type NominationPools_MaxMembers_MaxMembersSet struct { - MaxMembersSet *NominationPools_Set `protobuf:"bytes,2,opt,name=max_members_set,json=maxMembersSet,proto3,oneof"` -} - -type NominationPools_MaxMembers_MaxMembersRemove struct { - MaxMembersRemove *NominationPools_Remove `protobuf:"bytes,3,opt,name=max_members_remove,json=maxMembersRemove,proto3,oneof"` -} - -func (*NominationPools_MaxMembers_MaxMembersNoop) isNominationPools_MaxMembers_MaxMembers() {} - -func (*NominationPools_MaxMembers_MaxMembersSet) isNominationPools_MaxMembers_MaxMembers() {} - -func (*NominationPools_MaxMembers_MaxMembersRemove) isNominationPools_MaxMembers_MaxMembers() {} - -type NominationPools_NewNominator struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to NewNominator: - // - // *NominationPools_NewNominator_NewNominatorNoop - // *NominationPools_NewNominator_NewNominatorSet - // *NominationPools_NewNominator_NewNominatorRemove - NewNominator isNominationPools_NewNominator_NewNominator `protobuf_oneof:"new_nominator"` -} - -func (x *NominationPools_NewNominator) Reset() { - *x = NominationPools_NewNominator{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[520] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_NewNominator) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_NewNominator) ProtoMessage() {} - -func (x *NominationPools_NewNominator) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[520] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_NewNominator.ProtoReflect.Descriptor instead. -func (*NominationPools_NewNominator) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{520} -} - -func (m *NominationPools_NewNominator) GetNewNominator() isNominationPools_NewNominator_NewNominator { - if m != nil { - return m.NewNominator - } - return nil -} - -func (x *NominationPools_NewNominator) GetNewNominatorNoop() *NominationPools_Noop { - if x, ok := x.GetNewNominator().(*NominationPools_NewNominator_NewNominatorNoop); ok { - return x.NewNominatorNoop - } - return nil -} - -func (x *NominationPools_NewNominator) GetNewNominatorSet() *NominationPools_Set { - if x, ok := x.GetNewNominator().(*NominationPools_NewNominator_NewNominatorSet); ok { - return x.NewNominatorSet - } - return nil -} - -func (x *NominationPools_NewNominator) GetNewNominatorRemove() *NominationPools_Remove { - if x, ok := x.GetNewNominator().(*NominationPools_NewNominator_NewNominatorRemove); ok { - return x.NewNominatorRemove - } - return nil -} - -type isNominationPools_NewNominator_NewNominator interface { - isNominationPools_NewNominator_NewNominator() -} - -type NominationPools_NewNominator_NewNominatorNoop struct { - NewNominatorNoop *NominationPools_Noop `protobuf:"bytes,1,opt,name=new_nominator_noop,json=newNominatorNoop,proto3,oneof"` -} - -type NominationPools_NewNominator_NewNominatorSet struct { - NewNominatorSet *NominationPools_Set `protobuf:"bytes,2,opt,name=new_nominator_set,json=newNominatorSet,proto3,oneof"` -} - -type NominationPools_NewNominator_NewNominatorRemove struct { - NewNominatorRemove *NominationPools_Remove `protobuf:"bytes,3,opt,name=new_nominator_remove,json=newNominatorRemove,proto3,oneof"` -} - -func (*NominationPools_NewNominator_NewNominatorNoop) isNominationPools_NewNominator_NewNominator() {} - -func (*NominationPools_NewNominator_NewNominatorSet) isNominationPools_NewNominator_NewNominator() {} - -func (*NominationPools_NewNominator_NewNominatorRemove) isNominationPools_NewNominator_NewNominator() { -} - -type Staking_ForceNoErasCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Staking_ForceNoErasCall) Reset() { - *x = Staking_ForceNoErasCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[521] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_ForceNoErasCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_ForceNoErasCall) ProtoMessage() {} - -func (x *Staking_ForceNoErasCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[521] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_ForceNoErasCall.ProtoReflect.Descriptor instead. -func (*Staking_ForceNoErasCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{521} -} - -type Scheduler_ScheduleNamedAfterCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - After uint32 `protobuf:"varint,2,opt,name=after,proto3" json:"after,omitempty"` - MaybePeriodic *Scheduler_TupleUint32Uint32 `protobuf:"bytes,3,opt,name=maybe_periodic,json=maybePeriodic,proto3,oneof" json:"maybe_periodic,omitempty"` - Priority uint32 `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"` - // Types that are assignable to Call: - // - // *Scheduler_ScheduleNamedAfterCall_CallSystem - // *Scheduler_ScheduleNamedAfterCall_CallTimestamp - // *Scheduler_ScheduleNamedAfterCall_CallBabe - // *Scheduler_ScheduleNamedAfterCall_CallGrandpa - // *Scheduler_ScheduleNamedAfterCall_CallBalances - // *Scheduler_ScheduleNamedAfterCall_CallVesting - // *Scheduler_ScheduleNamedAfterCall_CallBagsList - // *Scheduler_ScheduleNamedAfterCall_CallImOnline - // *Scheduler_ScheduleNamedAfterCall_CallStaking - // *Scheduler_ScheduleNamedAfterCall_CallSession - // *Scheduler_ScheduleNamedAfterCall_CallTreasury - // *Scheduler_ScheduleNamedAfterCall_CallUtility - // *Scheduler_ScheduleNamedAfterCall_CallConvictionVoting - // *Scheduler_ScheduleNamedAfterCall_CallReferenda - // *Scheduler_ScheduleNamedAfterCall_CallFellowshipCollective - // *Scheduler_ScheduleNamedAfterCall_CallFellowshipReferenda - // *Scheduler_ScheduleNamedAfterCall_CallWhitelist - // *Scheduler_ScheduleNamedAfterCall_CallScheduler - // *Scheduler_ScheduleNamedAfterCall_CallPreimage - // *Scheduler_ScheduleNamedAfterCall_CallIdentity - // *Scheduler_ScheduleNamedAfterCall_CallProxy - // *Scheduler_ScheduleNamedAfterCall_CallMultisig - // *Scheduler_ScheduleNamedAfterCall_CallElectionProviderMultiPhase - // *Scheduler_ScheduleNamedAfterCall_CallBounties - // *Scheduler_ScheduleNamedAfterCall_CallChildBounties - // *Scheduler_ScheduleNamedAfterCall_CallNominationPools - // *Scheduler_ScheduleNamedAfterCall_CallGear - // *Scheduler_ScheduleNamedAfterCall_CallStakingRewards - // *Scheduler_ScheduleNamedAfterCall_CallGearVoucher - Call isScheduler_ScheduleNamedAfterCall_Call `protobuf_oneof:"call"` -} - -func (x *Scheduler_ScheduleNamedAfterCall) Reset() { - *x = Scheduler_ScheduleNamedAfterCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[522] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Scheduler_ScheduleNamedAfterCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Scheduler_ScheduleNamedAfterCall) ProtoMessage() {} - -func (x *Scheduler_ScheduleNamedAfterCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[522] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Scheduler_ScheduleNamedAfterCall.ProtoReflect.Descriptor instead. -func (*Scheduler_ScheduleNamedAfterCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{522} -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetId() []byte { - if x != nil { - return x.Id - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetAfter() uint32 { - if x != nil { - return x.After - } - return 0 -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetMaybePeriodic() *Scheduler_TupleUint32Uint32 { - if x != nil { - return x.MaybePeriodic - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetPriority() uint32 { - if x != nil { - return x.Priority - } - return 0 -} - -func (m *Scheduler_ScheduleNamedAfterCall) GetCall() isScheduler_ScheduleNamedAfterCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallSystem() *SystemPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallSystem); ok { - return x.CallSystem - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallTimestamp() *TimestampPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallTimestamp); ok { - return x.CallTimestamp - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallBabe() *BabePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallBabe); ok { - return x.CallBabe - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallGrandpa() *GrandpaPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallGrandpa); ok { - return x.CallGrandpa - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallBalances() *BalancesPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallBalances); ok { - return x.CallBalances - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallVesting() *VestingPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallVesting); ok { - return x.CallVesting - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallBagsList() *BagsListPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallBagsList); ok { - return x.CallBagsList - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallImOnline() *ImOnlinePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallImOnline); ok { - return x.CallImOnline - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallStaking() *StakingPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallStaking); ok { - return x.CallStaking - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallSession() *SessionPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallSession); ok { - return x.CallSession - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallTreasury() *TreasuryPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallTreasury); ok { - return x.CallTreasury - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallUtility() *UtilityPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallUtility); ok { - return x.CallUtility - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallConvictionVoting() *ConvictionVotingPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallConvictionVoting); ok { - return x.CallConvictionVoting - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallReferenda() *ReferendaPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallReferenda); ok { - return x.CallReferenda - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallFellowshipCollective() *FellowshipCollectivePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallFellowshipCollective); ok { - return x.CallFellowshipCollective - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallFellowshipReferenda() *FellowshipReferendaPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallFellowshipReferenda); ok { - return x.CallFellowshipReferenda - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallWhitelist() *WhitelistPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallWhitelist); ok { - return x.CallWhitelist - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallScheduler() *SchedulerPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallScheduler); ok { - return x.CallScheduler - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallPreimage() *PreimagePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallPreimage); ok { - return x.CallPreimage - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallIdentity() *IdentityPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallIdentity); ok { - return x.CallIdentity - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallProxy() *ProxyPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallProxy); ok { - return x.CallProxy - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallMultisig() *MultisigPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallMultisig); ok { - return x.CallMultisig - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallElectionProviderMultiPhase() *ElectionProviderMultiPhasePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallElectionProviderMultiPhase); ok { - return x.CallElectionProviderMultiPhase - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallBounties() *BountiesPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallBounties); ok { - return x.CallBounties - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallChildBounties() *ChildBountiesPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallChildBounties); ok { - return x.CallChildBounties - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallNominationPools() *NominationPoolsPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallNominationPools); ok { - return x.CallNominationPools - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallGear() *GearPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallGear); ok { - return x.CallGear - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallStakingRewards() *StakingRewardsPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallStakingRewards); ok { - return x.CallStakingRewards - } - return nil -} - -func (x *Scheduler_ScheduleNamedAfterCall) GetCallGearVoucher() *GearVoucherPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleNamedAfterCall_CallGearVoucher); ok { - return x.CallGearVoucher - } - return nil -} - -type isScheduler_ScheduleNamedAfterCall_Call interface { - isScheduler_ScheduleNamedAfterCall_Call() -} - -type Scheduler_ScheduleNamedAfterCall_CallSystem struct { - CallSystem *SystemPallet `protobuf:"bytes,5,opt,name=call_system,json=callSystem,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallTimestamp struct { - CallTimestamp *TimestampPallet `protobuf:"bytes,6,opt,name=call_timestamp,json=callTimestamp,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallBabe struct { - CallBabe *BabePallet `protobuf:"bytes,7,opt,name=call_babe,json=callBabe,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallGrandpa struct { - CallGrandpa *GrandpaPallet `protobuf:"bytes,8,opt,name=call_grandpa,json=callGrandpa,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallBalances struct { - CallBalances *BalancesPallet `protobuf:"bytes,9,opt,name=call_balances,json=callBalances,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallVesting struct { - CallVesting *VestingPallet `protobuf:"bytes,10,opt,name=call_vesting,json=callVesting,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallBagsList struct { - CallBagsList *BagsListPallet `protobuf:"bytes,11,opt,name=call_bags_list,json=callBagsList,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallImOnline struct { - CallImOnline *ImOnlinePallet `protobuf:"bytes,12,opt,name=call_im_online,json=callImOnline,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallStaking struct { - CallStaking *StakingPallet `protobuf:"bytes,13,opt,name=call_staking,json=callStaking,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallSession struct { - CallSession *SessionPallet `protobuf:"bytes,14,opt,name=call_session,json=callSession,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallTreasury struct { - CallTreasury *TreasuryPallet `protobuf:"bytes,15,opt,name=call_treasury,json=callTreasury,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallUtility struct { - CallUtility *UtilityPallet `protobuf:"bytes,16,opt,name=call_utility,json=callUtility,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallConvictionVoting struct { - CallConvictionVoting *ConvictionVotingPallet `protobuf:"bytes,17,opt,name=call_conviction_voting,json=callConvictionVoting,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallReferenda struct { - CallReferenda *ReferendaPallet `protobuf:"bytes,18,opt,name=call_referenda,json=callReferenda,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallFellowshipCollective struct { - CallFellowshipCollective *FellowshipCollectivePallet `protobuf:"bytes,19,opt,name=call_fellowship_collective,json=callFellowshipCollective,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallFellowshipReferenda struct { - CallFellowshipReferenda *FellowshipReferendaPallet `protobuf:"bytes,20,opt,name=call_fellowship_referenda,json=callFellowshipReferenda,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallWhitelist struct { - CallWhitelist *WhitelistPallet `protobuf:"bytes,21,opt,name=call_whitelist,json=callWhitelist,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallScheduler struct { - CallScheduler *SchedulerPallet `protobuf:"bytes,22,opt,name=call_scheduler,json=callScheduler,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallPreimage struct { - CallPreimage *PreimagePallet `protobuf:"bytes,23,opt,name=call_preimage,json=callPreimage,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallIdentity struct { - CallIdentity *IdentityPallet `protobuf:"bytes,24,opt,name=call_identity,json=callIdentity,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallProxy struct { - CallProxy *ProxyPallet `protobuf:"bytes,25,opt,name=call_proxy,json=callProxy,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallMultisig struct { - CallMultisig *MultisigPallet `protobuf:"bytes,26,opt,name=call_multisig,json=callMultisig,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallElectionProviderMultiPhase struct { - CallElectionProviderMultiPhase *ElectionProviderMultiPhasePallet `protobuf:"bytes,27,opt,name=call_election_provider_multi_phase,json=callElectionProviderMultiPhase,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallBounties struct { - CallBounties *BountiesPallet `protobuf:"bytes,28,opt,name=call_bounties,json=callBounties,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallChildBounties struct { - CallChildBounties *ChildBountiesPallet `protobuf:"bytes,29,opt,name=call_child_bounties,json=callChildBounties,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallNominationPools struct { - CallNominationPools *NominationPoolsPallet `protobuf:"bytes,30,opt,name=call_nomination_pools,json=callNominationPools,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallGear struct { - CallGear *GearPallet `protobuf:"bytes,31,opt,name=call_gear,json=callGear,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallStakingRewards struct { - CallStakingRewards *StakingRewardsPallet `protobuf:"bytes,32,opt,name=call_staking_rewards,json=callStakingRewards,proto3,oneof"` -} - -type Scheduler_ScheduleNamedAfterCall_CallGearVoucher struct { - CallGearVoucher *GearVoucherPallet `protobuf:"bytes,33,opt,name=call_gear_voucher,json=callGearVoucher,proto3,oneof"` -} - -func (*Scheduler_ScheduleNamedAfterCall_CallSystem) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallTimestamp) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallBabe) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallGrandpa) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallBalances) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallVesting) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallBagsList) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallImOnline) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallStaking) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallSession) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallTreasury) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallUtility) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallConvictionVoting) isScheduler_ScheduleNamedAfterCall_Call() { -} - -func (*Scheduler_ScheduleNamedAfterCall_CallReferenda) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallFellowshipCollective) isScheduler_ScheduleNamedAfterCall_Call() { -} - -func (*Scheduler_ScheduleNamedAfterCall_CallFellowshipReferenda) isScheduler_ScheduleNamedAfterCall_Call() { -} - -func (*Scheduler_ScheduleNamedAfterCall_CallWhitelist) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallScheduler) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallPreimage) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallIdentity) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallProxy) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallMultisig) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallElectionProviderMultiPhase) isScheduler_ScheduleNamedAfterCall_Call() { -} - -func (*Scheduler_ScheduleNamedAfterCall_CallBounties) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallChildBounties) isScheduler_ScheduleNamedAfterCall_Call() { -} - -func (*Scheduler_ScheduleNamedAfterCall_CallNominationPools) isScheduler_ScheduleNamedAfterCall_Call() { -} - -func (*Scheduler_ScheduleNamedAfterCall_CallGear) isScheduler_ScheduleNamedAfterCall_Call() {} - -func (*Scheduler_ScheduleNamedAfterCall_CallStakingRewards) isScheduler_ScheduleNamedAfterCall_Call() { -} - -func (*Scheduler_ScheduleNamedAfterCall_CallGearVoucher) isScheduler_ScheduleNamedAfterCall_Call() {} - -type Proxy_TupleNull struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value *TupleNull `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *Proxy_TupleNull) Reset() { - *x = Proxy_TupleNull{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[523] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_TupleNull) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_TupleNull) ProtoMessage() {} - -func (x *Proxy_TupleNull) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[523] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_TupleNull.ProtoReflect.Descriptor instead. -func (*Proxy_TupleNull) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{523} -} - -func (x *Proxy_TupleNull) GetValue() *TupleNull { - if x != nil { - return x.Value - } - return nil -} - -type NominationPools_Address32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *NominationPools_Address32) Reset() { - *x = NominationPools_Address32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[524] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Address32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Address32) ProtoMessage() {} - -func (x *NominationPools_Address32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[524] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Address32.ProtoReflect.Descriptor instead. -func (*NominationPools_Address32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{524} -} - -func (x *NominationPools_Address32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type ConvictionVoting_Locked5X struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *ConvictionVoting_Locked5X) Reset() { - *x = ConvictionVoting_Locked5X{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[525] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_Locked5X) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_Locked5X) ProtoMessage() {} - -func (x *ConvictionVoting_Locked5X) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[525] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_Locked5X.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_Locked5X) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{525} -} - -type Identity_Raw30 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw30) Reset() { - *x = Identity_Raw30{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[526] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw30) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw30) ProtoMessage() {} - -func (x *Identity_Raw30) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[526] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw30.ProtoReflect.Descriptor instead. -func (*Identity_Raw30) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{526} -} - -func (x *Identity_Raw30) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Staking_IncreaseValidatorCountCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Additional uint32 `protobuf:"varint,1,opt,name=additional,proto3" json:"additional,omitempty"` -} - -func (x *Staking_IncreaseValidatorCountCall) Reset() { - *x = Staking_IncreaseValidatorCountCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[527] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_IncreaseValidatorCountCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_IncreaseValidatorCountCall) ProtoMessage() {} - -func (x *Staking_IncreaseValidatorCountCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[527] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_IncreaseValidatorCountCall.ProtoReflect.Descriptor instead. -func (*Staking_IncreaseValidatorCountCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{527} -} - -func (x *Staking_IncreaseValidatorCountCall) GetAdditional() uint32 { - if x != nil { - return x.Additional - } - return 0 -} - -type FellowshipCollective_Raw struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *FellowshipCollective_Raw) Reset() { - *x = FellowshipCollective_Raw{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[528] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollective_Raw) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollective_Raw) ProtoMessage() {} - -func (x *FellowshipCollective_Raw) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[528] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollective_Raw.ProtoReflect.Descriptor instead. -func (*FellowshipCollective_Raw) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{528} -} - -func (x *FellowshipCollective_Raw) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Vesting_Id struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Vesting_Id) Reset() { - *x = Vesting_Id{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[529] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_Id) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_Id) ProtoMessage() {} - -func (x *Vesting_Id) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[529] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_Id.ProtoReflect.Descriptor instead. -func (*Vesting_Id) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{529} -} - -func (x *Vesting_Id) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type Staking_SetValidatorCountCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - New uint32 `protobuf:"varint,1,opt,name=new,proto3" json:"new,omitempty"` -} - -func (x *Staking_SetValidatorCountCall) Reset() { - *x = Staking_SetValidatorCountCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[530] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_SetValidatorCountCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_SetValidatorCountCall) ProtoMessage() {} - -func (x *Staking_SetValidatorCountCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[530] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_SetValidatorCountCall.ProtoReflect.Descriptor instead. -func (*Staking_SetValidatorCountCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{530} -} - -func (x *Staking_SetValidatorCountCall) GetNew() uint32 { - if x != nil { - return x.New - } - return 0 -} - -type Proxy_RemoveProxiesCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Proxy_RemoveProxiesCall) Reset() { - *x = Proxy_RemoveProxiesCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[531] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_RemoveProxiesCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_RemoveProxiesCall) ProtoMessage() {} - -func (x *Proxy_RemoveProxiesCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[531] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_RemoveProxiesCall.ProtoReflect.Descriptor instead. -func (*Proxy_RemoveProxiesCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{531} -} - -type OffencesPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *OffencesPallet) Reset() { - *x = OffencesPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[532] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *OffencesPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*OffencesPallet) ProtoMessage() {} - -func (x *OffencesPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[532] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use OffencesPallet.ProtoReflect.Descriptor instead. -func (*OffencesPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{532} -} - -type NominationPools_SetConfigsCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MinJoinBond: - // - // *NominationPools_SetConfigsCall_MinJoinBondNoop - // *NominationPools_SetConfigsCall_MinJoinBondSet - // *NominationPools_SetConfigsCall_MinJoinBondRemove - MinJoinBond isNominationPools_SetConfigsCall_MinJoinBond `protobuf_oneof:"min_join_bond"` - // Types that are assignable to MinCreateBond: - // - // *NominationPools_SetConfigsCall_MinCreateBondNoop - // *NominationPools_SetConfigsCall_MinCreateBondSet - // *NominationPools_SetConfigsCall_MinCreateBondRemove - MinCreateBond isNominationPools_SetConfigsCall_MinCreateBond `protobuf_oneof:"min_create_bond"` - // Types that are assignable to MaxPools: - // - // *NominationPools_SetConfigsCall_MaxPoolsNoop - // *NominationPools_SetConfigsCall_MaxPoolsSet - // *NominationPools_SetConfigsCall_MaxPoolsRemove - MaxPools isNominationPools_SetConfigsCall_MaxPools `protobuf_oneof:"max_pools"` - // Types that are assignable to MaxMembers: - // - // *NominationPools_SetConfigsCall_MaxMembersNoop - // *NominationPools_SetConfigsCall_MaxMembersSet - // *NominationPools_SetConfigsCall_MaxMembersRemove - MaxMembers isNominationPools_SetConfigsCall_MaxMembers `protobuf_oneof:"max_members"` - // Types that are assignable to MaxMembersPerPool: - // - // *NominationPools_SetConfigsCall_MaxMembersPerPoolNoop - // *NominationPools_SetConfigsCall_MaxMembersPerPoolSet - // *NominationPools_SetConfigsCall_MaxMembersPerPoolRemove - MaxMembersPerPool isNominationPools_SetConfigsCall_MaxMembersPerPool `protobuf_oneof:"max_members_per_pool"` - // Types that are assignable to GlobalMaxCommission: - // - // *NominationPools_SetConfigsCall_GlobalMaxCommissionNoop - // *NominationPools_SetConfigsCall_GlobalMaxCommissionSet - // *NominationPools_SetConfigsCall_GlobalMaxCommissionRemove - GlobalMaxCommission isNominationPools_SetConfigsCall_GlobalMaxCommission `protobuf_oneof:"global_max_commission"` -} - -func (x *NominationPools_SetConfigsCall) Reset() { - *x = NominationPools_SetConfigsCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[533] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_SetConfigsCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_SetConfigsCall) ProtoMessage() {} - -func (x *NominationPools_SetConfigsCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[533] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_SetConfigsCall.ProtoReflect.Descriptor instead. -func (*NominationPools_SetConfigsCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{533} -} - -func (m *NominationPools_SetConfigsCall) GetMinJoinBond() isNominationPools_SetConfigsCall_MinJoinBond { - if m != nil { - return m.MinJoinBond - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMinJoinBondNoop() *NominationPools_Noop { - if x, ok := x.GetMinJoinBond().(*NominationPools_SetConfigsCall_MinJoinBondNoop); ok { - return x.MinJoinBondNoop - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMinJoinBondSet() *NominationPools_Set { - if x, ok := x.GetMinJoinBond().(*NominationPools_SetConfigsCall_MinJoinBondSet); ok { - return x.MinJoinBondSet - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMinJoinBondRemove() *NominationPools_Remove { - if x, ok := x.GetMinJoinBond().(*NominationPools_SetConfigsCall_MinJoinBondRemove); ok { - return x.MinJoinBondRemove - } - return nil -} - -func (m *NominationPools_SetConfigsCall) GetMinCreateBond() isNominationPools_SetConfigsCall_MinCreateBond { - if m != nil { - return m.MinCreateBond - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMinCreateBondNoop() *NominationPools_Noop { - if x, ok := x.GetMinCreateBond().(*NominationPools_SetConfigsCall_MinCreateBondNoop); ok { - return x.MinCreateBondNoop - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMinCreateBondSet() *NominationPools_Set { - if x, ok := x.GetMinCreateBond().(*NominationPools_SetConfigsCall_MinCreateBondSet); ok { - return x.MinCreateBondSet - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMinCreateBondRemove() *NominationPools_Remove { - if x, ok := x.GetMinCreateBond().(*NominationPools_SetConfigsCall_MinCreateBondRemove); ok { - return x.MinCreateBondRemove - } - return nil -} - -func (m *NominationPools_SetConfigsCall) GetMaxPools() isNominationPools_SetConfigsCall_MaxPools { - if m != nil { - return m.MaxPools - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMaxPoolsNoop() *NominationPools_Noop { - if x, ok := x.GetMaxPools().(*NominationPools_SetConfigsCall_MaxPoolsNoop); ok { - return x.MaxPoolsNoop - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMaxPoolsSet() *NominationPools_Set { - if x, ok := x.GetMaxPools().(*NominationPools_SetConfigsCall_MaxPoolsSet); ok { - return x.MaxPoolsSet - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMaxPoolsRemove() *NominationPools_Remove { - if x, ok := x.GetMaxPools().(*NominationPools_SetConfigsCall_MaxPoolsRemove); ok { - return x.MaxPoolsRemove - } - return nil -} - -func (m *NominationPools_SetConfigsCall) GetMaxMembers() isNominationPools_SetConfigsCall_MaxMembers { - if m != nil { - return m.MaxMembers - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMaxMembersNoop() *NominationPools_Noop { - if x, ok := x.GetMaxMembers().(*NominationPools_SetConfigsCall_MaxMembersNoop); ok { - return x.MaxMembersNoop - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMaxMembersSet() *NominationPools_Set { - if x, ok := x.GetMaxMembers().(*NominationPools_SetConfigsCall_MaxMembersSet); ok { - return x.MaxMembersSet - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMaxMembersRemove() *NominationPools_Remove { - if x, ok := x.GetMaxMembers().(*NominationPools_SetConfigsCall_MaxMembersRemove); ok { - return x.MaxMembersRemove - } - return nil -} - -func (m *NominationPools_SetConfigsCall) GetMaxMembersPerPool() isNominationPools_SetConfigsCall_MaxMembersPerPool { - if m != nil { - return m.MaxMembersPerPool - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMaxMembersPerPoolNoop() *NominationPools_Noop { - if x, ok := x.GetMaxMembersPerPool().(*NominationPools_SetConfigsCall_MaxMembersPerPoolNoop); ok { - return x.MaxMembersPerPoolNoop - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMaxMembersPerPoolSet() *NominationPools_Set { - if x, ok := x.GetMaxMembersPerPool().(*NominationPools_SetConfigsCall_MaxMembersPerPoolSet); ok { - return x.MaxMembersPerPoolSet - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetMaxMembersPerPoolRemove() *NominationPools_Remove { - if x, ok := x.GetMaxMembersPerPool().(*NominationPools_SetConfigsCall_MaxMembersPerPoolRemove); ok { - return x.MaxMembersPerPoolRemove - } - return nil -} - -func (m *NominationPools_SetConfigsCall) GetGlobalMaxCommission() isNominationPools_SetConfigsCall_GlobalMaxCommission { - if m != nil { - return m.GlobalMaxCommission - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetGlobalMaxCommissionNoop() *NominationPools_Noop { - if x, ok := x.GetGlobalMaxCommission().(*NominationPools_SetConfigsCall_GlobalMaxCommissionNoop); ok { - return x.GlobalMaxCommissionNoop - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetGlobalMaxCommissionSet() *NominationPools_Set { - if x, ok := x.GetGlobalMaxCommission().(*NominationPools_SetConfigsCall_GlobalMaxCommissionSet); ok { - return x.GlobalMaxCommissionSet - } - return nil -} - -func (x *NominationPools_SetConfigsCall) GetGlobalMaxCommissionRemove() *NominationPools_Remove { - if x, ok := x.GetGlobalMaxCommission().(*NominationPools_SetConfigsCall_GlobalMaxCommissionRemove); ok { - return x.GlobalMaxCommissionRemove - } - return nil -} - -type isNominationPools_SetConfigsCall_MinJoinBond interface { - isNominationPools_SetConfigsCall_MinJoinBond() -} - -type NominationPools_SetConfigsCall_MinJoinBondNoop struct { - MinJoinBondNoop *NominationPools_Noop `protobuf:"bytes,1,opt,name=min_join_bond_noop,json=minJoinBondNoop,proto3,oneof"` -} - -type NominationPools_SetConfigsCall_MinJoinBondSet struct { - MinJoinBondSet *NominationPools_Set `protobuf:"bytes,2,opt,name=min_join_bond_set,json=minJoinBondSet,proto3,oneof"` -} - -type NominationPools_SetConfigsCall_MinJoinBondRemove struct { - MinJoinBondRemove *NominationPools_Remove `protobuf:"bytes,3,opt,name=min_join_bond_remove,json=minJoinBondRemove,proto3,oneof"` -} - -func (*NominationPools_SetConfigsCall_MinJoinBondNoop) isNominationPools_SetConfigsCall_MinJoinBond() { -} - -func (*NominationPools_SetConfigsCall_MinJoinBondSet) isNominationPools_SetConfigsCall_MinJoinBond() { -} - -func (*NominationPools_SetConfigsCall_MinJoinBondRemove) isNominationPools_SetConfigsCall_MinJoinBond() { -} - -type isNominationPools_SetConfigsCall_MinCreateBond interface { - isNominationPools_SetConfigsCall_MinCreateBond() -} - -type NominationPools_SetConfigsCall_MinCreateBondNoop struct { - MinCreateBondNoop *NominationPools_Noop `protobuf:"bytes,4,opt,name=min_create_bond_noop,json=minCreateBondNoop,proto3,oneof"` -} - -type NominationPools_SetConfigsCall_MinCreateBondSet struct { - MinCreateBondSet *NominationPools_Set `protobuf:"bytes,5,opt,name=min_create_bond_set,json=minCreateBondSet,proto3,oneof"` -} - -type NominationPools_SetConfigsCall_MinCreateBondRemove struct { - MinCreateBondRemove *NominationPools_Remove `protobuf:"bytes,6,opt,name=min_create_bond_remove,json=minCreateBondRemove,proto3,oneof"` -} - -func (*NominationPools_SetConfigsCall_MinCreateBondNoop) isNominationPools_SetConfigsCall_MinCreateBond() { -} - -func (*NominationPools_SetConfigsCall_MinCreateBondSet) isNominationPools_SetConfigsCall_MinCreateBond() { -} - -func (*NominationPools_SetConfigsCall_MinCreateBondRemove) isNominationPools_SetConfigsCall_MinCreateBond() { -} - -type isNominationPools_SetConfigsCall_MaxPools interface { - isNominationPools_SetConfigsCall_MaxPools() -} - -type NominationPools_SetConfigsCall_MaxPoolsNoop struct { - MaxPoolsNoop *NominationPools_Noop `protobuf:"bytes,7,opt,name=max_pools_noop,json=maxPoolsNoop,proto3,oneof"` -} - -type NominationPools_SetConfigsCall_MaxPoolsSet struct { - MaxPoolsSet *NominationPools_Set `protobuf:"bytes,8,opt,name=max_pools_set,json=maxPoolsSet,proto3,oneof"` -} - -type NominationPools_SetConfigsCall_MaxPoolsRemove struct { - MaxPoolsRemove *NominationPools_Remove `protobuf:"bytes,9,opt,name=max_pools_remove,json=maxPoolsRemove,proto3,oneof"` -} - -func (*NominationPools_SetConfigsCall_MaxPoolsNoop) isNominationPools_SetConfigsCall_MaxPools() {} - -func (*NominationPools_SetConfigsCall_MaxPoolsSet) isNominationPools_SetConfigsCall_MaxPools() {} - -func (*NominationPools_SetConfigsCall_MaxPoolsRemove) isNominationPools_SetConfigsCall_MaxPools() {} - -type isNominationPools_SetConfigsCall_MaxMembers interface { - isNominationPools_SetConfigsCall_MaxMembers() -} - -type NominationPools_SetConfigsCall_MaxMembersNoop struct { - MaxMembersNoop *NominationPools_Noop `protobuf:"bytes,10,opt,name=max_members_noop,json=maxMembersNoop,proto3,oneof"` -} - -type NominationPools_SetConfigsCall_MaxMembersSet struct { - MaxMembersSet *NominationPools_Set `protobuf:"bytes,11,opt,name=max_members_set,json=maxMembersSet,proto3,oneof"` -} - -type NominationPools_SetConfigsCall_MaxMembersRemove struct { - MaxMembersRemove *NominationPools_Remove `protobuf:"bytes,12,opt,name=max_members_remove,json=maxMembersRemove,proto3,oneof"` -} - -func (*NominationPools_SetConfigsCall_MaxMembersNoop) isNominationPools_SetConfigsCall_MaxMembers() {} - -func (*NominationPools_SetConfigsCall_MaxMembersSet) isNominationPools_SetConfigsCall_MaxMembers() {} - -func (*NominationPools_SetConfigsCall_MaxMembersRemove) isNominationPools_SetConfigsCall_MaxMembers() { -} - -type isNominationPools_SetConfigsCall_MaxMembersPerPool interface { - isNominationPools_SetConfigsCall_MaxMembersPerPool() -} - -type NominationPools_SetConfigsCall_MaxMembersPerPoolNoop struct { - MaxMembersPerPoolNoop *NominationPools_Noop `protobuf:"bytes,13,opt,name=max_members_per_pool_noop,json=maxMembersPerPoolNoop,proto3,oneof"` -} - -type NominationPools_SetConfigsCall_MaxMembersPerPoolSet struct { - MaxMembersPerPoolSet *NominationPools_Set `protobuf:"bytes,14,opt,name=max_members_per_pool_set,json=maxMembersPerPoolSet,proto3,oneof"` -} - -type NominationPools_SetConfigsCall_MaxMembersPerPoolRemove struct { - MaxMembersPerPoolRemove *NominationPools_Remove `protobuf:"bytes,15,opt,name=max_members_per_pool_remove,json=maxMembersPerPoolRemove,proto3,oneof"` -} - -func (*NominationPools_SetConfigsCall_MaxMembersPerPoolNoop) isNominationPools_SetConfigsCall_MaxMembersPerPool() { -} - -func (*NominationPools_SetConfigsCall_MaxMembersPerPoolSet) isNominationPools_SetConfigsCall_MaxMembersPerPool() { -} - -func (*NominationPools_SetConfigsCall_MaxMembersPerPoolRemove) isNominationPools_SetConfigsCall_MaxMembersPerPool() { -} - -type isNominationPools_SetConfigsCall_GlobalMaxCommission interface { - isNominationPools_SetConfigsCall_GlobalMaxCommission() -} - -type NominationPools_SetConfigsCall_GlobalMaxCommissionNoop struct { - GlobalMaxCommissionNoop *NominationPools_Noop `protobuf:"bytes,16,opt,name=global_max_commission_noop,json=globalMaxCommissionNoop,proto3,oneof"` -} - -type NominationPools_SetConfigsCall_GlobalMaxCommissionSet struct { - GlobalMaxCommissionSet *NominationPools_Set `protobuf:"bytes,17,opt,name=global_max_commission_set,json=globalMaxCommissionSet,proto3,oneof"` -} - -type NominationPools_SetConfigsCall_GlobalMaxCommissionRemove struct { - GlobalMaxCommissionRemove *NominationPools_Remove `protobuf:"bytes,18,opt,name=global_max_commission_remove,json=globalMaxCommissionRemove,proto3,oneof"` -} - -func (*NominationPools_SetConfigsCall_GlobalMaxCommissionNoop) isNominationPools_SetConfigsCall_GlobalMaxCommission() { -} - -func (*NominationPools_SetConfigsCall_GlobalMaxCommissionSet) isNominationPools_SetConfigsCall_GlobalMaxCommission() { -} - -func (*NominationPools_SetConfigsCall_GlobalMaxCommissionRemove) isNominationPools_SetConfigsCall_GlobalMaxCommission() { -} - -type StakingRewards_To struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to To: - // - // *StakingRewards_To_ToId - // *StakingRewards_To_ToIndex - // *StakingRewards_To_ToRaw - // *StakingRewards_To_ToAddress32 - // *StakingRewards_To_ToAddress20 - To isStakingRewards_To_To `protobuf_oneof:"to"` -} - -func (x *StakingRewards_To) Reset() { - *x = StakingRewards_To{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[534] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingRewards_To) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingRewards_To) ProtoMessage() {} - -func (x *StakingRewards_To) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[534] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingRewards_To.ProtoReflect.Descriptor instead. -func (*StakingRewards_To) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{534} -} - -func (m *StakingRewards_To) GetTo() isStakingRewards_To_To { - if m != nil { - return m.To - } - return nil -} - -func (x *StakingRewards_To) GetToId() *StakingRewards_Id { - if x, ok := x.GetTo().(*StakingRewards_To_ToId); ok { - return x.ToId - } - return nil -} - -func (x *StakingRewards_To) GetToIndex() *StakingRewards_Index { - if x, ok := x.GetTo().(*StakingRewards_To_ToIndex); ok { - return x.ToIndex - } - return nil -} - -func (x *StakingRewards_To) GetToRaw() *StakingRewards_Raw { - if x, ok := x.GetTo().(*StakingRewards_To_ToRaw); ok { - return x.ToRaw - } - return nil -} - -func (x *StakingRewards_To) GetToAddress32() *StakingRewards_Address32 { - if x, ok := x.GetTo().(*StakingRewards_To_ToAddress32); ok { - return x.ToAddress32 - } - return nil -} - -func (x *StakingRewards_To) GetToAddress20() *StakingRewards_Address20 { - if x, ok := x.GetTo().(*StakingRewards_To_ToAddress20); ok { - return x.ToAddress20 - } - return nil -} - -type isStakingRewards_To_To interface { - isStakingRewards_To_To() -} - -type StakingRewards_To_ToId struct { - ToId *StakingRewards_Id `protobuf:"bytes,1,opt,name=to_id,json=toId,proto3,oneof"` -} - -type StakingRewards_To_ToIndex struct { - ToIndex *StakingRewards_Index `protobuf:"bytes,2,opt,name=to_index,json=toIndex,proto3,oneof"` -} - -type StakingRewards_To_ToRaw struct { - ToRaw *StakingRewards_Raw `protobuf:"bytes,3,opt,name=to_raw,json=toRaw,proto3,oneof"` -} - -type StakingRewards_To_ToAddress32 struct { - ToAddress32 *StakingRewards_Address32 `protobuf:"bytes,4,opt,name=to_address32,json=toAddress32,proto3,oneof"` -} - -type StakingRewards_To_ToAddress20 struct { - ToAddress20 *StakingRewards_Address20 `protobuf:"bytes,5,opt,name=to_address20,json=toAddress20,proto3,oneof"` -} - -func (*StakingRewards_To_ToId) isStakingRewards_To_To() {} - -func (*StakingRewards_To_ToIndex) isStakingRewards_To_To() {} - -func (*StakingRewards_To_ToRaw) isStakingRewards_To_To() {} - -func (*StakingRewards_To_ToAddress32) isStakingRewards_To_To() {} - -func (*StakingRewards_To_ToAddress20) isStakingRewards_To_To() {} - -type TimestampPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *TimestampPallet_CallSetCall - Call isTimestampPallet_Call `protobuf_oneof:"call"` -} - -func (x *TimestampPallet) Reset() { - *x = TimestampPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[535] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *TimestampPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*TimestampPallet) ProtoMessage() {} - -func (x *TimestampPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[535] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use TimestampPallet.ProtoReflect.Descriptor instead. -func (*TimestampPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{535} -} - -func (m *TimestampPallet) GetCall() isTimestampPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *TimestampPallet) GetCallSetCall() *Timestamp_SetCall { - if x, ok := x.GetCall().(*TimestampPallet_CallSetCall); ok { - return x.CallSetCall - } - return nil -} - -type isTimestampPallet_Call interface { - isTimestampPallet_Call() -} - -type TimestampPallet_CallSetCall struct { - CallSetCall *Timestamp_SetCall `protobuf:"bytes,1,opt,name=call_set_call,json=callSetCall,proto3,oneof"` -} - -func (*TimestampPallet_CallSetCall) isTimestampPallet_Call() {} - -type SpConsensusSlotsEquivocationProof struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Offender *Babe_SpConsensusBabeAppPublic `protobuf:"bytes,1,opt,name=offender,proto3" json:"offender,omitempty"` - Slot *SpConsensusSlotsSlot `protobuf:"bytes,2,opt,name=slot,proto3" json:"slot,omitempty"` - FirstHeader *SpRuntimeGenericHeaderHeader `protobuf:"bytes,3,opt,name=first_header,json=firstHeader,proto3" json:"first_header,omitempty"` - SecondHeader *SpRuntimeGenericHeaderHeader `protobuf:"bytes,4,opt,name=second_header,json=secondHeader,proto3" json:"second_header,omitempty"` -} - -func (x *SpConsensusSlotsEquivocationProof) Reset() { - *x = SpConsensusSlotsEquivocationProof{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[536] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpConsensusSlotsEquivocationProof) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpConsensusSlotsEquivocationProof) ProtoMessage() {} - -func (x *SpConsensusSlotsEquivocationProof) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[536] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpConsensusSlotsEquivocationProof.ProtoReflect.Descriptor instead. -func (*SpConsensusSlotsEquivocationProof) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{536} -} - -func (x *SpConsensusSlotsEquivocationProof) GetOffender() *Babe_SpConsensusBabeAppPublic { - if x != nil { - return x.Offender - } - return nil -} - -func (x *SpConsensusSlotsEquivocationProof) GetSlot() *SpConsensusSlotsSlot { - if x != nil { - return x.Slot - } - return nil -} - -func (x *SpConsensusSlotsEquivocationProof) GetFirstHeader() *SpRuntimeGenericHeaderHeader { - if x != nil { - return x.FirstHeader - } - return nil -} - -func (x *SpConsensusSlotsEquivocationProof) GetSecondHeader() *SpRuntimeGenericHeaderHeader { - if x != nil { - return x.SecondHeader - } - return nil -} - -type Vesting_MergeSchedulesCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Schedule1Index uint32 `protobuf:"varint,1,opt,name=schedule1_index,json=schedule1Index,proto3" json:"schedule1_index,omitempty"` - Schedule2Index uint32 `protobuf:"varint,2,opt,name=schedule2_index,json=schedule2Index,proto3" json:"schedule2_index,omitempty"` -} - -func (x *Vesting_MergeSchedulesCall) Reset() { - *x = Vesting_MergeSchedulesCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[537] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_MergeSchedulesCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_MergeSchedulesCall) ProtoMessage() {} - -func (x *Vesting_MergeSchedulesCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[537] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_MergeSchedulesCall.ProtoReflect.Descriptor instead. -func (*Vesting_MergeSchedulesCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{537} -} - -func (x *Vesting_MergeSchedulesCall) GetSchedule1Index() uint32 { - if x != nil { - return x.Schedule1Index - } - return 0 -} - -func (x *Vesting_MergeSchedulesCall) GetSchedule2Index() uint32 { - if x != nil { - return x.Schedule2Index - } - return 0 -} - -type Treasury_RemoveApprovalCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ProposalId uint32 `protobuf:"varint,1,opt,name=proposal_id,json=proposalId,proto3" json:"proposal_id,omitempty"` -} - -func (x *Treasury_RemoveApprovalCall) Reset() { - *x = Treasury_RemoveApprovalCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[538] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_RemoveApprovalCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_RemoveApprovalCall) ProtoMessage() {} - -func (x *Treasury_RemoveApprovalCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[538] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_RemoveApprovalCall.ProtoReflect.Descriptor instead. -func (*Treasury_RemoveApprovalCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{538} -} - -func (x *Treasury_RemoveApprovalCall) GetProposalId() uint32 { - if x != nil { - return x.ProposalId - } - return 0 -} - -type Utility_BatchCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Calls []*VaraRuntimeRuntimeCall `protobuf:"bytes,1,rep,name=calls,proto3" json:"calls,omitempty"` -} - -func (x *Utility_BatchCall) Reset() { - *x = Utility_BatchCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[539] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Utility_BatchCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Utility_BatchCall) ProtoMessage() {} - -func (x *Utility_BatchCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[539] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Utility_BatchCall.ProtoReflect.Descriptor instead. -func (*Utility_BatchCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{539} -} - -func (x *Utility_BatchCall) GetCalls() []*VaraRuntimeRuntimeCall { - if x != nil { - return x.Calls - } - return nil -} - -type Identity_Raw5 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw5) Reset() { - *x = Identity_Raw5{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[540] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw5) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw5) ProtoMessage() {} - -func (x *Identity_Raw5) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[540] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw5.ProtoReflect.Descriptor instead. -func (*Identity_Raw5) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{540} -} - -func (x *Identity_Raw5) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_Raw12 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw12) Reset() { - *x = Identity_Raw12{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[541] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw12) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw12) ProtoMessage() {} - -func (x *Identity_Raw12) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[541] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw12.ProtoReflect.Descriptor instead. -func (*Identity_Raw12) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{541} -} - -func (x *Identity_Raw12) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 `protobuf:"bytes,2,rep,name=value1,proto3" json:"value1,omitempty"` - Value2 uint32 `protobuf:"varint,3,opt,name=value2,proto3" json:"value2,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32) Reset() { - *x = ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[542] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[542] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{542} -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32) GetValue1() []*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 { - if x != nil { - return x.Value1 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32) GetValue2() uint32 { - if x != nil { - return x.Value2 - } - return 0 -} - -type Timestamp_SetCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Now uint64 `protobuf:"varint,1,opt,name=now,proto3" json:"now,omitempty"` -} - -func (x *Timestamp_SetCall) Reset() { - *x = Timestamp_SetCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[543] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Timestamp_SetCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Timestamp_SetCall) ProtoMessage() {} - -func (x *Timestamp_SetCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[543] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Timestamp_SetCall.ProtoReflect.Descriptor instead. -func (*Timestamp_SetCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{543} -} - -func (x *Timestamp_SetCall) GetNow() uint64 { - if x != nil { - return x.Now - } - return 0 -} - -type Grandpa_Equivocation struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Equivocation: - // - // *Grandpa_Equivocation_EquivocationPrevote - // *Grandpa_Equivocation_EquivocationPrecommit - Equivocation isGrandpa_Equivocation_Equivocation `protobuf_oneof:"equivocation"` -} - -func (x *Grandpa_Equivocation) Reset() { - *x = Grandpa_Equivocation{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[544] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_Equivocation) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_Equivocation) ProtoMessage() {} - -func (x *Grandpa_Equivocation) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[544] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_Equivocation.ProtoReflect.Descriptor instead. -func (*Grandpa_Equivocation) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{544} -} - -func (m *Grandpa_Equivocation) GetEquivocation() isGrandpa_Equivocation_Equivocation { - if m != nil { - return m.Equivocation - } - return nil -} - -func (x *Grandpa_Equivocation) GetEquivocationPrevote() *Grandpa_Prevote { - if x, ok := x.GetEquivocation().(*Grandpa_Equivocation_EquivocationPrevote); ok { - return x.EquivocationPrevote - } - return nil -} - -func (x *Grandpa_Equivocation) GetEquivocationPrecommit() *Grandpa_Precommit { - if x, ok := x.GetEquivocation().(*Grandpa_Equivocation_EquivocationPrecommit); ok { - return x.EquivocationPrecommit - } - return nil -} - -type isGrandpa_Equivocation_Equivocation interface { - isGrandpa_Equivocation_Equivocation() -} - -type Grandpa_Equivocation_EquivocationPrevote struct { - EquivocationPrevote *Grandpa_Prevote `protobuf:"bytes,1,opt,name=equivocation_prevote,json=equivocationPrevote,proto3,oneof"` -} - -type Grandpa_Equivocation_EquivocationPrecommit struct { - EquivocationPrecommit *Grandpa_Precommit `protobuf:"bytes,2,opt,name=equivocation_precommit,json=equivocationPrecommit,proto3,oneof"` -} - -func (*Grandpa_Equivocation_EquivocationPrevote) isGrandpa_Equivocation_Equivocation() {} - -func (*Grandpa_Equivocation_EquivocationPrecommit) isGrandpa_Equivocation_Equivocation() {} - -type GearVoucher_SendReply struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ReplyToId *GprimitivesMessageId `protobuf:"bytes,1,opt,name=reply_to_id,json=replyToId,proto3" json:"reply_to_id,omitempty"` - Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` - GasLimit uint64 `protobuf:"varint,3,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` - Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` - KeepAlive bool `protobuf:"varint,5,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"` -} - -func (x *GearVoucher_SendReply) Reset() { - *x = GearVoucher_SendReply{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[545] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_SendReply) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_SendReply) ProtoMessage() {} - -func (x *GearVoucher_SendReply) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[545] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_SendReply.ProtoReflect.Descriptor instead. -func (*GearVoucher_SendReply) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{545} -} - -func (x *GearVoucher_SendReply) GetReplyToId() *GprimitivesMessageId { - if x != nil { - return x.ReplyToId - } - return nil -} - -func (x *GearVoucher_SendReply) GetPayload() []byte { - if x != nil { - return x.Payload - } - return nil -} - -func (x *GearVoucher_SendReply) GetGasLimit() uint64 { - if x != nil { - return x.GasLimit - } - return 0 -} - -func (x *GearVoucher_SendReply) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -func (x *GearVoucher_SendReply) GetKeepAlive() bool { - if x != nil { - return x.KeepAlive - } - return false -} - -type Bounties_Address32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Bounties_Address32) Reset() { - *x = Bounties_Address32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[546] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_Address32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_Address32) ProtoMessage() {} - -func (x *Bounties_Address32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[546] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_Address32.ProtoReflect.Descriptor instead. -func (*Bounties_Address32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{546} -} - -func (x *Bounties_Address32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type NominationPools_AdjustPoolDepositCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PoolId uint32 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` -} - -func (x *NominationPools_AdjustPoolDepositCall) Reset() { - *x = NominationPools_AdjustPoolDepositCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[547] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_AdjustPoolDepositCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_AdjustPoolDepositCall) ProtoMessage() {} - -func (x *NominationPools_AdjustPoolDepositCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[547] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_AdjustPoolDepositCall.ProtoReflect.Descriptor instead. -func (*NominationPools_AdjustPoolDepositCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{547} -} - -func (x *NominationPools_AdjustPoolDepositCall) GetPoolId() uint32 { - if x != nil { - return x.PoolId - } - return 0 -} - -type Babe_Logs struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Logs: - // - // *Babe_Logs_LogsPreRuntime - // *Babe_Logs_LogsConsensus - // *Babe_Logs_LogsSeal - // *Babe_Logs_LogsOther - // *Babe_Logs_LogsRuntimeEnvironmentUpdated - Logs isBabe_Logs_Logs `protobuf_oneof:"logs"` -} - -func (x *Babe_Logs) Reset() { - *x = Babe_Logs{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[548] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_Logs) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_Logs) ProtoMessage() {} - -func (x *Babe_Logs) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[548] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_Logs.ProtoReflect.Descriptor instead. -func (*Babe_Logs) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{548} -} - -func (m *Babe_Logs) GetLogs() isBabe_Logs_Logs { - if m != nil { - return m.Logs - } - return nil -} - -func (x *Babe_Logs) GetLogsPreRuntime() *Babe_PreRuntime { - if x, ok := x.GetLogs().(*Babe_Logs_LogsPreRuntime); ok { - return x.LogsPreRuntime - } - return nil -} - -func (x *Babe_Logs) GetLogsConsensus() *Babe_Consensus { - if x, ok := x.GetLogs().(*Babe_Logs_LogsConsensus); ok { - return x.LogsConsensus - } - return nil -} - -func (x *Babe_Logs) GetLogsSeal() *Babe_Seal { - if x, ok := x.GetLogs().(*Babe_Logs_LogsSeal); ok { - return x.LogsSeal - } - return nil -} - -func (x *Babe_Logs) GetLogsOther() *Babe_Other { - if x, ok := x.GetLogs().(*Babe_Logs_LogsOther); ok { - return x.LogsOther - } - return nil -} - -func (x *Babe_Logs) GetLogsRuntimeEnvironmentUpdated() *Babe_RuntimeEnvironmentUpdated { - if x, ok := x.GetLogs().(*Babe_Logs_LogsRuntimeEnvironmentUpdated); ok { - return x.LogsRuntimeEnvironmentUpdated - } - return nil -} - -type isBabe_Logs_Logs interface { - isBabe_Logs_Logs() -} - -type Babe_Logs_LogsPreRuntime struct { - LogsPreRuntime *Babe_PreRuntime `protobuf:"bytes,1,opt,name=logs_pre_runtime,json=logsPreRuntime,proto3,oneof"` -} - -type Babe_Logs_LogsConsensus struct { - LogsConsensus *Babe_Consensus `protobuf:"bytes,2,opt,name=logs_consensus,json=logsConsensus,proto3,oneof"` -} - -type Babe_Logs_LogsSeal struct { - LogsSeal *Babe_Seal `protobuf:"bytes,3,opt,name=logs_seal,json=logsSeal,proto3,oneof"` -} - -type Babe_Logs_LogsOther struct { - LogsOther *Babe_Other `protobuf:"bytes,4,opt,name=logs_other,json=logsOther,proto3,oneof"` -} - -type Babe_Logs_LogsRuntimeEnvironmentUpdated struct { - LogsRuntimeEnvironmentUpdated *Babe_RuntimeEnvironmentUpdated `protobuf:"bytes,5,opt,name=logs_runtime_environment_updated,json=logsRuntimeEnvironmentUpdated,proto3,oneof"` -} - -func (*Babe_Logs_LogsPreRuntime) isBabe_Logs_Logs() {} - -func (*Babe_Logs_LogsConsensus) isBabe_Logs_Logs() {} - -func (*Babe_Logs_LogsSeal) isBabe_Logs_Logs() {} - -func (*Babe_Logs_LogsOther) isBabe_Logs_Logs() {} - -func (*Babe_Logs_LogsRuntimeEnvironmentUpdated) isBabe_Logs_Logs() {} - -type Preimage_EnsureUpdatedCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Hashes []*PrimitiveTypesH256 `protobuf:"bytes,1,rep,name=hashes,proto3" json:"hashes,omitempty"` -} - -func (x *Preimage_EnsureUpdatedCall) Reset() { - *x = Preimage_EnsureUpdatedCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[549] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Preimage_EnsureUpdatedCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Preimage_EnsureUpdatedCall) ProtoMessage() {} - -func (x *Preimage_EnsureUpdatedCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[549] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Preimage_EnsureUpdatedCall.ProtoReflect.Descriptor instead. -func (*Preimage_EnsureUpdatedCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{549} -} - -func (x *Preimage_EnsureUpdatedCall) GetHashes() []*PrimitiveTypesH256 { - if x != nil { - return x.Hashes - } - return nil -} - -type Identity_SetAccountIdCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` - // Types that are assignable to New: - // - // *Identity_SetAccountIdCall_NewId - // *Identity_SetAccountIdCall_NewIndex - // *Identity_SetAccountIdCall_NewRaw - // *Identity_SetAccountIdCall_NewAddress32 - // *Identity_SetAccountIdCall_NewAddress20 - New isIdentity_SetAccountIdCall_New `protobuf_oneof:"new"` -} - -func (x *Identity_SetAccountIdCall) Reset() { - *x = Identity_SetAccountIdCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[550] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_SetAccountIdCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_SetAccountIdCall) ProtoMessage() {} - -func (x *Identity_SetAccountIdCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[550] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_SetAccountIdCall.ProtoReflect.Descriptor instead. -func (*Identity_SetAccountIdCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{550} -} - -func (x *Identity_SetAccountIdCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -func (m *Identity_SetAccountIdCall) GetNew() isIdentity_SetAccountIdCall_New { - if m != nil { - return m.New - } - return nil -} - -func (x *Identity_SetAccountIdCall) GetNewId() *Identity_Id { - if x, ok := x.GetNew().(*Identity_SetAccountIdCall_NewId); ok { - return x.NewId - } - return nil -} - -func (x *Identity_SetAccountIdCall) GetNewIndex() *Identity_Index { - if x, ok := x.GetNew().(*Identity_SetAccountIdCall_NewIndex); ok { - return x.NewIndex - } - return nil -} - -func (x *Identity_SetAccountIdCall) GetNewRaw() *Identity_Raw { - if x, ok := x.GetNew().(*Identity_SetAccountIdCall_NewRaw); ok { - return x.NewRaw - } - return nil -} - -func (x *Identity_SetAccountIdCall) GetNewAddress32() *Identity_Address32 { - if x, ok := x.GetNew().(*Identity_SetAccountIdCall_NewAddress32); ok { - return x.NewAddress32 - } - return nil -} - -func (x *Identity_SetAccountIdCall) GetNewAddress20() *Identity_Address20 { - if x, ok := x.GetNew().(*Identity_SetAccountIdCall_NewAddress20); ok { - return x.NewAddress20 - } - return nil -} - -type isIdentity_SetAccountIdCall_New interface { - isIdentity_SetAccountIdCall_New() -} - -type Identity_SetAccountIdCall_NewId struct { - NewId *Identity_Id `protobuf:"bytes,2,opt,name=new_id,json=newId,proto3,oneof"` -} - -type Identity_SetAccountIdCall_NewIndex struct { - NewIndex *Identity_Index `protobuf:"bytes,3,opt,name=new_index,json=newIndex,proto3,oneof"` -} - -type Identity_SetAccountIdCall_NewRaw struct { - NewRaw *Identity_Raw `protobuf:"bytes,4,opt,name=new_raw,json=newRaw,proto3,oneof"` -} - -type Identity_SetAccountIdCall_NewAddress32 struct { - NewAddress32 *Identity_Address32 `protobuf:"bytes,5,opt,name=new_address32,json=newAddress32,proto3,oneof"` -} - -type Identity_SetAccountIdCall_NewAddress20 struct { - NewAddress20 *Identity_Address20 `protobuf:"bytes,6,opt,name=new_address20,json=newAddress20,proto3,oneof"` -} - -func (*Identity_SetAccountIdCall_NewId) isIdentity_SetAccountIdCall_New() {} - -func (*Identity_SetAccountIdCall_NewIndex) isIdentity_SetAccountIdCall_New() {} - -func (*Identity_SetAccountIdCall_NewRaw) isIdentity_SetAccountIdCall_New() {} - -func (*Identity_SetAccountIdCall_NewAddress32) isIdentity_SetAccountIdCall_New() {} - -func (*Identity_SetAccountIdCall_NewAddress20) isIdentity_SetAccountIdCall_New() {} - -type Babe_RuntimeEnvironmentUpdated struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Babe_RuntimeEnvironmentUpdated) Reset() { - *x = Babe_RuntimeEnvironmentUpdated{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[551] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_RuntimeEnvironmentUpdated) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_RuntimeEnvironmentUpdated) ProtoMessage() {} - -func (x *Babe_RuntimeEnvironmentUpdated) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[551] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_RuntimeEnvironmentUpdated.ProtoReflect.Descriptor instead. -func (*Babe_RuntimeEnvironmentUpdated) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{551} -} - -type Staking_UnbondCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` -} - -func (x *Staking_UnbondCall) Reset() { - *x = Staking_UnbondCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[552] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_UnbondCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_UnbondCall) ProtoMessage() {} - -func (x *Staking_UnbondCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[552] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_UnbondCall.ProtoReflect.Descriptor instead. -func (*Staking_UnbondCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{552} -} - -func (x *Staking_UnbondCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -type NominationPools_NominateCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PoolId uint32 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` - Validators []*SpCoreCryptoAccountId32 `protobuf:"bytes,2,rep,name=validators,proto3" json:"validators,omitempty"` -} - -func (x *NominationPools_NominateCall) Reset() { - *x = NominationPools_NominateCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[553] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_NominateCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_NominateCall) ProtoMessage() {} - -func (x *NominationPools_NominateCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[553] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_NominateCall.ProtoReflect.Descriptor instead. -func (*NominationPools_NominateCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{553} -} - -func (x *NominationPools_NominateCall) GetPoolId() uint32 { - if x != nil { - return x.PoolId - } - return 0 -} - -func (x *NominationPools_NominateCall) GetValidators() []*SpCoreCryptoAccountId32 { - if x != nil { - return x.Validators - } - return nil -} - -type GearVoucher_None struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *GearVoucher_None) Reset() { - *x = GearVoucher_None{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[554] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GearVoucher_None) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GearVoucher_None) ProtoMessage() {} - -func (x *GearVoucher_None) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[554] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GearVoucher_None.ProtoReflect.Descriptor instead. -func (*GearVoucher_None) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{554} -} - -type SpArithmeticPerThingsPerbill struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *SpArithmeticPerThingsPerbill) Reset() { - *x = SpArithmeticPerThingsPerbill{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[555] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpArithmeticPerThingsPerbill) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpArithmeticPerThingsPerbill) ProtoMessage() {} - -func (x *SpArithmeticPerThingsPerbill) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[555] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpArithmeticPerThingsPerbill.ProtoReflect.Descriptor instead. -func (*SpArithmeticPerThingsPerbill) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{555} -} - -func (x *SpArithmeticPerThingsPerbill) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -type ConvictionVoting_SplitAbstain struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Aye string `protobuf:"bytes,1,opt,name=aye,proto3" json:"aye,omitempty"` - Nay string `protobuf:"bytes,2,opt,name=nay,proto3" json:"nay,omitempty"` - Abstain string `protobuf:"bytes,3,opt,name=abstain,proto3" json:"abstain,omitempty"` -} - -func (x *ConvictionVoting_SplitAbstain) Reset() { - *x = ConvictionVoting_SplitAbstain{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[556] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_SplitAbstain) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_SplitAbstain) ProtoMessage() {} - -func (x *ConvictionVoting_SplitAbstain) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[556] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_SplitAbstain.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_SplitAbstain) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{556} -} - -func (x *ConvictionVoting_SplitAbstain) GetAye() string { - if x != nil { - return x.Aye - } - return "" -} - -func (x *ConvictionVoting_SplitAbstain) GetNay() string { - if x != nil { - return x.Nay - } - return "" -} - -func (x *ConvictionVoting_SplitAbstain) GetAbstain() string { - if x != nil { - return x.Abstain - } - return "" -} - -type Signed struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Signed) Reset() { - *x = Signed{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[557] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Signed) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Signed) ProtoMessage() {} - -func (x *Signed) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[557] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Signed.ProtoReflect.Descriptor instead. -func (*Signed) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{557} -} - -func (x *Signed) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type Utility_ForceBatchCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Calls []*VaraRuntimeRuntimeCall `protobuf:"bytes,1,rep,name=calls,proto3" json:"calls,omitempty"` -} - -func (x *Utility_ForceBatchCall) Reset() { - *x = Utility_ForceBatchCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[558] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Utility_ForceBatchCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Utility_ForceBatchCall) ProtoMessage() {} - -func (x *Utility_ForceBatchCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[558] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Utility_ForceBatchCall.ProtoReflect.Descriptor instead. -func (*Utility_ForceBatchCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{558} -} - -func (x *Utility_ForceBatchCall) GetCalls() []*VaraRuntimeRuntimeCall { - if x != nil { - return x.Calls - } - return nil -} - -type Proxy_ProxyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Real: - // - // *Proxy_ProxyCall_RealId - // *Proxy_ProxyCall_RealIndex - // *Proxy_ProxyCall_RealRaw - // *Proxy_ProxyCall_RealAddress32 - // *Proxy_ProxyCall_RealAddress20 - Real isProxy_ProxyCall_Real `protobuf_oneof:"real"` - // Types that are assignable to ForceProxyType: - // - // *Proxy_ProxyCall_ForceProxyTypeAny - // *Proxy_ProxyCall_ForceProxyTypeNonTransfer - // *Proxy_ProxyCall_ForceProxyTypeGovernance - // *Proxy_ProxyCall_ForceProxyTypeStaking - // *Proxy_ProxyCall_ForceProxyTypeIdentityJudgement - // *Proxy_ProxyCall_ForceProxyTypeCancelProxy - ForceProxyType isProxy_ProxyCall_ForceProxyType `protobuf_oneof:"force_proxy_type"` - // Types that are assignable to Call: - // - // *Proxy_ProxyCall_CallSystem - // *Proxy_ProxyCall_CallTimestamp - // *Proxy_ProxyCall_CallBabe - // *Proxy_ProxyCall_CallGrandpa - // *Proxy_ProxyCall_CallBalances - // *Proxy_ProxyCall_CallVesting - // *Proxy_ProxyCall_CallBagsList - // *Proxy_ProxyCall_CallImOnline - // *Proxy_ProxyCall_CallStaking - // *Proxy_ProxyCall_CallSession - // *Proxy_ProxyCall_CallTreasury - // *Proxy_ProxyCall_CallUtility - // *Proxy_ProxyCall_CallConvictionVoting - // *Proxy_ProxyCall_CallReferenda - // *Proxy_ProxyCall_CallFellowshipCollective - // *Proxy_ProxyCall_CallFellowshipReferenda - // *Proxy_ProxyCall_CallWhitelist - // *Proxy_ProxyCall_CallScheduler - // *Proxy_ProxyCall_CallPreimage - // *Proxy_ProxyCall_CallIdentity - // *Proxy_ProxyCall_CallProxy - // *Proxy_ProxyCall_CallMultisig - // *Proxy_ProxyCall_CallElectionProviderMultiPhase - // *Proxy_ProxyCall_CallBounties - // *Proxy_ProxyCall_CallChildBounties - // *Proxy_ProxyCall_CallNominationPools - // *Proxy_ProxyCall_CallGear - // *Proxy_ProxyCall_CallStakingRewards - // *Proxy_ProxyCall_CallGearVoucher - Call isProxy_ProxyCall_Call `protobuf_oneof:"call"` -} - -func (x *Proxy_ProxyCall) Reset() { - *x = Proxy_ProxyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[559] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_ProxyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_ProxyCall) ProtoMessage() {} - -func (x *Proxy_ProxyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[559] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_ProxyCall.ProtoReflect.Descriptor instead. -func (*Proxy_ProxyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{559} -} - -func (m *Proxy_ProxyCall) GetReal() isProxy_ProxyCall_Real { - if m != nil { - return m.Real - } - return nil -} - -func (x *Proxy_ProxyCall) GetRealId() *Proxy_Id { - if x, ok := x.GetReal().(*Proxy_ProxyCall_RealId); ok { - return x.RealId - } - return nil -} - -func (x *Proxy_ProxyCall) GetRealIndex() *Proxy_Index { - if x, ok := x.GetReal().(*Proxy_ProxyCall_RealIndex); ok { - return x.RealIndex - } - return nil -} - -func (x *Proxy_ProxyCall) GetRealRaw() *Proxy_Raw { - if x, ok := x.GetReal().(*Proxy_ProxyCall_RealRaw); ok { - return x.RealRaw - } - return nil -} - -func (x *Proxy_ProxyCall) GetRealAddress32() *Proxy_Address32 { - if x, ok := x.GetReal().(*Proxy_ProxyCall_RealAddress32); ok { - return x.RealAddress32 - } - return nil -} - -func (x *Proxy_ProxyCall) GetRealAddress20() *Proxy_Address20 { - if x, ok := x.GetReal().(*Proxy_ProxyCall_RealAddress20); ok { - return x.RealAddress20 - } - return nil -} - -func (m *Proxy_ProxyCall) GetForceProxyType() isProxy_ProxyCall_ForceProxyType { - if m != nil { - return m.ForceProxyType - } - return nil -} - -func (x *Proxy_ProxyCall) GetForceProxyTypeAny() *Proxy_Any { - if x, ok := x.GetForceProxyType().(*Proxy_ProxyCall_ForceProxyTypeAny); ok { - return x.ForceProxyTypeAny - } - return nil -} - -func (x *Proxy_ProxyCall) GetForceProxyTypeNonTransfer() *Proxy_NonTransfer { - if x, ok := x.GetForceProxyType().(*Proxy_ProxyCall_ForceProxyTypeNonTransfer); ok { - return x.ForceProxyTypeNonTransfer - } - return nil -} - -func (x *Proxy_ProxyCall) GetForceProxyTypeGovernance() *Proxy_Governance { - if x, ok := x.GetForceProxyType().(*Proxy_ProxyCall_ForceProxyTypeGovernance); ok { - return x.ForceProxyTypeGovernance - } - return nil -} - -func (x *Proxy_ProxyCall) GetForceProxyTypeStaking() *Proxy_Staking { - if x, ok := x.GetForceProxyType().(*Proxy_ProxyCall_ForceProxyTypeStaking); ok { - return x.ForceProxyTypeStaking - } - return nil -} - -func (x *Proxy_ProxyCall) GetForceProxyTypeIdentityJudgement() *Proxy_IdentityJudgement { - if x, ok := x.GetForceProxyType().(*Proxy_ProxyCall_ForceProxyTypeIdentityJudgement); ok { - return x.ForceProxyTypeIdentityJudgement - } - return nil -} - -func (x *Proxy_ProxyCall) GetForceProxyTypeCancelProxy() *Proxy_CancelProxy { - if x, ok := x.GetForceProxyType().(*Proxy_ProxyCall_ForceProxyTypeCancelProxy); ok { - return x.ForceProxyTypeCancelProxy - } - return nil -} - -func (m *Proxy_ProxyCall) GetCall() isProxy_ProxyCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallSystem() *SystemPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallSystem); ok { - return x.CallSystem - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallTimestamp() *TimestampPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallTimestamp); ok { - return x.CallTimestamp - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallBabe() *BabePallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallBabe); ok { - return x.CallBabe - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallGrandpa() *GrandpaPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallGrandpa); ok { - return x.CallGrandpa - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallBalances() *BalancesPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallBalances); ok { - return x.CallBalances - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallVesting() *VestingPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallVesting); ok { - return x.CallVesting - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallBagsList() *BagsListPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallBagsList); ok { - return x.CallBagsList - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallImOnline() *ImOnlinePallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallImOnline); ok { - return x.CallImOnline - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallStaking() *StakingPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallStaking); ok { - return x.CallStaking - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallSession() *SessionPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallSession); ok { - return x.CallSession - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallTreasury() *TreasuryPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallTreasury); ok { - return x.CallTreasury - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallUtility() *UtilityPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallUtility); ok { - return x.CallUtility - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallConvictionVoting() *ConvictionVotingPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallConvictionVoting); ok { - return x.CallConvictionVoting - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallReferenda() *ReferendaPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallReferenda); ok { - return x.CallReferenda - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallFellowshipCollective() *FellowshipCollectivePallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallFellowshipCollective); ok { - return x.CallFellowshipCollective - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallFellowshipReferenda() *FellowshipReferendaPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallFellowshipReferenda); ok { - return x.CallFellowshipReferenda - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallWhitelist() *WhitelistPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallWhitelist); ok { - return x.CallWhitelist - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallScheduler() *SchedulerPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallScheduler); ok { - return x.CallScheduler - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallPreimage() *PreimagePallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallPreimage); ok { - return x.CallPreimage - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallIdentity() *IdentityPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallIdentity); ok { - return x.CallIdentity - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallProxy() *ProxyPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallProxy); ok { - return x.CallProxy - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallMultisig() *MultisigPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallMultisig); ok { - return x.CallMultisig - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallElectionProviderMultiPhase() *ElectionProviderMultiPhasePallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallElectionProviderMultiPhase); ok { - return x.CallElectionProviderMultiPhase - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallBounties() *BountiesPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallBounties); ok { - return x.CallBounties - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallChildBounties() *ChildBountiesPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallChildBounties); ok { - return x.CallChildBounties - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallNominationPools() *NominationPoolsPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallNominationPools); ok { - return x.CallNominationPools - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallGear() *GearPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallGear); ok { - return x.CallGear - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallStakingRewards() *StakingRewardsPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallStakingRewards); ok { - return x.CallStakingRewards - } - return nil -} - -func (x *Proxy_ProxyCall) GetCallGearVoucher() *GearVoucherPallet { - if x, ok := x.GetCall().(*Proxy_ProxyCall_CallGearVoucher); ok { - return x.CallGearVoucher - } - return nil -} - -type isProxy_ProxyCall_Real interface { - isProxy_ProxyCall_Real() -} - -type Proxy_ProxyCall_RealId struct { - RealId *Proxy_Id `protobuf:"bytes,1,opt,name=real_id,json=realId,proto3,oneof"` -} - -type Proxy_ProxyCall_RealIndex struct { - RealIndex *Proxy_Index `protobuf:"bytes,2,opt,name=real_index,json=realIndex,proto3,oneof"` -} - -type Proxy_ProxyCall_RealRaw struct { - RealRaw *Proxy_Raw `protobuf:"bytes,3,opt,name=real_raw,json=realRaw,proto3,oneof"` -} - -type Proxy_ProxyCall_RealAddress32 struct { - RealAddress32 *Proxy_Address32 `protobuf:"bytes,4,opt,name=real_address32,json=realAddress32,proto3,oneof"` -} - -type Proxy_ProxyCall_RealAddress20 struct { - RealAddress20 *Proxy_Address20 `protobuf:"bytes,5,opt,name=real_address20,json=realAddress20,proto3,oneof"` -} - -func (*Proxy_ProxyCall_RealId) isProxy_ProxyCall_Real() {} - -func (*Proxy_ProxyCall_RealIndex) isProxy_ProxyCall_Real() {} - -func (*Proxy_ProxyCall_RealRaw) isProxy_ProxyCall_Real() {} - -func (*Proxy_ProxyCall_RealAddress32) isProxy_ProxyCall_Real() {} - -func (*Proxy_ProxyCall_RealAddress20) isProxy_ProxyCall_Real() {} - -type isProxy_ProxyCall_ForceProxyType interface { - isProxy_ProxyCall_ForceProxyType() -} - -type Proxy_ProxyCall_ForceProxyTypeAny struct { - ForceProxyTypeAny *Proxy_Any `protobuf:"bytes,6,opt,name=force_proxy_type_any,json=forceProxyTypeAny,proto3,oneof"` -} - -type Proxy_ProxyCall_ForceProxyTypeNonTransfer struct { - ForceProxyTypeNonTransfer *Proxy_NonTransfer `protobuf:"bytes,7,opt,name=force_proxy_type_non_transfer,json=forceProxyTypeNonTransfer,proto3,oneof"` -} - -type Proxy_ProxyCall_ForceProxyTypeGovernance struct { - ForceProxyTypeGovernance *Proxy_Governance `protobuf:"bytes,8,opt,name=force_proxy_type_governance,json=forceProxyTypeGovernance,proto3,oneof"` -} - -type Proxy_ProxyCall_ForceProxyTypeStaking struct { - ForceProxyTypeStaking *Proxy_Staking `protobuf:"bytes,9,opt,name=force_proxy_type_staking,json=forceProxyTypeStaking,proto3,oneof"` -} - -type Proxy_ProxyCall_ForceProxyTypeIdentityJudgement struct { - ForceProxyTypeIdentityJudgement *Proxy_IdentityJudgement `protobuf:"bytes,10,opt,name=force_proxy_type_identity_judgement,json=forceProxyTypeIdentityJudgement,proto3,oneof"` -} - -type Proxy_ProxyCall_ForceProxyTypeCancelProxy struct { - ForceProxyTypeCancelProxy *Proxy_CancelProxy `protobuf:"bytes,11,opt,name=force_proxy_type_cancel_proxy,json=forceProxyTypeCancelProxy,proto3,oneof"` -} - -func (*Proxy_ProxyCall_ForceProxyTypeAny) isProxy_ProxyCall_ForceProxyType() {} - -func (*Proxy_ProxyCall_ForceProxyTypeNonTransfer) isProxy_ProxyCall_ForceProxyType() {} - -func (*Proxy_ProxyCall_ForceProxyTypeGovernance) isProxy_ProxyCall_ForceProxyType() {} - -func (*Proxy_ProxyCall_ForceProxyTypeStaking) isProxy_ProxyCall_ForceProxyType() {} - -func (*Proxy_ProxyCall_ForceProxyTypeIdentityJudgement) isProxy_ProxyCall_ForceProxyType() {} - -func (*Proxy_ProxyCall_ForceProxyTypeCancelProxy) isProxy_ProxyCall_ForceProxyType() {} - -type isProxy_ProxyCall_Call interface { - isProxy_ProxyCall_Call() -} - -type Proxy_ProxyCall_CallSystem struct { - CallSystem *SystemPallet `protobuf:"bytes,12,opt,name=call_system,json=callSystem,proto3,oneof"` -} - -type Proxy_ProxyCall_CallTimestamp struct { - CallTimestamp *TimestampPallet `protobuf:"bytes,13,opt,name=call_timestamp,json=callTimestamp,proto3,oneof"` -} - -type Proxy_ProxyCall_CallBabe struct { - CallBabe *BabePallet `protobuf:"bytes,14,opt,name=call_babe,json=callBabe,proto3,oneof"` -} - -type Proxy_ProxyCall_CallGrandpa struct { - CallGrandpa *GrandpaPallet `protobuf:"bytes,15,opt,name=call_grandpa,json=callGrandpa,proto3,oneof"` -} - -type Proxy_ProxyCall_CallBalances struct { - CallBalances *BalancesPallet `protobuf:"bytes,16,opt,name=call_balances,json=callBalances,proto3,oneof"` -} - -type Proxy_ProxyCall_CallVesting struct { - CallVesting *VestingPallet `protobuf:"bytes,17,opt,name=call_vesting,json=callVesting,proto3,oneof"` -} - -type Proxy_ProxyCall_CallBagsList struct { - CallBagsList *BagsListPallet `protobuf:"bytes,18,opt,name=call_bags_list,json=callBagsList,proto3,oneof"` -} - -type Proxy_ProxyCall_CallImOnline struct { - CallImOnline *ImOnlinePallet `protobuf:"bytes,19,opt,name=call_im_online,json=callImOnline,proto3,oneof"` -} - -type Proxy_ProxyCall_CallStaking struct { - CallStaking *StakingPallet `protobuf:"bytes,20,opt,name=call_staking,json=callStaking,proto3,oneof"` -} - -type Proxy_ProxyCall_CallSession struct { - CallSession *SessionPallet `protobuf:"bytes,21,opt,name=call_session,json=callSession,proto3,oneof"` -} - -type Proxy_ProxyCall_CallTreasury struct { - CallTreasury *TreasuryPallet `protobuf:"bytes,22,opt,name=call_treasury,json=callTreasury,proto3,oneof"` -} - -type Proxy_ProxyCall_CallUtility struct { - CallUtility *UtilityPallet `protobuf:"bytes,23,opt,name=call_utility,json=callUtility,proto3,oneof"` -} - -type Proxy_ProxyCall_CallConvictionVoting struct { - CallConvictionVoting *ConvictionVotingPallet `protobuf:"bytes,24,opt,name=call_conviction_voting,json=callConvictionVoting,proto3,oneof"` -} - -type Proxy_ProxyCall_CallReferenda struct { - CallReferenda *ReferendaPallet `protobuf:"bytes,25,opt,name=call_referenda,json=callReferenda,proto3,oneof"` -} - -type Proxy_ProxyCall_CallFellowshipCollective struct { - CallFellowshipCollective *FellowshipCollectivePallet `protobuf:"bytes,26,opt,name=call_fellowship_collective,json=callFellowshipCollective,proto3,oneof"` -} - -type Proxy_ProxyCall_CallFellowshipReferenda struct { - CallFellowshipReferenda *FellowshipReferendaPallet `protobuf:"bytes,27,opt,name=call_fellowship_referenda,json=callFellowshipReferenda,proto3,oneof"` -} - -type Proxy_ProxyCall_CallWhitelist struct { - CallWhitelist *WhitelistPallet `protobuf:"bytes,28,opt,name=call_whitelist,json=callWhitelist,proto3,oneof"` -} - -type Proxy_ProxyCall_CallScheduler struct { - CallScheduler *SchedulerPallet `protobuf:"bytes,29,opt,name=call_scheduler,json=callScheduler,proto3,oneof"` -} - -type Proxy_ProxyCall_CallPreimage struct { - CallPreimage *PreimagePallet `protobuf:"bytes,30,opt,name=call_preimage,json=callPreimage,proto3,oneof"` -} - -type Proxy_ProxyCall_CallIdentity struct { - CallIdentity *IdentityPallet `protobuf:"bytes,31,opt,name=call_identity,json=callIdentity,proto3,oneof"` -} - -type Proxy_ProxyCall_CallProxy struct { - CallProxy *ProxyPallet `protobuf:"bytes,32,opt,name=call_proxy,json=callProxy,proto3,oneof"` -} - -type Proxy_ProxyCall_CallMultisig struct { - CallMultisig *MultisigPallet `protobuf:"bytes,33,opt,name=call_multisig,json=callMultisig,proto3,oneof"` -} - -type Proxy_ProxyCall_CallElectionProviderMultiPhase struct { - CallElectionProviderMultiPhase *ElectionProviderMultiPhasePallet `protobuf:"bytes,34,opt,name=call_election_provider_multi_phase,json=callElectionProviderMultiPhase,proto3,oneof"` -} - -type Proxy_ProxyCall_CallBounties struct { - CallBounties *BountiesPallet `protobuf:"bytes,35,opt,name=call_bounties,json=callBounties,proto3,oneof"` -} - -type Proxy_ProxyCall_CallChildBounties struct { - CallChildBounties *ChildBountiesPallet `protobuf:"bytes,36,opt,name=call_child_bounties,json=callChildBounties,proto3,oneof"` -} - -type Proxy_ProxyCall_CallNominationPools struct { - CallNominationPools *NominationPoolsPallet `protobuf:"bytes,37,opt,name=call_nomination_pools,json=callNominationPools,proto3,oneof"` -} - -type Proxy_ProxyCall_CallGear struct { - CallGear *GearPallet `protobuf:"bytes,38,opt,name=call_gear,json=callGear,proto3,oneof"` -} - -type Proxy_ProxyCall_CallStakingRewards struct { - CallStakingRewards *StakingRewardsPallet `protobuf:"bytes,39,opt,name=call_staking_rewards,json=callStakingRewards,proto3,oneof"` -} - -type Proxy_ProxyCall_CallGearVoucher struct { - CallGearVoucher *GearVoucherPallet `protobuf:"bytes,40,opt,name=call_gear_voucher,json=callGearVoucher,proto3,oneof"` -} - -func (*Proxy_ProxyCall_CallSystem) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallTimestamp) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallBabe) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallGrandpa) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallBalances) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallVesting) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallBagsList) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallImOnline) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallStaking) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallSession) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallTreasury) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallUtility) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallConvictionVoting) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallReferenda) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallFellowshipCollective) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallFellowshipReferenda) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallWhitelist) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallScheduler) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallPreimage) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallIdentity) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallProxy) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallMultisig) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallElectionProviderMultiPhase) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallBounties) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallChildBounties) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallNominationPools) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallGear) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallStakingRewards) isProxy_ProxyCall_Call() {} - -func (*Proxy_ProxyCall_CallGearVoucher) isProxy_ProxyCall_Call() {} - -type NominationPools_SetStateCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PoolId uint32 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` - // Types that are assignable to State: - // - // *NominationPools_SetStateCall_StateOpen - // *NominationPools_SetStateCall_StateBlocked - // *NominationPools_SetStateCall_StateDestroying - State isNominationPools_SetStateCall_State `protobuf_oneof:"state"` -} - -func (x *NominationPools_SetStateCall) Reset() { - *x = NominationPools_SetStateCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[560] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_SetStateCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_SetStateCall) ProtoMessage() {} - -func (x *NominationPools_SetStateCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[560] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_SetStateCall.ProtoReflect.Descriptor instead. -func (*NominationPools_SetStateCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{560} -} - -func (x *NominationPools_SetStateCall) GetPoolId() uint32 { - if x != nil { - return x.PoolId - } - return 0 -} - -func (m *NominationPools_SetStateCall) GetState() isNominationPools_SetStateCall_State { - if m != nil { - return m.State - } - return nil -} - -func (x *NominationPools_SetStateCall) GetStateOpen() *NominationPools_Open { - if x, ok := x.GetState().(*NominationPools_SetStateCall_StateOpen); ok { - return x.StateOpen - } - return nil -} - -func (x *NominationPools_SetStateCall) GetStateBlocked() *NominationPools_Blocked { - if x, ok := x.GetState().(*NominationPools_SetStateCall_StateBlocked); ok { - return x.StateBlocked - } - return nil -} - -func (x *NominationPools_SetStateCall) GetStateDestroying() *NominationPools_Destroying { - if x, ok := x.GetState().(*NominationPools_SetStateCall_StateDestroying); ok { - return x.StateDestroying - } - return nil -} - -type isNominationPools_SetStateCall_State interface { - isNominationPools_SetStateCall_State() -} - -type NominationPools_SetStateCall_StateOpen struct { - StateOpen *NominationPools_Open `protobuf:"bytes,2,opt,name=state_open,json=stateOpen,proto3,oneof"` -} - -type NominationPools_SetStateCall_StateBlocked struct { - StateBlocked *NominationPools_Blocked `protobuf:"bytes,3,opt,name=state_blocked,json=stateBlocked,proto3,oneof"` -} - -type NominationPools_SetStateCall_StateDestroying struct { - StateDestroying *NominationPools_Destroying `protobuf:"bytes,4,opt,name=state_destroying,json=stateDestroying,proto3,oneof"` -} - -func (*NominationPools_SetStateCall_StateOpen) isNominationPools_SetStateCall_State() {} - -func (*NominationPools_SetStateCall_StateBlocked) isNominationPools_SetStateCall_State() {} - -func (*NominationPools_SetStateCall_StateDestroying) isNominationPools_SetStateCall_State() {} - -type Gear_RunCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - MaxGas *uint64 `protobuf:"varint,1,opt,name=max_gas,json=maxGas,proto3,oneof" json:"max_gas,omitempty"` -} - -func (x *Gear_RunCall) Reset() { - *x = Gear_RunCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[561] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Gear_RunCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Gear_RunCall) ProtoMessage() {} - -func (x *Gear_RunCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[561] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Gear_RunCall.ProtoReflect.Descriptor instead. -func (*Gear_RunCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{561} -} - -func (x *Gear_RunCall) GetMaxGas() uint64 { - if x != nil && x.MaxGas != nil { - return *x.MaxGas - } - return 0 -} - -type Grandpa_FinalityGrandpaEquivocation struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RoundNumber uint64 `protobuf:"varint,1,opt,name=round_number,json=roundNumber,proto3" json:"round_number,omitempty"` - Identity *Grandpa_SpConsensusGrandpaAppPublic `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"` - First *Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature `protobuf:"bytes,3,opt,name=first,proto3" json:"first,omitempty"` - Second *Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature `protobuf:"bytes,4,opt,name=second,proto3" json:"second,omitempty"` -} - -func (x *Grandpa_FinalityGrandpaEquivocation) Reset() { - *x = Grandpa_FinalityGrandpaEquivocation{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[562] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Grandpa_FinalityGrandpaEquivocation) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Grandpa_FinalityGrandpaEquivocation) ProtoMessage() {} - -func (x *Grandpa_FinalityGrandpaEquivocation) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[562] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Grandpa_FinalityGrandpaEquivocation.ProtoReflect.Descriptor instead. -func (*Grandpa_FinalityGrandpaEquivocation) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{562} -} - -func (x *Grandpa_FinalityGrandpaEquivocation) GetRoundNumber() uint64 { - if x != nil { - return x.RoundNumber - } - return 0 -} - -func (x *Grandpa_FinalityGrandpaEquivocation) GetIdentity() *Grandpa_SpConsensusGrandpaAppPublic { - if x != nil { - return x.Identity - } - return nil -} - -func (x *Grandpa_FinalityGrandpaEquivocation) GetFirst() *Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature { - if x != nil { - return x.First - } - return nil -} - -func (x *Grandpa_FinalityGrandpaEquivocation) GetSecond() *Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature { - if x != nil { - return x.Second - } - return nil -} - -type Balances_Index struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *Balances_TupleNull `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Balances_Index) Reset() { - *x = Balances_Index{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[563] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Balances_Index) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Balances_Index) ProtoMessage() {} - -func (x *Balances_Index) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[563] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Balances_Index.ProtoReflect.Descriptor instead. -func (*Balances_Index) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{563} -} - -func (x *Balances_Index) GetValue0() *Balances_TupleNull { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_QuitSubCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Identity_QuitSubCall) Reset() { - *x = Identity_QuitSubCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[564] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_QuitSubCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_QuitSubCall) ProtoMessage() {} - -func (x *Identity_QuitSubCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[564] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_QuitSubCall.ProtoReflect.Descriptor instead. -func (*Identity_QuitSubCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{564} -} - -type Proxy_Any struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Proxy_Any) Reset() { - *x = Proxy_Any{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[565] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_Any) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_Any) ProtoMessage() {} - -func (x *Proxy_Any) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[565] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_Any.ProtoReflect.Descriptor instead. -func (*Proxy_Any) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{565} -} - -type ElectionProviderMultiPhasePallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *ElectionProviderMultiPhasePallet_CallSubmitUnsignedCall - // *ElectionProviderMultiPhasePallet_CallSetMinimumUntrustedScoreCall - // *ElectionProviderMultiPhasePallet_CallSetEmergencyElectionResultCall - // *ElectionProviderMultiPhasePallet_CallSubmitCall - // *ElectionProviderMultiPhasePallet_CallGovernanceFallbackCall - Call isElectionProviderMultiPhasePallet_Call `protobuf_oneof:"call"` -} - -func (x *ElectionProviderMultiPhasePallet) Reset() { - *x = ElectionProviderMultiPhasePallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[566] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhasePallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhasePallet) ProtoMessage() {} - -func (x *ElectionProviderMultiPhasePallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[566] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhasePallet.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhasePallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{566} -} - -func (m *ElectionProviderMultiPhasePallet) GetCall() isElectionProviderMultiPhasePallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *ElectionProviderMultiPhasePallet) GetCallSubmitUnsignedCall() *ElectionProviderMultiPhase_SubmitUnsignedCall { - if x, ok := x.GetCall().(*ElectionProviderMultiPhasePallet_CallSubmitUnsignedCall); ok { - return x.CallSubmitUnsignedCall - } - return nil -} - -func (x *ElectionProviderMultiPhasePallet) GetCallSetMinimumUntrustedScoreCall() *ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall { - if x, ok := x.GetCall().(*ElectionProviderMultiPhasePallet_CallSetMinimumUntrustedScoreCall); ok { - return x.CallSetMinimumUntrustedScoreCall - } - return nil -} - -func (x *ElectionProviderMultiPhasePallet) GetCallSetEmergencyElectionResultCall() *ElectionProviderMultiPhase_SetEmergencyElectionResultCall { - if x, ok := x.GetCall().(*ElectionProviderMultiPhasePallet_CallSetEmergencyElectionResultCall); ok { - return x.CallSetEmergencyElectionResultCall - } - return nil -} - -func (x *ElectionProviderMultiPhasePallet) GetCallSubmitCall() *ElectionProviderMultiPhase_SubmitCall { - if x, ok := x.GetCall().(*ElectionProviderMultiPhasePallet_CallSubmitCall); ok { - return x.CallSubmitCall - } - return nil -} - -func (x *ElectionProviderMultiPhasePallet) GetCallGovernanceFallbackCall() *ElectionProviderMultiPhase_GovernanceFallbackCall { - if x, ok := x.GetCall().(*ElectionProviderMultiPhasePallet_CallGovernanceFallbackCall); ok { - return x.CallGovernanceFallbackCall - } - return nil -} - -type isElectionProviderMultiPhasePallet_Call interface { - isElectionProviderMultiPhasePallet_Call() -} - -type ElectionProviderMultiPhasePallet_CallSubmitUnsignedCall struct { - CallSubmitUnsignedCall *ElectionProviderMultiPhase_SubmitUnsignedCall `protobuf:"bytes,1,opt,name=call_submit_unsigned_call,json=callSubmitUnsignedCall,proto3,oneof"` -} - -type ElectionProviderMultiPhasePallet_CallSetMinimumUntrustedScoreCall struct { - CallSetMinimumUntrustedScoreCall *ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall `protobuf:"bytes,2,opt,name=call_set_minimum_untrusted_score_call,json=callSetMinimumUntrustedScoreCall,proto3,oneof"` -} - -type ElectionProviderMultiPhasePallet_CallSetEmergencyElectionResultCall struct { - CallSetEmergencyElectionResultCall *ElectionProviderMultiPhase_SetEmergencyElectionResultCall `protobuf:"bytes,3,opt,name=call_set_emergency_election_result_call,json=callSetEmergencyElectionResultCall,proto3,oneof"` -} - -type ElectionProviderMultiPhasePallet_CallSubmitCall struct { - CallSubmitCall *ElectionProviderMultiPhase_SubmitCall `protobuf:"bytes,4,opt,name=call_submit_call,json=callSubmitCall,proto3,oneof"` -} - -type ElectionProviderMultiPhasePallet_CallGovernanceFallbackCall struct { - CallGovernanceFallbackCall *ElectionProviderMultiPhase_GovernanceFallbackCall `protobuf:"bytes,5,opt,name=call_governance_fallback_call,json=callGovernanceFallbackCall,proto3,oneof"` -} - -func (*ElectionProviderMultiPhasePallet_CallSubmitUnsignedCall) isElectionProviderMultiPhasePallet_Call() { -} - -func (*ElectionProviderMultiPhasePallet_CallSetMinimumUntrustedScoreCall) isElectionProviderMultiPhasePallet_Call() { -} - -func (*ElectionProviderMultiPhasePallet_CallSetEmergencyElectionResultCall) isElectionProviderMultiPhasePallet_Call() { -} - -func (*ElectionProviderMultiPhasePallet_CallSubmitCall) isElectionProviderMultiPhasePallet_Call() {} - -func (*ElectionProviderMultiPhasePallet_CallGovernanceFallbackCall) isElectionProviderMultiPhasePallet_Call() { -} - -type NominationPools_MinCreateBond struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MinCreateBond: - // - // *NominationPools_MinCreateBond_MinCreateBondNoop - // *NominationPools_MinCreateBond_MinCreateBondSet - // *NominationPools_MinCreateBond_MinCreateBondRemove - MinCreateBond isNominationPools_MinCreateBond_MinCreateBond `protobuf_oneof:"min_create_bond"` -} - -func (x *NominationPools_MinCreateBond) Reset() { - *x = NominationPools_MinCreateBond{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[567] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_MinCreateBond) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_MinCreateBond) ProtoMessage() {} - -func (x *NominationPools_MinCreateBond) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[567] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_MinCreateBond.ProtoReflect.Descriptor instead. -func (*NominationPools_MinCreateBond) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{567} -} - -func (m *NominationPools_MinCreateBond) GetMinCreateBond() isNominationPools_MinCreateBond_MinCreateBond { - if m != nil { - return m.MinCreateBond - } - return nil -} - -func (x *NominationPools_MinCreateBond) GetMinCreateBondNoop() *NominationPools_Noop { - if x, ok := x.GetMinCreateBond().(*NominationPools_MinCreateBond_MinCreateBondNoop); ok { - return x.MinCreateBondNoop - } - return nil -} - -func (x *NominationPools_MinCreateBond) GetMinCreateBondSet() *NominationPools_Set { - if x, ok := x.GetMinCreateBond().(*NominationPools_MinCreateBond_MinCreateBondSet); ok { - return x.MinCreateBondSet - } - return nil -} - -func (x *NominationPools_MinCreateBond) GetMinCreateBondRemove() *NominationPools_Remove { - if x, ok := x.GetMinCreateBond().(*NominationPools_MinCreateBond_MinCreateBondRemove); ok { - return x.MinCreateBondRemove - } - return nil -} - -type isNominationPools_MinCreateBond_MinCreateBond interface { - isNominationPools_MinCreateBond_MinCreateBond() -} - -type NominationPools_MinCreateBond_MinCreateBondNoop struct { - MinCreateBondNoop *NominationPools_Noop `protobuf:"bytes,1,opt,name=min_create_bond_noop,json=minCreateBondNoop,proto3,oneof"` -} - -type NominationPools_MinCreateBond_MinCreateBondSet struct { - MinCreateBondSet *NominationPools_Set `protobuf:"bytes,2,opt,name=min_create_bond_set,json=minCreateBondSet,proto3,oneof"` -} - -type NominationPools_MinCreateBond_MinCreateBondRemove struct { - MinCreateBondRemove *NominationPools_Remove `protobuf:"bytes,3,opt,name=min_create_bond_remove,json=minCreateBondRemove,proto3,oneof"` -} - -func (*NominationPools_MinCreateBond_MinCreateBondNoop) isNominationPools_MinCreateBond_MinCreateBond() { -} - -func (*NominationPools_MinCreateBond_MinCreateBondSet) isNominationPools_MinCreateBond_MinCreateBond() { -} - -func (*NominationPools_MinCreateBond_MinCreateBondRemove) isNominationPools_MinCreateBond_MinCreateBond() { -} - -type Whitelist_RemoveWhitelistedCallCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - CallHash *PrimitiveTypesH256 `protobuf:"bytes,1,opt,name=call_hash,json=callHash,proto3" json:"call_hash,omitempty"` -} - -func (x *Whitelist_RemoveWhitelistedCallCall) Reset() { - *x = Whitelist_RemoveWhitelistedCallCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[568] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Whitelist_RemoveWhitelistedCallCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Whitelist_RemoveWhitelistedCallCall) ProtoMessage() {} - -func (x *Whitelist_RemoveWhitelistedCallCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[568] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Whitelist_RemoveWhitelistedCallCall.ProtoReflect.Descriptor instead. -func (*Whitelist_RemoveWhitelistedCallCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{568} -} - -func (x *Whitelist_RemoveWhitelistedCallCall) GetCallHash() *PrimitiveTypesH256 { - if x != nil { - return x.CallHash - } - return nil -} - -type Identity_Target struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Target: - // - // *Identity_Target_TargetId - // *Identity_Target_TargetIndex - // *Identity_Target_TargetRaw - // *Identity_Target_TargetAddress32 - // *Identity_Target_TargetAddress20 - Target isIdentity_Target_Target `protobuf_oneof:"target"` -} - -func (x *Identity_Target) Reset() { - *x = Identity_Target{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[569] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Target) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Target) ProtoMessage() {} - -func (x *Identity_Target) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[569] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Target.ProtoReflect.Descriptor instead. -func (*Identity_Target) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{569} -} - -func (m *Identity_Target) GetTarget() isIdentity_Target_Target { - if m != nil { - return m.Target - } - return nil -} - -func (x *Identity_Target) GetTargetId() *Identity_Id { - if x, ok := x.GetTarget().(*Identity_Target_TargetId); ok { - return x.TargetId - } - return nil -} - -func (x *Identity_Target) GetTargetIndex() *Identity_Index { - if x, ok := x.GetTarget().(*Identity_Target_TargetIndex); ok { - return x.TargetIndex - } - return nil -} - -func (x *Identity_Target) GetTargetRaw() *Identity_Raw { - if x, ok := x.GetTarget().(*Identity_Target_TargetRaw); ok { - return x.TargetRaw - } - return nil -} - -func (x *Identity_Target) GetTargetAddress32() *Identity_Address32 { - if x, ok := x.GetTarget().(*Identity_Target_TargetAddress32); ok { - return x.TargetAddress32 - } - return nil -} - -func (x *Identity_Target) GetTargetAddress20() *Identity_Address20 { - if x, ok := x.GetTarget().(*Identity_Target_TargetAddress20); ok { - return x.TargetAddress20 - } - return nil -} - -type isIdentity_Target_Target interface { - isIdentity_Target_Target() -} - -type Identity_Target_TargetId struct { - TargetId *Identity_Id `protobuf:"bytes,1,opt,name=target_id,json=targetId,proto3,oneof"` -} - -type Identity_Target_TargetIndex struct { - TargetIndex *Identity_Index `protobuf:"bytes,2,opt,name=target_index,json=targetIndex,proto3,oneof"` -} - -type Identity_Target_TargetRaw struct { - TargetRaw *Identity_Raw `protobuf:"bytes,3,opt,name=target_raw,json=targetRaw,proto3,oneof"` -} - -type Identity_Target_TargetAddress32 struct { - TargetAddress32 *Identity_Address32 `protobuf:"bytes,4,opt,name=target_address32,json=targetAddress32,proto3,oneof"` -} - -type Identity_Target_TargetAddress20 struct { - TargetAddress20 *Identity_Address20 `protobuf:"bytes,5,opt,name=target_address20,json=targetAddress20,proto3,oneof"` -} - -func (*Identity_Target_TargetId) isIdentity_Target_Target() {} - -func (*Identity_Target_TargetIndex) isIdentity_Target_Target() {} - -func (*Identity_Target_TargetRaw) isIdentity_Target_Target() {} - -func (*Identity_Target_TargetAddress32) isIdentity_Target_Target() {} - -func (*Identity_Target_TargetAddress20) isIdentity_Target_Target() {} - -type ConvictionVoting_PalletConvictionVotingVoteVote struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *ConvictionVoting_PalletConvictionVotingVoteVote) Reset() { - *x = ConvictionVoting_PalletConvictionVotingVoteVote{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[570] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_PalletConvictionVotingVoteVote) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_PalletConvictionVotingVoteVote) ProtoMessage() {} - -func (x *ConvictionVoting_PalletConvictionVotingVoteVote) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[570] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_PalletConvictionVotingVoteVote.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_PalletConvictionVotingVoteVote) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{570} -} - -func (x *ConvictionVoting_PalletConvictionVotingVoteVote) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -type Referenda_CancelCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *Referenda_CancelCall) Reset() { - *x = Referenda_CancelCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[571] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_CancelCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_CancelCall) ProtoMessage() {} - -func (x *Referenda_CancelCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[571] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_CancelCall.ProtoReflect.Descriptor instead. -func (*Referenda_CancelCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{571} -} - -func (x *Referenda_CancelCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type FellowshipReferendaPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *FellowshipReferendaPallet_CallSubmitCall - // *FellowshipReferendaPallet_CallPlaceDecisionDepositCall - // *FellowshipReferendaPallet_CallRefundDecisionDepositCall - // *FellowshipReferendaPallet_CallCancelCall - // *FellowshipReferendaPallet_CallKillCall - // *FellowshipReferendaPallet_CallNudgeReferendumCall - // *FellowshipReferendaPallet_CallOneFewerDecidingCall - // *FellowshipReferendaPallet_CallRefundSubmissionDepositCall - // *FellowshipReferendaPallet_CallSetMetadataCall - Call isFellowshipReferendaPallet_Call `protobuf_oneof:"call"` -} - -func (x *FellowshipReferendaPallet) Reset() { - *x = FellowshipReferendaPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[572] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferendaPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferendaPallet) ProtoMessage() {} - -func (x *FellowshipReferendaPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[572] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferendaPallet.ProtoReflect.Descriptor instead. -func (*FellowshipReferendaPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{572} -} - -func (m *FellowshipReferendaPallet) GetCall() isFellowshipReferendaPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *FellowshipReferendaPallet) GetCallSubmitCall() *FellowshipReferenda_SubmitCall { - if x, ok := x.GetCall().(*FellowshipReferendaPallet_CallSubmitCall); ok { - return x.CallSubmitCall - } - return nil -} - -func (x *FellowshipReferendaPallet) GetCallPlaceDecisionDepositCall() *FellowshipReferenda_PlaceDecisionDepositCall { - if x, ok := x.GetCall().(*FellowshipReferendaPallet_CallPlaceDecisionDepositCall); ok { - return x.CallPlaceDecisionDepositCall - } - return nil -} - -func (x *FellowshipReferendaPallet) GetCallRefundDecisionDepositCall() *FellowshipReferenda_RefundDecisionDepositCall { - if x, ok := x.GetCall().(*FellowshipReferendaPallet_CallRefundDecisionDepositCall); ok { - return x.CallRefundDecisionDepositCall - } - return nil -} - -func (x *FellowshipReferendaPallet) GetCallCancelCall() *FellowshipReferenda_CancelCall { - if x, ok := x.GetCall().(*FellowshipReferendaPallet_CallCancelCall); ok { - return x.CallCancelCall - } - return nil -} - -func (x *FellowshipReferendaPallet) GetCallKillCall() *FellowshipReferenda_KillCall { - if x, ok := x.GetCall().(*FellowshipReferendaPallet_CallKillCall); ok { - return x.CallKillCall - } - return nil -} - -func (x *FellowshipReferendaPallet) GetCallNudgeReferendumCall() *FellowshipReferenda_NudgeReferendumCall { - if x, ok := x.GetCall().(*FellowshipReferendaPallet_CallNudgeReferendumCall); ok { - return x.CallNudgeReferendumCall - } - return nil -} - -func (x *FellowshipReferendaPallet) GetCallOneFewerDecidingCall() *FellowshipReferenda_OneFewerDecidingCall { - if x, ok := x.GetCall().(*FellowshipReferendaPallet_CallOneFewerDecidingCall); ok { - return x.CallOneFewerDecidingCall - } - return nil -} - -func (x *FellowshipReferendaPallet) GetCallRefundSubmissionDepositCall() *FellowshipReferenda_RefundSubmissionDepositCall { - if x, ok := x.GetCall().(*FellowshipReferendaPallet_CallRefundSubmissionDepositCall); ok { - return x.CallRefundSubmissionDepositCall - } - return nil -} - -func (x *FellowshipReferendaPallet) GetCallSetMetadataCall() *FellowshipReferenda_SetMetadataCall { - if x, ok := x.GetCall().(*FellowshipReferendaPallet_CallSetMetadataCall); ok { - return x.CallSetMetadataCall - } - return nil -} - -type isFellowshipReferendaPallet_Call interface { - isFellowshipReferendaPallet_Call() -} - -type FellowshipReferendaPallet_CallSubmitCall struct { - CallSubmitCall *FellowshipReferenda_SubmitCall `protobuf:"bytes,1,opt,name=call_submit_call,json=callSubmitCall,proto3,oneof"` -} - -type FellowshipReferendaPallet_CallPlaceDecisionDepositCall struct { - CallPlaceDecisionDepositCall *FellowshipReferenda_PlaceDecisionDepositCall `protobuf:"bytes,2,opt,name=call_place_decision_deposit_call,json=callPlaceDecisionDepositCall,proto3,oneof"` -} - -type FellowshipReferendaPallet_CallRefundDecisionDepositCall struct { - CallRefundDecisionDepositCall *FellowshipReferenda_RefundDecisionDepositCall `protobuf:"bytes,3,opt,name=call_refund_decision_deposit_call,json=callRefundDecisionDepositCall,proto3,oneof"` -} - -type FellowshipReferendaPallet_CallCancelCall struct { - CallCancelCall *FellowshipReferenda_CancelCall `protobuf:"bytes,4,opt,name=call_cancel_call,json=callCancelCall,proto3,oneof"` -} - -type FellowshipReferendaPallet_CallKillCall struct { - CallKillCall *FellowshipReferenda_KillCall `protobuf:"bytes,5,opt,name=call_kill_call,json=callKillCall,proto3,oneof"` -} - -type FellowshipReferendaPallet_CallNudgeReferendumCall struct { - CallNudgeReferendumCall *FellowshipReferenda_NudgeReferendumCall `protobuf:"bytes,6,opt,name=call_nudge_referendum_call,json=callNudgeReferendumCall,proto3,oneof"` -} - -type FellowshipReferendaPallet_CallOneFewerDecidingCall struct { - CallOneFewerDecidingCall *FellowshipReferenda_OneFewerDecidingCall `protobuf:"bytes,7,opt,name=call_one_fewer_deciding_call,json=callOneFewerDecidingCall,proto3,oneof"` -} - -type FellowshipReferendaPallet_CallRefundSubmissionDepositCall struct { - CallRefundSubmissionDepositCall *FellowshipReferenda_RefundSubmissionDepositCall `protobuf:"bytes,8,opt,name=call_refund_submission_deposit_call,json=callRefundSubmissionDepositCall,proto3,oneof"` -} - -type FellowshipReferendaPallet_CallSetMetadataCall struct { - CallSetMetadataCall *FellowshipReferenda_SetMetadataCall `protobuf:"bytes,9,opt,name=call_set_metadata_call,json=callSetMetadataCall,proto3,oneof"` -} - -func (*FellowshipReferendaPallet_CallSubmitCall) isFellowshipReferendaPallet_Call() {} - -func (*FellowshipReferendaPallet_CallPlaceDecisionDepositCall) isFellowshipReferendaPallet_Call() {} - -func (*FellowshipReferendaPallet_CallRefundDecisionDepositCall) isFellowshipReferendaPallet_Call() {} - -func (*FellowshipReferendaPallet_CallCancelCall) isFellowshipReferendaPallet_Call() {} - -func (*FellowshipReferendaPallet_CallKillCall) isFellowshipReferendaPallet_Call() {} - -func (*FellowshipReferendaPallet_CallNudgeReferendumCall) isFellowshipReferendaPallet_Call() {} - -func (*FellowshipReferendaPallet_CallOneFewerDecidingCall) isFellowshipReferendaPallet_Call() {} - -func (*FellowshipReferendaPallet_CallRefundSubmissionDepositCall) isFellowshipReferendaPallet_Call() { -} - -func (*FellowshipReferendaPallet_CallSetMetadataCall) isFellowshipReferendaPallet_Call() {} - -type Multisig_PalletMultisigTimepoint struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Height uint32 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` - Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *Multisig_PalletMultisigTimepoint) Reset() { - *x = Multisig_PalletMultisigTimepoint{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[573] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Multisig_PalletMultisigTimepoint) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Multisig_PalletMultisigTimepoint) ProtoMessage() {} - -func (x *Multisig_PalletMultisigTimepoint) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[573] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Multisig_PalletMultisigTimepoint.ProtoReflect.Descriptor instead. -func (*Multisig_PalletMultisigTimepoint) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{573} -} - -func (x *Multisig_PalletMultisigTimepoint) GetHeight() uint32 { - if x != nil { - return x.Height - } - return 0 -} - -func (x *Multisig_PalletMultisigTimepoint) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type NominationPools_PermissionlessCompound struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *NominationPools_PermissionlessCompound) Reset() { - *x = NominationPools_PermissionlessCompound{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[574] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_PermissionlessCompound) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_PermissionlessCompound) ProtoMessage() {} - -func (x *NominationPools_PermissionlessCompound) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[574] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_PermissionlessCompound.ProtoReflect.Descriptor instead. -func (*NominationPools_PermissionlessCompound) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{574} -} - -type SpCoreEd25519Signature struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *SpCoreEd25519Signature) Reset() { - *x = SpCoreEd25519Signature{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[575] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpCoreEd25519Signature) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpCoreEd25519Signature) ProtoMessage() {} - -func (x *SpCoreEd25519Signature) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[575] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpCoreEd25519Signature.ProtoReflect.Descriptor instead. -func (*SpCoreEd25519Signature) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{575} -} - -func (x *SpCoreEd25519Signature) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Treasury_RejectProposalCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ProposalId uint32 `protobuf:"varint,1,opt,name=proposal_id,json=proposalId,proto3" json:"proposal_id,omitempty"` -} - -func (x *Treasury_RejectProposalCall) Reset() { - *x = Treasury_RejectProposalCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[576] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_RejectProposalCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_RejectProposalCall) ProtoMessage() {} - -func (x *Treasury_RejectProposalCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[576] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_RejectProposalCall.ProtoReflect.Descriptor instead. -func (*Treasury_RejectProposalCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{576} -} - -func (x *Treasury_RejectProposalCall) GetProposalId() uint32 { - if x != nil { - return x.ProposalId - } - return 0 -} - -type Identity_Raw25 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw25) Reset() { - *x = Identity_Raw25{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[577] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw25) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw25) ProtoMessage() {} - -func (x *Identity_Raw25) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[577] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw25.ProtoReflect.Descriptor instead. -func (*Identity_Raw25) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{577} -} - -func (x *Identity_Raw25) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_New struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to New: - // - // *Identity_New_NewId - // *Identity_New_NewIndex - // *Identity_New_NewRaw - // *Identity_New_NewAddress32 - // *Identity_New_NewAddress20 - New isIdentity_New_New `protobuf_oneof:"new"` -} - -func (x *Identity_New) Reset() { - *x = Identity_New{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[578] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_New) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_New) ProtoMessage() {} - -func (x *Identity_New) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[578] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_New.ProtoReflect.Descriptor instead. -func (*Identity_New) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{578} -} - -func (m *Identity_New) GetNew() isIdentity_New_New { - if m != nil { - return m.New - } - return nil -} - -func (x *Identity_New) GetNewId() *Identity_Id { - if x, ok := x.GetNew().(*Identity_New_NewId); ok { - return x.NewId - } - return nil -} - -func (x *Identity_New) GetNewIndex() *Identity_Index { - if x, ok := x.GetNew().(*Identity_New_NewIndex); ok { - return x.NewIndex - } - return nil -} - -func (x *Identity_New) GetNewRaw() *Identity_Raw { - if x, ok := x.GetNew().(*Identity_New_NewRaw); ok { - return x.NewRaw - } - return nil -} - -func (x *Identity_New) GetNewAddress32() *Identity_Address32 { - if x, ok := x.GetNew().(*Identity_New_NewAddress32); ok { - return x.NewAddress32 - } - return nil -} - -func (x *Identity_New) GetNewAddress20() *Identity_Address20 { - if x, ok := x.GetNew().(*Identity_New_NewAddress20); ok { - return x.NewAddress20 - } - return nil -} - -type isIdentity_New_New interface { - isIdentity_New_New() -} - -type Identity_New_NewId struct { - NewId *Identity_Id `protobuf:"bytes,1,opt,name=new_id,json=newId,proto3,oneof"` -} - -type Identity_New_NewIndex struct { - NewIndex *Identity_Index `protobuf:"bytes,2,opt,name=new_index,json=newIndex,proto3,oneof"` -} - -type Identity_New_NewRaw struct { - NewRaw *Identity_Raw `protobuf:"bytes,3,opt,name=new_raw,json=newRaw,proto3,oneof"` -} - -type Identity_New_NewAddress32 struct { - NewAddress32 *Identity_Address32 `protobuf:"bytes,4,opt,name=new_address32,json=newAddress32,proto3,oneof"` -} - -type Identity_New_NewAddress20 struct { - NewAddress20 *Identity_Address20 `protobuf:"bytes,5,opt,name=new_address20,json=newAddress20,proto3,oneof"` -} - -func (*Identity_New_NewId) isIdentity_New_New() {} - -func (*Identity_New_NewIndex) isIdentity_New_New() {} - -func (*Identity_New_NewRaw) isIdentity_New_New() {} - -func (*Identity_New_NewAddress32) isIdentity_New_New() {} - -func (*Identity_New_NewAddress20) isIdentity_New_New() {} - -type ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 *SpNposElectionsSupport `protobuf:"bytes,2,opt,name=value1,proto3" json:"value1,omitempty"` -} - -func (x *ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport) Reset() { - *x = ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[579] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport) ProtoMessage() { -} - -func (x *ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[579] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{579} -} - -func (x *ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -func (x *ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport) GetValue1() *SpNposElectionsSupport { - if x != nil { - return x.Value1 - } - return nil -} - -type NominationPools_SetMetadataCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PoolId uint32 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` - Metadata []byte `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` -} - -func (x *NominationPools_SetMetadataCall) Reset() { - *x = NominationPools_SetMetadataCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[580] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_SetMetadataCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_SetMetadataCall) ProtoMessage() {} - -func (x *NominationPools_SetMetadataCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[580] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_SetMetadataCall.ProtoReflect.Descriptor instead. -func (*NominationPools_SetMetadataCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{580} -} - -func (x *NominationPools_SetMetadataCall) GetPoolId() uint32 { - if x != nil { - return x.PoolId - } - return 0 -} - -func (x *NominationPools_SetMetadataCall) GetMetadata() []byte { - if x != nil { - return x.Metadata - } - return nil -} - -type NominationPools_MinJoinBond struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MinJoinBond: - // - // *NominationPools_MinJoinBond_MinJoinBondNoop - // *NominationPools_MinJoinBond_MinJoinBondSet - // *NominationPools_MinJoinBond_MinJoinBondRemove - MinJoinBond isNominationPools_MinJoinBond_MinJoinBond `protobuf_oneof:"min_join_bond"` -} - -func (x *NominationPools_MinJoinBond) Reset() { - *x = NominationPools_MinJoinBond{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[581] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_MinJoinBond) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_MinJoinBond) ProtoMessage() {} - -func (x *NominationPools_MinJoinBond) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[581] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_MinJoinBond.ProtoReflect.Descriptor instead. -func (*NominationPools_MinJoinBond) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{581} -} - -func (m *NominationPools_MinJoinBond) GetMinJoinBond() isNominationPools_MinJoinBond_MinJoinBond { - if m != nil { - return m.MinJoinBond - } - return nil -} - -func (x *NominationPools_MinJoinBond) GetMinJoinBondNoop() *NominationPools_Noop { - if x, ok := x.GetMinJoinBond().(*NominationPools_MinJoinBond_MinJoinBondNoop); ok { - return x.MinJoinBondNoop - } - return nil -} - -func (x *NominationPools_MinJoinBond) GetMinJoinBondSet() *NominationPools_Set { - if x, ok := x.GetMinJoinBond().(*NominationPools_MinJoinBond_MinJoinBondSet); ok { - return x.MinJoinBondSet - } - return nil -} - -func (x *NominationPools_MinJoinBond) GetMinJoinBondRemove() *NominationPools_Remove { - if x, ok := x.GetMinJoinBond().(*NominationPools_MinJoinBond_MinJoinBondRemove); ok { - return x.MinJoinBondRemove - } - return nil -} - -type isNominationPools_MinJoinBond_MinJoinBond interface { - isNominationPools_MinJoinBond_MinJoinBond() -} - -type NominationPools_MinJoinBond_MinJoinBondNoop struct { - MinJoinBondNoop *NominationPools_Noop `protobuf:"bytes,1,opt,name=min_join_bond_noop,json=minJoinBondNoop,proto3,oneof"` -} - -type NominationPools_MinJoinBond_MinJoinBondSet struct { - MinJoinBondSet *NominationPools_Set `protobuf:"bytes,2,opt,name=min_join_bond_set,json=minJoinBondSet,proto3,oneof"` -} - -type NominationPools_MinJoinBond_MinJoinBondRemove struct { - MinJoinBondRemove *NominationPools_Remove `protobuf:"bytes,3,opt,name=min_join_bond_remove,json=minJoinBondRemove,proto3,oneof"` -} - -func (*NominationPools_MinJoinBond_MinJoinBondNoop) isNominationPools_MinJoinBond_MinJoinBond() {} - -func (*NominationPools_MinJoinBond_MinJoinBondSet) isNominationPools_MinJoinBond_MinJoinBond() {} - -func (*NominationPools_MinJoinBond_MinJoinBondRemove) isNominationPools_MinJoinBond_MinJoinBond() {} - -type BagsListPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *BagsListPallet_CallRebagCall - // *BagsListPallet_CallPutInFrontOfCall - // *BagsListPallet_CallPutInFrontOfOtherCall - Call isBagsListPallet_Call `protobuf_oneof:"call"` -} - -func (x *BagsListPallet) Reset() { - *x = BagsListPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[582] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BagsListPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BagsListPallet) ProtoMessage() {} - -func (x *BagsListPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[582] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BagsListPallet.ProtoReflect.Descriptor instead. -func (*BagsListPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{582} -} - -func (m *BagsListPallet) GetCall() isBagsListPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *BagsListPallet) GetCallRebagCall() *BagsList_RebagCall { - if x, ok := x.GetCall().(*BagsListPallet_CallRebagCall); ok { - return x.CallRebagCall - } - return nil -} - -func (x *BagsListPallet) GetCallPutInFrontOfCall() *BagsList_PutInFrontOfCall { - if x, ok := x.GetCall().(*BagsListPallet_CallPutInFrontOfCall); ok { - return x.CallPutInFrontOfCall - } - return nil -} - -func (x *BagsListPallet) GetCallPutInFrontOfOtherCall() *BagsList_PutInFrontOfOtherCall { - if x, ok := x.GetCall().(*BagsListPallet_CallPutInFrontOfOtherCall); ok { - return x.CallPutInFrontOfOtherCall - } - return nil -} - -type isBagsListPallet_Call interface { - isBagsListPallet_Call() -} - -type BagsListPallet_CallRebagCall struct { - CallRebagCall *BagsList_RebagCall `protobuf:"bytes,1,opt,name=call_rebag_call,json=callRebagCall,proto3,oneof"` -} - -type BagsListPallet_CallPutInFrontOfCall struct { - CallPutInFrontOfCall *BagsList_PutInFrontOfCall `protobuf:"bytes,2,opt,name=call_put_in_front_of_call,json=callPutInFrontOfCall,proto3,oneof"` -} - -type BagsListPallet_CallPutInFrontOfOtherCall struct { - CallPutInFrontOfOtherCall *BagsList_PutInFrontOfOtherCall `protobuf:"bytes,3,opt,name=call_put_in_front_of_other_call,json=callPutInFrontOfOtherCall,proto3,oneof"` -} - -func (*BagsListPallet_CallRebagCall) isBagsListPallet_Call() {} - -func (*BagsListPallet_CallPutInFrontOfCall) isBagsListPallet_Call() {} - -func (*BagsListPallet_CallPutInFrontOfOtherCall) isBagsListPallet_Call() {} - -type Staking_Staked struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Staking_Staked) Reset() { - *x = Staking_Staked{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[583] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Staked) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Staked) ProtoMessage() {} - -func (x *Staking_Staked) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[583] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Staked.ProtoReflect.Descriptor instead. -func (*Staking_Staked) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{583} -} - -type FellowshipCollective_CleanupPollCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - PollIndex uint32 `protobuf:"varint,1,opt,name=poll_index,json=pollIndex,proto3" json:"poll_index,omitempty"` - Max uint32 `protobuf:"varint,2,opt,name=max,proto3" json:"max,omitempty"` -} - -func (x *FellowshipCollective_CleanupPollCall) Reset() { - *x = FellowshipCollective_CleanupPollCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[584] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollective_CleanupPollCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollective_CleanupPollCall) ProtoMessage() {} - -func (x *FellowshipCollective_CleanupPollCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[584] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollective_CleanupPollCall.ProtoReflect.Descriptor instead. -func (*FellowshipCollective_CleanupPollCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{584} -} - -func (x *FellowshipCollective_CleanupPollCall) GetPollIndex() uint32 { - if x != nil { - return x.PollIndex - } - return 0 -} - -func (x *FellowshipCollective_CleanupPollCall) GetMax() uint32 { - if x != nil { - return x.Max - } - return 0 -} - -type FellowshipReferenda_KillCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *FellowshipReferenda_KillCall) Reset() { - *x = FellowshipReferenda_KillCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[585] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_KillCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_KillCall) ProtoMessage() {} - -func (x *FellowshipReferenda_KillCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[585] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_KillCall.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_KillCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{585} -} - -func (x *FellowshipReferenda_KillCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type Bounties_ExtendBountyExpiryCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BountyId uint32 `protobuf:"varint,1,opt,name=bounty_id,json=bountyId,proto3" json:"bounty_id,omitempty"` - Remark []byte `protobuf:"bytes,2,opt,name=remark,proto3" json:"remark,omitempty"` -} - -func (x *Bounties_ExtendBountyExpiryCall) Reset() { - *x = Bounties_ExtendBountyExpiryCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[586] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_ExtendBountyExpiryCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_ExtendBountyExpiryCall) ProtoMessage() {} - -func (x *Bounties_ExtendBountyExpiryCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[586] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_ExtendBountyExpiryCall.ProtoReflect.Descriptor instead. -func (*Bounties_ExtendBountyExpiryCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{586} -} - -func (x *Bounties_ExtendBountyExpiryCall) GetBountyId() uint32 { - if x != nil { - return x.BountyId - } - return 0 -} - -func (x *Bounties_ExtendBountyExpiryCall) GetRemark() []byte { - if x != nil { - return x.Remark - } - return nil -} - -type ChildBounties_AddChildBountyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - ParentBountyId uint32 `protobuf:"varint,1,opt,name=parent_bounty_id,json=parentBountyId,proto3" json:"parent_bounty_id,omitempty"` - Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` - Description []byte `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` -} - -func (x *ChildBounties_AddChildBountyCall) Reset() { - *x = ChildBounties_AddChildBountyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[587] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_AddChildBountyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_AddChildBountyCall) ProtoMessage() {} - -func (x *ChildBounties_AddChildBountyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[587] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_AddChildBountyCall.ProtoReflect.Descriptor instead. -func (*ChildBounties_AddChildBountyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{587} -} - -func (x *ChildBounties_AddChildBountyCall) GetParentBountyId() uint32 { - if x != nil { - return x.ParentBountyId - } - return 0 -} - -func (x *ChildBounties_AddChildBountyCall) GetValue() string { - if x != nil { - return x.Value - } - return "" -} - -func (x *ChildBounties_AddChildBountyCall) GetDescription() []byte { - if x != nil { - return x.Description - } - return nil -} - -type Babe_PrimarySlots struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Babe_PrimarySlots) Reset() { - *x = Babe_PrimarySlots{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[588] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_PrimarySlots) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_PrimarySlots) ProtoMessage() {} - -func (x *Babe_PrimarySlots) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[588] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_PrimarySlots.ProtoReflect.Descriptor instead. -func (*Babe_PrimarySlots) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{588} -} - -type Vesting_Target struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Target: - // - // *Vesting_Target_TargetId - // *Vesting_Target_TargetIndex - // *Vesting_Target_TargetRaw - // *Vesting_Target_TargetAddress32 - // *Vesting_Target_TargetAddress20 - Target isVesting_Target_Target `protobuf_oneof:"target"` -} - -func (x *Vesting_Target) Reset() { - *x = Vesting_Target{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[589] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_Target) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_Target) ProtoMessage() {} - -func (x *Vesting_Target) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[589] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_Target.ProtoReflect.Descriptor instead. -func (*Vesting_Target) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{589} -} - -func (m *Vesting_Target) GetTarget() isVesting_Target_Target { - if m != nil { - return m.Target - } - return nil -} - -func (x *Vesting_Target) GetTargetId() *Vesting_Id { - if x, ok := x.GetTarget().(*Vesting_Target_TargetId); ok { - return x.TargetId - } - return nil -} - -func (x *Vesting_Target) GetTargetIndex() *Vesting_Index { - if x, ok := x.GetTarget().(*Vesting_Target_TargetIndex); ok { - return x.TargetIndex - } - return nil -} - -func (x *Vesting_Target) GetTargetRaw() *Vesting_Raw { - if x, ok := x.GetTarget().(*Vesting_Target_TargetRaw); ok { - return x.TargetRaw - } - return nil -} - -func (x *Vesting_Target) GetTargetAddress32() *Vesting_Address32 { - if x, ok := x.GetTarget().(*Vesting_Target_TargetAddress32); ok { - return x.TargetAddress32 - } - return nil -} - -func (x *Vesting_Target) GetTargetAddress20() *Vesting_Address20 { - if x, ok := x.GetTarget().(*Vesting_Target_TargetAddress20); ok { - return x.TargetAddress20 - } - return nil -} - -type isVesting_Target_Target interface { - isVesting_Target_Target() -} - -type Vesting_Target_TargetId struct { - TargetId *Vesting_Id `protobuf:"bytes,1,opt,name=target_id,json=targetId,proto3,oneof"` -} - -type Vesting_Target_TargetIndex struct { - TargetIndex *Vesting_Index `protobuf:"bytes,2,opt,name=target_index,json=targetIndex,proto3,oneof"` -} - -type Vesting_Target_TargetRaw struct { - TargetRaw *Vesting_Raw `protobuf:"bytes,3,opt,name=target_raw,json=targetRaw,proto3,oneof"` -} - -type Vesting_Target_TargetAddress32 struct { - TargetAddress32 *Vesting_Address32 `protobuf:"bytes,4,opt,name=target_address32,json=targetAddress32,proto3,oneof"` -} - -type Vesting_Target_TargetAddress20 struct { - TargetAddress20 *Vesting_Address20 `protobuf:"bytes,5,opt,name=target_address20,json=targetAddress20,proto3,oneof"` -} - -func (*Vesting_Target_TargetId) isVesting_Target_Target() {} - -func (*Vesting_Target_TargetIndex) isVesting_Target_Target() {} - -func (*Vesting_Target_TargetRaw) isVesting_Target_Target() {} - -func (*Vesting_Target_TargetAddress32) isVesting_Target_Target() {} - -func (*Vesting_Target_TargetAddress20) isVesting_Target_Target() {} - -type Identity_Raw23 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw23) Reset() { - *x = Identity_Raw23{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[590] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw23) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw23) ProtoMessage() {} - -func (x *Identity_Raw23) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[590] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw23.ProtoReflect.Descriptor instead. -func (*Identity_Raw23) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{590} -} - -func (x *Identity_Raw23) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Proxy_Delegate struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Delegate: - // - // *Proxy_Delegate_DelegateId - // *Proxy_Delegate_DelegateIndex - // *Proxy_Delegate_DelegateRaw - // *Proxy_Delegate_DelegateAddress32 - // *Proxy_Delegate_DelegateAddress20 - Delegate isProxy_Delegate_Delegate `protobuf_oneof:"delegate"` -} - -func (x *Proxy_Delegate) Reset() { - *x = Proxy_Delegate{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[591] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_Delegate) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_Delegate) ProtoMessage() {} - -func (x *Proxy_Delegate) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[591] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_Delegate.ProtoReflect.Descriptor instead. -func (*Proxy_Delegate) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{591} -} - -func (m *Proxy_Delegate) GetDelegate() isProxy_Delegate_Delegate { - if m != nil { - return m.Delegate - } - return nil -} - -func (x *Proxy_Delegate) GetDelegateId() *Proxy_Id { - if x, ok := x.GetDelegate().(*Proxy_Delegate_DelegateId); ok { - return x.DelegateId - } - return nil -} - -func (x *Proxy_Delegate) GetDelegateIndex() *Proxy_Index { - if x, ok := x.GetDelegate().(*Proxy_Delegate_DelegateIndex); ok { - return x.DelegateIndex - } - return nil -} - -func (x *Proxy_Delegate) GetDelegateRaw() *Proxy_Raw { - if x, ok := x.GetDelegate().(*Proxy_Delegate_DelegateRaw); ok { - return x.DelegateRaw - } - return nil -} - -func (x *Proxy_Delegate) GetDelegateAddress32() *Proxy_Address32 { - if x, ok := x.GetDelegate().(*Proxy_Delegate_DelegateAddress32); ok { - return x.DelegateAddress32 - } - return nil -} - -func (x *Proxy_Delegate) GetDelegateAddress20() *Proxy_Address20 { - if x, ok := x.GetDelegate().(*Proxy_Delegate_DelegateAddress20); ok { - return x.DelegateAddress20 - } - return nil -} - -type isProxy_Delegate_Delegate interface { - isProxy_Delegate_Delegate() -} - -type Proxy_Delegate_DelegateId struct { - DelegateId *Proxy_Id `protobuf:"bytes,1,opt,name=delegate_id,json=delegateId,proto3,oneof"` -} - -type Proxy_Delegate_DelegateIndex struct { - DelegateIndex *Proxy_Index `protobuf:"bytes,2,opt,name=delegate_index,json=delegateIndex,proto3,oneof"` -} - -type Proxy_Delegate_DelegateRaw struct { - DelegateRaw *Proxy_Raw `protobuf:"bytes,3,opt,name=delegate_raw,json=delegateRaw,proto3,oneof"` -} - -type Proxy_Delegate_DelegateAddress32 struct { - DelegateAddress32 *Proxy_Address32 `protobuf:"bytes,4,opt,name=delegate_address32,json=delegateAddress32,proto3,oneof"` -} - -type Proxy_Delegate_DelegateAddress20 struct { - DelegateAddress20 *Proxy_Address20 `protobuf:"bytes,5,opt,name=delegate_address20,json=delegateAddress20,proto3,oneof"` -} - -func (*Proxy_Delegate_DelegateId) isProxy_Delegate_Delegate() {} - -func (*Proxy_Delegate_DelegateIndex) isProxy_Delegate_Delegate() {} - -func (*Proxy_Delegate_DelegateRaw) isProxy_Delegate_Delegate() {} - -func (*Proxy_Delegate_DelegateAddress32) isProxy_Delegate_Delegate() {} - -func (*Proxy_Delegate_DelegateAddress20) isProxy_Delegate_Delegate() {} - -type NominationPools_Permissioned struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *NominationPools_Permissioned) Reset() { - *x = NominationPools_Permissioned{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[592] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Permissioned) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Permissioned) ProtoMessage() {} - -func (x *NominationPools_Permissioned) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[592] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Permissioned.ProtoReflect.Descriptor instead. -func (*NominationPools_Permissioned) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{592} -} - -type Preimage_NotePreimageCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Bytes []byte `protobuf:"bytes,1,opt,name=bytes,proto3" json:"bytes,omitempty"` -} - -func (x *Preimage_NotePreimageCall) Reset() { - *x = Preimage_NotePreimageCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[593] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Preimage_NotePreimageCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Preimage_NotePreimageCall) ProtoMessage() {} - -func (x *Preimage_NotePreimageCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[593] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Preimage_NotePreimageCall.ProtoReflect.Descriptor instead. -func (*Preimage_NotePreimageCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{593} -} - -func (x *Preimage_NotePreimageCall) GetBytes() []byte { - if x != nil { - return x.Bytes - } - return nil -} - -type PreimagePallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *PreimagePallet_CallNotePreimageCall - // *PreimagePallet_CallUnnotePreimageCall - // *PreimagePallet_CallRequestPreimageCall - // *PreimagePallet_CallUnrequestPreimageCall - // *PreimagePallet_CallEnsureUpdatedCall - Call isPreimagePallet_Call `protobuf_oneof:"call"` -} - -func (x *PreimagePallet) Reset() { - *x = PreimagePallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[594] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *PreimagePallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*PreimagePallet) ProtoMessage() {} - -func (x *PreimagePallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[594] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use PreimagePallet.ProtoReflect.Descriptor instead. -func (*PreimagePallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{594} -} - -func (m *PreimagePallet) GetCall() isPreimagePallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *PreimagePallet) GetCallNotePreimageCall() *Preimage_NotePreimageCall { - if x, ok := x.GetCall().(*PreimagePallet_CallNotePreimageCall); ok { - return x.CallNotePreimageCall - } - return nil -} - -func (x *PreimagePallet) GetCallUnnotePreimageCall() *Preimage_UnnotePreimageCall { - if x, ok := x.GetCall().(*PreimagePallet_CallUnnotePreimageCall); ok { - return x.CallUnnotePreimageCall - } - return nil -} - -func (x *PreimagePallet) GetCallRequestPreimageCall() *Preimage_RequestPreimageCall { - if x, ok := x.GetCall().(*PreimagePallet_CallRequestPreimageCall); ok { - return x.CallRequestPreimageCall - } - return nil -} - -func (x *PreimagePallet) GetCallUnrequestPreimageCall() *Preimage_UnrequestPreimageCall { - if x, ok := x.GetCall().(*PreimagePallet_CallUnrequestPreimageCall); ok { - return x.CallUnrequestPreimageCall - } - return nil -} - -func (x *PreimagePallet) GetCallEnsureUpdatedCall() *Preimage_EnsureUpdatedCall { - if x, ok := x.GetCall().(*PreimagePallet_CallEnsureUpdatedCall); ok { - return x.CallEnsureUpdatedCall - } - return nil -} - -type isPreimagePallet_Call interface { - isPreimagePallet_Call() -} - -type PreimagePallet_CallNotePreimageCall struct { - CallNotePreimageCall *Preimage_NotePreimageCall `protobuf:"bytes,1,opt,name=call_note_preimage_call,json=callNotePreimageCall,proto3,oneof"` -} - -type PreimagePallet_CallUnnotePreimageCall struct { - CallUnnotePreimageCall *Preimage_UnnotePreimageCall `protobuf:"bytes,2,opt,name=call_unnote_preimage_call,json=callUnnotePreimageCall,proto3,oneof"` -} - -type PreimagePallet_CallRequestPreimageCall struct { - CallRequestPreimageCall *Preimage_RequestPreimageCall `protobuf:"bytes,3,opt,name=call_request_preimage_call,json=callRequestPreimageCall,proto3,oneof"` -} - -type PreimagePallet_CallUnrequestPreimageCall struct { - CallUnrequestPreimageCall *Preimage_UnrequestPreimageCall `protobuf:"bytes,4,opt,name=call_unrequest_preimage_call,json=callUnrequestPreimageCall,proto3,oneof"` -} - -type PreimagePallet_CallEnsureUpdatedCall struct { - CallEnsureUpdatedCall *Preimage_EnsureUpdatedCall `protobuf:"bytes,5,opt,name=call_ensure_updated_call,json=callEnsureUpdatedCall,proto3,oneof"` -} - -func (*PreimagePallet_CallNotePreimageCall) isPreimagePallet_Call() {} - -func (*PreimagePallet_CallUnnotePreimageCall) isPreimagePallet_Call() {} - -func (*PreimagePallet_CallRequestPreimageCall) isPreimagePallet_Call() {} - -func (*PreimagePallet_CallUnrequestPreimageCall) isPreimagePallet_Call() {} - -func (*PreimagePallet_CallEnsureUpdatedCall) isPreimagePallet_Call() {} - -type FellowshipReferenda_After struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 uint32 `protobuf:"varint,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *FellowshipReferenda_After) Reset() { - *x = FellowshipReferenda_After{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[595] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_After) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_After) ProtoMessage() {} - -func (x *FellowshipReferenda_After) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[595] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_After.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_After) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{595} -} - -func (x *FellowshipReferenda_After) GetValue0() uint32 { - if x != nil { - return x.Value0 - } - return 0 -} - -type StakingRewards_Address32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *StakingRewards_Address32) Reset() { - *x = StakingRewards_Address32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[596] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingRewards_Address32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingRewards_Address32) ProtoMessage() {} - -func (x *StakingRewards_Address32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[596] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingRewards_Address32.ProtoReflect.Descriptor instead. -func (*StakingRewards_Address32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{596} -} - -func (x *StakingRewards_Address32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type SpCoreSr25519Public struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *SpCoreSr25519Public) Reset() { - *x = SpCoreSr25519Public{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[597] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *SpCoreSr25519Public) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*SpCoreSr25519Public) ProtoMessage() {} - -func (x *SpCoreSr25519Public) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[597] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use SpCoreSr25519Public.ProtoReflect.Descriptor instead. -func (*SpCoreSr25519Public) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{597} -} - -func (x *SpCoreSr25519Public) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type GrandpaPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *GrandpaPallet_CallReportEquivocationCall - // *GrandpaPallet_CallReportEquivocationUnsignedCall - // *GrandpaPallet_CallNoteStalledCall - Call isGrandpaPallet_Call `protobuf_oneof:"call"` -} - -func (x *GrandpaPallet) Reset() { - *x = GrandpaPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[598] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GrandpaPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GrandpaPallet) ProtoMessage() {} - -func (x *GrandpaPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[598] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GrandpaPallet.ProtoReflect.Descriptor instead. -func (*GrandpaPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{598} -} - -func (m *GrandpaPallet) GetCall() isGrandpaPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *GrandpaPallet) GetCallReportEquivocationCall() *Grandpa_ReportEquivocationCall { - if x, ok := x.GetCall().(*GrandpaPallet_CallReportEquivocationCall); ok { - return x.CallReportEquivocationCall - } - return nil -} - -func (x *GrandpaPallet) GetCallReportEquivocationUnsignedCall() *Grandpa_ReportEquivocationUnsignedCall { - if x, ok := x.GetCall().(*GrandpaPallet_CallReportEquivocationUnsignedCall); ok { - return x.CallReportEquivocationUnsignedCall - } - return nil -} - -func (x *GrandpaPallet) GetCallNoteStalledCall() *Grandpa_NoteStalledCall { - if x, ok := x.GetCall().(*GrandpaPallet_CallNoteStalledCall); ok { - return x.CallNoteStalledCall - } - return nil -} - -type isGrandpaPallet_Call interface { - isGrandpaPallet_Call() -} - -type GrandpaPallet_CallReportEquivocationCall struct { - CallReportEquivocationCall *Grandpa_ReportEquivocationCall `protobuf:"bytes,1,opt,name=call_report_equivocation_call,json=callReportEquivocationCall,proto3,oneof"` -} - -type GrandpaPallet_CallReportEquivocationUnsignedCall struct { - CallReportEquivocationUnsignedCall *Grandpa_ReportEquivocationUnsignedCall `protobuf:"bytes,2,opt,name=call_report_equivocation_unsigned_call,json=callReportEquivocationUnsignedCall,proto3,oneof"` -} - -type GrandpaPallet_CallNoteStalledCall struct { - CallNoteStalledCall *Grandpa_NoteStalledCall `protobuf:"bytes,3,opt,name=call_note_stalled_call,json=callNoteStalledCall,proto3,oneof"` -} - -func (*GrandpaPallet_CallReportEquivocationCall) isGrandpaPallet_Call() {} - -func (*GrandpaPallet_CallReportEquivocationUnsignedCall) isGrandpaPallet_Call() {} - -func (*GrandpaPallet_CallNoteStalledCall) isGrandpaPallet_Call() {} - -type Scheduler_CancelCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - When uint32 `protobuf:"varint,1,opt,name=when,proto3" json:"when,omitempty"` - Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *Scheduler_CancelCall) Reset() { - *x = Scheduler_CancelCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[599] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Scheduler_CancelCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Scheduler_CancelCall) ProtoMessage() {} - -func (x *Scheduler_CancelCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[599] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Scheduler_CancelCall.ProtoReflect.Descriptor instead. -func (*Scheduler_CancelCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{599} -} - -func (x *Scheduler_CancelCall) GetWhen() uint32 { - if x != nil { - return x.When - } - return 0 -} - -func (x *Scheduler_CancelCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type NominationPools_Nominator struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Nominator: - // - // *NominationPools_Nominator_NominatorId - // *NominationPools_Nominator_NominatorIndex - // *NominationPools_Nominator_NominatorRaw - // *NominationPools_Nominator_NominatorAddress32 - // *NominationPools_Nominator_NominatorAddress20 - Nominator isNominationPools_Nominator_Nominator `protobuf_oneof:"nominator"` -} - -func (x *NominationPools_Nominator) Reset() { - *x = NominationPools_Nominator{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[600] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_Nominator) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_Nominator) ProtoMessage() {} - -func (x *NominationPools_Nominator) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[600] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_Nominator.ProtoReflect.Descriptor instead. -func (*NominationPools_Nominator) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{600} -} - -func (m *NominationPools_Nominator) GetNominator() isNominationPools_Nominator_Nominator { - if m != nil { - return m.Nominator - } - return nil -} - -func (x *NominationPools_Nominator) GetNominatorId() *NominationPools_Id { - if x, ok := x.GetNominator().(*NominationPools_Nominator_NominatorId); ok { - return x.NominatorId - } - return nil -} - -func (x *NominationPools_Nominator) GetNominatorIndex() *NominationPools_Index { - if x, ok := x.GetNominator().(*NominationPools_Nominator_NominatorIndex); ok { - return x.NominatorIndex - } - return nil -} - -func (x *NominationPools_Nominator) GetNominatorRaw() *NominationPools_Raw { - if x, ok := x.GetNominator().(*NominationPools_Nominator_NominatorRaw); ok { - return x.NominatorRaw - } - return nil -} - -func (x *NominationPools_Nominator) GetNominatorAddress32() *NominationPools_Address32 { - if x, ok := x.GetNominator().(*NominationPools_Nominator_NominatorAddress32); ok { - return x.NominatorAddress32 - } - return nil -} - -func (x *NominationPools_Nominator) GetNominatorAddress20() *NominationPools_Address20 { - if x, ok := x.GetNominator().(*NominationPools_Nominator_NominatorAddress20); ok { - return x.NominatorAddress20 - } - return nil -} - -type isNominationPools_Nominator_Nominator interface { - isNominationPools_Nominator_Nominator() -} - -type NominationPools_Nominator_NominatorId struct { - NominatorId *NominationPools_Id `protobuf:"bytes,1,opt,name=nominator_id,json=nominatorId,proto3,oneof"` -} - -type NominationPools_Nominator_NominatorIndex struct { - NominatorIndex *NominationPools_Index `protobuf:"bytes,2,opt,name=nominator_index,json=nominatorIndex,proto3,oneof"` -} - -type NominationPools_Nominator_NominatorRaw struct { - NominatorRaw *NominationPools_Raw `protobuf:"bytes,3,opt,name=nominator_raw,json=nominatorRaw,proto3,oneof"` -} - -type NominationPools_Nominator_NominatorAddress32 struct { - NominatorAddress32 *NominationPools_Address32 `protobuf:"bytes,4,opt,name=nominator_address32,json=nominatorAddress32,proto3,oneof"` -} - -type NominationPools_Nominator_NominatorAddress20 struct { - NominatorAddress20 *NominationPools_Address20 `protobuf:"bytes,5,opt,name=nominator_address20,json=nominatorAddress20,proto3,oneof"` -} - -func (*NominationPools_Nominator_NominatorId) isNominationPools_Nominator_Nominator() {} - -func (*NominationPools_Nominator_NominatorIndex) isNominationPools_Nominator_Nominator() {} - -func (*NominationPools_Nominator_NominatorRaw) isNominationPools_Nominator_Nominator() {} - -func (*NominationPools_Nominator_NominatorAddress32) isNominationPools_Nominator_Nominator() {} - -func (*NominationPools_Nominator_NominatorAddress20) isNominationPools_Nominator_Nominator() {} - -type StakingRewards_Id struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *StakingRewards_Id) Reset() { - *x = StakingRewards_Id{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[601] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *StakingRewards_Id) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*StakingRewards_Id) ProtoMessage() {} - -func (x *StakingRewards_Id) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[601] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use StakingRewards_Id.ProtoReflect.Descriptor instead. -func (*StakingRewards_Id) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{601} -} - -func (x *StakingRewards_Id) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type Staking_Id struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Staking_Id) Reset() { - *x = Staking_Id{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[602] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Staking_Id) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Staking_Id) ProtoMessage() {} - -func (x *Staking_Id) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[602] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Staking_Id.ProtoReflect.Descriptor instead. -func (*Staking_Id) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{602} -} - -func (x *Staking_Id) GetValue0() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Value0 - } - return nil -} - -type FellowshipReferenda_NudgeReferendumCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *FellowshipReferenda_NudgeReferendumCall) Reset() { - *x = FellowshipReferenda_NudgeReferendumCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[603] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipReferenda_NudgeReferendumCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipReferenda_NudgeReferendumCall) ProtoMessage() {} - -func (x *FellowshipReferenda_NudgeReferendumCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[603] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipReferenda_NudgeReferendumCall.ProtoReflect.Descriptor instead. -func (*FellowshipReferenda_NudgeReferendumCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{603} -} - -func (x *FellowshipReferenda_NudgeReferendumCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type Referenda_NudgeReferendumCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *Referenda_NudgeReferendumCall) Reset() { - *x = Referenda_NudgeReferendumCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[604] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Referenda_NudgeReferendumCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Referenda_NudgeReferendumCall) ProtoMessage() {} - -func (x *Referenda_NudgeReferendumCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[604] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Referenda_NudgeReferendumCall.ProtoReflect.Descriptor instead. -func (*Referenda_NudgeReferendumCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{604} -} - -func (x *Referenda_NudgeReferendumCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type Identity_SetSubsCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Subs []*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData `protobuf:"bytes,1,rep,name=subs,proto3" json:"subs,omitempty"` -} - -func (x *Identity_SetSubsCall) Reset() { - *x = Identity_SetSubsCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[605] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_SetSubsCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_SetSubsCall) ProtoMessage() {} - -func (x *Identity_SetSubsCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[605] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_SetSubsCall.ProtoReflect.Descriptor instead. -func (*Identity_SetSubsCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{605} -} - -func (x *Identity_SetSubsCall) GetSubs() []*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData { - if x != nil { - return x.Subs - } - return nil -} - -type Proxy_RejectAnnouncementCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Delegate: - // - // *Proxy_RejectAnnouncementCall_DelegateId - // *Proxy_RejectAnnouncementCall_DelegateIndex - // *Proxy_RejectAnnouncementCall_DelegateRaw - // *Proxy_RejectAnnouncementCall_DelegateAddress32 - // *Proxy_RejectAnnouncementCall_DelegateAddress20 - Delegate isProxy_RejectAnnouncementCall_Delegate `protobuf_oneof:"delegate"` - CallHash *PrimitiveTypesH256 `protobuf:"bytes,6,opt,name=call_hash,json=callHash,proto3" json:"call_hash,omitempty"` -} - -func (x *Proxy_RejectAnnouncementCall) Reset() { - *x = Proxy_RejectAnnouncementCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[606] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_RejectAnnouncementCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_RejectAnnouncementCall) ProtoMessage() {} - -func (x *Proxy_RejectAnnouncementCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[606] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_RejectAnnouncementCall.ProtoReflect.Descriptor instead. -func (*Proxy_RejectAnnouncementCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{606} -} - -func (m *Proxy_RejectAnnouncementCall) GetDelegate() isProxy_RejectAnnouncementCall_Delegate { - if m != nil { - return m.Delegate - } - return nil -} - -func (x *Proxy_RejectAnnouncementCall) GetDelegateId() *Proxy_Id { - if x, ok := x.GetDelegate().(*Proxy_RejectAnnouncementCall_DelegateId); ok { - return x.DelegateId - } - return nil -} - -func (x *Proxy_RejectAnnouncementCall) GetDelegateIndex() *Proxy_Index { - if x, ok := x.GetDelegate().(*Proxy_RejectAnnouncementCall_DelegateIndex); ok { - return x.DelegateIndex - } - return nil -} - -func (x *Proxy_RejectAnnouncementCall) GetDelegateRaw() *Proxy_Raw { - if x, ok := x.GetDelegate().(*Proxy_RejectAnnouncementCall_DelegateRaw); ok { - return x.DelegateRaw - } - return nil -} - -func (x *Proxy_RejectAnnouncementCall) GetDelegateAddress32() *Proxy_Address32 { - if x, ok := x.GetDelegate().(*Proxy_RejectAnnouncementCall_DelegateAddress32); ok { - return x.DelegateAddress32 - } - return nil -} - -func (x *Proxy_RejectAnnouncementCall) GetDelegateAddress20() *Proxy_Address20 { - if x, ok := x.GetDelegate().(*Proxy_RejectAnnouncementCall_DelegateAddress20); ok { - return x.DelegateAddress20 - } - return nil -} - -func (x *Proxy_RejectAnnouncementCall) GetCallHash() *PrimitiveTypesH256 { - if x != nil { - return x.CallHash - } - return nil -} - -type isProxy_RejectAnnouncementCall_Delegate interface { - isProxy_RejectAnnouncementCall_Delegate() -} - -type Proxy_RejectAnnouncementCall_DelegateId struct { - DelegateId *Proxy_Id `protobuf:"bytes,1,opt,name=delegate_id,json=delegateId,proto3,oneof"` -} - -type Proxy_RejectAnnouncementCall_DelegateIndex struct { - DelegateIndex *Proxy_Index `protobuf:"bytes,2,opt,name=delegate_index,json=delegateIndex,proto3,oneof"` -} - -type Proxy_RejectAnnouncementCall_DelegateRaw struct { - DelegateRaw *Proxy_Raw `protobuf:"bytes,3,opt,name=delegate_raw,json=delegateRaw,proto3,oneof"` -} - -type Proxy_RejectAnnouncementCall_DelegateAddress32 struct { - DelegateAddress32 *Proxy_Address32 `protobuf:"bytes,4,opt,name=delegate_address32,json=delegateAddress32,proto3,oneof"` -} - -type Proxy_RejectAnnouncementCall_DelegateAddress20 struct { - DelegateAddress20 *Proxy_Address20 `protobuf:"bytes,5,opt,name=delegate_address20,json=delegateAddress20,proto3,oneof"` -} - -func (*Proxy_RejectAnnouncementCall_DelegateId) isProxy_RejectAnnouncementCall_Delegate() {} - -func (*Proxy_RejectAnnouncementCall_DelegateIndex) isProxy_RejectAnnouncementCall_Delegate() {} - -func (*Proxy_RejectAnnouncementCall_DelegateRaw) isProxy_RejectAnnouncementCall_Delegate() {} - -func (*Proxy_RejectAnnouncementCall_DelegateAddress32) isProxy_RejectAnnouncementCall_Delegate() {} - -func (*Proxy_RejectAnnouncementCall_DelegateAddress20) isProxy_RejectAnnouncementCall_Delegate() {} - -type Babe_Consensus struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` - Value1 []byte `protobuf:"bytes,2,opt,name=value1,proto3" json:"value1,omitempty"` -} - -func (x *Babe_Consensus) Reset() { - *x = Babe_Consensus{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[607] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Babe_Consensus) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Babe_Consensus) ProtoMessage() {} - -func (x *Babe_Consensus) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[607] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Babe_Consensus.ProtoReflect.Descriptor instead. -func (*Babe_Consensus) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{607} -} - -func (x *Babe_Consensus) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -func (x *Babe_Consensus) GetValue1() []byte { - if x != nil { - return x.Value1 - } - return nil -} - -type VaraRuntimeSessionKeys struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Babe *SpConsensusBabeAppPublic `protobuf:"bytes,1,opt,name=babe,proto3" json:"babe,omitempty"` - Grandpa *SpConsensusGrandpaAppPublic `protobuf:"bytes,2,opt,name=grandpa,proto3" json:"grandpa,omitempty"` - ImOnline *ImOnline_PalletImOnlineSr25519AppSr25519Public `protobuf:"bytes,3,opt,name=im_online,json=imOnline,proto3" json:"im_online,omitempty"` - AuthorityDiscovery *SpAuthorityDiscoveryAppPublic `protobuf:"bytes,4,opt,name=authority_discovery,json=authorityDiscovery,proto3" json:"authority_discovery,omitempty"` -} - -func (x *VaraRuntimeSessionKeys) Reset() { - *x = VaraRuntimeSessionKeys{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[608] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *VaraRuntimeSessionKeys) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*VaraRuntimeSessionKeys) ProtoMessage() {} - -func (x *VaraRuntimeSessionKeys) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[608] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use VaraRuntimeSessionKeys.ProtoReflect.Descriptor instead. -func (*VaraRuntimeSessionKeys) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{608} -} - -func (x *VaraRuntimeSessionKeys) GetBabe() *SpConsensusBabeAppPublic { - if x != nil { - return x.Babe - } - return nil -} - -func (x *VaraRuntimeSessionKeys) GetGrandpa() *SpConsensusGrandpaAppPublic { - if x != nil { - return x.Grandpa - } - return nil -} - -func (x *VaraRuntimeSessionKeys) GetImOnline() *ImOnline_PalletImOnlineSr25519AppSr25519Public { - if x != nil { - return x.ImOnline - } - return nil -} - -func (x *VaraRuntimeSessionKeys) GetAuthorityDiscovery() *SpAuthorityDiscoveryAppPublic { - if x != nil { - return x.AuthorityDiscovery - } - return nil -} - -type FellowshipCollective_Index struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *FellowshipCollective_TupleNull `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *FellowshipCollective_Index) Reset() { - *x = FellowshipCollective_Index{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[609] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *FellowshipCollective_Index) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*FellowshipCollective_Index) ProtoMessage() {} - -func (x *FellowshipCollective_Index) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[609] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use FellowshipCollective_Index.ProtoReflect.Descriptor instead. -func (*FellowshipCollective_Index) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{609} -} - -func (x *FellowshipCollective_Index) GetValue0() *FellowshipCollective_TupleNull { - if x != nil { - return x.Value0 - } - return nil -} - -type Proxy_NonTransfer struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Proxy_NonTransfer) Reset() { - *x = Proxy_NonTransfer{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[610] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_NonTransfer) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_NonTransfer) ProtoMessage() {} - -func (x *Proxy_NonTransfer) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[610] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_NonTransfer.ProtoReflect.Descriptor instead. -func (*Proxy_NonTransfer) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{610} -} - -type ElectionProviderMultiPhase_SubmitCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - RawSolution *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution `protobuf:"bytes,1,opt,name=raw_solution,json=rawSolution,proto3" json:"raw_solution,omitempty"` -} - -func (x *ElectionProviderMultiPhase_SubmitCall) Reset() { - *x = ElectionProviderMultiPhase_SubmitCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[611] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_SubmitCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_SubmitCall) ProtoMessage() {} - -func (x *ElectionProviderMultiPhase_SubmitCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[611] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_SubmitCall.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_SubmitCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{611} -} - -func (x *ElectionProviderMultiPhase_SubmitCall) GetRawSolution() *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution { - if x != nil { - return x.RawSolution - } - return nil -} - -type NominationPools_WithdrawUnbondedCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to MemberAccount: - // - // *NominationPools_WithdrawUnbondedCall_MemberAccountId - // *NominationPools_WithdrawUnbondedCall_MemberAccountIndex - // *NominationPools_WithdrawUnbondedCall_MemberAccountRaw - // *NominationPools_WithdrawUnbondedCall_MemberAccountAddress32 - // *NominationPools_WithdrawUnbondedCall_MemberAccountAddress20 - MemberAccount isNominationPools_WithdrawUnbondedCall_MemberAccount `protobuf_oneof:"member_account"` - NumSlashingSpans uint32 `protobuf:"varint,6,opt,name=num_slashing_spans,json=numSlashingSpans,proto3" json:"num_slashing_spans,omitempty"` -} - -func (x *NominationPools_WithdrawUnbondedCall) Reset() { - *x = NominationPools_WithdrawUnbondedCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[612] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_WithdrawUnbondedCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_WithdrawUnbondedCall) ProtoMessage() {} - -func (x *NominationPools_WithdrawUnbondedCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[612] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_WithdrawUnbondedCall.ProtoReflect.Descriptor instead. -func (*NominationPools_WithdrawUnbondedCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{612} -} - -func (m *NominationPools_WithdrawUnbondedCall) GetMemberAccount() isNominationPools_WithdrawUnbondedCall_MemberAccount { - if m != nil { - return m.MemberAccount - } - return nil -} - -func (x *NominationPools_WithdrawUnbondedCall) GetMemberAccountId() *NominationPools_Id { - if x, ok := x.GetMemberAccount().(*NominationPools_WithdrawUnbondedCall_MemberAccountId); ok { - return x.MemberAccountId - } - return nil -} - -func (x *NominationPools_WithdrawUnbondedCall) GetMemberAccountIndex() *NominationPools_Index { - if x, ok := x.GetMemberAccount().(*NominationPools_WithdrawUnbondedCall_MemberAccountIndex); ok { - return x.MemberAccountIndex - } - return nil -} - -func (x *NominationPools_WithdrawUnbondedCall) GetMemberAccountRaw() *NominationPools_Raw { - if x, ok := x.GetMemberAccount().(*NominationPools_WithdrawUnbondedCall_MemberAccountRaw); ok { - return x.MemberAccountRaw - } - return nil -} - -func (x *NominationPools_WithdrawUnbondedCall) GetMemberAccountAddress32() *NominationPools_Address32 { - if x, ok := x.GetMemberAccount().(*NominationPools_WithdrawUnbondedCall_MemberAccountAddress32); ok { - return x.MemberAccountAddress32 - } - return nil -} - -func (x *NominationPools_WithdrawUnbondedCall) GetMemberAccountAddress20() *NominationPools_Address20 { - if x, ok := x.GetMemberAccount().(*NominationPools_WithdrawUnbondedCall_MemberAccountAddress20); ok { - return x.MemberAccountAddress20 - } - return nil -} - -func (x *NominationPools_WithdrawUnbondedCall) GetNumSlashingSpans() uint32 { - if x != nil { - return x.NumSlashingSpans - } - return 0 -} - -type isNominationPools_WithdrawUnbondedCall_MemberAccount interface { - isNominationPools_WithdrawUnbondedCall_MemberAccount() -} - -type NominationPools_WithdrawUnbondedCall_MemberAccountId struct { - MemberAccountId *NominationPools_Id `protobuf:"bytes,1,opt,name=member_account_id,json=memberAccountId,proto3,oneof"` -} - -type NominationPools_WithdrawUnbondedCall_MemberAccountIndex struct { - MemberAccountIndex *NominationPools_Index `protobuf:"bytes,2,opt,name=member_account_index,json=memberAccountIndex,proto3,oneof"` -} - -type NominationPools_WithdrawUnbondedCall_MemberAccountRaw struct { - MemberAccountRaw *NominationPools_Raw `protobuf:"bytes,3,opt,name=member_account_raw,json=memberAccountRaw,proto3,oneof"` -} - -type NominationPools_WithdrawUnbondedCall_MemberAccountAddress32 struct { - MemberAccountAddress32 *NominationPools_Address32 `protobuf:"bytes,4,opt,name=member_account_address32,json=memberAccountAddress32,proto3,oneof"` -} - -type NominationPools_WithdrawUnbondedCall_MemberAccountAddress20 struct { - MemberAccountAddress20 *NominationPools_Address20 `protobuf:"bytes,5,opt,name=member_account_address20,json=memberAccountAddress20,proto3,oneof"` -} - -func (*NominationPools_WithdrawUnbondedCall_MemberAccountId) isNominationPools_WithdrawUnbondedCall_MemberAccount() { -} - -func (*NominationPools_WithdrawUnbondedCall_MemberAccountIndex) isNominationPools_WithdrawUnbondedCall_MemberAccount() { -} - -func (*NominationPools_WithdrawUnbondedCall_MemberAccountRaw) isNominationPools_WithdrawUnbondedCall_MemberAccount() { -} - -func (*NominationPools_WithdrawUnbondedCall_MemberAccountAddress32) isNominationPools_WithdrawUnbondedCall_MemberAccount() { -} - -func (*NominationPools_WithdrawUnbondedCall_MemberAccountAddress20) isNominationPools_WithdrawUnbondedCall_MemberAccount() { -} - -type NominationPools_ClaimPayoutOtherCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Other *SpCoreCryptoAccountId32 `protobuf:"bytes,1,opt,name=other,proto3" json:"other,omitempty"` -} - -func (x *NominationPools_ClaimPayoutOtherCall) Reset() { - *x = NominationPools_ClaimPayoutOtherCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[613] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_ClaimPayoutOtherCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_ClaimPayoutOtherCall) ProtoMessage() {} - -func (x *NominationPools_ClaimPayoutOtherCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[613] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_ClaimPayoutOtherCall.ProtoReflect.Descriptor instead. -func (*NominationPools_ClaimPayoutOtherCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{613} -} - -func (x *NominationPools_ClaimPayoutOtherCall) GetOther() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Other - } - return nil -} - -type Vesting_VestOtherCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Target: - // - // *Vesting_VestOtherCall_TargetId - // *Vesting_VestOtherCall_TargetIndex - // *Vesting_VestOtherCall_TargetRaw - // *Vesting_VestOtherCall_TargetAddress32 - // *Vesting_VestOtherCall_TargetAddress20 - Target isVesting_VestOtherCall_Target `protobuf_oneof:"target"` -} - -func (x *Vesting_VestOtherCall) Reset() { - *x = Vesting_VestOtherCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[614] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_VestOtherCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_VestOtherCall) ProtoMessage() {} - -func (x *Vesting_VestOtherCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[614] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_VestOtherCall.ProtoReflect.Descriptor instead. -func (*Vesting_VestOtherCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{614} -} - -func (m *Vesting_VestOtherCall) GetTarget() isVesting_VestOtherCall_Target { - if m != nil { - return m.Target - } - return nil -} - -func (x *Vesting_VestOtherCall) GetTargetId() *Vesting_Id { - if x, ok := x.GetTarget().(*Vesting_VestOtherCall_TargetId); ok { - return x.TargetId - } - return nil -} - -func (x *Vesting_VestOtherCall) GetTargetIndex() *Vesting_Index { - if x, ok := x.GetTarget().(*Vesting_VestOtherCall_TargetIndex); ok { - return x.TargetIndex - } - return nil -} - -func (x *Vesting_VestOtherCall) GetTargetRaw() *Vesting_Raw { - if x, ok := x.GetTarget().(*Vesting_VestOtherCall_TargetRaw); ok { - return x.TargetRaw - } - return nil -} - -func (x *Vesting_VestOtherCall) GetTargetAddress32() *Vesting_Address32 { - if x, ok := x.GetTarget().(*Vesting_VestOtherCall_TargetAddress32); ok { - return x.TargetAddress32 - } - return nil -} - -func (x *Vesting_VestOtherCall) GetTargetAddress20() *Vesting_Address20 { - if x, ok := x.GetTarget().(*Vesting_VestOtherCall_TargetAddress20); ok { - return x.TargetAddress20 - } - return nil -} - -type isVesting_VestOtherCall_Target interface { - isVesting_VestOtherCall_Target() -} - -type Vesting_VestOtherCall_TargetId struct { - TargetId *Vesting_Id `protobuf:"bytes,1,opt,name=target_id,json=targetId,proto3,oneof"` -} - -type Vesting_VestOtherCall_TargetIndex struct { - TargetIndex *Vesting_Index `protobuf:"bytes,2,opt,name=target_index,json=targetIndex,proto3,oneof"` -} - -type Vesting_VestOtherCall_TargetRaw struct { - TargetRaw *Vesting_Raw `protobuf:"bytes,3,opt,name=target_raw,json=targetRaw,proto3,oneof"` -} - -type Vesting_VestOtherCall_TargetAddress32 struct { - TargetAddress32 *Vesting_Address32 `protobuf:"bytes,4,opt,name=target_address32,json=targetAddress32,proto3,oneof"` -} - -type Vesting_VestOtherCall_TargetAddress20 struct { - TargetAddress20 *Vesting_Address20 `protobuf:"bytes,5,opt,name=target_address20,json=targetAddress20,proto3,oneof"` -} - -func (*Vesting_VestOtherCall_TargetId) isVesting_VestOtherCall_Target() {} - -func (*Vesting_VestOtherCall_TargetIndex) isVesting_VestOtherCall_Target() {} - -func (*Vesting_VestOtherCall_TargetRaw) isVesting_VestOtherCall_Target() {} - -func (*Vesting_VestOtherCall_TargetAddress32) isVesting_VestOtherCall_Target() {} - -func (*Vesting_VestOtherCall_TargetAddress20) isVesting_VestOtherCall_Target() {} - -type ConvictionVoting_UnlockCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Class uint32 `protobuf:"varint,1,opt,name=class,proto3" json:"class,omitempty"` - // Types that are assignable to Target: - // - // *ConvictionVoting_UnlockCall_TargetId - // *ConvictionVoting_UnlockCall_TargetIndex - // *ConvictionVoting_UnlockCall_TargetRaw - // *ConvictionVoting_UnlockCall_TargetAddress32 - // *ConvictionVoting_UnlockCall_TargetAddress20 - Target isConvictionVoting_UnlockCall_Target `protobuf_oneof:"target"` -} - -func (x *ConvictionVoting_UnlockCall) Reset() { - *x = ConvictionVoting_UnlockCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[615] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ConvictionVoting_UnlockCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ConvictionVoting_UnlockCall) ProtoMessage() {} - -func (x *ConvictionVoting_UnlockCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[615] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ConvictionVoting_UnlockCall.ProtoReflect.Descriptor instead. -func (*ConvictionVoting_UnlockCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{615} -} - -func (x *ConvictionVoting_UnlockCall) GetClass() uint32 { - if x != nil { - return x.Class - } - return 0 -} - -func (m *ConvictionVoting_UnlockCall) GetTarget() isConvictionVoting_UnlockCall_Target { - if m != nil { - return m.Target - } - return nil -} - -func (x *ConvictionVoting_UnlockCall) GetTargetId() *ConvictionVoting_Id { - if x, ok := x.GetTarget().(*ConvictionVoting_UnlockCall_TargetId); ok { - return x.TargetId - } - return nil -} - -func (x *ConvictionVoting_UnlockCall) GetTargetIndex() *ConvictionVoting_Index { - if x, ok := x.GetTarget().(*ConvictionVoting_UnlockCall_TargetIndex); ok { - return x.TargetIndex - } - return nil -} - -func (x *ConvictionVoting_UnlockCall) GetTargetRaw() *ConvictionVoting_Raw { - if x, ok := x.GetTarget().(*ConvictionVoting_UnlockCall_TargetRaw); ok { - return x.TargetRaw - } - return nil -} - -func (x *ConvictionVoting_UnlockCall) GetTargetAddress32() *ConvictionVoting_Address32 { - if x, ok := x.GetTarget().(*ConvictionVoting_UnlockCall_TargetAddress32); ok { - return x.TargetAddress32 - } - return nil -} - -func (x *ConvictionVoting_UnlockCall) GetTargetAddress20() *ConvictionVoting_Address20 { - if x, ok := x.GetTarget().(*ConvictionVoting_UnlockCall_TargetAddress20); ok { - return x.TargetAddress20 - } - return nil -} - -type isConvictionVoting_UnlockCall_Target interface { - isConvictionVoting_UnlockCall_Target() -} - -type ConvictionVoting_UnlockCall_TargetId struct { - TargetId *ConvictionVoting_Id `protobuf:"bytes,2,opt,name=target_id,json=targetId,proto3,oneof"` -} - -type ConvictionVoting_UnlockCall_TargetIndex struct { - TargetIndex *ConvictionVoting_Index `protobuf:"bytes,3,opt,name=target_index,json=targetIndex,proto3,oneof"` -} - -type ConvictionVoting_UnlockCall_TargetRaw struct { - TargetRaw *ConvictionVoting_Raw `protobuf:"bytes,4,opt,name=target_raw,json=targetRaw,proto3,oneof"` -} - -type ConvictionVoting_UnlockCall_TargetAddress32 struct { - TargetAddress32 *ConvictionVoting_Address32 `protobuf:"bytes,5,opt,name=target_address32,json=targetAddress32,proto3,oneof"` -} - -type ConvictionVoting_UnlockCall_TargetAddress20 struct { - TargetAddress20 *ConvictionVoting_Address20 `protobuf:"bytes,6,opt,name=target_address20,json=targetAddress20,proto3,oneof"` -} - -func (*ConvictionVoting_UnlockCall_TargetId) isConvictionVoting_UnlockCall_Target() {} - -func (*ConvictionVoting_UnlockCall_TargetIndex) isConvictionVoting_UnlockCall_Target() {} - -func (*ConvictionVoting_UnlockCall_TargetRaw) isConvictionVoting_UnlockCall_Target() {} - -func (*ConvictionVoting_UnlockCall_TargetAddress32) isConvictionVoting_UnlockCall_Target() {} - -func (*ConvictionVoting_UnlockCall_TargetAddress20) isConvictionVoting_UnlockCall_Target() {} - -type Treasury_CheckStatusCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - -func (x *Treasury_CheckStatusCall) Reset() { - *x = Treasury_CheckStatusCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[616] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_CheckStatusCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_CheckStatusCall) ProtoMessage() {} - -func (x *Treasury_CheckStatusCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[616] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_CheckStatusCall.ProtoReflect.Descriptor instead. -func (*Treasury_CheckStatusCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{616} -} - -func (x *Treasury_CheckStatusCall) GetIndex() uint32 { - if x != nil { - return x.Index - } - return 0 -} - -type Utility_Void struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Utility_Void) Reset() { - *x = Utility_Void{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[617] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Utility_Void) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Utility_Void) ProtoMessage() {} - -func (x *Utility_Void) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[617] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Utility_Void.ProtoReflect.Descriptor instead. -func (*Utility_Void) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{617} -} - -type Scheduler_ScheduleAfterCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - After uint32 `protobuf:"varint,1,opt,name=after,proto3" json:"after,omitempty"` - MaybePeriodic *Scheduler_TupleUint32Uint32 `protobuf:"bytes,2,opt,name=maybe_periodic,json=maybePeriodic,proto3,oneof" json:"maybe_periodic,omitempty"` - Priority uint32 `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"` - // Types that are assignable to Call: - // - // *Scheduler_ScheduleAfterCall_CallSystem - // *Scheduler_ScheduleAfterCall_CallTimestamp - // *Scheduler_ScheduleAfterCall_CallBabe - // *Scheduler_ScheduleAfterCall_CallGrandpa - // *Scheduler_ScheduleAfterCall_CallBalances - // *Scheduler_ScheduleAfterCall_CallVesting - // *Scheduler_ScheduleAfterCall_CallBagsList - // *Scheduler_ScheduleAfterCall_CallImOnline - // *Scheduler_ScheduleAfterCall_CallStaking - // *Scheduler_ScheduleAfterCall_CallSession - // *Scheduler_ScheduleAfterCall_CallTreasury - // *Scheduler_ScheduleAfterCall_CallUtility - // *Scheduler_ScheduleAfterCall_CallConvictionVoting - // *Scheduler_ScheduleAfterCall_CallReferenda - // *Scheduler_ScheduleAfterCall_CallFellowshipCollective - // *Scheduler_ScheduleAfterCall_CallFellowshipReferenda - // *Scheduler_ScheduleAfterCall_CallWhitelist - // *Scheduler_ScheduleAfterCall_CallScheduler - // *Scheduler_ScheduleAfterCall_CallPreimage - // *Scheduler_ScheduleAfterCall_CallIdentity - // *Scheduler_ScheduleAfterCall_CallProxy - // *Scheduler_ScheduleAfterCall_CallMultisig - // *Scheduler_ScheduleAfterCall_CallElectionProviderMultiPhase - // *Scheduler_ScheduleAfterCall_CallBounties - // *Scheduler_ScheduleAfterCall_CallChildBounties - // *Scheduler_ScheduleAfterCall_CallNominationPools - // *Scheduler_ScheduleAfterCall_CallGear - // *Scheduler_ScheduleAfterCall_CallStakingRewards - // *Scheduler_ScheduleAfterCall_CallGearVoucher - Call isScheduler_ScheduleAfterCall_Call `protobuf_oneof:"call"` -} - -func (x *Scheduler_ScheduleAfterCall) Reset() { - *x = Scheduler_ScheduleAfterCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[618] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Scheduler_ScheduleAfterCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Scheduler_ScheduleAfterCall) ProtoMessage() {} - -func (x *Scheduler_ScheduleAfterCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[618] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Scheduler_ScheduleAfterCall.ProtoReflect.Descriptor instead. -func (*Scheduler_ScheduleAfterCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{618} -} - -func (x *Scheduler_ScheduleAfterCall) GetAfter() uint32 { - if x != nil { - return x.After - } - return 0 -} - -func (x *Scheduler_ScheduleAfterCall) GetMaybePeriodic() *Scheduler_TupleUint32Uint32 { - if x != nil { - return x.MaybePeriodic - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetPriority() uint32 { - if x != nil { - return x.Priority - } - return 0 -} - -func (m *Scheduler_ScheduleAfterCall) GetCall() isScheduler_ScheduleAfterCall_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallSystem() *SystemPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallSystem); ok { - return x.CallSystem - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallTimestamp() *TimestampPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallTimestamp); ok { - return x.CallTimestamp - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallBabe() *BabePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallBabe); ok { - return x.CallBabe - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallGrandpa() *GrandpaPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallGrandpa); ok { - return x.CallGrandpa - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallBalances() *BalancesPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallBalances); ok { - return x.CallBalances - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallVesting() *VestingPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallVesting); ok { - return x.CallVesting - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallBagsList() *BagsListPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallBagsList); ok { - return x.CallBagsList - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallImOnline() *ImOnlinePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallImOnline); ok { - return x.CallImOnline - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallStaking() *StakingPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallStaking); ok { - return x.CallStaking - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallSession() *SessionPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallSession); ok { - return x.CallSession - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallTreasury() *TreasuryPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallTreasury); ok { - return x.CallTreasury - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallUtility() *UtilityPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallUtility); ok { - return x.CallUtility - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallConvictionVoting() *ConvictionVotingPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallConvictionVoting); ok { - return x.CallConvictionVoting - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallReferenda() *ReferendaPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallReferenda); ok { - return x.CallReferenda - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallFellowshipCollective() *FellowshipCollectivePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallFellowshipCollective); ok { - return x.CallFellowshipCollective - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallFellowshipReferenda() *FellowshipReferendaPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallFellowshipReferenda); ok { - return x.CallFellowshipReferenda - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallWhitelist() *WhitelistPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallWhitelist); ok { - return x.CallWhitelist - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallScheduler() *SchedulerPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallScheduler); ok { - return x.CallScheduler - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallPreimage() *PreimagePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallPreimage); ok { - return x.CallPreimage - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallIdentity() *IdentityPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallIdentity); ok { - return x.CallIdentity - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallProxy() *ProxyPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallProxy); ok { - return x.CallProxy - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallMultisig() *MultisigPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallMultisig); ok { - return x.CallMultisig - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallElectionProviderMultiPhase() *ElectionProviderMultiPhasePallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallElectionProviderMultiPhase); ok { - return x.CallElectionProviderMultiPhase - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallBounties() *BountiesPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallBounties); ok { - return x.CallBounties - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallChildBounties() *ChildBountiesPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallChildBounties); ok { - return x.CallChildBounties - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallNominationPools() *NominationPoolsPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallNominationPools); ok { - return x.CallNominationPools - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallGear() *GearPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallGear); ok { - return x.CallGear - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallStakingRewards() *StakingRewardsPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallStakingRewards); ok { - return x.CallStakingRewards - } - return nil -} - -func (x *Scheduler_ScheduleAfterCall) GetCallGearVoucher() *GearVoucherPallet { - if x, ok := x.GetCall().(*Scheduler_ScheduleAfterCall_CallGearVoucher); ok { - return x.CallGearVoucher - } - return nil -} - -type isScheduler_ScheduleAfterCall_Call interface { - isScheduler_ScheduleAfterCall_Call() -} - -type Scheduler_ScheduleAfterCall_CallSystem struct { - CallSystem *SystemPallet `protobuf:"bytes,4,opt,name=call_system,json=callSystem,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallTimestamp struct { - CallTimestamp *TimestampPallet `protobuf:"bytes,5,opt,name=call_timestamp,json=callTimestamp,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallBabe struct { - CallBabe *BabePallet `protobuf:"bytes,6,opt,name=call_babe,json=callBabe,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallGrandpa struct { - CallGrandpa *GrandpaPallet `protobuf:"bytes,7,opt,name=call_grandpa,json=callGrandpa,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallBalances struct { - CallBalances *BalancesPallet `protobuf:"bytes,8,opt,name=call_balances,json=callBalances,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallVesting struct { - CallVesting *VestingPallet `protobuf:"bytes,9,opt,name=call_vesting,json=callVesting,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallBagsList struct { - CallBagsList *BagsListPallet `protobuf:"bytes,10,opt,name=call_bags_list,json=callBagsList,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallImOnline struct { - CallImOnline *ImOnlinePallet `protobuf:"bytes,11,opt,name=call_im_online,json=callImOnline,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallStaking struct { - CallStaking *StakingPallet `protobuf:"bytes,12,opt,name=call_staking,json=callStaking,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallSession struct { - CallSession *SessionPallet `protobuf:"bytes,13,opt,name=call_session,json=callSession,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallTreasury struct { - CallTreasury *TreasuryPallet `protobuf:"bytes,14,opt,name=call_treasury,json=callTreasury,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallUtility struct { - CallUtility *UtilityPallet `protobuf:"bytes,15,opt,name=call_utility,json=callUtility,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallConvictionVoting struct { - CallConvictionVoting *ConvictionVotingPallet `protobuf:"bytes,16,opt,name=call_conviction_voting,json=callConvictionVoting,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallReferenda struct { - CallReferenda *ReferendaPallet `protobuf:"bytes,17,opt,name=call_referenda,json=callReferenda,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallFellowshipCollective struct { - CallFellowshipCollective *FellowshipCollectivePallet `protobuf:"bytes,18,opt,name=call_fellowship_collective,json=callFellowshipCollective,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallFellowshipReferenda struct { - CallFellowshipReferenda *FellowshipReferendaPallet `protobuf:"bytes,19,opt,name=call_fellowship_referenda,json=callFellowshipReferenda,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallWhitelist struct { - CallWhitelist *WhitelistPallet `protobuf:"bytes,20,opt,name=call_whitelist,json=callWhitelist,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallScheduler struct { - CallScheduler *SchedulerPallet `protobuf:"bytes,21,opt,name=call_scheduler,json=callScheduler,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallPreimage struct { - CallPreimage *PreimagePallet `protobuf:"bytes,22,opt,name=call_preimage,json=callPreimage,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallIdentity struct { - CallIdentity *IdentityPallet `protobuf:"bytes,23,opt,name=call_identity,json=callIdentity,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallProxy struct { - CallProxy *ProxyPallet `protobuf:"bytes,24,opt,name=call_proxy,json=callProxy,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallMultisig struct { - CallMultisig *MultisigPallet `protobuf:"bytes,25,opt,name=call_multisig,json=callMultisig,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallElectionProviderMultiPhase struct { - CallElectionProviderMultiPhase *ElectionProviderMultiPhasePallet `protobuf:"bytes,26,opt,name=call_election_provider_multi_phase,json=callElectionProviderMultiPhase,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallBounties struct { - CallBounties *BountiesPallet `protobuf:"bytes,27,opt,name=call_bounties,json=callBounties,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallChildBounties struct { - CallChildBounties *ChildBountiesPallet `protobuf:"bytes,28,opt,name=call_child_bounties,json=callChildBounties,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallNominationPools struct { - CallNominationPools *NominationPoolsPallet `protobuf:"bytes,29,opt,name=call_nomination_pools,json=callNominationPools,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallGear struct { - CallGear *GearPallet `protobuf:"bytes,30,opt,name=call_gear,json=callGear,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallStakingRewards struct { - CallStakingRewards *StakingRewardsPallet `protobuf:"bytes,31,opt,name=call_staking_rewards,json=callStakingRewards,proto3,oneof"` -} - -type Scheduler_ScheduleAfterCall_CallGearVoucher struct { - CallGearVoucher *GearVoucherPallet `protobuf:"bytes,32,opt,name=call_gear_voucher,json=callGearVoucher,proto3,oneof"` -} - -func (*Scheduler_ScheduleAfterCall_CallSystem) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallTimestamp) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallBabe) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallGrandpa) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallBalances) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallVesting) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallBagsList) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallImOnline) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallStaking) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallSession) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallTreasury) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallUtility) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallConvictionVoting) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallReferenda) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallFellowshipCollective) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallFellowshipReferenda) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallWhitelist) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallScheduler) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallPreimage) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallIdentity) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallProxy) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallMultisig) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallElectionProviderMultiPhase) isScheduler_ScheduleAfterCall_Call() { -} - -func (*Scheduler_ScheduleAfterCall_CallBounties) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallChildBounties) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallNominationPools) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallGear) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallStakingRewards) isScheduler_ScheduleAfterCall_Call() {} - -func (*Scheduler_ScheduleAfterCall_CallGearVoucher) isScheduler_ScheduleAfterCall_Call() {} - -type Preimage_UnrequestPreimageCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Hash *PrimitiveTypesH256 `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` -} - -func (x *Preimage_UnrequestPreimageCall) Reset() { - *x = Preimage_UnrequestPreimageCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[619] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Preimage_UnrequestPreimageCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Preimage_UnrequestPreimageCall) ProtoMessage() {} - -func (x *Preimage_UnrequestPreimageCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[619] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Preimage_UnrequestPreimageCall.ProtoReflect.Descriptor instead. -func (*Preimage_UnrequestPreimageCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{619} -} - -func (x *Preimage_UnrequestPreimageCall) GetHash() *PrimitiveTypesH256 { - if x != nil { - return x.Hash - } - return nil -} - -type BountiesPallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *BountiesPallet_CallProposeBountyCall - // *BountiesPallet_CallApproveBountyCall - // *BountiesPallet_CallProposeCuratorCall - // *BountiesPallet_CallUnassignCuratorCall - // *BountiesPallet_CallAcceptCuratorCall - // *BountiesPallet_CallAwardBountyCall - // *BountiesPallet_CallClaimBountyCall - // *BountiesPallet_CallCloseBountyCall - // *BountiesPallet_CallExtendBountyExpiryCall - Call isBountiesPallet_Call `protobuf_oneof:"call"` -} - -func (x *BountiesPallet) Reset() { - *x = BountiesPallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[620] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *BountiesPallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*BountiesPallet) ProtoMessage() {} - -func (x *BountiesPallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[620] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use BountiesPallet.ProtoReflect.Descriptor instead. -func (*BountiesPallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{620} -} - -func (m *BountiesPallet) GetCall() isBountiesPallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *BountiesPallet) GetCallProposeBountyCall() *Bounties_ProposeBountyCall { - if x, ok := x.GetCall().(*BountiesPallet_CallProposeBountyCall); ok { - return x.CallProposeBountyCall - } - return nil -} - -func (x *BountiesPallet) GetCallApproveBountyCall() *Bounties_ApproveBountyCall { - if x, ok := x.GetCall().(*BountiesPallet_CallApproveBountyCall); ok { - return x.CallApproveBountyCall - } - return nil -} - -func (x *BountiesPallet) GetCallProposeCuratorCall() *Bounties_ProposeCuratorCall { - if x, ok := x.GetCall().(*BountiesPallet_CallProposeCuratorCall); ok { - return x.CallProposeCuratorCall - } - return nil -} - -func (x *BountiesPallet) GetCallUnassignCuratorCall() *Bounties_UnassignCuratorCall { - if x, ok := x.GetCall().(*BountiesPallet_CallUnassignCuratorCall); ok { - return x.CallUnassignCuratorCall - } - return nil -} - -func (x *BountiesPallet) GetCallAcceptCuratorCall() *Bounties_AcceptCuratorCall { - if x, ok := x.GetCall().(*BountiesPallet_CallAcceptCuratorCall); ok { - return x.CallAcceptCuratorCall - } - return nil -} - -func (x *BountiesPallet) GetCallAwardBountyCall() *Bounties_AwardBountyCall { - if x, ok := x.GetCall().(*BountiesPallet_CallAwardBountyCall); ok { - return x.CallAwardBountyCall - } - return nil -} - -func (x *BountiesPallet) GetCallClaimBountyCall() *Bounties_ClaimBountyCall { - if x, ok := x.GetCall().(*BountiesPallet_CallClaimBountyCall); ok { - return x.CallClaimBountyCall - } - return nil -} - -func (x *BountiesPallet) GetCallCloseBountyCall() *Bounties_CloseBountyCall { - if x, ok := x.GetCall().(*BountiesPallet_CallCloseBountyCall); ok { - return x.CallCloseBountyCall - } - return nil -} - -func (x *BountiesPallet) GetCallExtendBountyExpiryCall() *Bounties_ExtendBountyExpiryCall { - if x, ok := x.GetCall().(*BountiesPallet_CallExtendBountyExpiryCall); ok { - return x.CallExtendBountyExpiryCall - } - return nil -} - -type isBountiesPallet_Call interface { - isBountiesPallet_Call() -} - -type BountiesPallet_CallProposeBountyCall struct { - CallProposeBountyCall *Bounties_ProposeBountyCall `protobuf:"bytes,1,opt,name=call_propose_bounty_call,json=callProposeBountyCall,proto3,oneof"` -} - -type BountiesPallet_CallApproveBountyCall struct { - CallApproveBountyCall *Bounties_ApproveBountyCall `protobuf:"bytes,2,opt,name=call_approve_bounty_call,json=callApproveBountyCall,proto3,oneof"` -} - -type BountiesPallet_CallProposeCuratorCall struct { - CallProposeCuratorCall *Bounties_ProposeCuratorCall `protobuf:"bytes,3,opt,name=call_propose_curator_call,json=callProposeCuratorCall,proto3,oneof"` -} - -type BountiesPallet_CallUnassignCuratorCall struct { - CallUnassignCuratorCall *Bounties_UnassignCuratorCall `protobuf:"bytes,4,opt,name=call_unassign_curator_call,json=callUnassignCuratorCall,proto3,oneof"` -} - -type BountiesPallet_CallAcceptCuratorCall struct { - CallAcceptCuratorCall *Bounties_AcceptCuratorCall `protobuf:"bytes,5,opt,name=call_accept_curator_call,json=callAcceptCuratorCall,proto3,oneof"` -} - -type BountiesPallet_CallAwardBountyCall struct { - CallAwardBountyCall *Bounties_AwardBountyCall `protobuf:"bytes,6,opt,name=call_award_bounty_call,json=callAwardBountyCall,proto3,oneof"` -} - -type BountiesPallet_CallClaimBountyCall struct { - CallClaimBountyCall *Bounties_ClaimBountyCall `protobuf:"bytes,7,opt,name=call_claim_bounty_call,json=callClaimBountyCall,proto3,oneof"` -} - -type BountiesPallet_CallCloseBountyCall struct { - CallCloseBountyCall *Bounties_CloseBountyCall `protobuf:"bytes,8,opt,name=call_close_bounty_call,json=callCloseBountyCall,proto3,oneof"` -} - -type BountiesPallet_CallExtendBountyExpiryCall struct { - CallExtendBountyExpiryCall *Bounties_ExtendBountyExpiryCall `protobuf:"bytes,9,opt,name=call_extend_bounty_expiry_call,json=callExtendBountyExpiryCall,proto3,oneof"` -} - -func (*BountiesPallet_CallProposeBountyCall) isBountiesPallet_Call() {} - -func (*BountiesPallet_CallApproveBountyCall) isBountiesPallet_Call() {} - -func (*BountiesPallet_CallProposeCuratorCall) isBountiesPallet_Call() {} - -func (*BountiesPallet_CallUnassignCuratorCall) isBountiesPallet_Call() {} - -func (*BountiesPallet_CallAcceptCuratorCall) isBountiesPallet_Call() {} - -func (*BountiesPallet_CallAwardBountyCall) isBountiesPallet_Call() {} - -func (*BountiesPallet_CallClaimBountyCall) isBountiesPallet_Call() {} - -func (*BountiesPallet_CallCloseBountyCall) isBountiesPallet_Call() {} - -func (*BountiesPallet_CallExtendBountyExpiryCall) isBountiesPallet_Call() {} - -type System_SetStorageCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Items []*System_TupleSystemItemsListSystemItemsList `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` -} - -func (x *System_SetStorageCall) Reset() { - *x = System_SetStorageCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[621] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *System_SetStorageCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*System_SetStorageCall) ProtoMessage() {} - -func (x *System_SetStorageCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[621] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use System_SetStorageCall.ProtoReflect.Descriptor instead. -func (*System_SetStorageCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{621} -} - -func (x *System_SetStorageCall) GetItems() []*System_TupleSystemItemsListSystemItemsList { - if x != nil { - return x.Items - } - return nil -} - -type ImOnlinePallet struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Call: - // - // *ImOnlinePallet_CallHeartbeatCall - Call isImOnlinePallet_Call `protobuf_oneof:"call"` -} - -func (x *ImOnlinePallet) Reset() { - *x = ImOnlinePallet{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[622] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ImOnlinePallet) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ImOnlinePallet) ProtoMessage() {} - -func (x *ImOnlinePallet) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[622] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ImOnlinePallet.ProtoReflect.Descriptor instead. -func (*ImOnlinePallet) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{622} -} - -func (m *ImOnlinePallet) GetCall() isImOnlinePallet_Call { - if m != nil { - return m.Call - } - return nil -} - -func (x *ImOnlinePallet) GetCallHeartbeatCall() *ImOnline_HeartbeatCall { - if x, ok := x.GetCall().(*ImOnlinePallet_CallHeartbeatCall); ok { - return x.CallHeartbeatCall - } - return nil -} - -type isImOnlinePallet_Call interface { - isImOnlinePallet_Call() -} - -type ImOnlinePallet_CallHeartbeatCall struct { - CallHeartbeatCall *ImOnline_HeartbeatCall `protobuf:"bytes,1,opt,name=call_heartbeat_call,json=callHeartbeatCall,proto3,oneof"` -} - -func (*ImOnlinePallet_CallHeartbeatCall) isImOnlinePallet_Call() {} - -type Fellowship6Dan struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Fellowship6Dan) Reset() { - *x = Fellowship6Dan{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[623] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Fellowship6Dan) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Fellowship6Dan) ProtoMessage() {} - -func (x *Fellowship6Dan) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[623] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Fellowship6Dan.ProtoReflect.Descriptor instead. -func (*Fellowship6Dan) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{623} -} - -type Identity_Address32 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Address32) Reset() { - *x = Identity_Address32{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[624] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Address32) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Address32) ProtoMessage() {} - -func (x *Identity_Address32) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[624] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Address32.ProtoReflect.Descriptor instead. -func (*Identity_Address32) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{624} -} - -func (x *Identity_Address32) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Identity_Raw9 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Identity_Raw9) Reset() { - *x = Identity_Raw9{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[625] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Identity_Raw9) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Identity_Raw9) ProtoMessage() {} - -func (x *Identity_Raw9) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[625] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Identity_Raw9.ProtoReflect.Descriptor instead. -func (*Identity_Raw9) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{625} -} - -func (x *Identity_Raw9) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Bounties_ApproveBountyCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BountyId uint32 `protobuf:"varint,1,opt,name=bounty_id,json=bountyId,proto3" json:"bounty_id,omitempty"` -} - -func (x *Bounties_ApproveBountyCall) Reset() { - *x = Bounties_ApproveBountyCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[626] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_ApproveBountyCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_ApproveBountyCall) ProtoMessage() {} - -func (x *Bounties_ApproveBountyCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[626] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_ApproveBountyCall.ProtoReflect.Descriptor instead. -func (*Bounties_ApproveBountyCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{626} -} - -func (x *Bounties_ApproveBountyCall) GetBountyId() uint32 { - if x != nil { - return x.BountyId - } - return 0 -} - -type Bounties_AcceptCuratorCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - BountyId uint32 `protobuf:"varint,1,opt,name=bounty_id,json=bountyId,proto3" json:"bounty_id,omitempty"` -} - -func (x *Bounties_AcceptCuratorCall) Reset() { - *x = Bounties_AcceptCuratorCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[627] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Bounties_AcceptCuratorCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Bounties_AcceptCuratorCall) ProtoMessage() {} - -func (x *Bounties_AcceptCuratorCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[627] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Bounties_AcceptCuratorCall.ProtoReflect.Descriptor instead. -func (*Bounties_AcceptCuratorCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{627} -} - -func (x *Bounties_AcceptCuratorCall) GetBountyId() uint32 { - if x != nil { - return x.BountyId - } - return 0 -} - -type Vesting_Address20 struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 []byte `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *Vesting_Address20) Reset() { - *x = Vesting_Address20{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[628] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Vesting_Address20) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Vesting_Address20) ProtoMessage() {} - -func (x *Vesting_Address20) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[628] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Vesting_Address20.ProtoReflect.Descriptor instead. -func (*Vesting_Address20) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{628} -} - -func (x *Vesting_Address20) GetValue0() []byte { - if x != nil { - return x.Value0 - } - return nil -} - -type Treasurer struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *Treasurer) Reset() { - *x = Treasurer{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[629] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasurer) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasurer) ProtoMessage() {} - -func (x *Treasurer) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[629] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasurer.ProtoReflect.Descriptor instead. -func (*Treasurer) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{629} -} - -type ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Solution *VaraRuntimeNposSolution16 `protobuf:"bytes,1,opt,name=solution,proto3" json:"solution,omitempty"` - Score *SpNposElectionsElectionScore `protobuf:"bytes,2,opt,name=score,proto3" json:"score,omitempty"` - Round uint32 `protobuf:"varint,3,opt,name=round,proto3" json:"round,omitempty"` -} - -func (x *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution) Reset() { - *x = ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[630] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution) ProtoMessage() {} - -func (x *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[630] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution.ProtoReflect.Descriptor instead. -func (*ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{630} -} - -func (x *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution) GetSolution() *VaraRuntimeNposSolution16 { - if x != nil { - return x.Solution - } - return nil -} - -func (x *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution) GetScore() *SpNposElectionsElectionScore { - if x != nil { - return x.Score - } - return nil -} - -func (x *ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution) GetRound() uint32 { - if x != nil { - return x.Round - } - return 0 -} - -type ChildBounties_Index struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Value0 *ChildBounties_TupleNull `protobuf:"bytes,1,opt,name=value0,proto3" json:"value0,omitempty"` -} - -func (x *ChildBounties_Index) Reset() { - *x = ChildBounties_Index{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[631] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *ChildBounties_Index) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*ChildBounties_Index) ProtoMessage() {} - -func (x *ChildBounties_Index) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[631] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use ChildBounties_Index.ProtoReflect.Descriptor instead. -func (*ChildBounties_Index) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{631} -} - -func (x *ChildBounties_Index) GetValue0() *ChildBounties_TupleNull { - if x != nil { - return x.Value0 - } - return nil -} - -type NominationPools_SetClaimPermissionCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Permission: - // - // *NominationPools_SetClaimPermissionCall_PermissionPermissioned - // *NominationPools_SetClaimPermissionCall_PermissionPermissionlessCompound - // *NominationPools_SetClaimPermissionCall_PermissionPermissionlessWithdraw - // *NominationPools_SetClaimPermissionCall_PermissionPermissionlessAll - Permission isNominationPools_SetClaimPermissionCall_Permission `protobuf_oneof:"permission"` -} - -func (x *NominationPools_SetClaimPermissionCall) Reset() { - *x = NominationPools_SetClaimPermissionCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[632] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *NominationPools_SetClaimPermissionCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*NominationPools_SetClaimPermissionCall) ProtoMessage() {} - -func (x *NominationPools_SetClaimPermissionCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[632] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use NominationPools_SetClaimPermissionCall.ProtoReflect.Descriptor instead. -func (*NominationPools_SetClaimPermissionCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{632} -} - -func (m *NominationPools_SetClaimPermissionCall) GetPermission() isNominationPools_SetClaimPermissionCall_Permission { - if m != nil { - return m.Permission - } - return nil -} - -func (x *NominationPools_SetClaimPermissionCall) GetPermissionPermissioned() *NominationPools_Permissioned { - if x, ok := x.GetPermission().(*NominationPools_SetClaimPermissionCall_PermissionPermissioned); ok { - return x.PermissionPermissioned - } - return nil -} - -func (x *NominationPools_SetClaimPermissionCall) GetPermissionPermissionlessCompound() *NominationPools_PermissionlessCompound { - if x, ok := x.GetPermission().(*NominationPools_SetClaimPermissionCall_PermissionPermissionlessCompound); ok { - return x.PermissionPermissionlessCompound - } - return nil -} - -func (x *NominationPools_SetClaimPermissionCall) GetPermissionPermissionlessWithdraw() *NominationPools_PermissionlessWithdraw { - if x, ok := x.GetPermission().(*NominationPools_SetClaimPermissionCall_PermissionPermissionlessWithdraw); ok { - return x.PermissionPermissionlessWithdraw - } - return nil -} - -func (x *NominationPools_SetClaimPermissionCall) GetPermissionPermissionlessAll() *NominationPools_PermissionlessAll { - if x, ok := x.GetPermission().(*NominationPools_SetClaimPermissionCall_PermissionPermissionlessAll); ok { - return x.PermissionPermissionlessAll - } - return nil -} - -type isNominationPools_SetClaimPermissionCall_Permission interface { - isNominationPools_SetClaimPermissionCall_Permission() -} - -type NominationPools_SetClaimPermissionCall_PermissionPermissioned struct { - PermissionPermissioned *NominationPools_Permissioned `protobuf:"bytes,1,opt,name=permission_permissioned,json=permissionPermissioned,proto3,oneof"` -} - -type NominationPools_SetClaimPermissionCall_PermissionPermissionlessCompound struct { - PermissionPermissionlessCompound *NominationPools_PermissionlessCompound `protobuf:"bytes,2,opt,name=permission_permissionless_compound,json=permissionPermissionlessCompound,proto3,oneof"` -} - -type NominationPools_SetClaimPermissionCall_PermissionPermissionlessWithdraw struct { - PermissionPermissionlessWithdraw *NominationPools_PermissionlessWithdraw `protobuf:"bytes,3,opt,name=permission_permissionless_withdraw,json=permissionPermissionlessWithdraw,proto3,oneof"` -} - -type NominationPools_SetClaimPermissionCall_PermissionPermissionlessAll struct { - PermissionPermissionlessAll *NominationPools_PermissionlessAll `protobuf:"bytes,4,opt,name=permission_permissionless_all,json=permissionPermissionlessAll,proto3,oneof"` -} - -func (*NominationPools_SetClaimPermissionCall_PermissionPermissioned) isNominationPools_SetClaimPermissionCall_Permission() { -} - -func (*NominationPools_SetClaimPermissionCall_PermissionPermissionlessCompound) isNominationPools_SetClaimPermissionCall_Permission() { -} - -func (*NominationPools_SetClaimPermissionCall_PermissionPermissionlessWithdraw) isNominationPools_SetClaimPermissionCall_Permission() { -} - -func (*NominationPools_SetClaimPermissionCall_PermissionPermissionlessAll) isNominationPools_SetClaimPermissionCall_Permission() { -} - -type Treasury_SpendCall struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AssetKind *Treasury_TupleNull `protobuf:"bytes,1,opt,name=asset_kind,json=assetKind,proto3" json:"asset_kind,omitempty"` - Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` - Beneficiary *SpCoreCryptoAccountId32 `protobuf:"bytes,3,opt,name=beneficiary,proto3" json:"beneficiary,omitempty"` - ValidFrom *uint32 `protobuf:"varint,4,opt,name=valid_from,json=validFrom,proto3,oneof" json:"valid_from,omitempty"` -} - -func (x *Treasury_SpendCall) Reset() { - *x = Treasury_SpendCall{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[633] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Treasury_SpendCall) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Treasury_SpendCall) ProtoMessage() {} - -func (x *Treasury_SpendCall) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[633] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Treasury_SpendCall.ProtoReflect.Descriptor instead. -func (*Treasury_SpendCall) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{633} -} - -func (x *Treasury_SpendCall) GetAssetKind() *Treasury_TupleNull { - if x != nil { - return x.AssetKind - } - return nil -} - -func (x *Treasury_SpendCall) GetAmount() string { - if x != nil { - return x.Amount - } - return "" -} - -func (x *Treasury_SpendCall) GetBeneficiary() *SpCoreCryptoAccountId32 { - if x != nil { - return x.Beneficiary - } - return nil -} - -func (x *Treasury_SpendCall) GetValidFrom() uint32 { - if x != nil && x.ValidFrom != nil { - return *x.ValidFrom - } - return 0 -} - -type Proxy_Spawner struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Types that are assignable to Spawner: - // - // *Proxy_Spawner_SpawnerId - // *Proxy_Spawner_SpawnerIndex - // *Proxy_Spawner_SpawnerRaw - // *Proxy_Spawner_SpawnerAddress32 - // *Proxy_Spawner_SpawnerAddress20 - Spawner isProxy_Spawner_Spawner `protobuf_oneof:"spawner"` -} - -func (x *Proxy_Spawner) Reset() { - *x = Proxy_Spawner{} - if protoimpl.UnsafeEnabled { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[634] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *Proxy_Spawner) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*Proxy_Spawner) ProtoMessage() {} - -func (x *Proxy_Spawner) ProtoReflect() protoreflect.Message { - mi := &file_sf_gear_metadata_type_v1_output_proto_msgTypes[634] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use Proxy_Spawner.ProtoReflect.Descriptor instead. -func (*Proxy_Spawner) Descriptor() ([]byte, []int) { - return file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP(), []int{634} -} - -func (m *Proxy_Spawner) GetSpawner() isProxy_Spawner_Spawner { - if m != nil { - return m.Spawner - } - return nil -} - -func (x *Proxy_Spawner) GetSpawnerId() *Proxy_Id { - if x, ok := x.GetSpawner().(*Proxy_Spawner_SpawnerId); ok { - return x.SpawnerId - } - return nil -} - -func (x *Proxy_Spawner) GetSpawnerIndex() *Proxy_Index { - if x, ok := x.GetSpawner().(*Proxy_Spawner_SpawnerIndex); ok { - return x.SpawnerIndex - } - return nil -} - -func (x *Proxy_Spawner) GetSpawnerRaw() *Proxy_Raw { - if x, ok := x.GetSpawner().(*Proxy_Spawner_SpawnerRaw); ok { - return x.SpawnerRaw - } - return nil -} - -func (x *Proxy_Spawner) GetSpawnerAddress32() *Proxy_Address32 { - if x, ok := x.GetSpawner().(*Proxy_Spawner_SpawnerAddress32); ok { - return x.SpawnerAddress32 - } - return nil -} - -func (x *Proxy_Spawner) GetSpawnerAddress20() *Proxy_Address20 { - if x, ok := x.GetSpawner().(*Proxy_Spawner_SpawnerAddress20); ok { - return x.SpawnerAddress20 - } - return nil -} - -type isProxy_Spawner_Spawner interface { - isProxy_Spawner_Spawner() -} - -type Proxy_Spawner_SpawnerId struct { - SpawnerId *Proxy_Id `protobuf:"bytes,1,opt,name=spawner_id,json=spawnerId,proto3,oneof"` -} - -type Proxy_Spawner_SpawnerIndex struct { - SpawnerIndex *Proxy_Index `protobuf:"bytes,2,opt,name=spawner_index,json=spawnerIndex,proto3,oneof"` -} - -type Proxy_Spawner_SpawnerRaw struct { - SpawnerRaw *Proxy_Raw `protobuf:"bytes,3,opt,name=spawner_raw,json=spawnerRaw,proto3,oneof"` -} - -type Proxy_Spawner_SpawnerAddress32 struct { - SpawnerAddress32 *Proxy_Address32 `protobuf:"bytes,4,opt,name=spawner_address32,json=spawnerAddress32,proto3,oneof"` -} - -type Proxy_Spawner_SpawnerAddress20 struct { - SpawnerAddress20 *Proxy_Address20 `protobuf:"bytes,5,opt,name=spawner_address20,json=spawnerAddress20,proto3,oneof"` -} - -func (*Proxy_Spawner_SpawnerId) isProxy_Spawner_Spawner() {} - -func (*Proxy_Spawner_SpawnerIndex) isProxy_Spawner_Spawner() {} - -func (*Proxy_Spawner_SpawnerRaw) isProxy_Spawner_Spawner() {} - -func (*Proxy_Spawner_SpawnerAddress32) isProxy_Spawner_Spawner() {} - -func (*Proxy_Spawner_SpawnerAddress20) isProxy_Spawner_Spawner() {} - -var File_sf_gear_metadata_type_v1_output_proto protoreflect.FileDescriptor - -var file_sf_gear_metadata_type_v1_output_proto_rawDesc = []byte{ - 0x0a, 0x25, 0x73, 0x66, 0x2f, 0x67, 0x65, 0x61, 0x72, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x6f, 0x75, 0x74, 0x70, 0x75, - 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x18, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x22, 0x9e, 0x03, 0x0a, 0x10, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, - 0x72, 0x5f, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5f, 0x0a, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, - 0x65, 0x6e, 0x64, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, - 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x6e, 0x64, - 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x59, 0x0a, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x73, 0x65, 0x6e, 0x64, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, - 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, - 0x79, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x70, - 0x6c, 0x79, 0x12, 0x5c, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x70, 0x6c, 0x6f, 0x61, - 0x64, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, - 0x68, 0x65, 0x72, 0x5f, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x48, 0x00, - 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x64, 0x65, - 0x12, 0x68, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, - 0x5f, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, - 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x56, 0x6f, 0x75, - 0x63, 0x68, 0x65, 0x72, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x44, 0x65, 0x63, 0x6c, - 0x69, 0x6e, 0x65, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, - 0x6c, 0x6c, 0x22, 0x6c, 0x0a, 0x10, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, - 0x49, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x58, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x65, 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x65, 0x64, 0x56, 0x65, 0x63, 0x42, 0x6f, - 0x75, 0x6e, 0x64, 0x65, 0x64, 0x56, 0x65, 0x63, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0x13, 0x0a, 0x11, 0x47, 0x65, 0x61, 0x72, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x22, 0x29, 0x0a, 0x0f, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x61, 0x5f, 0x41, 0x66, 0x74, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0x8b, 0x03, 0x0a, 0x0c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x75, - 0x62, 0x12, 0x3e, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x05, 0x73, 0x75, 0x62, 0x49, - 0x64, 0x12, 0x47, 0x0a, 0x09, 0x73, 0x75, 0x62, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, - 0x52, 0x08, 0x73, 0x75, 0x62, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x41, 0x0a, 0x07, 0x73, 0x75, - 0x62, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x06, 0x73, 0x75, 0x62, 0x52, 0x61, 0x77, 0x12, 0x53, 0x0a, - 0x0d, 0x73, 0x75, 0x62, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x73, 0x75, 0x62, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x12, 0x53, 0x0a, 0x0d, 0x73, 0x75, 0x62, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x73, 0x75, 0x62, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x05, 0x0a, 0x03, 0x73, 0x75, 0x62, 0x22, 0x0f, - 0x0a, 0x0d, 0x47, 0x65, 0x61, 0x72, 0x47, 0x61, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x22, - 0x25, 0x0a, 0x0b, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x12, 0x16, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x10, 0x0a, 0x0e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x5f, 0x56, 0x6f, 0x69, 0x64, 0x22, 0x2e, 0x0a, 0x14, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, - 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x8e, 0x03, 0x0a, 0x23, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x47, 0x6c, 0x6f, - 0x62, 0x61, 0x6c, 0x4d, 0x61, 0x78, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x12, 0x6d, 0x0a, 0x1a, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x63, - 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x00, 0x52, 0x17, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x4d, 0x61, - 0x78, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4e, 0x6f, 0x6f, 0x70, 0x12, - 0x6a, 0x0a, 0x19, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x6f, - 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x16, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x4d, 0x61, 0x78, 0x43, 0x6f, - 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x12, 0x73, 0x0a, 0x1c, 0x67, - 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, - 0x6f, 0x76, 0x65, 0x48, 0x00, 0x52, 0x19, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x4d, 0x61, 0x78, - 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, - 0x42, 0x17, 0x0a, 0x15, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x63, - 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0xdc, 0x03, 0x0a, 0x1e, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x46, 0x6f, 0x72, - 0x63, 0x65, 0x52, 0x65, 0x66, 0x69, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x46, 0x0a, 0x07, - 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x06, 0x66, 0x72, - 0x6f, 0x6d, 0x49, 0x64, 0x12, 0x4f, 0x0a, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x69, 0x6e, 0x64, - 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, - 0x64, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x09, 0x66, 0x72, 0x6f, 0x6d, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x49, 0x0a, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x72, 0x61, - 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, - 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x52, 0x61, 0x77, - 0x12, 0x5b, 0x0a, 0x0e, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, - 0x64, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0d, - 0x66, 0x72, 0x6f, 0x6d, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5b, 0x0a, - 0x0e, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0d, 0x66, 0x72, 0x6f, - 0x6d, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x42, 0x06, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x22, 0xd5, 0x01, 0x0a, 0x17, 0x47, 0x65, 0x61, - 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, - 0x73, 0x61, 0x67, 0x65, 0x12, 0x4e, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, - 0x41, 0x63, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x1b, - 0x0a, 0x09, 0x67, 0x61, 0x73, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x08, 0x67, 0x61, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x6b, 0x65, 0x65, 0x70, 0x5f, 0x61, 0x6c, 0x69, 0x76, 0x65, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6b, 0x65, 0x65, 0x70, 0x41, 0x6c, 0x69, 0x76, 0x65, - 0x22, 0xba, 0x02, 0x0a, 0x15, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4d, 0x69, 0x6e, - 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x58, 0x0a, 0x13, 0x6d, 0x69, - 0x6e, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x6f, 0x6f, - 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, - 0x00, 0x52, 0x11, 0x6d, 0x69, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x55, 0x0a, 0x12, 0x6d, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, - 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x00, 0x52, 0x10, 0x6d, 0x69, 0x6e, 0x43, 0x6f, - 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x12, 0x5e, 0x0a, 0x15, 0x6d, - 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, - 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, - 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x00, 0x52, 0x13, 0x6d, 0x69, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x42, 0x10, 0x0a, 0x0e, 0x6d, - 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x3d, 0x0a, - 0x25, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x52, 0x65, 0x66, 0x75, 0x6e, - 0x64, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, - 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x41, 0x0a, 0x0f, - 0x42, 0x61, 0x62, 0x65, 0x5f, 0x50, 0x72, 0x65, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x12, - 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x22, - 0xf2, 0x01, 0x0a, 0x1e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x52, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x74, 0x0a, 0x12, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x6f, 0x66, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x45, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, - 0x61, 0x5f, 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x47, 0x72, 0x61, - 0x6e, 0x64, 0x70, 0x61, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x52, 0x11, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x12, 0x5a, 0x0a, 0x0f, 0x6b, 0x65, 0x79, 0x5f, - 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x6f, 0x6f, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x53, - 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, - 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x52, 0x0d, 0x6b, 0x65, 0x79, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x50, - 0x72, 0x6f, 0x6f, 0x66, 0x22, 0xe1, 0x01, 0x0a, 0x06, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, - 0x41, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x52, 0x6f, 0x6f, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x6f, - 0x6f, 0x74, 0x12, 0x47, 0x0a, 0x0d, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x73, 0x69, 0x67, - 0x6e, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x48, 0x00, 0x52, 0x0c, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x12, 0x41, 0x0a, 0x0b, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x1e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6e, 0x65, - 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x4e, 0x6f, 0x6e, 0x65, 0x42, 0x08, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x12, 0x0a, 0x10, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x22, 0xeb, 0x03, 0x0a, - 0x14, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x42, 0x65, 0x6e, 0x65, 0x66, 0x69, - 0x63, 0x69, 0x61, 0x72, 0x79, 0x12, 0x4e, 0x0a, 0x0e, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, - 0x69, 0x61, 0x72, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, - 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0d, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, - 0x61, 0x72, 0x79, 0x49, 0x64, 0x12, 0x57, 0x0a, 0x11, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, - 0x69, 0x61, 0x72, 0x79, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, - 0x73, 0x75, 0x72, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x10, 0x62, 0x65, - 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x51, - 0x0a, 0x0f, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x72, 0x61, - 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, - 0x00, 0x52, 0x0e, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x52, 0x61, - 0x77, 0x12, 0x63, 0x0a, 0x15, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, - 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, - 0x73, 0x75, 0x72, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, - 0x52, 0x14, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x63, 0x0a, 0x15, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, - 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x14, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, - 0x72, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x0d, 0x0a, 0x0b, 0x62, - 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x22, 0xd0, 0x07, 0x0a, 0x0e, 0x54, - 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x6c, 0x0a, - 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x5f, 0x73, 0x70, - 0x65, 0x6e, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, - 0x72, 0x79, 0x5f, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x43, - 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x70, 0x6f, - 0x73, 0x65, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x72, 0x0a, 0x19, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x70, 0x6f, - 0x73, 0x61, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, - 0x72, 0x79, 0x5f, 0x52, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, - 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x6a, - 0x65, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x75, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x5f, - 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, - 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x50, - 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x17, 0x63, - 0x61, 0x6c, 0x6c, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, - 0x61, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x66, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, - 0x70, 0x65, 0x6e, 0x64, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x4c, - 0x6f, 0x63, 0x61, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, - 0x53, 0x70, 0x65, 0x6e, 0x64, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x72, - 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x5f, 0x61, 0x70, - 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, - 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x41, 0x70, 0x70, 0x72, - 0x6f, 0x76, 0x61, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x16, 0x63, 0x61, 0x6c, 0x6c, - 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x56, 0x0a, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x70, 0x65, 0x6e, 0x64, - 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, - 0x53, 0x70, 0x65, 0x6e, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, - 0x6c, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x59, 0x0a, 0x10, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x70, 0x61, 0x79, 0x6f, 0x75, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x07, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x50, 0x61, 0x79, 0x6f, 0x75, 0x74, 0x43, - 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x61, 0x79, 0x6f, 0x75, - 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x69, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, - 0x65, 0x63, 0x6b, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, - 0x6c, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x63, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x76, 0x6f, 0x69, 0x64, 0x5f, 0x73, 0x70, - 0x65, 0x6e, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, - 0x72, 0x79, 0x5f, 0x56, 0x6f, 0x69, 0x64, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x56, 0x6f, 0x69, 0x64, 0x53, 0x70, 0x65, 0x6e, - 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x5e, 0x0a, - 0x14, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x61, 0x74, 0x63, 0x68, 0x41, 0x6c, - 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x46, 0x0a, 0x05, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x18, 0x01, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x56, 0x61, 0x72, 0x61, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x52, 0x75, 0x6e, 0x74, 0x69, - 0x6d, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x52, 0x05, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x22, 0xc3, 0x09, - 0x0a, 0x1d, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, - 0x6e, 0x67, 0x5f, 0x44, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, - 0x63, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x44, 0x0a, 0x05, 0x74, 0x6f, 0x5f, 0x69, 0x64, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, - 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x04, 0x74, 0x6f, 0x49, 0x64, 0x12, 0x4d, 0x0a, 0x08, 0x74, - 0x6f, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, - 0x00, 0x52, 0x07, 0x74, 0x6f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x47, 0x0a, 0x06, 0x74, 0x6f, - 0x5f, 0x72, 0x61, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x05, 0x74, 0x6f, - 0x52, 0x61, 0x77, 0x12, 0x59, 0x0a, 0x0c, 0x74, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, - 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, - 0x00, 0x52, 0x0b, 0x74, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x59, - 0x0a, 0x0c, 0x74, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, - 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x6f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x5a, 0x0a, 0x0f, 0x63, 0x6f, 0x6e, - 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4e, - 0x6f, 0x6e, 0x65, 0x48, 0x01, 0x52, 0x0e, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x66, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x31, 0x78, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4c, - 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x31, 0x58, 0x48, 0x01, 0x52, 0x12, 0x63, 0x6f, 0x6e, 0x76, 0x69, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x31, 0x78, 0x12, 0x66, 0x0a, - 0x13, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x6f, 0x63, 0x6b, - 0x65, 0x64, 0x32, 0x78, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x32, 0x58, 0x48, - 0x01, 0x52, 0x12, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x63, - 0x6b, 0x65, 0x64, 0x32, 0x78, 0x12, 0x66, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x33, 0x78, 0x18, 0x0a, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4c, - 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x33, 0x58, 0x48, 0x01, 0x52, 0x12, 0x63, 0x6f, 0x6e, 0x76, 0x69, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x33, 0x78, 0x12, 0x66, 0x0a, - 0x13, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x6f, 0x63, 0x6b, - 0x65, 0x64, 0x34, 0x78, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x34, 0x58, 0x48, - 0x01, 0x52, 0x12, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x63, - 0x6b, 0x65, 0x64, 0x34, 0x78, 0x12, 0x66, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x35, 0x78, 0x18, 0x0c, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4c, - 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x35, 0x58, 0x48, 0x01, 0x52, 0x12, 0x63, 0x6f, 0x6e, 0x76, 0x69, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x35, 0x78, 0x12, 0x66, 0x0a, - 0x13, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x6f, 0x63, 0x6b, - 0x65, 0x64, 0x36, 0x78, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x36, 0x58, 0x48, - 0x01, 0x52, 0x12, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x63, - 0x6b, 0x65, 0x64, 0x36, 0x78, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, - 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x42, - 0x04, 0x0a, 0x02, 0x74, 0x6f, 0x42, 0x0c, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x22, 0x5f, 0x0a, 0x12, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, - 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x22, 0x2b, 0x0a, 0x15, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x53, - 0x79, 0x73, 0x74, 0x65, 0x6d, 0x4b, 0x65, 0x79, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, - 0x04, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6b, 0x65, 0x79, - 0x73, 0x22, 0x2c, 0x0a, 0x12, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, - 0x5b, 0x0a, 0x1e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, - 0x6c, 0x12, 0x39, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x75, 0x70, 0x6c, - 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x9c, 0x13, 0x0a, - 0x1b, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, - 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x12, 0x5a, 0x0a, 0x14, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x61, - 0x64, 0x6d, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, - 0x69, 0x6e, 0x48, 0x00, 0x52, 0x12, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x12, 0x50, 0x0a, 0x10, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x5f, 0x74, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, - 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x72, 0x48, 0x00, 0x52, 0x0f, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x72, 0x12, 0x63, 0x0a, 0x17, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, - 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x48, 0x00, 0x52, 0x15, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x12, - 0x5a, 0x0a, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, - 0x6c, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, - 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x48, 0x00, 0x52, 0x12, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x47, - 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x12, 0x6f, 0x0a, 0x1b, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, - 0x5f, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x6c, 0x65, 0x72, 0x48, - 0x00, 0x52, 0x19, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x75, 0x6d, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x66, 0x0a, 0x18, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, - 0x6d, 0x5f, 0x6b, 0x69, 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x75, 0x6d, 0x4b, 0x69, 0x6c, 0x6c, 0x65, 0x72, 0x48, 0x00, 0x52, 0x16, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x4b, 0x69, - 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x57, 0x0a, 0x13, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x73, - 0x6d, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x69, 0x70, 0x70, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x6d, 0x61, - 0x6c, 0x6c, 0x54, 0x69, 0x70, 0x70, 0x65, 0x72, 0x48, 0x00, 0x52, 0x11, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x53, 0x6d, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x70, 0x70, 0x65, 0x72, 0x12, 0x51, 0x0a, - 0x11, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x62, 0x69, 0x67, 0x5f, 0x74, 0x69, 0x70, 0x70, - 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x69, 0x67, 0x54, 0x69, 0x70, 0x70, 0x65, 0x72, 0x48, 0x00, 0x52, - 0x0f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x42, 0x69, 0x67, 0x54, 0x69, 0x70, 0x70, 0x65, 0x72, - 0x12, 0x5a, 0x0a, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x73, 0x6d, 0x61, 0x6c, 0x6c, - 0x5f, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x6d, 0x61, 0x6c, 0x6c, 0x53, - 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x48, 0x00, 0x52, 0x12, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x53, 0x6d, 0x61, 0x6c, 0x6c, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x5d, 0x0a, 0x15, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x6d, 0x65, 0x64, 0x69, 0x75, 0x6d, 0x5f, 0x73, 0x70, - 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x64, 0x69, 0x75, 0x6d, 0x53, 0x70, 0x65, - 0x6e, 0x64, 0x65, 0x72, 0x48, 0x00, 0x52, 0x13, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x4d, 0x65, - 0x64, 0x69, 0x75, 0x6d, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x54, 0x0a, 0x12, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x62, 0x69, 0x67, 0x5f, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, - 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x42, 0x69, 0x67, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x48, 0x00, 0x52, - 0x10, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x42, 0x69, 0x67, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, - 0x72, 0x12, 0x69, 0x0a, 0x19, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x77, 0x68, 0x69, 0x74, - 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x0c, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x65, - 0x72, 0x48, 0x00, 0x52, 0x17, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x57, 0x68, 0x69, 0x74, 0x65, - 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x6f, 0x0a, 0x1b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x5f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x73, - 0x48, 0x00, 0x52, 0x19, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x73, 0x12, 0x4a, 0x0a, - 0x0e, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x18, - 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x48, 0x00, 0x52, 0x0d, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x12, 0x69, 0x0a, 0x19, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x65, - 0x78, 0x70, 0x65, 0x72, 0x74, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x45, 0x78, 0x70, 0x65, 0x72, 0x74, 0x73, 0x48, 0x00, 0x52, 0x17, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x45, 0x78, 0x70, - 0x65, 0x72, 0x74, 0x73, 0x12, 0x69, 0x0a, 0x19, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, - 0x73, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x4d, 0x61, 0x73, - 0x74, 0x65, 0x72, 0x73, 0x48, 0x00, 0x52, 0x17, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x4d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x73, 0x12, - 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x31, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x31, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x31, 0x44, 0x61, - 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x32, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x12, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x32, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x32, - 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x33, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x13, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x33, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, - 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x33, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, - 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x34, 0x5f, 0x64, 0x61, 0x6e, 0x18, - 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x34, 0x44, 0x61, 0x6e, 0x48, - 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x34, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x35, 0x5f, 0x64, 0x61, - 0x6e, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x35, 0x44, 0x61, - 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x35, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x36, 0x5f, - 0x64, 0x61, 0x6e, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x36, - 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x36, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x37, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x37, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x37, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, - 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x38, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x38, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x38, 0x44, 0x61, 0x6e, 0x12, - 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x39, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x39, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x39, 0x44, 0x61, - 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xcd, 0x16, 0x0a, 0x0d, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x44, 0x61, 0x74, 0x61, 0x12, 0x46, 0x0a, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x08, 0x64, 0x61, 0x74, - 0x61, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x30, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x30, 0x48, 0x00, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x30, 0x12, 0x46, 0x0a, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x00, 0x52, 0x08, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x31, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x48, 0x00, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x12, 0x46, 0x0a, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x00, 0x52, 0x08, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x33, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x34, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x34, 0x48, 0x00, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x34, 0x12, 0x46, 0x0a, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x00, 0x52, 0x08, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x35, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x36, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x36, 0x48, 0x00, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x36, 0x12, 0x46, 0x0a, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x00, 0x52, 0x08, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x37, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x38, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x38, 0x48, 0x00, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x38, 0x12, 0x46, 0x0a, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x00, 0x52, 0x08, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x39, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x30, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x30, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x30, - 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x31, 0x18, 0x0d, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x31, 0x48, 0x00, - 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, 0x49, 0x0a, 0x0a, 0x64, - 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x32, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x31, 0x32, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x33, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x33, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, - 0x33, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x34, 0x18, - 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, - 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x49, 0x0a, 0x0a, - 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, - 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, - 0x31, 0x36, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, - 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, - 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x49, 0x0a, - 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x14, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x00, 0x52, 0x09, 0x64, - 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, - 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, - 0x77, 0x31, 0x39, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x30, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x30, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x49, - 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0x17, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, 0x00, 0x52, 0x09, - 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, - 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, - 0x61, 0x77, 0x32, 0x32, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x33, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x33, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, - 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0x1a, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x00, 0x52, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, - 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x36, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x36, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x36, - 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x37, 0x18, 0x1d, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x37, 0x48, 0x00, - 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, 0x49, 0x0a, 0x0a, 0x64, - 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x38, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x32, 0x38, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x39, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x39, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, - 0x39, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x30, 0x18, - 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, - 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x49, 0x0a, 0x0a, - 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, - 0x74, 0x61, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, - 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x00, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, - 0x33, 0x32, 0x12, 0x5c, 0x0a, 0x11, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, - 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, - 0x0f, 0x64, 0x61, 0x74, 0x61, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, - 0x12, 0x4c, 0x0a, 0x0b, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x18, - 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, - 0x48, 0x00, 0x52, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, 0x55, - 0x0a, 0x0e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, - 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, 0x63, 0x63, 0x61, - 0x6b, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0d, 0x64, 0x61, 0x74, 0x61, 0x4b, 0x65, 0x63, 0x63, - 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x5c, 0x0a, 0x11, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x73, 0x68, - 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, 0x26, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, - 0x48, 0x00, 0x52, 0x0f, 0x64, 0x61, 0x74, 0x61, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, - 0x32, 0x35, 0x36, 0x42, 0x06, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x2b, 0x0a, 0x11, 0x56, - 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, - 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x12, 0x0a, 0x10, 0x52, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x4b, 0x69, 0x6c, 0x6c, 0x65, 0x72, 0x22, 0x9a, 0x14, 0x0a, - 0x18, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x73, 0x44, 0x65, 0x72, 0x69, 0x76, - 0x61, 0x74, 0x69, 0x76, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, - 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, - 0x49, 0x0a, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0a, - 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x69, - 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x43, - 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x62, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, - 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x42, - 0x61, 0x62, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x72, 0x61, 0x6e, - 0x64, 0x70, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, - 0x61, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, - 0x65, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, - 0x65, 0x73, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x76, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, - 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x5f, 0x6c, 0x69, - 0x73, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, - 0x73, 0x74, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x6d, 0x5f, 0x6f, 0x6e, - 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x6d, 0x4f, 0x6e, - 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, - 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, - 0x79, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, - 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, - 0x68, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x5f, 0x76, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x0f, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, - 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x74, 0x0a, - 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, - 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x76, 0x65, 0x12, 0x71, 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, - 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x17, 0x63, - 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, - 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, - 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, - 0x6c, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x13, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, - 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x4f, - 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, - 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, - 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x16, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x09, 0x63, - 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x73, 0x69, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x12, 0x88, 0x01, 0x0a, 0x22, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x76, - 0x69, 0x64, 0x65, 0x72, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x70, 0x68, 0x61, 0x73, 0x65, - 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, - 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x1e, 0x63, 0x61, 0x6c, 0x6c, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, - 0x68, 0x61, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x6f, 0x75, - 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x5f, 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, - 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x1a, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, - 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, - 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x65, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x18, - 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x12, 0x43, 0x0a, - 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, - 0x61, 0x72, 0x12, 0x62, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x5f, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, - 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x12, 0x59, 0x0a, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, - 0x65, 0x61, 0x72, 0x5f, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x18, 0x1e, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, - 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, - 0x72, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x39, 0x12, 0x16, 0x0a, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x22, 0xb9, 0x05, 0x0a, 0x14, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x46, 0x6f, - 0x72, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x56, 0x0a, 0x14, - 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, - 0x5f, 0x61, 0x6e, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x6e, 0x79, 0x48, - 0x00, 0x52, 0x11, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, - 0x65, 0x41, 0x6e, 0x79, 0x12, 0x6f, 0x0a, 0x1d, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, - 0x6e, 0x73, 0x66, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, - 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x48, 0x00, 0x52, 0x19, 0x66, 0x6f, 0x72, 0x63, - 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x4e, 0x6f, 0x6e, 0x54, 0x72, 0x61, - 0x6e, 0x73, 0x66, 0x65, 0x72, 0x12, 0x6b, 0x0a, 0x1b, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, - 0x61, 0x6e, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x47, 0x6f, 0x76, 0x65, - 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x48, 0x00, 0x52, 0x18, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x50, - 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, - 0x63, 0x65, 0x12, 0x62, 0x0a, 0x18, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x48, 0x00, 0x52, - 0x15, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x81, 0x01, 0x0a, 0x23, 0x66, 0x6f, 0x72, 0x63, 0x65, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4a, 0x75, - 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x48, 0x00, 0x52, 0x1f, 0x66, 0x6f, 0x72, 0x63, 0x65, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x6f, 0x0a, 0x1d, 0x66, 0x6f, - 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x63, - 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, - 0x78, 0x79, 0x5f, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x48, 0x00, - 0x52, 0x19, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, - 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x42, 0x12, 0x0a, 0x10, 0x66, - 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x22, - 0x82, 0x03, 0x0a, 0x21, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x5f, 0x4d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x50, 0x65, - 0x72, 0x50, 0x6f, 0x6f, 0x6c, 0x12, 0x6a, 0x0a, 0x19, 0x6d, 0x61, 0x78, 0x5f, 0x6d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x73, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x6e, 0x6f, - 0x6f, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x00, 0x52, 0x15, 0x6d, 0x61, 0x78, 0x4d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x50, 0x65, 0x72, 0x50, 0x6f, 0x6f, 0x6c, 0x4e, 0x6f, 0x6f, - 0x70, 0x12, 0x67, 0x0a, 0x18, 0x6d, 0x61, 0x78, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x14, 0x6d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x50, 0x65, 0x72, 0x50, 0x6f, 0x6f, 0x6c, 0x53, 0x65, 0x74, 0x12, 0x70, 0x0a, 0x1b, 0x6d, 0x61, - 0x78, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x70, 0x6f, - 0x6f, 0x6c, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, - 0x65, 0x48, 0x00, 0x52, 0x17, 0x6d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x50, - 0x65, 0x72, 0x50, 0x6f, 0x6f, 0x6c, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x42, 0x16, 0x0a, 0x14, - 0x6d, 0x61, 0x78, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x70, 0x65, 0x72, 0x5f, - 0x70, 0x6f, 0x6f, 0x6c, 0x22, 0x91, 0x01, 0x0a, 0x18, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x55, 0x6e, 0x73, 0x74, 0x61, 0x6b, 0x65, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x47, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, - 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, - 0x64, 0x33, 0x32, 0x52, 0x05, 0x73, 0x74, 0x61, 0x73, 0x68, 0x12, 0x2c, 0x0a, 0x12, 0x6e, 0x75, - 0x6d, 0x5f, 0x73, 0x6c, 0x61, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x70, 0x61, 0x6e, 0x73, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x6e, 0x75, 0x6d, 0x53, 0x6c, 0x61, 0x73, 0x68, - 0x69, 0x6e, 0x67, 0x53, 0x70, 0x61, 0x6e, 0x73, 0x22, 0x26, 0x0a, 0x0c, 0x54, 0x72, 0x65, 0x61, - 0x73, 0x75, 0x72, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0xc7, 0x05, 0x0a, 0x12, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4a, 0x75, - 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x59, 0x0a, 0x11, 0x6a, 0x75, 0x64, 0x67, 0x65, - 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x75, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x48, 0x00, - 0x52, 0x10, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, - 0x77, 0x6e, 0x12, 0x5a, 0x0a, 0x12, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, - 0x66, 0x65, 0x65, 0x5f, 0x70, 0x61, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x46, 0x65, 0x65, 0x50, 0x61, 0x69, 0x64, 0x48, 0x00, 0x52, 0x10, 0x6a, 0x75, - 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x46, 0x65, 0x65, 0x50, 0x61, 0x69, 0x64, 0x12, 0x62, - 0x0a, 0x14, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x61, 0x73, - 0x6f, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x48, 0x00, 0x52, 0x13, 0x6a, - 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x61, 0x62, - 0x6c, 0x65, 0x12, 0x60, 0x0a, 0x14, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, - 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x5f, 0x67, 0x6f, 0x6f, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x6e, 0x6f, 0x77, 0x6e, 0x47, 0x6f, 0x6f, 0x64, 0x48, 0x00, - 0x52, 0x12, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4b, 0x6e, 0x6f, 0x77, 0x6e, - 0x47, 0x6f, 0x6f, 0x64, 0x12, 0x61, 0x0a, 0x15, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, - 0x74, 0x5f, 0x6f, 0x75, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4f, 0x75, 0x74, 0x4f, 0x66, 0x44, 0x61, 0x74, - 0x65, 0x48, 0x00, 0x52, 0x12, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4f, 0x75, - 0x74, 0x4f, 0x66, 0x44, 0x61, 0x74, 0x65, 0x12, 0x63, 0x0a, 0x15, 0x6a, 0x75, 0x64, 0x67, 0x65, - 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6c, 0x6f, 0x77, 0x5f, 0x71, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4c, 0x6f, 0x77, 0x51, 0x75, - 0x61, 0x6c, 0x69, 0x74, 0x79, 0x48, 0x00, 0x52, 0x13, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, - 0x6e, 0x74, 0x4c, 0x6f, 0x77, 0x51, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x5f, 0x0a, 0x13, - 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x65, 0x72, 0x72, 0x6f, 0x6e, 0x65, - 0x6f, 0x75, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x45, 0x72, - 0x72, 0x6f, 0x6e, 0x65, 0x6f, 0x75, 0x73, 0x48, 0x00, 0x52, 0x12, 0x6a, 0x75, 0x64, 0x67, 0x65, - 0x6d, 0x65, 0x6e, 0x74, 0x45, 0x72, 0x72, 0x6f, 0x6e, 0x65, 0x6f, 0x75, 0x73, 0x42, 0x0b, 0x0a, - 0x09, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xb3, 0x01, 0x0a, 0x39, 0x4e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x68, - 0x61, 0x6e, 0x67, 0x65, 0x52, 0x61, 0x74, 0x65, 0x12, 0x59, 0x0a, 0x0c, 0x6d, 0x61, 0x78, 0x5f, - 0x69, 0x6e, 0x63, 0x72, 0x65, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, - 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, - 0x65, 0x72, 0x62, 0x69, 0x6c, 0x6c, 0x52, 0x0b, 0x6d, 0x61, 0x78, 0x49, 0x6e, 0x63, 0x72, 0x65, - 0x61, 0x73, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x69, 0x6e, 0x5f, 0x64, 0x65, 0x6c, 0x61, 0x79, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x6d, 0x69, 0x6e, 0x44, 0x65, 0x6c, 0x61, 0x79, - 0x22, 0xae, 0x08, 0x0a, 0x0f, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x5a, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x75, 0x62, - 0x6d, 0x69, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x5f, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, - 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x86, 0x01, 0x0a, 0x20, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x5f, - 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, - 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, - 0x5f, 0x50, 0x6c, 0x61, 0x63, 0x65, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, - 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1c, 0x63, 0x61, 0x6c, - 0x6c, 0x50, 0x6c, 0x61, 0x63, 0x65, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, - 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x89, 0x01, 0x0a, 0x21, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x75, 0x6e, 0x64, 0x5f, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, - 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x52, 0x65, 0x66, 0x75, 0x6e, - 0x64, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1d, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x66, 0x75, - 0x6e, 0x64, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, - 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5a, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x61, - 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, - 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, - 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x54, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6b, 0x69, 0x6c, 0x6c, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4b, - 0x69, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x4b, - 0x69, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x76, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x6e, 0x75, 0x64, 0x67, 0x65, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, - 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, - 0x5f, 0x4e, 0x75, 0x64, 0x67, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x75, 0x64, 0x67, - 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x7a, 0x0a, 0x1c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6f, 0x6e, 0x65, 0x5f, 0x66, 0x65, 0x77, 0x65, - 0x72, 0x5f, 0x64, 0x65, 0x63, 0x69, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4f, 0x6e, 0x65, 0x46, 0x65, - 0x77, 0x65, 0x72, 0x44, 0x65, 0x63, 0x69, 0x64, 0x69, 0x6e, 0x67, 0x43, 0x61, 0x6c, 0x6c, 0x48, - 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x4f, 0x6e, 0x65, 0x46, 0x65, 0x77, 0x65, 0x72, 0x44, - 0x65, 0x63, 0x69, 0x64, 0x69, 0x6e, 0x67, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x8f, 0x01, 0x0a, 0x23, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x75, 0x6e, 0x64, 0x5f, 0x73, 0x75, 0x62, 0x6d, - 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x52, - 0x65, 0x66, 0x75, 0x6e, 0x64, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x44, - 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1f, 0x63, 0x61, - 0x6c, 0x6c, 0x52, 0x65, 0x66, 0x75, 0x6e, 0x64, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6a, 0x0a, - 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x61, 0x5f, 0x53, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, 0x61, - 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x4d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, - 0x6c, 0x22, 0x27, 0x0a, 0x0d, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x36, 0x0a, 0x1e, 0x52, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4f, 0x6e, 0x65, 0x46, 0x65, 0x77, 0x65, 0x72, - 0x44, 0x65, 0x63, 0x69, 0x64, 0x69, 0x6e, 0x67, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, - 0x74, 0x72, 0x61, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x74, 0x72, 0x61, - 0x63, 0x6b, 0x22, 0x9c, 0x01, 0x0a, 0x23, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x53, 0x65, 0x74, 0x4d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, - 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, - 0x12, 0x50, 0x0a, 0x0a, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, 0x48, 0x32, - 0x35, 0x36, 0x48, 0x00, 0x52, 0x09, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x48, 0x61, 0x73, 0x68, 0x88, - 0x01, 0x01, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x68, 0x61, 0x73, - 0x68, 0x22, 0x13, 0x0a, 0x11, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, - 0x43, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x22, 0xa8, 0x15, 0x0a, 0x16, 0x53, 0x63, 0x68, 0x65, 0x64, - 0x75, 0x6c, 0x65, 0x72, 0x5f, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x77, 0x68, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x04, 0x77, 0x68, 0x65, 0x6e, 0x12, 0x61, 0x0a, 0x0e, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x70, - 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, - 0x65, 0x72, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x55, 0x69, - 0x6e, 0x74, 0x33, 0x32, 0x48, 0x01, 0x52, 0x0d, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x50, 0x65, 0x72, - 0x69, 0x6f, 0x64, 0x69, 0x63, 0x88, 0x01, 0x01, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x69, 0x6f, - 0x72, 0x69, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, 0x72, 0x69, 0x6f, - 0x72, 0x69, 0x74, 0x79, 0x12, 0x49, 0x0a, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x79, 0x73, - 0x74, 0x65, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, - 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, - 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, - 0x61, 0x6d, 0x70, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x62, 0x65, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, - 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x62, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x67, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, - 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x47, - 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, - 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, - 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, - 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x76, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x56, 0x65, - 0x73, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, - 0x67, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, - 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, - 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x69, 0x6d, 0x5f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, - 0x69, 0x6e, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x72, - 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x72, - 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, - 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x74, 0x69, - 0x6c, 0x69, 0x74, 0x79, 0x12, 0x68, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, - 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x10, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x52, - 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, - 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x61, 0x12, 0x74, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, - 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x18, - 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, - 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x71, 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x72, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x52, 0x0a, 0x0e, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x14, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x57, - 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x12, - 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, - 0x72, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, - 0x6c, 0x65, 0x72, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x65, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x65, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x00, 0x52, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x4f, 0x0a, - 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x18, 0x19, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x12, 0x88, - 0x01, 0x0a, 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, - 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, - 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x1e, 0x63, 0x61, 0x6c, 0x6c, 0x45, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x5f, 0x0a, 0x13, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, - 0x73, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x68, - 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x65, 0x0a, 0x15, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, - 0x6f, 0x6f, 0x6c, 0x73, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x13, 0x63, - 0x61, 0x6c, 0x6c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x18, - 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x47, 0x65, 0x61, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x63, - 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x12, 0x62, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x18, - 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x12, 0x59, 0x0a, 0x11, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x5f, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, - 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x56, - 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x11, - 0x0a, 0x0f, 0x5f, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x70, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, - 0x63, 0x22, 0xf9, 0x01, 0x0a, 0x52, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, - 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, - 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x54, 0x75, 0x70, 0x6c, - 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, - 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, - 0x31, 0x36, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x12, 0x73, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x5b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, - 0x33, 0x32, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, - 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x52, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x22, 0xf8, 0x01, - 0x0a, 0x51, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, - 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, - 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x34, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, - 0x74, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x73, 0x0a, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5b, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, - 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x53, 0x70, 0x41, - 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, - 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x22, 0xd8, 0x06, 0x0a, 0x1a, 0x42, 0x61, 0x6c, - 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, - 0x66, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x44, 0x0a, 0x09, 0x73, 0x6f, 0x75, 0x72, 0x63, - 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x49, - 0x64, 0x48, 0x00, 0x52, 0x08, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x64, 0x12, 0x4d, 0x0a, - 0x0c, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, - 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, - 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x47, 0x0a, 0x0a, - 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, - 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x09, 0x73, 0x6f, 0x75, 0x72, - 0x63, 0x65, 0x52, 0x61, 0x77, 0x12, 0x59, 0x0a, 0x10, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, - 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, - 0x0f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, - 0x12, 0x59, 0x0a, 0x10, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0f, 0x73, 0x6f, 0x75, 0x72, - 0x63, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x40, 0x0a, 0x07, 0x64, - 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, - 0x5f, 0x49, 0x64, 0x48, 0x01, 0x52, 0x06, 0x64, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x49, 0x0a, - 0x0a, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, - 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x01, 0x52, 0x09, 0x64, - 0x65, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x43, 0x0a, 0x08, 0x64, 0x65, 0x73, 0x74, - 0x5f, 0x72, 0x61, 0x77, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x52, - 0x61, 0x77, 0x48, 0x01, 0x52, 0x07, 0x64, 0x65, 0x73, 0x74, 0x52, 0x61, 0x77, 0x12, 0x55, 0x0a, - 0x0e, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x48, 0x01, 0x52, 0x0d, 0x64, 0x65, 0x73, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x12, 0x55, 0x0a, 0x0e, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, - 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x01, 0x52, 0x0d, 0x64, 0x65, - 0x73, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x14, 0x0a, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x42, 0x08, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x06, 0x0a, 0x04, 0x64, - 0x65, 0x73, 0x74, 0x22, 0x89, 0x01, 0x0a, 0x19, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, - 0x50, 0x61, 0x79, 0x6f, 0x75, 0x74, 0x53, 0x74, 0x61, 0x6b, 0x65, 0x72, 0x73, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x5a, 0x0a, 0x0f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x73, - 0x74, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, - 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x0e, 0x76, - 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x53, 0x74, 0x61, 0x73, 0x68, 0x12, 0x10, 0x0a, - 0x03, 0x65, 0x72, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x65, 0x72, 0x61, 0x22, - 0xe1, 0x04, 0x0a, 0x0f, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x12, 0x70, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x68, 0x69, 0x74, - 0x65, 0x6c, 0x69, 0x73, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x5f, 0x57, 0x68, 0x69, 0x74, 0x65, - 0x6c, 0x69, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, - 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x43, 0x61, 0x6c, - 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x89, 0x01, 0x0a, 0x21, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, - 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, - 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x3d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x68, 0x69, - 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x57, 0x68, 0x69, - 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x1d, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x57, 0x68, - 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x8f, 0x01, 0x0a, 0x23, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x61, - 0x74, 0x63, 0x68, 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x5f, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x3f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, - 0x6c, 0x69, 0x73, 0x74, 0x5f, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x57, 0x68, 0x69, - 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x1f, 0x63, 0x61, 0x6c, 0x6c, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, - 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0xb5, 0x01, 0x0a, 0x31, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x69, 0x73, - 0x70, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, - 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x69, 0x74, 0x68, 0x5f, 0x70, 0x72, 0x65, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x4b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, - 0x6c, 0x69, 0x73, 0x74, 0x5f, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x57, 0x68, 0x69, - 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x57, 0x69, 0x74, 0x68, - 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x2b, - 0x63, 0x61, 0x6c, 0x6c, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x57, 0x68, 0x69, 0x74, - 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x57, 0x69, 0x74, 0x68, 0x50, - 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, - 0x61, 0x6c, 0x6c, 0x22, 0x71, 0x0a, 0x1f, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, - 0x63, 0x61, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, - 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x4e, 0x0a, 0x06, 0x66, 0x61, 0x63, 0x74, 0x6f, 0x72, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, - 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x52, 0x06, - 0x66, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x22, 0x64, 0x0a, 0x1b, 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, - 0x65, 0x6e, 0x73, 0x75, 0x73, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x41, 0x70, 0x70, 0x50, - 0x75, 0x62, 0x6c, 0x69, 0x63, 0x12, 0x45, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x45, 0x64, 0x32, 0x35, 0x35, 0x31, 0x39, 0x50, 0x75, - 0x62, 0x6c, 0x69, 0x63, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xe1, 0x03, 0x0a, - 0x26, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x50, 0x72, 0x6f, 0x6d, 0x6f, 0x74, 0x65, 0x4d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x4a, 0x0a, 0x06, 0x77, 0x68, 0x6f, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x05, 0x77, 0x68, - 0x6f, 0x49, 0x64, 0x12, 0x53, 0x0a, 0x09, 0x77, 0x68, 0x6f, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, - 0x77, 0x68, 0x6f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4d, 0x0a, 0x07, 0x77, 0x68, 0x6f, 0x5f, - 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, - 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, - 0x06, 0x77, 0x68, 0x6f, 0x52, 0x61, 0x77, 0x12, 0x5f, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5f, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x05, 0x0a, 0x03, 0x77, 0x68, 0x6f, - 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xb7, 0x18, 0x0a, 0x10, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x54, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x12, - 0x4c, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, - 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x4c, 0x0a, - 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x00, 0x52, 0x0b, - 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x30, 0x12, 0x4c, 0x0a, 0x0c, 0x74, - 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x77, - 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x12, 0x4c, 0x0a, 0x0c, 0x74, 0x77, 0x69, - 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, - 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, 0x12, 0x4c, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, - 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, - 0x72, 0x52, 0x61, 0x77, 0x33, 0x12, 0x4c, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, - 0x5f, 0x72, 0x61, 0x77, 0x34, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x34, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, - 0x61, 0x77, 0x34, 0x12, 0x4c, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, - 0x61, 0x77, 0x35, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x35, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, - 0x35, 0x12, 0x4c, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, - 0x36, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, - 0x48, 0x00, 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x36, 0x12, - 0x4c, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x00, - 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x37, 0x12, 0x4c, 0x0a, - 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, 0x00, 0x52, 0x0b, - 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x38, 0x12, 0x4c, 0x0a, 0x0c, 0x74, - 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0x0b, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x77, - 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x39, 0x12, 0x4f, 0x0a, 0x0d, 0x74, 0x77, 0x69, - 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x30, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x74, 0x77, - 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x30, 0x12, 0x4f, 0x0a, 0x0d, 0x74, 0x77, - 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x31, 0x18, 0x0d, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x31, 0x48, 0x00, 0x52, 0x0c, 0x74, - 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, 0x4f, 0x0a, 0x0d, 0x74, - 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, 0x18, 0x0e, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x32, 0x48, 0x00, 0x52, 0x0c, - 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x32, 0x12, 0x4f, 0x0a, 0x0d, - 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x33, 0x18, 0x0f, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x33, 0x48, 0x00, 0x52, - 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x33, 0x12, 0x4f, 0x0a, - 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x34, 0x18, 0x10, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, 0x00, - 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x4f, - 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, - 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, - 0x00, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, - 0x4f, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, - 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, - 0x48, 0x00, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x36, - 0x12, 0x4f, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x37, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x37, 0x48, 0x00, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, - 0x37, 0x12, 0x4f, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x38, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x38, 0x48, 0x00, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, - 0x31, 0x38, 0x12, 0x4f, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x39, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x39, 0x48, 0x00, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, - 0x77, 0x31, 0x39, 0x12, 0x4f, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x30, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, - 0x61, 0x77, 0x32, 0x30, 0x12, 0x4f, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, - 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, 0x00, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, - 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x4f, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, - 0x72, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x4f, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, - 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x00, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, - 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x4f, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, - 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x00, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, - 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x4f, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, - 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x00, 0x52, 0x0c, 0x74, 0x77, 0x69, - 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x4f, 0x0a, 0x0d, 0x74, 0x77, 0x69, - 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x36, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x36, 0x48, 0x00, 0x52, 0x0c, 0x74, 0x77, - 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, 0x36, 0x12, 0x4f, 0x0a, 0x0d, 0x74, 0x77, - 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x37, 0x18, 0x1d, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x37, 0x48, 0x00, 0x52, 0x0c, 0x74, - 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, 0x4f, 0x0a, 0x0d, 0x74, - 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, 0x18, 0x1e, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x38, 0x48, 0x00, 0x52, 0x0c, - 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, 0x38, 0x12, 0x4f, 0x0a, 0x0d, - 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x39, 0x18, 0x1f, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x39, 0x48, 0x00, 0x52, - 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, 0x39, 0x12, 0x4f, 0x0a, - 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x30, 0x18, 0x20, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, 0x00, - 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x4f, - 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, - 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, - 0x00, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, - 0x4f, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, - 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, - 0x48, 0x00, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x33, 0x32, - 0x12, 0x62, 0x0a, 0x14, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x62, 0x6c, 0x61, 0x6b, - 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x00, - 0x52, 0x12, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, - 0x6f, 0x32, 0x35, 0x36, 0x12, 0x52, 0x0a, 0x0e, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, - 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, - 0x65, 0x72, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, 0x5b, 0x0a, 0x11, 0x74, 0x77, 0x69, 0x74, - 0x74, 0x65, 0x72, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x18, 0x25, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, - 0x36, 0x48, 0x00, 0x52, 0x10, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x4b, 0x65, 0x63, 0x63, - 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x62, 0x0a, 0x14, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, - 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, 0x26, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, - 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x12, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x53, 0x68, - 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x42, 0x09, 0x0a, 0x07, 0x74, 0x77, 0x69, - 0x74, 0x74, 0x65, 0x72, 0x22, 0xf8, 0x01, 0x0a, 0x51, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, - 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x31, - 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x12, 0x73, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x5b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, - 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, - 0x6e, 0x74, 0x33, 0x32, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, - 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x22, - 0x18, 0x0a, 0x16, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x22, 0xc2, 0x03, 0x0a, 0x10, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x42, 0x6f, 0x6e, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, - 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x12, 0x4d, 0x0a, 0x0c, 0x70, 0x61, 0x79, 0x65, 0x65, 0x5f, 0x73, 0x74, - 0x61, 0x6b, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x74, - 0x61, 0x6b, 0x65, 0x64, 0x48, 0x00, 0x52, 0x0b, 0x70, 0x61, 0x79, 0x65, 0x65, 0x53, 0x74, 0x61, - 0x6b, 0x65, 0x64, 0x12, 0x4a, 0x0a, 0x0b, 0x70, 0x61, 0x79, 0x65, 0x65, 0x5f, 0x73, 0x74, 0x61, - 0x73, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x74, 0x61, 0x73, - 0x68, 0x48, 0x00, 0x52, 0x0a, 0x70, 0x61, 0x79, 0x65, 0x65, 0x53, 0x74, 0x61, 0x73, 0x68, 0x12, - 0x59, 0x0a, 0x10, 0x70, 0x61, 0x79, 0x65, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, - 0x6c, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x43, 0x6f, 0x6e, - 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x48, 0x00, 0x52, 0x0f, 0x70, 0x61, 0x79, 0x65, 0x65, - 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x50, 0x0a, 0x0d, 0x70, 0x61, - 0x79, 0x65, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x48, 0x00, 0x52, 0x0c, - 0x70, 0x61, 0x79, 0x65, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x47, 0x0a, 0x0a, - 0x70, 0x61, 0x79, 0x65, 0x65, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x09, 0x70, 0x61, 0x79, 0x65, - 0x65, 0x4e, 0x6f, 0x6e, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x70, 0x61, 0x79, 0x65, 0x65, 0x22, 0x54, - 0x0a, 0x10, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4c, 0x65, 0x67, 0x61, - 0x63, 0x79, 0x12, 0x40, 0x0a, 0x04, 0x68, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, - 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x04, - 0x68, 0x61, 0x73, 0x68, 0x22, 0x19, 0x0a, 0x17, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x22, - 0xb9, 0x04, 0x0a, 0x0d, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x76, 0x65, 0x73, 0x74, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x56, 0x65, 0x73, - 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x56, 0x65, 0x73, - 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x62, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x76, 0x65, - 0x73, 0x74, 0x5f, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, - 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x56, 0x65, 0x73, 0x74, 0x4f, 0x74, 0x68, 0x65, 0x72, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x56, 0x65, 0x73, 0x74, - 0x4f, 0x74, 0x68, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x71, 0x0a, 0x19, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x76, 0x65, 0x73, 0x74, 0x65, 0x64, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, - 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, - 0x56, 0x65, 0x73, 0x74, 0x65, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x43, 0x61, - 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x56, 0x65, 0x73, 0x74, 0x65, 0x64, - 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x81, 0x01, 0x0a, - 0x1f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x76, 0x65, 0x73, 0x74, - 0x65, 0x64, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x56, - 0x65, 0x73, 0x74, 0x65, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x43, 0x61, 0x6c, - 0x6c, 0x48, 0x00, 0x52, 0x1b, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x56, 0x65, - 0x73, 0x74, 0x65, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x71, 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x5f, 0x73, - 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, - 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4d, 0x65, 0x72, 0x67, 0x65, 0x53, 0x63, 0x68, 0x65, - 0x64, 0x75, 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x16, 0x63, 0x61, 0x6c, - 0x6c, 0x4d, 0x65, 0x72, 0x67, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x43, - 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0xe0, 0x03, 0x0a, 0x25, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, - 0x74, 0x69, 0x76, 0x65, 0x5f, 0x44, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, - 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x4a, 0x0a, 0x06, 0x77, 0x68, 0x6f, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x05, 0x77, 0x68, 0x6f, 0x49, - 0x64, 0x12, 0x53, 0x0a, 0x09, 0x77, 0x68, 0x6f, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, - 0x74, 0x69, 0x76, 0x65, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, 0x77, 0x68, - 0x6f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4d, 0x0a, 0x07, 0x77, 0x68, 0x6f, 0x5f, 0x72, 0x61, - 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x06, 0x77, - 0x68, 0x6f, 0x52, 0x61, 0x77, 0x12, 0x5f, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5f, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x05, 0x0a, 0x03, 0x77, 0x68, 0x6f, 0x22, 0xaf, - 0x03, 0x0a, 0x13, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, - 0x69, 0x6e, 0x67, 0x5f, 0x54, 0x6f, 0x12, 0x44, 0x0a, 0x05, 0x74, 0x6f, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x04, 0x74, 0x6f, 0x49, 0x64, 0x12, 0x4d, 0x0a, 0x08, - 0x74, 0x6f, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x48, 0x00, 0x52, 0x07, 0x74, 0x6f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x47, 0x0a, 0x06, 0x74, - 0x6f, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x05, 0x74, - 0x6f, 0x52, 0x61, 0x77, 0x12, 0x59, 0x0a, 0x0c, 0x74, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, - 0x48, 0x00, 0x52, 0x0b, 0x74, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, - 0x59, 0x0a, 0x0c, 0x74, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0b, 0x74, - 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x04, 0x0a, 0x02, 0x74, 0x6f, - 0x22, 0x2b, 0x0a, 0x19, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x5f, 0x43, 0x61, - 0x6e, 0x63, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x0e, 0x0a, - 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x22, 0xb5, 0x01, - 0x0a, 0x16, 0x47, 0x65, 0x61, 0x72, 0x5f, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x72, 0x6f, - 0x67, 0x72, 0x61, 0x6d, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x12, 0x0a, 0x04, - 0x73, 0x61, 0x6c, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x73, 0x61, 0x6c, 0x74, - 0x12, 0x21, 0x0a, 0x0c, 0x69, 0x6e, 0x69, 0x74, 0x5f, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x69, 0x6e, 0x69, 0x74, 0x50, 0x61, 0x79, 0x6c, - 0x6f, 0x61, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x67, 0x61, 0x73, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x67, 0x61, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, - 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x6b, 0x65, 0x65, 0x70, 0x5f, 0x61, - 0x6c, 0x69, 0x76, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6b, 0x65, 0x65, 0x70, - 0x41, 0x6c, 0x69, 0x76, 0x65, 0x22, 0x31, 0x0a, 0x19, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x52, 0x65, 0x66, 0x69, 0x6c, 0x6c, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x9d, 0x03, 0x0a, 0x0a, 0x42, 0x61, 0x62, - 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x7a, 0x0a, 0x1d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x52, - 0x65, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x93, 0x01, 0x0a, 0x26, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x70, - 0x6f, 0x72, 0x74, 0x5f, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x5f, 0x75, 0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x61, 0x62, 0x65, 0x5f, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x71, 0x75, 0x69, 0x76, - 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x43, - 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x70, 0x6f, 0x72, - 0x74, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x6e, 0x73, - 0x69, 0x67, 0x6e, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x75, 0x0a, 0x1c, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5f, 0x63, 0x68, - 0x61, 0x6e, 0x67, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, - 0x50, 0x6c, 0x61, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x6c, 0x61, 0x6e, - 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, - 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x0e, 0x0a, 0x0c, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x22, 0x0f, 0x0a, 0x0d, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x16, 0x0a, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x22, 0x56, 0x0a, 0x0e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x44, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, - 0x75, 0x6c, 0x6c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x22, 0x0a, 0x20, 0x42, - 0x61, 0x62, 0x65, 0x5f, 0x50, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x41, 0x6e, 0x64, 0x53, 0x65, - 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x56, 0x72, 0x66, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x22, - 0x58, 0x0a, 0x0b, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x49, 0x64, 0x12, 0x49, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, - 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, - 0x32, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x29, 0x0a, 0x0f, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, 0x16, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x22, 0x13, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x43, 0x61, - 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x22, 0x15, 0x0a, 0x13, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x73, - 0x22, 0x5f, 0x0a, 0x1b, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x55, 0x6e, 0x6e, - 0x6f, 0x74, 0x65, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x40, 0x0a, 0x04, 0x68, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, - 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x04, 0x68, 0x61, 0x73, - 0x68, 0x22, 0x1b, 0x0a, 0x19, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, - 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x33, 0x58, 0x22, 0x8a, - 0x02, 0x0a, 0x23, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x45, 0x6e, 0x61, 0x63, 0x74, 0x6d, 0x65, 0x6e, 0x74, - 0x4d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x62, 0x0a, 0x13, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, - 0x65, 0x6e, 0x74, 0x5f, 0x6d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x61, 0x74, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x61, 0x5f, 0x41, 0x74, 0x48, 0x00, 0x52, 0x11, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, 0x65, - 0x6e, 0x74, 0x4d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x12, 0x6b, 0x0a, 0x16, 0x65, 0x6e, - 0x61, 0x63, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x61, - 0x66, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x41, 0x66, 0x74, 0x65, 0x72, 0x48, - 0x00, 0x52, 0x14, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x6d, 0x65, - 0x6e, 0x74, 0x41, 0x66, 0x74, 0x65, 0x72, 0x42, 0x12, 0x0a, 0x10, 0x65, 0x6e, 0x61, 0x63, 0x74, - 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xd8, 0x03, 0x0a, 0x12, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x6e, 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x3d, 0x0a, 0x07, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, - 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x06, 0x72, 0x65, 0x61, 0x6c, 0x49, - 0x64, 0x12, 0x46, 0x0a, 0x0a, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x09, - 0x72, 0x65, 0x61, 0x6c, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x40, 0x0a, 0x08, 0x72, 0x65, 0x61, - 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x48, 0x00, 0x52, 0x07, 0x72, 0x65, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x12, 0x52, 0x0a, 0x0e, 0x72, - 0x65, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, - 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, - 0x52, 0x0d, 0x72, 0x65, 0x61, 0x6c, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, - 0x52, 0x0a, 0x0e, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x48, 0x00, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x6c, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x12, 0x49, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x68, 0x61, 0x73, 0x68, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, - 0x48, 0x32, 0x35, 0x36, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x48, 0x61, 0x73, 0x68, 0x42, 0x06, - 0x0a, 0x04, 0x72, 0x65, 0x61, 0x6c, 0x22, 0x82, 0x07, 0x0a, 0x13, 0x43, 0x68, 0x69, 0x6c, 0x64, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x78, - 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, - 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, - 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x43, - 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, - 0x52, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x41, 0x64, 0x64, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, - 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x77, 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x5f, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, - 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x5f, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x43, 0x75, 0x72, 0x61, - 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x50, - 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x74, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x70, 0x74, - 0x5f, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, - 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x63, 0x63, - 0x65, 0x70, 0x74, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, - 0x52, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x43, 0x75, 0x72, 0x61, - 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x7a, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x75, 0x6e, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x5f, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, - 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x5f, 0x55, 0x6e, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x43, 0x75, 0x72, - 0x61, 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, - 0x55, 0x6e, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x7e, 0x0a, 0x1c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, 0x77, 0x61, 0x72, - 0x64, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x5f, 0x41, 0x77, 0x61, 0x72, 0x64, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x41, - 0x77, 0x61, 0x72, 0x64, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x7e, 0x0a, 0x1c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6c, 0x61, 0x69, - 0x6d, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x5f, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x43, - 0x6c, 0x61, 0x69, 0x6d, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x7e, 0x0a, 0x1c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6c, 0x6f, 0x73, - 0x65, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x5f, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x43, - 0x6c, 0x6f, 0x73, 0x65, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, - 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x2b, 0x0a, 0x11, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, - 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x17, 0x0a, 0x15, 0x43, 0x6f, 0x6e, 0x76, - 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6e, - 0x65, 0x22, 0xaa, 0x05, 0x0a, 0x0f, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x60, 0x0a, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x63, - 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, - 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x5f, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x43, - 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x63, 0x68, 0x65, 0x64, - 0x75, 0x6c, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5a, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, - 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x5f, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x43, 0x61, 0x6c, - 0x6c, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x70, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x63, 0x68, 0x65, - 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x5f, 0x53, 0x63, 0x68, 0x65, 0x64, - 0x75, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, - 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, - 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6a, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x61, - 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x5f, 0x43, 0x61, 0x6e, 0x63, 0x65, - 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, - 0x6c, 0x6c, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x64, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x70, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, - 0x6c, 0x65, 0x5f, 0x61, 0x66, 0x74, 0x65, 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x5f, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, - 0x65, 0x41, 0x66, 0x74, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, - 0x6c, 0x6c, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x41, 0x66, 0x74, 0x65, 0x72, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x80, 0x01, 0x0a, 0x1e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x63, 0x68, - 0x65, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x64, 0x5f, 0x61, 0x66, 0x74, 0x65, - 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, - 0x72, 0x5f, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x64, 0x41, - 0x66, 0x74, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1a, 0x63, 0x61, 0x6c, 0x6c, - 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x64, 0x41, 0x66, 0x74, - 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x58, - 0x0a, 0x0b, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x64, 0x12, 0x49, 0x0a, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, - 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x86, 0x01, 0x0a, 0x16, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x65, 0x74, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x56, 0x0a, 0x06, 0x66, 0x69, 0x65, - 0x6c, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x54, 0x79, 0x70, 0x65, - 0x73, 0x42, 0x69, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x73, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, - 0x73, 0x22, 0xc9, 0x0c, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x6c, 0x0a, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, 0x64, 0x64, - 0x5f, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x52, 0x65, 0x67, - 0x69, 0x73, 0x74, 0x72, 0x61, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, - 0x6c, 0x6c, 0x41, 0x64, 0x64, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x72, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x69, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x69, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, - 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5d, 0x0a, - 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x73, 0x75, 0x62, 0x73, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x65, - 0x74, 0x53, 0x75, 0x62, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0f, 0x63, 0x61, 0x6c, - 0x6c, 0x53, 0x65, 0x74, 0x53, 0x75, 0x62, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6f, 0x0a, 0x18, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6c, 0x65, 0x61, 0x72, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x43, 0x6c, 0x65, 0x61, 0x72, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x6c, 0x65, 0x61, - 0x72, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x78, 0x0a, - 0x1b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x6a, 0x75, - 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4a, 0x75, - 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x18, 0x63, - 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, - 0x65, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6f, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x43, 0x61, - 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, - 0x00, 0x52, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5a, 0x0a, 0x11, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x65, 0x74, 0x46, 0x65, 0x65, 0x43, 0x61, - 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x46, 0x65, 0x65, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6d, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, - 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, - 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x65, 0x74, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x14, 0x63, - 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x63, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, - 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x65, 0x74, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x43, - 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x46, 0x69, - 0x65, 0x6c, 0x64, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x78, 0x0a, 0x1b, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x5f, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, - 0x6e, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, - 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, - 0x6f, 0x76, 0x69, 0x64, 0x65, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x6c, 0x0a, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6b, 0x69, 0x6c, 0x6c, 0x5f, - 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0b, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x69, 0x6c, 0x6c, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, - 0x4b, 0x69, 0x6c, 0x6c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x5a, 0x0a, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x5f, 0x73, 0x75, 0x62, - 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x41, 0x64, 0x64, 0x53, 0x75, 0x62, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, - 0x6c, 0x6c, 0x41, 0x64, 0x64, 0x53, 0x75, 0x62, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x63, 0x0a, 0x14, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x5f, 0x73, 0x75, 0x62, 0x5f, - 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x75, 0x62, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x11, - 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x75, 0x62, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x63, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, - 0x5f, 0x73, 0x75, 0x62, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x53, 0x75, 0x62, 0x43, 0x61, 0x6c, - 0x6c, 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x53, - 0x75, 0x62, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5d, 0x0a, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x71, - 0x75, 0x69, 0x74, 0x5f, 0x73, 0x75, 0x62, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0f, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x51, 0x75, 0x69, 0x74, 0x53, 0x75, 0x62, 0x43, 0x61, - 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x51, 0x75, 0x69, 0x74, 0x53, 0x75, - 0x62, 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0xf7, 0x01, - 0x0a, 0x50, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, - 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, - 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x38, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, - 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x73, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5b, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, - 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, - 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x53, 0x70, 0x41, 0x72, - 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, - 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x12, - 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x22, 0x66, 0x0a, 0x1d, 0x42, 0x61, 0x62, 0x65, 0x5f, - 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x42, 0x61, 0x62, 0x65, 0x41, - 0x70, 0x70, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x12, 0x45, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x53, 0x72, 0x32, 0x35, 0x35, 0x31, - 0x39, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, - 0x5e, 0x0a, 0x1a, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x12, 0x40, 0x0a, - 0x04, 0x68, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, - 0x54, 0x79, 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x04, 0x68, 0x61, 0x73, 0x68, 0x22, - 0xde, 0x03, 0x0a, 0x12, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x52, 0x65, 0x62, - 0x61, 0x67, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x4c, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x6c, 0x6f, 0x63, - 0x61, 0x74, 0x65, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, - 0x74, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, - 0x65, 0x64, 0x49, 0x64, 0x12, 0x55, 0x0a, 0x10, 0x64, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, - 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, - 0x73, 0x74, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0f, 0x64, 0x69, 0x73, 0x6c, - 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4f, 0x0a, 0x0e, 0x64, - 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, - 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0d, 0x64, - 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x52, 0x61, 0x77, 0x12, 0x61, 0x0a, 0x14, - 0x64, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x13, 0x64, 0x69, 0x73, 0x6c, - 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, - 0x61, 0x0a, 0x14, 0x64, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, - 0x74, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x13, 0x64, - 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x42, 0x0c, 0x0a, 0x0a, 0x64, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, - 0x22, 0xa5, 0x02, 0x0a, 0x12, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x50, - 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x12, 0x55, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x70, 0x6f, - 0x73, 0x61, 0x6c, 0x5f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x48, 0x00, 0x52, 0x0e, - 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x12, 0x55, - 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x69, 0x6e, 0x6c, 0x69, 0x6e, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x49, 0x6e, 0x6c, - 0x69, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x49, - 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x55, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, - 0x6c, 0x5f, 0x6c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x5f, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x48, 0x00, 0x52, 0x0e, 0x70, 0x72, - 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x42, 0x0a, 0x0a, 0x08, - 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x22, 0x3a, 0x0a, 0x22, 0x52, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x50, 0x6c, 0x61, 0x63, 0x65, 0x44, 0x65, 0x63, 0x69, 0x73, - 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, - 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, - 0x6e, 0x64, 0x65, 0x78, 0x22, 0x37, 0x0a, 0x16, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x42, 0x61, 0x62, - 0x65, 0x54, 0x72, 0x69, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1d, - 0x0a, 0x0a, 0x74, 0x72, 0x69, 0x65, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x09, 0x74, 0x72, 0x69, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0xed, 0x01, - 0x0a, 0x23, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x71, 0x75, - 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65, - 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6a, 0x0a, 0x12, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x6f, 0x66, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x3b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, - 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x45, 0x71, 0x75, - 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x52, 0x11, - 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x6f, - 0x66, 0x12, 0x5a, 0x0a, 0x0f, 0x6b, 0x65, 0x79, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x70, - 0x72, 0x6f, 0x6f, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x52, 0x0d, - 0x6b, 0x65, 0x79, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x22, 0xe9, 0x01, - 0x0a, 0x1d, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x42, 0x6f, 0x6e, 0x64, 0x45, 0x78, 0x74, 0x72, 0x61, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x65, 0x0a, 0x12, 0x65, 0x78, 0x74, 0x72, 0x61, 0x5f, 0x66, 0x72, 0x65, 0x65, 0x5f, 0x62, 0x61, - 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x46, 0x72, 0x65, 0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e, - 0x63, 0x65, 0x48, 0x00, 0x52, 0x10, 0x65, 0x78, 0x74, 0x72, 0x61, 0x46, 0x72, 0x65, 0x65, 0x42, - 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x58, 0x0a, 0x0d, 0x65, 0x78, 0x74, 0x72, 0x61, 0x5f, - 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, - 0x48, 0x00, 0x52, 0x0c, 0x65, 0x78, 0x74, 0x72, 0x61, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, - 0x42, 0x07, 0x0a, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x22, 0x64, 0x0a, 0x15, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x4b, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x54, 0x75, - 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, - 0x76, 0x0a, 0x1a, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x49, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x58, 0x0a, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x65, 0x64, - 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x6f, 0x75, 0x6e, 0x64, - 0x65, 0x64, 0x56, 0x65, 0x63, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x65, 0x64, 0x56, 0x65, 0x63, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xc1, 0x01, 0x0a, 0x39, 0x45, 0x6c, 0x65, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x53, 0x65, 0x74, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, - 0x6e, 0x63, 0x79, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, - 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x83, 0x01, 0x0a, 0x08, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, - 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x67, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, - 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, - 0x75, 0x70, 0x6c, 0x65, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x53, 0x70, 0x4e, 0x70, 0x6f, - 0x73, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, - 0x74, 0x52, 0x08, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x22, 0x4d, 0x0a, 0x1b, 0x53, - 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, - 0x6e, 0x74, 0x33, 0x32, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x22, 0x39, 0x0a, 0x1a, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1b, 0x0a, 0x09, 0x72, 0x65, 0x67, 0x5f, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x72, 0x65, 0x67, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x30, 0x0a, 0x16, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x53, - 0x72, 0x32, 0x35, 0x35, 0x31, 0x39, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, - 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xde, 0x05, 0x0a, 0x1a, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x6f, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, - 0x64, 0x64, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, - 0x74, 0x69, 0x76, 0x65, 0x5f, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, 0x61, - 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x7b, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x70, 0x72, 0x6f, 0x6d, 0x6f, 0x74, 0x65, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, - 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x50, 0x72, 0x6f, 0x6d, 0x6f, 0x74, - 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, 0x63, - 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x6d, 0x6f, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x78, 0x0a, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x65, 0x6d, - 0x6f, 0x74, 0x65, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x44, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x44, 0x65, - 0x6d, 0x6f, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x78, - 0x0a, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x5f, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x3f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, - 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5f, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x76, 0x6f, 0x74, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x37, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, - 0x5f, 0x56, 0x6f, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x56, 0x6f, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x75, 0x0a, 0x16, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x75, 0x70, 0x5f, 0x70, 0x6f, 0x6c, 0x6c, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, - 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x75, - 0x70, 0x50, 0x6f, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, - 0x6c, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x75, 0x70, 0x50, 0x6f, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, - 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0xde, 0x02, 0x0a, 0x19, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4d, 0x61, 0x78, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, - 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x61, 0x0a, 0x18, 0x6d, 0x61, 0x78, 0x5f, 0x6e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x6e, 0x6f, - 0x6f, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, - 0x48, 0x00, 0x52, 0x15, 0x6d, 0x61, 0x78, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x5e, 0x0a, 0x17, 0x6d, 0x61, 0x78, - 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x14, 0x6d, 0x61, 0x78, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, - 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x65, 0x74, 0x12, 0x67, 0x0a, 0x1a, 0x6d, 0x61, 0x78, - 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x00, 0x52, 0x17, 0x6d, 0x61, 0x78, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x42, 0x15, 0x0a, 0x13, 0x6d, 0x61, 0x78, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x36, 0x12, 0x16, 0x0a, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x22, 0x2b, 0x0a, 0x11, 0x47, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, - 0x65, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0x54, 0x0a, 0x0d, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x12, 0x43, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, - 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x8e, 0x01, 0x0a, 0x15, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x61, 0x70, 0x53, 0x74, 0x61, 0x73, 0x68, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x47, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, - 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, - 0x33, 0x32, 0x52, 0x05, 0x73, 0x74, 0x61, 0x73, 0x68, 0x12, 0x2c, 0x0a, 0x12, 0x6e, 0x75, 0x6d, - 0x5f, 0x73, 0x6c, 0x61, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x70, 0x61, 0x6e, 0x73, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x6e, 0x75, 0x6d, 0x53, 0x6c, 0x61, 0x73, 0x68, 0x69, - 0x6e, 0x67, 0x53, 0x70, 0x61, 0x6e, 0x73, 0x22, 0x06, 0x0a, 0x04, 0x52, 0x6f, 0x6f, 0x74, 0x22, - 0x10, 0x0a, 0x0e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x31, 0x44, 0x61, - 0x6e, 0x22, 0x13, 0x0a, 0x11, 0x47, 0x65, 0x61, 0x72, 0x50, 0x61, 0x79, 0x6d, 0x65, 0x6e, 0x74, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x22, 0x1b, 0x0a, 0x19, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4c, 0x6f, 0x63, 0x6b, 0x65, - 0x64, 0x36, 0x58, 0x22, 0x33, 0x0a, 0x19, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x48, 0x0a, 0x2e, 0x47, 0x65, 0x61, 0x72, - 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x47, 0x65, - 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, - 0x6c, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x22, 0x8b, 0x04, 0x0a, 0x14, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, - 0x65, 0x72, 0x5f, 0x43, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x67, 0x0a, 0x0a, 0x76, - 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x48, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, - 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x47, 0x65, 0x61, - 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, - 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64, 0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, - 0x65, 0x72, 0x49, 0x64, 0x12, 0x5f, 0x0a, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x6e, - 0x64, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, - 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x48, 0x00, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x65, - 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x59, 0x0a, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, - 0x6e, 0x64, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, - 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x48, - 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x79, - 0x12, 0x5c, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x5f, - 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, - 0x72, 0x5f, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x48, 0x00, 0x52, 0x0e, - 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x68, - 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x76, - 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, - 0x68, 0x65, 0x72, 0x5f, 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x56, 0x6f, 0x75, 0x63, 0x68, - 0x65, 0x72, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, - 0x65, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, - 0x22, 0x4f, 0x0a, 0x12, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x54, 0x75, 0x70, - 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x12, 0x39, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x22, 0xbf, 0x03, 0x0a, 0x1f, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x54, - 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x65, 0x61, 0x74, - 0x68, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x40, 0x0a, 0x07, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, - 0x06, 0x64, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x65, 0x73, 0x74, 0x5f, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x09, 0x64, 0x65, 0x73, 0x74, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x43, 0x0a, 0x08, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x07, - 0x64, 0x65, 0x73, 0x74, 0x52, 0x61, 0x77, 0x12, 0x55, 0x0a, 0x0e, 0x64, 0x65, 0x73, 0x74, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, - 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, - 0x0d, 0x64, 0x65, 0x73, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x55, - 0x0a, 0x0e, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0d, 0x64, 0x65, 0x73, 0x74, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x06, 0x0a, 0x04, 0x64, - 0x65, 0x73, 0x74, 0x22, 0x1b, 0x0a, 0x19, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, - 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, - 0x22, 0x36, 0x0a, 0x1c, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, - 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, - 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x76, 0x0a, 0x22, 0x43, 0x68, 0x69, 0x6c, - 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x43, - 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x28, - 0x0a, 0x10, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0f, 0x63, 0x68, 0x69, 0x6c, - 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0d, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, - 0x22, 0x94, 0x01, 0x0a, 0x1e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x46, 0x69, 0x6e, - 0x61, 0x6c, 0x69, 0x74, 0x79, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x72, 0x65, 0x76, - 0x6f, 0x74, 0x65, 0x12, 0x4d, 0x0a, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x68, 0x61, - 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, - 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x48, 0x61, - 0x73, 0x68, 0x12, 0x23, 0x0a, 0x0d, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x6e, 0x75, 0x6d, - 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, - 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x97, 0x01, 0x0a, 0x23, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x72, 0x65, 0x66, 0x73, 0x12, - 0x56, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, - 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x62, 0x69, 0x6c, 0x6c, 0x52, 0x0a, 0x63, 0x6f, 0x6d, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, - 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x65, - 0x64, 0x22, 0x0b, 0x0a, 0x09, 0x42, 0x69, 0x67, 0x54, 0x69, 0x70, 0x70, 0x65, 0x72, 0x22, 0x40, - 0x0a, 0x26, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x65, 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x65, 0x64, 0x56, 0x65, 0x63, 0x42, 0x6f, - 0x75, 0x6e, 0x64, 0x65, 0x64, 0x56, 0x65, 0x63, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0xc5, 0x1f, 0x0a, 0x18, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x50, 0x72, 0x6f, 0x78, 0x79, - 0x41, 0x6e, 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x45, 0x0a, - 0x0b, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, - 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0a, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, - 0x74, 0x65, 0x49, 0x64, 0x12, 0x4e, 0x0a, 0x0e, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, - 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0d, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x48, 0x0a, 0x0c, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, - 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, - 0x00, 0x52, 0x0b, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x52, 0x61, 0x77, 0x12, 0x5a, - 0x0a, 0x12, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x11, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, - 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5a, 0x0a, 0x12, 0x64, 0x65, - 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x48, 0x00, 0x52, 0x11, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x3d, 0x0a, 0x07, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x69, - 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x01, 0x52, 0x06, 0x72, - 0x65, 0x61, 0x6c, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x0a, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x69, 0x6e, - 0x64, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x48, 0x01, 0x52, 0x09, 0x72, 0x65, 0x61, 0x6c, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x40, 0x0a, - 0x08, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x48, 0x01, 0x52, 0x07, 0x72, 0x65, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x12, - 0x52, 0x0a, 0x0e, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, - 0x32, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x48, 0x01, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x6c, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x12, 0x52, 0x0a, 0x0e, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x01, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x6c, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x56, 0x0a, 0x14, 0x66, 0x6f, 0x72, 0x63, 0x65, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x61, 0x6e, 0x79, 0x18, - 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x6e, 0x79, 0x48, 0x02, 0x52, 0x11, 0x66, 0x6f, - 0x72, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x41, 0x6e, 0x79, 0x12, - 0x6f, 0x0a, 0x1d, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, - 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, - 0x66, 0x65, 0x72, 0x48, 0x02, 0x52, 0x19, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x54, 0x79, 0x70, 0x65, 0x4e, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, - 0x12, 0x6b, 0x0a, 0x1b, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, - 0x74, 0x79, 0x70, 0x65, 0x5f, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, - 0x65, 0x48, 0x02, 0x52, 0x18, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, - 0x79, 0x70, 0x65, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x62, 0x0a, - 0x18, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, - 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, - 0x5f, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x48, 0x02, 0x52, 0x15, 0x66, 0x6f, 0x72, 0x63, - 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x12, 0x81, 0x01, 0x0a, 0x23, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, - 0x5f, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, - 0x6e, 0x74, 0x48, 0x02, 0x52, 0x1f, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, - 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4a, 0x75, 0x64, 0x67, - 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x6f, 0x0a, 0x1d, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x43, 0x61, - 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x48, 0x02, 0x52, 0x19, 0x66, 0x6f, 0x72, - 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x43, 0x61, 0x6e, 0x63, 0x65, - 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x49, 0x0a, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, - 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x79, 0x73, 0x74, 0x65, - 0x6d, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, - 0x61, 0x6d, 0x70, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, - 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, - 0x62, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, - 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x62, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x67, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, - 0x64, 0x70, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0b, 0x63, 0x61, 0x6c, - 0x6c, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, - 0x63, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x76, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, - 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x62, 0x61, 0x67, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, - 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x69, 0x6d, 0x5f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x4f, - 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0c, 0x63, - 0x61, 0x6c, 0x6c, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x19, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0b, 0x63, 0x61, - 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, - 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x74, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, - 0x72, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, - 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x55, - 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x68, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, - 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x6f, 0x74, 0x69, 0x6e, 0x67, - 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, - 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, - 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, - 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x61, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x66, 0x65, 0x72, - 0x65, 0x6e, 0x64, 0x61, 0x12, 0x74, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x76, 0x65, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, - 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, - 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x71, 0x0a, 0x19, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x72, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x03, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x52, 0x0a, - 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x18, - 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x03, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, - 0x74, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, - 0x6c, 0x65, 0x72, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x63, 0x68, 0x65, - 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, - 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, - 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x03, 0x52, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, - 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, - 0x18, 0x26, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x03, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, - 0x12, 0x88, 0x01, 0x0a, 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x5f, 0x6d, 0x75, 0x6c, 0x74, - 0x69, 0x5f, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x27, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, - 0x61, 0x73, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x1e, 0x63, 0x61, 0x6c, - 0x6c, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, - 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x28, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, - 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0c, - 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x5f, 0x0a, 0x13, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, - 0x69, 0x65, 0x73, 0x18, 0x29, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, - 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x65, 0x0a, - 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x18, 0x2a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, - 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, - 0x72, 0x18, 0x2b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, - 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x12, 0x62, 0x0a, 0x14, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, - 0x73, 0x18, 0x2c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, - 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x12, 0x59, 0x0a, - 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x5f, 0x76, 0x6f, 0x75, 0x63, 0x68, - 0x65, 0x72, 0x18, 0x2d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, - 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x0a, 0x0a, 0x08, 0x64, 0x65, 0x6c, 0x65, - 0x67, 0x61, 0x74, 0x65, 0x42, 0x06, 0x0a, 0x04, 0x72, 0x65, 0x61, 0x6c, 0x42, 0x12, 0x0a, 0x10, - 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, - 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0xea, 0x14, 0x0a, 0x1e, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x73, 0x69, 0x67, 0x5f, 0x41, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x54, 0x68, 0x72, - 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x31, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5e, 0x0a, 0x11, 0x6f, - 0x74, 0x68, 0x65, 0x72, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x69, 0x65, 0x73, - 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x10, 0x6f, 0x74, 0x68, 0x65, 0x72, - 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x12, 0x49, 0x0a, 0x0b, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, - 0x65, 0x6d, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, - 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, - 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, - 0x61, 0x6d, 0x70, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, - 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x62, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x62, 0x65, 0x12, - 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x12, 0x4f, 0x0a, - 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x4c, - 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x76, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x07, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x50, 0x0a, 0x0e, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x08, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x50, - 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x6d, 0x5f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, - 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, - 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x4c, - 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x0d, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x18, 0x0c, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, - 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x12, 0x4c, 0x0a, - 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0d, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, - 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, - 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x68, 0x0a, 0x16, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, - 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, - 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, - 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x74, 0x0a, 0x1a, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x63, 0x6f, 0x6c, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, - 0x71, 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x11, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x61, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, - 0x6c, 0x69, 0x73, 0x74, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x68, 0x69, - 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, - 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, - 0x6c, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, - 0x6c, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, - 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x15, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, - 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x46, 0x0a, 0x0a, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x50, - 0x72, 0x6f, 0x78, 0x79, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x75, 0x6c, - 0x74, 0x69, 0x73, 0x69, 0x67, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x73, 0x69, 0x67, 0x12, 0x88, 0x01, 0x0a, 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x65, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, - 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x18, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, - 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x1e, 0x63, 0x61, 0x6c, 0x6c, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, - 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, - 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, - 0x73, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, - 0x73, 0x12, 0x5f, 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, - 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, - 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x12, 0x65, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x18, 0x1b, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x12, 0x62, - 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x72, - 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, - 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x12, - 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, - 0x64, 0x73, 0x12, 0x59, 0x0a, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x5f, - 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, - 0x63, 0x68, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0f, 0x63, 0x61, - 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x06, 0x0a, - 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x15, 0x0a, 0x13, 0x47, 0x65, 0x61, 0x72, 0x4d, 0x65, 0x73, - 0x73, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x22, 0xc8, 0x03, 0x0a, - 0x14, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x5f, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, - 0x66, 0x69, 0x6c, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x52, 0x65, 0x66, 0x69, 0x6c, 0x6c, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x66, 0x69, - 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6f, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, - 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x72, 0x65, 0x66, 0x69, 0x6c, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, - 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x52, 0x65, 0x66, 0x69, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x52, 0x65, 0x66, - 0x69, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x65, 0x0a, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x57, 0x69, - 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x10, 0x63, 0x61, - 0x6c, 0x6c, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6f, - 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, 0x6c, 0x69, 0x67, 0x6e, 0x5f, 0x73, 0x75, 0x70, - 0x70, 0x6c, 0x79, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x41, 0x6c, 0x69, 0x67, 0x6e, 0x53, 0x75, - 0x70, 0x70, 0x6c, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, - 0x41, 0x6c, 0x69, 0x67, 0x6e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x42, - 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x2d, 0x0a, 0x13, 0x53, 0x70, 0x43, 0x6f, 0x72, - 0x65, 0x45, 0x64, 0x32, 0x35, 0x35, 0x31, 0x39, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x12, 0x16, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x61, 0x0a, 0x18, 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, - 0x65, 0x6e, 0x73, 0x75, 0x73, 0x42, 0x61, 0x62, 0x65, 0x41, 0x70, 0x70, 0x50, 0x75, 0x62, 0x6c, - 0x69, 0x63, 0x12, 0x45, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, - 0x43, 0x6f, 0x72, 0x65, 0x53, 0x72, 0x32, 0x35, 0x35, 0x31, 0x39, 0x50, 0x75, 0x62, 0x6c, 0x69, - 0x63, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x35, 0x0a, 0x1b, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x46, 0x72, 0x65, - 0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0xbb, 0x03, 0x0a, 0x13, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, - 0x72, 0x64, 0x73, 0x5f, 0x46, 0x72, 0x6f, 0x6d, 0x12, 0x46, 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, - 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, - 0x72, 0x64, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x06, 0x66, 0x72, 0x6f, 0x6d, 0x49, 0x64, - 0x12, 0x4f, 0x0a, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x09, 0x66, 0x72, 0x6f, 0x6d, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x12, 0x49, 0x0a, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x52, 0x61, - 0x77, 0x48, 0x00, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x52, 0x61, 0x77, 0x12, 0x5b, 0x0a, 0x0e, - 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0d, 0x66, 0x72, 0x6f, 0x6d, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5b, 0x0a, 0x0e, 0x66, 0x72, 0x6f, - 0x6d, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0d, 0x66, 0x72, 0x6f, 0x6d, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x06, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x22, 0x47, - 0x0a, 0x2f, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x52, 0x65, 0x66, 0x75, 0x6e, 0x64, 0x53, 0x75, 0x62, 0x6d, - 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x12, 0x0a, 0x10, 0x50, 0x72, 0x6f, 0x78, 0x79, - 0x5f, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x22, 0x64, 0x0a, 0x17, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x76, 0x65, 0x5f, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x22, 0x62, 0x0a, 0x14, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, - 0x72, 0x64, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4a, 0x0a, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, - 0x72, 0x64, 0x73, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x10, 0x0a, 0x0e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x37, 0x44, 0x61, 0x6e, 0x22, 0x60, 0x0a, 0x13, 0x43, 0x6f, 0x6e, 0x76, 0x69, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x64, 0x12, 0x49, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, - 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, - 0x32, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x27, 0x0a, 0x0d, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x22, 0x3d, 0x0a, 0x13, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, - 0x65, 0x74, 0x46, 0x65, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, - 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, - 0x10, 0x0a, 0x03, 0x66, 0x65, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x66, 0x65, - 0x65, 0x22, 0x24, 0x0a, 0x22, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x50, 0x72, 0x69, 0x6d, 0x61, 0x72, - 0x79, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x50, 0x6c, 0x61, - 0x69, 0x6e, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x22, 0x77, 0x0a, 0x1c, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x76, 0x75, 0x6c, 0x6e, 0x65, 0x72, 0x61, 0x62, - 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x57, 0x0a, 0x0d, 0x69, 0x6e, 0x76, 0x75, 0x6c, - 0x6e, 0x65, 0x72, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, - 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, - 0x32, 0x52, 0x0d, 0x69, 0x6e, 0x76, 0x75, 0x6c, 0x6e, 0x65, 0x72, 0x61, 0x62, 0x6c, 0x65, 0x73, - 0x22, 0x53, 0x0a, 0x17, 0x53, 0x70, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x73, 0x57, 0x65, 0x69, - 0x67, 0x68, 0x74, 0x56, 0x32, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x72, - 0x65, 0x66, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x72, - 0x65, 0x66, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x6f, 0x66, 0x5f, - 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6f, - 0x66, 0x53, 0x69, 0x7a, 0x65, 0x22, 0x68, 0x0a, 0x1b, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, - 0x73, 0x74, 0x5f, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x49, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x68, 0x61, 0x73, - 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, - 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x48, 0x61, 0x73, 0x68, 0x22, - 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x38, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x0f, 0x0a, 0x0d, 0x50, 0x72, 0x6f, - 0x78, 0x79, 0x5f, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x22, 0xc8, 0x04, 0x0a, 0x20, 0x43, - 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x50, 0x72, 0x6f, - 0x70, 0x6f, 0x73, 0x65, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x28, 0x0a, 0x10, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, - 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, - 0x74, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0f, 0x63, 0x68, 0x69, - 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0d, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, - 0x64, 0x12, 0x4b, 0x0a, 0x0a, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x49, - 0x64, 0x48, 0x00, 0x52, 0x09, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x54, - 0x0a, 0x0d, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4e, 0x0a, 0x0b, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, - 0x72, 0x61, 0x77, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0a, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, - 0x72, 0x52, 0x61, 0x77, 0x12, 0x60, 0x0a, 0x11, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x48, 0x00, 0x52, 0x10, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x60, 0x0a, 0x11, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, - 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, - 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x10, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x10, 0x0a, 0x03, 0x66, 0x65, 0x65, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x66, 0x65, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x63, 0x75, - 0x72, 0x61, 0x74, 0x6f, 0x72, 0x22, 0x2c, 0x0a, 0x12, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, - 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x12, 0x16, 0x0a, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x22, 0x58, 0x0a, 0x1f, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x43, - 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x44, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x53, 0x6c, 0x61, - 0x73, 0x68, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x65, 0x72, 0x61, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x03, 0x65, 0x72, 0x61, 0x12, 0x23, 0x0a, 0x0d, 0x73, 0x6c, 0x61, 0x73, - 0x68, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0d, 0x52, - 0x0c, 0x73, 0x6c, 0x61, 0x73, 0x68, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x22, 0x92, 0x01, - 0x0a, 0x19, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x53, 0x65, 0x74, 0x4d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, - 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, - 0x78, 0x12, 0x50, 0x0a, 0x0a, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, 0x48, - 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x09, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x48, 0x61, 0x73, 0x68, - 0x88, 0x01, 0x01, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x68, 0x61, - 0x73, 0x68, 0x22, 0xbe, 0x01, 0x0a, 0x31, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, - 0x65, 0x5f, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x46, 0x61, 0x6c, 0x6c, - 0x62, 0x61, 0x63, 0x6b, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x2d, 0x0a, 0x10, 0x6d, 0x61, 0x79, 0x62, - 0x65, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x76, 0x6f, 0x74, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x48, 0x00, 0x52, 0x0e, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x4d, 0x61, 0x78, 0x56, 0x6f, - 0x74, 0x65, 0x72, 0x73, 0x88, 0x01, 0x01, 0x12, 0x2f, 0x0a, 0x11, 0x6d, 0x61, 0x79, 0x62, 0x65, - 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0d, 0x48, 0x01, 0x52, 0x0f, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x4d, 0x61, 0x78, 0x54, 0x61, - 0x72, 0x67, 0x65, 0x74, 0x73, 0x88, 0x01, 0x01, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6d, 0x61, 0x79, - 0x62, 0x65, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x76, 0x6f, 0x74, 0x65, 0x72, 0x73, 0x42, 0x14, 0x0a, - 0x12, 0x5f, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x73, 0x22, 0xc2, 0x02, 0x0a, 0x1a, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x65, 0x77, 0x42, 0x6f, 0x75, 0x6e, 0x63, - 0x65, 0x72, 0x12, 0x5a, 0x0a, 0x10, 0x6e, 0x65, 0x77, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, - 0x72, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x00, 0x52, 0x0e, - 0x6e, 0x65, 0x77, 0x42, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x57, - 0x0a, 0x0f, 0x6e, 0x65, 0x77, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x73, 0x65, - 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x6e, 0x65, 0x77, 0x42, 0x6f, 0x75, - 0x6e, 0x63, 0x65, 0x72, 0x53, 0x65, 0x74, 0x12, 0x60, 0x0a, 0x12, 0x6e, 0x65, 0x77, 0x5f, 0x62, - 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, - 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x00, 0x52, 0x10, 0x6e, 0x65, 0x77, 0x42, 0x6f, 0x75, 0x6e, - 0x63, 0x65, 0x72, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x6e, 0x65, 0x77, - 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x22, 0x3e, 0x0a, 0x23, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x43, 0x6c, 0x61, 0x69, - 0x6d, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x22, 0x10, 0x0a, 0x0e, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x22, 0x68, 0x0a, 0x1c, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x4d, 0x69, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, - 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x48, 0x0a, 0x03, 0x6e, 0x65, - 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, - 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x62, 0x69, 0x6c, 0x6c, 0x52, - 0x03, 0x6e, 0x65, 0x77, 0x22, 0x9b, 0x17, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x4c, 0x65, 0x67, 0x61, 0x6c, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, - 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x4e, 0x6f, 0x6e, - 0x65, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x00, - 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x30, 0x12, 0x48, 0x0a, 0x0a, 0x6c, - 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x00, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, - 0x6c, 0x52, 0x61, 0x77, 0x31, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x48, 0x00, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x12, - 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x00, 0x52, 0x09, - 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x33, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, - 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x34, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, 0x48, 0x00, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, - 0x61, 0x77, 0x34, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, - 0x35, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, - 0x48, 0x00, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x35, 0x12, 0x48, 0x0a, - 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, 0x08, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, 0x00, 0x52, 0x09, 0x6c, 0x65, - 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x36, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, - 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x37, 0x48, 0x00, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, - 0x37, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, 0x00, - 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x38, 0x12, 0x48, 0x0a, 0x0a, 0x6c, - 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x00, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, - 0x6c, 0x52, 0x61, 0x77, 0x39, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x30, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x30, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, - 0x31, 0x30, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x31, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x31, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, - 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, 0x18, 0x0e, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x32, 0x48, 0x00, - 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x32, 0x12, 0x4b, 0x0a, 0x0b, - 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x33, 0x18, 0x0f, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x33, 0x48, 0x00, 0x52, 0x0a, 0x6c, - 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x33, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, - 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x34, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, - 0x6c, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, - 0x77, 0x31, 0x35, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x36, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x36, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x36, - 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, - 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, - 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x4b, 0x0a, - 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x14, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x00, 0x52, 0x0a, - 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, - 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, - 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, - 0x61, 0x77, 0x32, 0x30, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x31, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x31, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, - 0x31, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, - 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, - 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x4b, - 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x19, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x00, 0x52, - 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, - 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, - 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, - 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, - 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x36, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x36, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, - 0x32, 0x36, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x37, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x37, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, - 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, 0x18, 0x1e, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x38, 0x48, 0x00, - 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x38, 0x12, 0x4b, 0x0a, 0x0b, - 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x39, 0x18, 0x1f, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x39, 0x48, 0x00, 0x52, 0x0a, 0x6c, - 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x39, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, - 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x30, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, - 0x6c, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, - 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, - 0x77, 0x33, 0x31, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, - 0x33, 0x32, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x33, 0x32, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x33, 0x32, - 0x12, 0x5e, 0x0a, 0x12, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, - 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x10, - 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, - 0x12, 0x4e, 0x0a, 0x0c, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, - 0x18, 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, - 0x36, 0x48, 0x00, 0x52, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, - 0x12, 0x57, 0x0a, 0x0f, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, 0x6b, - 0x32, 0x35, 0x36, 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, - 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0e, 0x6c, 0x65, 0x67, 0x61, 0x6c, - 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x5e, 0x0a, 0x12, 0x6c, 0x65, 0x67, - 0x61, 0x6c, 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, - 0x26, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, - 0x65, 0x65, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x10, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x53, 0x68, - 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x42, 0x07, 0x0a, 0x05, 0x6c, 0x65, 0x67, - 0x61, 0x6c, 0x22, 0x0b, 0x0a, 0x09, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x22, - 0x44, 0x0a, 0x2c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x50, 0x6c, 0x61, 0x63, 0x65, 0x44, 0x65, 0x63, 0x69, - 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0xe9, 0x17, 0x0a, 0x0f, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, - 0x72, 0x61, 0x77, 0x30, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x30, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, - 0x30, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, - 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x12, 0x4a, 0x0a, - 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x48, 0x00, 0x52, 0x0a, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x52, 0x61, 0x77, 0x33, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, - 0x72, 0x61, 0x77, 0x34, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x34, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, - 0x34, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x35, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, - 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x35, 0x12, 0x4a, 0x0a, - 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, 0x00, 0x52, 0x0a, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x36, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x52, 0x61, 0x77, 0x37, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, - 0x72, 0x61, 0x77, 0x38, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x38, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, - 0x38, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x39, - 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, - 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x39, 0x12, 0x4d, 0x0a, - 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x30, 0x18, 0x0c, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x30, 0x48, 0x00, 0x52, - 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x30, 0x12, 0x4d, 0x0a, 0x0c, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x31, 0x18, 0x0d, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x31, 0x48, 0x00, 0x52, 0x0b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, 0x4d, 0x0a, 0x0c, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, 0x18, 0x0e, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x32, 0x48, 0x00, 0x52, 0x0b, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x32, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x33, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x33, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x33, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x34, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, - 0x61, 0x77, 0x31, 0x38, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x39, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x39, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, - 0x77, 0x31, 0x39, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x30, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, - 0x32, 0x30, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x31, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x31, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, - 0x31, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x32, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x32, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x32, - 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, - 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, - 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, - 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, - 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, - 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x4d, - 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x1b, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x00, - 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x4d, 0x0a, - 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x36, 0x18, 0x1c, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x36, 0x48, 0x00, 0x52, - 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x36, 0x12, 0x4d, 0x0a, 0x0c, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x37, 0x18, 0x1d, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x37, 0x48, 0x00, 0x52, 0x0b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, 0x4d, 0x0a, 0x0c, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, 0x18, 0x1e, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x38, 0x48, 0x00, 0x52, 0x0b, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x38, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x39, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x39, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x39, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x30, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x60, 0x0a, 0x13, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x23, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, - 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x11, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x42, 0x6c, 0x61, - 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, 0x50, 0x0a, 0x0d, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0c, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, 0x59, 0x0a, 0x10, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x18, 0x25, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, - 0x35, 0x36, 0x48, 0x00, 0x52, 0x0f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x4b, 0x65, 0x63, 0x63, - 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x60, 0x0a, 0x13, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, - 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, 0x26, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, - 0x35, 0x36, 0x48, 0x00, 0x52, 0x11, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x53, 0x68, 0x61, 0x54, - 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x42, 0x08, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x22, 0x2a, 0x0a, 0x10, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x46, 0x65, - 0x65, 0x50, 0x61, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xd3, 0x08, - 0x0a, 0x12, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x4b, 0x69, 0x6c, 0x6c, 0x50, 0x75, 0x72, 0x65, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x43, 0x0a, 0x0a, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x09, - 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, 0x4c, 0x0a, 0x0d, 0x73, 0x70, 0x61, - 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0c, 0x73, 0x70, 0x61, 0x77, 0x6e, - 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x46, 0x0a, 0x0b, 0x73, 0x70, 0x61, 0x77, 0x6e, - 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x48, 0x00, 0x52, 0x0a, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, 0x52, 0x61, 0x77, 0x12, - 0x58, 0x0a, 0x11, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x10, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x58, 0x0a, 0x11, 0x73, 0x70, 0x61, - 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, - 0x00, 0x52, 0x10, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x12, 0x4b, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, - 0x65, 0x5f, 0x61, 0x6e, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x6e, 0x79, - 0x48, 0x01, 0x52, 0x0c, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x41, 0x6e, 0x79, - 0x12, 0x64, 0x0a, 0x17, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, - 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, - 0x78, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x48, 0x01, - 0x52, 0x14, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x4e, 0x6f, 0x6e, 0x54, 0x72, - 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x12, 0x60, 0x0a, 0x15, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, - 0x74, 0x79, 0x70, 0x65, 0x5f, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, - 0x65, 0x48, 0x01, 0x52, 0x13, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x47, 0x6f, - 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x57, 0x0a, 0x12, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x09, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x48, 0x01, 0x52, - 0x10, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x12, 0x76, 0x0a, 0x1d, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, - 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, - 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x48, 0x01, 0x52, 0x1a, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x64, 0x0a, 0x17, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x43, 0x61, 0x6e, 0x63, - 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x48, 0x01, 0x52, 0x14, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x54, 0x79, 0x70, 0x65, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, - 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x1b, 0x0a, - 0x09, 0x65, 0x78, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x08, 0x65, 0x78, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x42, 0x09, 0x0a, 0x07, 0x73, 0x70, - 0x61, 0x77, 0x6e, 0x65, 0x72, 0x42, 0x0c, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, - 0x79, 0x70, 0x65, 0x22, 0x31, 0x0a, 0x17, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x16, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x34, 0x0a, 0x19, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x43, 0x68, 0x69, 0x6c, 0x6c, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x22, 0x1a, 0x0a, 0x18, - 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x79, 0x6d, 0x65, - 0x6e, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x22, 0x29, 0x0a, 0x13, 0x47, 0x65, 0x61, 0x72, 0x5f, 0x55, 0x70, 0x6c, 0x6f, 0x61, - 0x64, 0x43, 0x6f, 0x64, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, - 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x13, 0x0a, - 0x11, 0x47, 0x65, 0x61, 0x72, 0x42, 0x75, 0x69, 0x6c, 0x74, 0x69, 0x6e, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x22, 0xd9, 0x01, 0x0a, 0x0d, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x5c, 0x0a, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, - 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x73, 0x73, - 0x69, 0x6f, 0x6e, 0x5f, 0x53, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x48, - 0x00, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x73, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x62, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x75, 0x72, 0x67, 0x65, - 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x73, 0x73, - 0x69, 0x6f, 0x6e, 0x5f, 0x50, 0x75, 0x72, 0x67, 0x65, 0x4b, 0x65, 0x79, 0x73, 0x43, 0x61, 0x6c, - 0x6c, 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x75, 0x72, 0x67, 0x65, 0x4b, 0x65, - 0x79, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x13, - 0x0a, 0x11, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x4d, 0x61, 0x73, 0x74, - 0x65, 0x72, 0x73, 0x22, 0xe9, 0x01, 0x0a, 0x0e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, - 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x41, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x6f, 0x6f, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x47, 0x0a, 0x0d, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x20, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x67, 0x6e, - 0x65, 0x64, 0x48, 0x00, 0x52, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x53, 0x69, 0x67, 0x6e, - 0x65, 0x64, 0x12, 0x41, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x6e, 0x6f, 0x6e, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x4e, 0x6f, 0x6e, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, - 0x13, 0x0a, 0x11, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x45, 0x78, 0x70, - 0x65, 0x72, 0x74, 0x73, 0x22, 0xe1, 0x18, 0x0a, 0x3c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, - 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x54, 0x79, 0x70, 0x65, - 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, - 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x4a, 0x0a, 0x0b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x30, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x52, 0x61, 0x77, 0x31, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, - 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x00, - 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x33, 0x12, 0x4a, 0x0a, 0x0b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x34, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x34, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x52, 0x61, 0x77, 0x35, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, - 0x61, 0x77, 0x36, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x36, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x36, - 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x00, - 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x37, 0x12, 0x4a, 0x0a, 0x0b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, 0x0b, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x38, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x52, 0x61, 0x77, 0x39, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x30, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x30, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, - 0x77, 0x31, 0x30, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x31, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x31, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, - 0x31, 0x31, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x32, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x32, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, - 0x32, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x33, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x33, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x33, - 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x34, - 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, - 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, - 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, - 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, - 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x4d, - 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x13, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x00, - 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x4d, 0x0a, - 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0x14, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x00, 0x52, - 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x4d, 0x0a, 0x0c, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x15, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x00, 0x52, 0x0b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x4d, 0x0a, 0x0c, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x16, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x00, 0x52, 0x0b, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, - 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, - 0x61, 0x77, 0x32, 0x35, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x36, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x36, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, - 0x77, 0x32, 0x36, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x37, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x37, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, - 0x32, 0x37, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x38, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x38, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, - 0x38, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x39, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x39, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x39, - 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x30, - 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, - 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, - 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, - 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, - 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x4d, - 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x23, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x00, - 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x60, 0x0a, - 0x13, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, - 0x6f, 0x32, 0x35, 0x36, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, - 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x11, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, - 0x50, 0x0a, 0x0d, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, - 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, - 0x36, 0x48, 0x00, 0x52, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x53, 0x68, 0x61, 0x32, 0x35, - 0x36, 0x12, 0x59, 0x0a, 0x10, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x6b, 0x65, 0x63, 0x63, - 0x61, 0x6b, 0x32, 0x35, 0x36, 0x18, 0x26, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0f, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x60, 0x0a, 0x13, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, - 0x32, 0x35, 0x36, 0x18, 0x27, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, - 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x11, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x42, 0x08, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x22, 0x15, 0x0a, 0x13, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x22, - 0xeb, 0x04, 0x0a, 0x0f, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, - 0x79, 0x70, 0x65, 0x12, 0x4b, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, - 0x65, 0x5f, 0x61, 0x6e, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x6e, 0x79, - 0x48, 0x00, 0x52, 0x0c, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x41, 0x6e, 0x79, - 0x12, 0x64, 0x0a, 0x17, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, - 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, - 0x78, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x48, 0x00, - 0x52, 0x14, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x4e, 0x6f, 0x6e, 0x54, 0x72, - 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x12, 0x60, 0x0a, 0x15, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, - 0x74, 0x79, 0x70, 0x65, 0x5f, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, - 0x65, 0x48, 0x00, 0x52, 0x13, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x47, 0x6f, - 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x57, 0x0a, 0x12, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x48, 0x00, 0x52, - 0x10, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x12, 0x76, 0x0a, 0x1d, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, - 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, - 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x48, 0x00, 0x52, 0x1a, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x64, 0x0a, 0x17, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x43, 0x61, 0x6e, 0x63, - 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x48, 0x00, 0x52, 0x14, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x54, 0x79, 0x70, 0x65, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x42, - 0x0c, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x22, 0xf8, 0x01, - 0x0a, 0x51, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, - 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, - 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x32, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, - 0x74, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x73, 0x0a, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5b, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, - 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x53, 0x70, 0x41, - 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, - 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x22, 0x5c, 0x0a, 0x2a, 0x53, 0x79, 0x73, 0x74, - 0x65, 0x6d, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x74, - 0x65, 0x6d, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x74, 0x65, - 0x6d, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x16, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x22, 0x97, 0x03, 0x0a, 0x0d, 0x42, 0x61, 0x6c, 0x61, 0x6e, - 0x63, 0x65, 0x73, 0x5f, 0x44, 0x65, 0x73, 0x74, 0x12, 0x40, 0x0a, 0x07, 0x64, 0x65, 0x73, 0x74, - 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x49, 0x64, - 0x48, 0x00, 0x52, 0x06, 0x64, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x65, - 0x73, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, - 0x65, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x09, 0x64, 0x65, 0x73, 0x74, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x43, 0x0a, 0x08, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x61, - 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, - 0x00, 0x52, 0x07, 0x64, 0x65, 0x73, 0x74, 0x52, 0x61, 0x77, 0x12, 0x55, 0x0a, 0x0e, 0x64, 0x65, - 0x73, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, - 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, - 0x48, 0x00, 0x52, 0x0d, 0x64, 0x65, 0x73, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, - 0x32, 0x12, 0x55, 0x0a, 0x0e, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0d, 0x64, 0x65, 0x73, 0x74, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x06, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x74, - 0x22, 0xd6, 0x02, 0x0a, 0x18, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4d, 0x69, 0x6e, - 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x6f, 0x6e, 0x64, 0x12, 0x5f, 0x0a, - 0x17, 0x6d, 0x69, 0x6e, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x62, - 0x6f, 0x6e, 0x64, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x00, 0x52, 0x14, 0x6d, 0x69, 0x6e, 0x56, 0x61, 0x6c, - 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x6f, 0x6e, 0x64, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x5c, - 0x0a, 0x16, 0x6d, 0x69, 0x6e, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, - 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x00, 0x52, 0x13, 0x6d, 0x69, 0x6e, 0x56, 0x61, 0x6c, 0x69, - 0x64, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x6f, 0x6e, 0x64, 0x53, 0x65, 0x74, 0x12, 0x65, 0x0a, 0x19, - 0x6d, 0x69, 0x6e, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x62, 0x6f, - 0x6e, 0x64, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x00, 0x52, 0x16, 0x6d, 0x69, 0x6e, - 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x6f, 0x6e, 0x64, 0x52, 0x65, 0x6d, - 0x6f, 0x76, 0x65, 0x42, 0x14, 0x0a, 0x12, 0x6d, 0x69, 0x6e, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, - 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x22, 0xfe, 0x02, 0x0a, 0x22, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x5f, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, - 0x12, 0x6c, 0x0a, 0x16, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, - 0x67, 0x69, 0x6e, 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, - 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x48, 0x00, 0x52, 0x14, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, - 0x61, 0x6c, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x6f, - 0x0a, 0x17, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, - 0x6e, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4f, - 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x48, 0x00, 0x52, 0x15, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, - 0x61, 0x6c, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x12, - 0x66, 0x0a, 0x14, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, 0x67, - 0x69, 0x6e, 0x5f, 0x76, 0x6f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x56, 0x6f, 0x69, - 0x64, 0x48, 0x00, 0x52, 0x12, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4f, 0x72, 0x69, - 0x67, 0x69, 0x6e, 0x56, 0x6f, 0x69, 0x64, 0x42, 0x11, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x70, 0x6f, - 0x73, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x22, 0x66, 0x0a, 0x16, 0x43, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4c, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, - 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x22, 0xf5, 0x01, 0x0a, 0x1a, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x53, 0x79, 0x73, 0x74, 0x65, - 0x6d, 0x12, 0x41, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x6f, 0x6f, 0x74, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x52, 0x6f, 0x6f, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x47, 0x0a, 0x0d, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x73, - 0x69, 0x67, 0x6e, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x48, 0x00, 0x52, - 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x12, 0x41, 0x0a, - 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x6e, 0x65, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x4e, 0x6f, 0x6e, 0x65, - 0x42, 0x08, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xbd, 0x02, 0x0a, 0x2d, 0x45, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, - 0x55, 0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x83, 0x01, 0x0a, - 0x0c, 0x72, 0x61, 0x77, 0x5f, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x60, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, - 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x52, 0x61, 0x77, 0x53, 0x6f, 0x6c, - 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0b, 0x72, 0x61, 0x77, 0x53, 0x6f, 0x6c, 0x75, 0x74, 0x69, - 0x6f, 0x6e, 0x12, 0x85, 0x01, 0x0a, 0x07, 0x77, 0x69, 0x74, 0x6e, 0x65, 0x73, 0x73, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x6b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, - 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, - 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x53, 0x6f, 0x6c, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x4f, 0x72, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x53, 0x69, 0x7a, - 0x65, 0x52, 0x07, 0x77, 0x69, 0x74, 0x6e, 0x65, 0x73, 0x73, 0x22, 0x5d, 0x0a, 0x16, 0x53, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x4b, 0x69, 0x6c, 0x6c, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x43, 0x0a, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x01, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x4b, 0x65, 0x79, 0x73, 0x4c, - 0x69, 0x73, 0x74, 0x52, 0x04, 0x6b, 0x65, 0x79, 0x73, 0x22, 0x34, 0x0a, 0x1a, 0x53, 0x79, 0x73, - 0x74, 0x65, 0x6d, 0x5f, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x57, 0x69, 0x74, 0x68, 0x45, 0x76, - 0x65, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, - 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x22, - 0x0e, 0x0a, 0x0c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x22, - 0x8e, 0x16, 0x0a, 0x16, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x44, 0x69, 0x73, 0x70, - 0x61, 0x74, 0x63, 0x68, 0x41, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x54, 0x0a, 0x10, 0x61, 0x73, - 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x48, 0x00, - 0x52, 0x0e, 0x61, 0x73, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, - 0x12, 0x57, 0x0a, 0x11, 0x61, 0x73, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x6f, 0x72, - 0x69, 0x67, 0x69, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x4f, - 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x48, 0x00, 0x52, 0x0f, 0x61, 0x73, 0x4f, 0x72, 0x69, 0x67, - 0x69, 0x6e, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x12, 0x4e, 0x0a, 0x0e, 0x61, 0x73, 0x5f, - 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x76, 0x6f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, - 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x56, 0x6f, 0x69, 0x64, 0x48, 0x00, 0x52, 0x0c, 0x61, 0x73, 0x4f, - 0x72, 0x69, 0x67, 0x69, 0x6e, 0x56, 0x6f, 0x69, 0x64, 0x12, 0x49, 0x0a, 0x0b, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x69, 0x6d, - 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, - 0x70, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x54, - 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x62, 0x61, 0x62, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x01, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x62, 0x65, 0x12, 0x4c, 0x0a, - 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, - 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0b, - 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x12, 0x4f, 0x0a, 0x0d, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, - 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0c, - 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x4c, 0x0a, 0x0c, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x76, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x09, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, - 0x73, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0b, 0x63, - 0x61, 0x6c, 0x6c, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0a, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, - 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0c, - 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x0e, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x6d, 0x5f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, - 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x4c, - 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x0c, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, - 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x4c, 0x0a, 0x0c, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0d, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0b, 0x63, - 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x74, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x18, 0x0e, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, - 0x61, 0x73, 0x75, 0x72, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0c, 0x63, - 0x61, 0x6c, 0x6c, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x12, 0x4c, 0x0a, 0x0c, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0f, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, - 0x6c, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0b, 0x63, 0x61, - 0x6c, 0x6c, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x68, 0x0a, 0x16, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x6f, 0x74, - 0x69, 0x6e, 0x67, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, - 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x14, 0x63, - 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, - 0x69, 0x6e, 0x67, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x74, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x01, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x71, 0x0a, - 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, - 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, - 0x73, 0x74, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x68, 0x69, 0x74, 0x65, - 0x6c, 0x69, 0x73, 0x74, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x63, 0x68, - 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, - 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x53, - 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x70, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x69, 0x6d, - 0x61, 0x67, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, - 0x78, 0x79, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, - 0x73, 0x69, 0x67, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x73, 0x69, 0x67, 0x12, 0x88, 0x01, 0x0a, 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x65, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x5f, 0x6d, - 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x1e, - 0x63, 0x61, 0x6c, 0x6c, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, - 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x12, 0x4f, - 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, - 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x01, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, - 0x5f, 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, - 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x11, 0x63, - 0x61, 0x6c, 0x6c, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, - 0x12, 0x65, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x01, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x67, 0x65, 0x61, 0x72, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x01, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x12, 0x62, 0x0a, 0x14, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x65, 0x77, - 0x61, 0x72, 0x64, 0x73, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, - 0x61, 0x72, 0x64, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x12, 0x63, 0x61, - 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, - 0x12, 0x59, 0x0a, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x5f, 0x76, 0x6f, - 0x75, 0x63, 0x68, 0x65, 0x72, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, - 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, - 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x0b, 0x0a, 0x09, 0x61, - 0x73, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, - 0x22, 0x2e, 0x0a, 0x14, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, - 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0x34, 0x0a, 0x1a, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, - 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x16, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xff, 0x15, 0x0a, 0x0c, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x57, 0x65, 0x62, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x6e, - 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, - 0x6e, 0x65, 0x48, 0x00, 0x52, 0x07, 0x77, 0x65, 0x62, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x44, 0x0a, - 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x00, 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, - 0x61, 0x77, 0x30, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x00, - 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x32, 0x48, 0x00, 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x12, - 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x00, 0x52, 0x07, 0x77, 0x65, - 0x62, 0x52, 0x61, 0x77, 0x33, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, - 0x34, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, - 0x48, 0x00, 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x34, 0x12, 0x44, 0x0a, 0x08, 0x77, - 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x00, 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, - 0x35, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, 0x08, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, 0x00, 0x52, 0x07, - 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x36, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, - 0x61, 0x77, 0x37, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x37, 0x48, 0x00, 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x37, 0x12, 0x44, 0x0a, - 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, 0x00, 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, - 0x61, 0x77, 0x38, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, - 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x00, - 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x39, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, - 0x5f, 0x72, 0x61, 0x77, 0x31, 0x30, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x31, 0x30, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, - 0x31, 0x30, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x31, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x31, 0x48, - 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, 0x47, 0x0a, 0x09, 0x77, - 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x32, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, - 0x61, 0x77, 0x31, 0x32, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x33, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x33, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, 0x33, 0x12, 0x47, 0x0a, - 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x34, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, - 0x62, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x35, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x35, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, - 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x12, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x00, 0x52, 0x08, - 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, - 0x37, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x14, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x00, - 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, - 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, - 0x77, 0x31, 0x39, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, - 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, - 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x47, 0x0a, 0x09, - 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, - 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x32, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x32, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x47, - 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x19, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x00, 0x52, 0x08, 0x77, - 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x34, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x34, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x34, - 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x1b, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x00, 0x52, - 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x36, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x36, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, - 0x32, 0x36, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x37, 0x18, - 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x37, 0x48, - 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, 0x47, 0x0a, 0x09, 0x77, - 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x38, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, - 0x61, 0x77, 0x32, 0x38, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x39, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x39, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x39, 0x12, 0x47, 0x0a, - 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x30, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, - 0x62, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, - 0x77, 0x33, 0x31, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x33, 0x31, 0x48, 0x00, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, - 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x22, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x00, 0x52, 0x08, - 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x5a, 0x0a, 0x10, 0x77, 0x65, 0x62, 0x5f, - 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x23, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, - 0x35, 0x36, 0x48, 0x00, 0x52, 0x0e, 0x77, 0x65, 0x62, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, - 0x6f, 0x32, 0x35, 0x36, 0x12, 0x4a, 0x0a, 0x0a, 0x77, 0x65, 0x62, 0x5f, 0x73, 0x68, 0x61, 0x32, - 0x35, 0x36, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, - 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x09, 0x77, 0x65, 0x62, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, - 0x12, 0x53, 0x0a, 0x0d, 0x77, 0x65, 0x62, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, - 0x36, 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, 0x63, 0x63, - 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x65, 0x62, 0x4b, 0x65, 0x63, 0x63, - 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x5a, 0x0a, 0x10, 0x77, 0x65, 0x62, 0x5f, 0x73, 0x68, 0x61, - 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, 0x26, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x48, - 0x00, 0x52, 0x0e, 0x77, 0x65, 0x62, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, - 0x36, 0x42, 0x05, 0x0a, 0x03, 0x77, 0x65, 0x62, 0x22, 0x85, 0x03, 0x0a, 0x0a, 0x50, 0x72, 0x6f, - 0x78, 0x79, 0x5f, 0x52, 0x65, 0x61, 0x6c, 0x12, 0x3d, 0x0a, 0x07, 0x72, 0x65, 0x61, 0x6c, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x06, - 0x72, 0x65, 0x61, 0x6c, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x0a, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x69, - 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x48, 0x00, 0x52, 0x09, 0x72, 0x65, 0x61, 0x6c, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x40, - 0x0a, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x07, 0x72, 0x65, 0x61, 0x6c, 0x52, 0x61, 0x77, - 0x12, 0x52, 0x0a, 0x0e, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x6c, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x12, 0x52, 0x0a, 0x0e, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x6c, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x06, 0x0a, 0x04, 0x72, 0x65, 0x61, 0x6c, - 0x22, 0x26, 0x0a, 0x0c, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, - 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x12, 0x0a, 0x10, 0x56, 0x65, 0x73, 0x74, - 0x69, 0x6e, 0x67, 0x5f, 0x56, 0x65, 0x73, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x22, 0x2e, 0x0a, 0x14, - 0x47, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, - 0x67, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x4f, 0x0a, 0x12, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, - 0x6c, 0x6c, 0x12, 0x39, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x75, 0x70, - 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x19, 0x0a, - 0x17, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, - 0x5f, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x22, 0x27, 0x0a, 0x0d, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x22, 0xeb, 0x01, 0x0a, 0x10, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, - 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x41, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x6f, 0x6f, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x47, 0x0a, 0x0d, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x20, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x67, 0x6e, - 0x65, 0x64, 0x48, 0x00, 0x52, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x53, 0x69, 0x67, 0x6e, - 0x65, 0x64, 0x12, 0x41, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x6e, 0x6f, 0x6e, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x4e, 0x6f, 0x6e, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, - 0x36, 0x0a, 0x1e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x10, 0x0a, 0x0e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x39, 0x44, 0x61, 0x6e, 0x22, 0x5c, 0x0a, 0x1f, 0x43, 0x6f, 0x6e, - 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, - 0x6d, 0x6f, 0x76, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x19, 0x0a, 0x05, - 0x63, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x00, 0x52, 0x05, 0x63, - 0x6c, 0x61, 0x73, 0x73, 0x88, 0x01, 0x01, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x42, 0x08, 0x0a, - 0x06, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x30, 0x0a, 0x16, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x41, - 0x74, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xe9, 0x17, 0x0a, 0x0f, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x4a, 0x0a, - 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x0a, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x52, 0x61, 0x77, 0x30, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, - 0x31, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x48, - 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x32, 0x12, 0x4a, 0x0a, - 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x00, 0x52, 0x0a, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x33, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x34, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x52, 0x61, 0x77, 0x34, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, - 0x72, 0x61, 0x77, 0x35, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x35, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, - 0x35, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x36, - 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, - 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x36, 0x12, 0x4a, 0x0a, - 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, 0x09, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x00, 0x52, 0x0a, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x37, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x52, 0x61, 0x77, 0x38, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, - 0x72, 0x61, 0x77, 0x39, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x39, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, - 0x39, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x30, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x30, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x30, - 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x31, - 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x31, - 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, - 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, 0x18, - 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x32, 0x48, - 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x32, 0x12, 0x4d, - 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x33, 0x18, 0x0f, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x33, 0x48, 0x00, - 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x33, 0x12, 0x4d, 0x0a, - 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x34, 0x18, 0x10, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, 0x00, 0x52, - 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x4d, 0x0a, 0x0c, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0x11, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x00, 0x52, 0x0b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x4d, 0x0a, 0x0c, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x12, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x00, 0x52, 0x0b, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, - 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, - 0x61, 0x77, 0x32, 0x32, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x33, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x33, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, - 0x77, 0x32, 0x33, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x34, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x34, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, - 0x32, 0x34, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x35, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x35, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x32, - 0x35, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x36, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x36, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x32, 0x36, - 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x37, - 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x37, - 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, - 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, 0x18, - 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x38, 0x48, - 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x32, 0x38, 0x12, 0x4d, - 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x39, 0x18, 0x1f, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x39, 0x48, 0x00, - 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x32, 0x39, 0x12, 0x4d, 0x0a, - 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x30, 0x18, 0x20, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, 0x00, 0x52, - 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x4d, 0x0a, 0x0c, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0x21, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x00, 0x52, 0x0b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x4d, 0x0a, 0x0c, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x22, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0b, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x60, 0x0a, 0x13, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, - 0x36, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, - 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x11, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, 0x50, 0x0a, 0x0d, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x18, 0x24, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x48, 0x00, - 0x52, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, 0x59, - 0x0a, 0x10, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, - 0x35, 0x36, 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, 0x63, - 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x60, 0x0a, 0x13, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, - 0x18, 0x26, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, - 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x11, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x42, 0x08, 0x0a, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x2d, 0x0a, 0x13, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x12, 0x16, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x22, 0x28, 0x0a, 0x12, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x53, - 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, - 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x4e, - 0x0a, 0x11, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, - 0x75, 0x6c, 0x6c, 0x12, 0x39, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x75, - 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xdf, - 0x03, 0x0a, 0x13, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x44, 0x69, 0x73, 0x6c, - 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x12, 0x4c, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x6c, 0x6f, 0x63, - 0x61, 0x74, 0x65, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, - 0x74, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, - 0x65, 0x64, 0x49, 0x64, 0x12, 0x55, 0x0a, 0x10, 0x64, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, - 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, - 0x73, 0x74, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0f, 0x64, 0x69, 0x73, 0x6c, - 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4f, 0x0a, 0x0e, 0x64, - 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, - 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0d, 0x64, - 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x52, 0x61, 0x77, 0x12, 0x61, 0x0a, 0x14, - 0x64, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x13, 0x64, 0x69, 0x73, 0x6c, - 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, - 0x61, 0x0a, 0x14, 0x64, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, - 0x74, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x13, 0x64, - 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x42, 0x0c, 0x0a, 0x0a, 0x64, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, - 0x22, 0x86, 0x04, 0x0a, 0x19, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x50, 0x72, - 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, - 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x12, 0x4e, 0x0a, 0x0e, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, - 0x61, 0x72, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, - 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0d, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, - 0x72, 0x79, 0x49, 0x64, 0x12, 0x57, 0x0a, 0x11, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, - 0x61, 0x72, 0x79, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, - 0x75, 0x72, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x10, 0x62, 0x65, 0x6e, - 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x51, 0x0a, - 0x0f, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x72, 0x61, 0x77, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, - 0x52, 0x0e, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x52, 0x61, 0x77, - 0x12, 0x63, 0x0a, 0x15, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, - 0x75, 0x72, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, - 0x14, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x63, 0x0a, 0x15, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, - 0x69, 0x61, 0x72, 0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x48, 0x00, 0x52, 0x14, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, - 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x0d, 0x0a, 0x0b, 0x62, 0x65, - 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x22, 0x3c, 0x0a, 0x16, 0x43, 0x6f, 0x6e, - 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x70, - 0x6c, 0x69, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x79, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x03, 0x61, 0x79, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x61, 0x79, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x03, 0x6e, 0x61, 0x79, 0x22, 0xac, 0x08, 0x0a, 0x0b, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x53, 0x0a, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0d, 0x63, - 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5d, 0x0a, 0x13, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x50, 0x72, - 0x6f, 0x78, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x41, - 0x64, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x66, 0x0a, 0x16, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x65, 0x6d, - 0x6f, 0x76, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, - 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x6c, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x69, 0x65, 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x72, 0x6f, - 0x78, 0x69, 0x65, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, 0x6c, 0x6c, - 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x69, 0x65, 0x73, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x63, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x5f, 0x70, 0x75, 0x72, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x65, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, - 0x72, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5d, 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6b, - 0x69, 0x6c, 0x6c, 0x5f, 0x70, 0x75, 0x72, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, - 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x4b, 0x69, 0x6c, 0x6c, 0x50, 0x75, 0x72, 0x65, 0x43, 0x61, 0x6c, - 0x6c, 0x48, 0x00, 0x52, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x4b, 0x69, 0x6c, 0x6c, 0x50, 0x75, 0x72, - 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5c, 0x0a, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, 0x6e, - 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, - 0x78, 0x79, 0x5f, 0x41, 0x6e, 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, - 0x00, 0x52, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x41, 0x6e, 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x7b, 0x0a, 0x1d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, - 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x41, 0x6e, 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x61, - 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, - 0x41, 0x6e, 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x7b, 0x0a, 0x1d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x5f, - 0x61, 0x6e, 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x61, 0x6c, - 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x41, - 0x6e, 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, - 0x00, 0x52, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x6e, 0x6e, - 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6f, 0x0a, - 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, - 0x75, 0x6e, 0x63, 0x65, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x41, 0x6e, 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x64, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x41, 0x6e, 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, - 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0xdc, 0x03, 0x0a, 0x0e, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x73, 0x69, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x7c, 0x0a, 0x1d, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x61, 0x73, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x73, - 0x68, 0x6f, 0x6c, 0x64, 0x31, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x73, 0x69, 0x67, 0x5f, 0x41, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x54, 0x68, 0x72, 0x65, - 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x31, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x19, 0x63, 0x61, - 0x6c, 0x6c, 0x41, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, - 0x6c, 0x64, 0x31, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5d, 0x0a, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x61, 0x73, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x5f, 0x41, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x43, - 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x41, 0x73, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x73, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, - 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x5f, 0x61, 0x73, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, - 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x5f, 0x41, - 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x41, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x43, 0x61, 0x6c, - 0x6c, 0x48, 0x00, 0x52, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, - 0x41, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x70, 0x0a, 0x19, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x61, 0x73, 0x5f, 0x6d, 0x75, - 0x6c, 0x74, 0x69, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, - 0x69, 0x67, 0x5f, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x41, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6e, 0x63, - 0x65, 0x6c, 0x41, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, - 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x73, 0x0a, 0x1f, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, - 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x43, 0x75, 0x72, - 0x61, 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x28, 0x0a, 0x10, 0x70, 0x61, 0x72, 0x65, - 0x6e, 0x74, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, - 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, - 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x63, 0x68, 0x69, - 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, 0x22, 0x9a, 0x02, 0x0a, 0x2b, 0x47, - 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, - 0x75, 0x73, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x12, 0x15, 0x0a, 0x06, 0x73, 0x65, - 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x73, 0x65, 0x74, 0x49, - 0x64, 0x12, 0x5e, 0x0a, 0x14, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x76, 0x6f, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, - 0x70, 0x61, 0x5f, 0x50, 0x72, 0x65, 0x76, 0x6f, 0x74, 0x65, 0x48, 0x00, 0x52, 0x13, 0x65, 0x71, - 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x76, 0x6f, 0x74, - 0x65, 0x12, 0x64, 0x0a, 0x16, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, - 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x48, 0x00, - 0x52, 0x15, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, - 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x42, 0x0e, 0x0a, 0x0c, 0x65, 0x71, 0x75, 0x69, 0x76, - 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x25, 0x0a, 0x0b, 0x56, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xe2, - 0x03, 0x0a, 0x1c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x41, - 0x6e, 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x3d, 0x0a, 0x07, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x22, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x06, 0x72, 0x65, 0x61, 0x6c, 0x49, 0x64, 0x12, 0x46, - 0x0a, 0x0a, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, - 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x09, 0x72, 0x65, 0x61, - 0x6c, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x40, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x72, - 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, - 0x07, 0x72, 0x65, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x12, 0x52, 0x0a, 0x0e, 0x72, 0x65, 0x61, 0x6c, - 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0d, 0x72, - 0x65, 0x61, 0x6c, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x52, 0x0a, 0x0e, - 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, - 0x00, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x6c, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x12, 0x49, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, - 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, - 0x36, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x48, 0x61, 0x73, 0x68, 0x42, 0x06, 0x0a, 0x04, 0x72, - 0x65, 0x61, 0x6c, 0x22, 0x2d, 0x0a, 0x13, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x22, 0xbc, 0x01, 0x0a, 0x2b, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x61, 0x74, 0x65, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x12, 0x74, 0x0a, 0x0b, 0x63, - 0x68, 0x61, 0x6e, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x53, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, - 0x65, 0x52, 0x61, 0x74, 0x65, 0x52, 0x0a, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x61, 0x74, - 0x65, 0x22, 0x6a, 0x0a, 0x11, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x50, 0x72, 0x65, - 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x12, 0x55, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, - 0x74, 0x79, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xba, 0x01, - 0x0a, 0x20, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, - 0x61, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x6e, 0x75, 0x6d, 0x62, - 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, - 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x23, 0x0a, 0x0d, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x73, 0x65, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x27, 0x0a, 0x0f, 0x61, 0x75, - 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x12, 0x25, 0x0a, 0x0e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, - 0x73, 0x5f, 0x6c, 0x65, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x76, 0x61, 0x6c, - 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x73, 0x4c, 0x65, 0x6e, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x16, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x22, 0x26, 0x0a, 0x0c, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, - 0x5f, 0x52, 0x61, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xd0, 0x01, 0x0a, - 0x12, 0x47, 0x65, 0x61, 0x72, 0x5f, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x4e, 0x0a, 0x0b, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x5f, 0x74, 0x6f, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x52, 0x09, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x54, - 0x6f, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x1b, 0x0a, - 0x09, 0x67, 0x61, 0x73, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x08, 0x67, 0x61, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x12, 0x1d, 0x0a, 0x0a, 0x6b, 0x65, 0x65, 0x70, 0x5f, 0x61, 0x6c, 0x69, 0x76, 0x65, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6b, 0x65, 0x65, 0x70, 0x41, 0x6c, 0x69, 0x76, 0x65, 0x22, - 0x93, 0x02, 0x0a, 0x15, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, - 0x49, 0x73, 0x73, 0x75, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x4b, 0x0a, 0x07, 0x73, 0x70, 0x65, - 0x6e, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, - 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x07, 0x73, - 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, - 0x12, 0x43, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x54, - 0x72, 0x65, 0x65, 0x53, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x61, - 0x6d, 0x73, 0x88, 0x01, 0x01, 0x12, 0x25, 0x0a, 0x0e, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x75, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x63, - 0x6f, 0x64, 0x65, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08, - 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, - 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x70, 0x72, 0x6f, - 0x67, 0x72, 0x61, 0x6d, 0x73, 0x22, 0x3f, 0x0a, 0x1c, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, - 0x79, 0x5f, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, - 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, - 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, - 0x6f, 0x73, 0x61, 0x6c, 0x49, 0x64, 0x22, 0x98, 0x04, 0x0a, 0x24, 0x43, 0x6f, 0x6e, 0x76, 0x69, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x56, 0x6f, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x4c, 0x0a, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, - 0x64, 0x48, 0x00, 0x52, 0x08, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, 0x64, 0x12, 0x55, 0x0a, - 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, - 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4f, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x72, - 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, - 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x52, 0x61, 0x77, 0x12, 0x61, 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x61, 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x14, 0x0a, 0x05, 0x63, - 0x6c, 0x61, 0x73, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, 0x6c, 0x61, 0x73, - 0x73, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x42, 0x08, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, - 0x74, 0x22, 0x0f, 0x0a, 0x0d, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x22, 0xd9, 0x03, 0x0a, 0x16, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x4b, 0x0a, - 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, - 0x52, 0x08, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x64, 0x12, 0x54, 0x0a, 0x0c, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x48, 0x00, 0x52, 0x0b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x12, 0x4e, 0x0a, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x61, 0x77, - 0x12, 0x60, 0x0a, 0x10, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, - 0x00, 0x52, 0x0f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x12, 0x60, 0x0a, 0x10, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x48, 0x00, 0x52, 0x0f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x42, 0x08, 0x0a, 0x06, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x0c, - 0x0a, 0x0a, 0x42, 0x69, 0x67, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x22, 0xdd, 0x03, 0x0a, - 0x22, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x4a, 0x0a, 0x06, 0x77, 0x68, 0x6f, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x76, 0x65, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x05, 0x77, 0x68, 0x6f, 0x49, 0x64, 0x12, - 0x53, 0x0a, 0x09, 0x77, 0x68, 0x6f, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x76, 0x65, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, 0x77, 0x68, 0x6f, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4d, 0x0a, 0x07, 0x77, 0x68, 0x6f, 0x5f, 0x72, 0x61, 0x77, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x06, 0x77, 0x68, 0x6f, - 0x52, 0x61, 0x77, 0x12, 0x5f, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x12, 0x5f, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x05, 0x0a, 0x03, 0x77, 0x68, 0x6f, 0x22, 0xf7, 0x05, 0x0a, - 0x1b, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x5f, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x5a, 0x0a, 0x0f, - 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x66, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x76, - 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x31, 0x78, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x5f, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x31, 0x58, 0x48, 0x00, 0x52, 0x12, 0x63, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x31, 0x78, - 0x12, 0x66, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, - 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x32, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, - 0x32, 0x58, 0x48, 0x00, 0x52, 0x12, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x32, 0x78, 0x12, 0x66, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x76, - 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x33, 0x78, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x5f, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x33, 0x58, 0x48, 0x00, 0x52, 0x12, 0x63, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x33, 0x78, - 0x12, 0x66, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, - 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x34, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, - 0x34, 0x58, 0x48, 0x00, 0x52, 0x12, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x34, 0x78, 0x12, 0x66, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x76, - 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x35, 0x78, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x5f, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x35, 0x58, 0x48, 0x00, 0x52, 0x12, 0x63, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x35, 0x78, - 0x12, 0x66, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, - 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x36, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, - 0x36, 0x58, 0x48, 0x00, 0x52, 0x12, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x36, 0x78, 0x42, 0x0c, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x76, - 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xac, 0x03, 0x0a, 0x1e, 0x47, 0x65, 0x61, 0x72, 0x56, - 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x43, 0x61, 0x6c, 0x6c, 0x44, 0x65, 0x70, 0x72, 0x65, - 0x63, 0x61, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5f, 0x0a, 0x11, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x73, 0x65, 0x6e, 0x64, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x53, 0x65, 0x6e, 0x64, - 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x00, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x53, - 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x59, 0x0a, 0x0f, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x6e, 0x64, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, - 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x53, 0x65, 0x6e, 0x64, 0x52, - 0x65, 0x70, 0x6c, 0x79, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x6e, 0x64, - 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x5c, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, - 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x64, - 0x65, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x43, - 0x6f, 0x64, 0x65, 0x12, 0x68, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x65, 0x63, 0x6c, - 0x69, 0x6e, 0x65, 0x5f, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, - 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, - 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x44, - 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x06, 0x0a, - 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x26, 0x0a, 0x0c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x31, 0x0a, - 0x17, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0x57, 0x0a, 0x1a, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, - 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x12, 0x39, - 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, - 0x6c, 0x6c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x35, 0x0a, 0x1b, 0x53, 0x70, 0x41, - 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, - 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0x3b, 0x0a, 0x1c, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x55, 0x6e, 0x61, - 0x73, 0x73, 0x69, 0x67, 0x6e, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x1b, 0x0a, 0x09, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x08, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, 0x22, 0x16, 0x0a, - 0x14, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, - 0x5f, 0x4f, 0x70, 0x65, 0x6e, 0x22, 0x38, 0x0a, 0x1e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, - 0x29, 0x0a, 0x0f, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x1b, 0x0a, 0x19, 0x43, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4c, - 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x32, 0x58, 0x22, 0x2f, 0x0a, 0x17, 0x53, 0x79, 0x73, 0x74, 0x65, - 0x6d, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x65, 0x61, 0x70, 0x50, 0x61, 0x67, 0x65, 0x73, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x61, 0x67, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x05, 0x70, 0x61, 0x67, 0x65, 0x73, 0x22, 0x10, 0x0a, 0x0e, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x34, 0x44, 0x61, 0x6e, 0x22, 0x3e, 0x0a, 0x15, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x42, 0x6f, 0x6e, 0x64, 0x45, 0x78, 0x74, 0x72, 0x61, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x25, 0x0a, 0x0e, 0x6d, 0x61, 0x78, 0x5f, 0x61, 0x64, 0x64, 0x69, 0x74, - 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6d, 0x61, 0x78, - 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x22, 0x2b, 0x0a, 0x13, 0x54, 0x72, - 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x50, 0x61, 0x79, 0x6f, 0x75, 0x74, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0xfb, 0x03, 0x0a, 0x25, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, - 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x4a, 0x0a, 0x06, 0x77, 0x68, 0x6f, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, - 0x65, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x05, 0x77, 0x68, 0x6f, 0x49, 0x64, 0x12, 0x53, 0x0a, - 0x09, 0x77, 0x68, 0x6f, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, - 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, 0x77, 0x68, 0x6f, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x4d, 0x0a, 0x07, 0x77, 0x68, 0x6f, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x76, 0x65, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x06, 0x77, 0x68, 0x6f, 0x52, 0x61, - 0x77, 0x12, 0x5f, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, - 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x12, 0x5f, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, - 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x12, 0x19, 0x0a, 0x08, 0x6d, 0x69, 0x6e, 0x5f, 0x72, 0x61, 0x6e, 0x6b, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x6d, 0x69, 0x6e, 0x52, 0x61, 0x6e, 0x6b, 0x42, 0x05, - 0x0a, 0x03, 0x77, 0x68, 0x6f, 0x22, 0x8c, 0x04, 0x0a, 0x07, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x56, - 0x31, 0x12, 0x3e, 0x0a, 0x01, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x54, 0x75, 0x70, - 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x52, 0x01, - 0x63, 0x12, 0x6c, 0x0a, 0x1b, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, 0x73, 0x6c, 0x6f, - 0x74, 0x73, 0x5f, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x73, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x50, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x53, 0x6c, - 0x6f, 0x74, 0x73, 0x48, 0x00, 0x52, 0x18, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x53, 0x6c, - 0x6f, 0x74, 0x73, 0x50, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x12, - 0xa2, 0x01, 0x0a, 0x2f, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, 0x73, 0x6c, 0x6f, 0x74, - 0x73, 0x5f, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x5f, 0x61, 0x6e, 0x64, 0x5f, 0x73, 0x65, - 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x5f, 0x70, 0x6c, 0x61, 0x69, 0x6e, 0x5f, 0x73, 0x6c, - 0x6f, 0x74, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x50, 0x72, 0x69, 0x6d, 0x61, 0x72, - 0x79, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x50, 0x6c, 0x61, - 0x69, 0x6e, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x48, 0x00, 0x52, 0x29, 0x61, 0x6c, 0x6c, 0x6f, 0x77, - 0x65, 0x64, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x50, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x41, 0x6e, - 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x50, 0x6c, 0x61, 0x69, 0x6e, 0x53, - 0x6c, 0x6f, 0x74, 0x73, 0x12, 0x9c, 0x01, 0x0a, 0x2d, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, - 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x5f, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x5f, 0x61, - 0x6e, 0x64, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x5f, 0x76, 0x72, 0x66, - 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x50, 0x72, 0x69, - 0x6d, 0x61, 0x72, 0x79, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, 0x79, - 0x56, 0x72, 0x66, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x48, 0x00, 0x52, 0x27, 0x61, 0x6c, 0x6c, 0x6f, - 0x77, 0x65, 0x64, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x50, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x41, - 0x6e, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x56, 0x72, 0x66, 0x53, 0x6c, - 0x6f, 0x74, 0x73, 0x42, 0x0f, 0x0a, 0x0d, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, 0x73, - 0x6c, 0x6f, 0x74, 0x73, 0x22, 0x58, 0x0a, 0x0b, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, - 0x5f, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x98, - 0x04, 0x0a, 0x1a, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x56, 0x65, 0x73, 0x74, 0x65, - 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x43, 0x0a, - 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, - 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x08, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, - 0x49, 0x64, 0x12, 0x4c, 0x0a, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x6e, 0x64, - 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x12, 0x46, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x09, 0x74, - 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x61, 0x77, 0x12, 0x58, 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, - 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, - 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x12, 0x58, 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, - 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x61, 0x0a, 0x08, - 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x45, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, - 0x67, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x56, - 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, - 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x42, - 0x08, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, 0x2b, 0x0a, 0x11, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x16, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x61, 0x0a, 0x10, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x5f, 0x4b, 0x69, 0x63, 0x6b, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x4d, 0x0a, 0x03, 0x77, 0x68, - 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x70, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x52, 0x03, 0x77, 0x68, 0x6f, 0x22, 0x34, 0x0a, 0x1a, 0x43, 0x6f, 0x6e, - 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, - 0x1b, 0x0a, 0x19, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, - 0x69, 0x6e, 0x67, 0x5f, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x34, 0x58, 0x22, 0xa8, 0x05, 0x0a, - 0x16, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x5b, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x76, 0x6f, 0x74, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x56, 0x6f, 0x74, 0x65, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x56, 0x6f, 0x74, 0x65, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x67, 0x0a, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x65, 0x6c, - 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x37, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, - 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x44, 0x65, 0x6c, - 0x65, 0x67, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x10, 0x63, 0x61, 0x6c, - 0x6c, 0x44, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6d, 0x0a, - 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x6e, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, - 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x55, 0x6e, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, - 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x6e, - 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x61, 0x0a, 0x10, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x6e, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x63, 0x61, 0x6c, 0x6c, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, - 0x6e, 0x67, 0x5f, 0x55, 0x6e, 0x6c, 0x6f, 0x63, 0x6b, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, - 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x6e, 0x6c, 0x6f, 0x63, 0x6b, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x6e, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x5f, 0x76, - 0x6f, 0x74, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, - 0x65, 0x56, 0x6f, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, - 0x6c, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x7e, 0x0a, 0x1b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x5f, 0x6f, - 0x74, 0x68, 0x65, 0x72, 0x5f, 0x76, 0x6f, 0x74, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, - 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x56, 0x6f, 0x74, 0x65, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x56, 0x6f, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x42, - 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x3b, 0x0a, 0x09, 0x42, 0x61, 0x62, 0x65, 0x5f, - 0x53, 0x65, 0x61, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x16, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x22, 0xfa, 0x01, 0x0a, 0x26, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, - 0x5f, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x55, 0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x74, 0x0a, 0x12, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x70, 0x72, 0x6f, 0x6f, 0x66, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x45, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x53, - 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, - 0x61, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, - 0x6f, 0x66, 0x52, 0x11, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x12, 0x5a, 0x0a, 0x0f, 0x6b, 0x65, 0x79, 0x5f, 0x6f, 0x77, 0x6e, - 0x65, 0x72, 0x5f, 0x70, 0x72, 0x6f, 0x6f, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x53, 0x65, 0x73, 0x73, - 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x50, 0x72, 0x6f, - 0x6f, 0x66, 0x52, 0x0d, 0x6b, 0x65, 0x79, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x6f, - 0x66, 0x22, 0x29, 0x0a, 0x0f, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x1a, 0x0a, 0x18, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x5f, 0x56, 0x6f, 0x69, 0x64, 0x22, 0x14, 0x0a, 0x12, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4f, 0x75, 0x74, 0x4f, 0x66, 0x44, 0x61, 0x74, 0x65, 0x22, 0x15, - 0x0a, 0x13, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x43, 0x61, 0x6e, 0x63, - 0x65, 0x6c, 0x6c, 0x65, 0x72, 0x22, 0xdd, 0xa4, 0x01, 0x0a, 0x29, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x60, 0x0a, 0x0a, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, - 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x65, 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x65, 0x64, 0x56, 0x65, 0x63, - 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x65, 0x64, 0x56, 0x65, 0x63, 0x52, 0x0a, 0x61, 0x64, 0x64, 0x69, - 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, - 0x72, 0x61, 0x77, 0x30, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x30, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, - 0x77, 0x30, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x31, - 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x48, - 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x12, 0x4c, - 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x00, 0x52, - 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x33, 0x12, 0x4c, 0x0a, 0x0c, - 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x34, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, 0x48, 0x00, 0x52, 0x0b, 0x64, - 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x34, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, - 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x35, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, - 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x52, 0x61, 0x77, 0x36, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x52, 0x61, 0x77, 0x37, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, - 0x72, 0x61, 0x77, 0x38, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x38, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, - 0x77, 0x38, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, - 0x77, 0x39, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x39, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x39, - 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x30, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x30, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x31, - 0x30, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x31, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x31, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, - 0x31, 0x31, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x32, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, - 0x77, 0x31, 0x32, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x33, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x33, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, - 0x61, 0x77, 0x31, 0x33, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x34, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, - 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, - 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, - 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, - 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, 0x17, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x64, - 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x4f, 0x0a, 0x0d, 0x64, - 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0x18, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, 0x00, 0x52, 0x0c, - 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x4f, 0x0a, 0x0d, - 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0x19, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x00, 0x52, - 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x4f, 0x0a, - 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x1a, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x00, - 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x4f, - 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, - 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, - 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, - 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, - 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, - 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x35, - 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x36, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x36, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, - 0x36, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x37, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x37, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, - 0x32, 0x37, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x38, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x38, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, - 0x77, 0x32, 0x38, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x39, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x39, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, - 0x61, 0x77, 0x32, 0x39, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, - 0x72, 0x61, 0x77, 0x33, 0x30, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x62, 0x0a, 0x14, 0x64, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, - 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, - 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x12, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, 0x52, 0x0a, 0x0e, 0x64, - 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x18, 0x25, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x48, 0x00, - 0x52, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, - 0x5b, 0x0a, 0x11, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, - 0x6b, 0x32, 0x35, 0x36, 0x18, 0x26, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, - 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x10, 0x64, 0x69, 0x73, 0x70, - 0x6c, 0x61, 0x79, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x62, 0x0a, 0x14, - 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, - 0x65, 0x32, 0x35, 0x36, 0x18, 0x27, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, - 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x12, 0x64, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, - 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x28, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x01, 0x52, - 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, - 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, 0x29, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x01, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, - 0x52, 0x61, 0x77, 0x30, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x18, 0x2a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x48, 0x01, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x12, 0x48, - 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x18, 0x2b, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x48, 0x01, 0x52, 0x09, 0x6c, - 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, - 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x2c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x01, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, - 0x77, 0x33, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x34, - 0x18, 0x2d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, 0x48, - 0x01, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x34, 0x12, 0x48, 0x0a, 0x0a, - 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0x2e, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x01, 0x52, 0x09, 0x6c, 0x65, 0x67, - 0x61, 0x6c, 0x52, 0x61, 0x77, 0x35, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, - 0x72, 0x61, 0x77, 0x36, 0x18, 0x2f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x36, 0x48, 0x01, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x36, - 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, 0x30, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x01, 0x52, - 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x37, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, - 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, 0x31, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, 0x01, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, - 0x52, 0x61, 0x77, 0x38, 0x12, 0x48, 0x0a, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, - 0x77, 0x39, 0x18, 0x32, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x39, 0x48, 0x01, 0x52, 0x09, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x39, 0x12, 0x4b, - 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x30, 0x18, 0x33, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x30, 0x48, 0x01, 0x52, - 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x30, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, - 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x31, 0x18, 0x34, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x31, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, - 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, - 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, 0x18, 0x35, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x32, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, - 0x52, 0x61, 0x77, 0x31, 0x32, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x33, 0x18, 0x36, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x33, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, - 0x31, 0x33, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x34, 0x18, 0x37, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x34, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, - 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0x38, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x01, - 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x4b, 0x0a, 0x0b, - 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x39, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x01, 0x52, 0x0a, 0x6c, - 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, - 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0x3a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, - 0x6c, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x3b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, - 0x77, 0x31, 0x38, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x39, 0x18, 0x3c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x39, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x39, - 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, - 0x3d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, - 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x4b, 0x0a, - 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0x3e, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, 0x01, 0x52, 0x0a, - 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, - 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0x3f, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, - 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x40, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, - 0x61, 0x77, 0x32, 0x33, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x34, 0x18, 0x41, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x34, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, - 0x34, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, - 0x18, 0x42, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, - 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x4b, - 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x36, 0x18, 0x43, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x36, 0x48, 0x01, 0x52, - 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x36, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, - 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x37, 0x18, 0x44, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x37, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, - 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, - 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, 0x18, 0x45, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x38, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, - 0x52, 0x61, 0x77, 0x32, 0x38, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x39, 0x18, 0x46, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x39, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, - 0x32, 0x39, 0x12, 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x33, - 0x30, 0x18, 0x47, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, - 0x30, 0x48, 0x01, 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, - 0x4b, 0x0a, 0x0b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0x48, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x01, - 0x52, 0x0a, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x4b, 0x0a, 0x0b, - 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x49, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x01, 0x52, 0x0a, 0x6c, - 0x65, 0x67, 0x61, 0x6c, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x5e, 0x0a, 0x12, 0x6c, 0x65, 0x67, - 0x61, 0x6c, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, - 0x4a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, - 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x01, 0x52, 0x10, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x42, 0x6c, - 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, 0x4e, 0x0a, 0x0c, 0x6c, 0x65, 0x67, - 0x61, 0x6c, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x18, 0x4b, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x48, 0x01, 0x52, 0x0b, 0x6c, 0x65, - 0x67, 0x61, 0x6c, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, 0x57, 0x0a, 0x0f, 0x6c, 0x65, 0x67, - 0x61, 0x6c, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x18, 0x4c, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, - 0x48, 0x01, 0x52, 0x0e, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, - 0x35, 0x36, 0x12, 0x5e, 0x0a, 0x12, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x73, 0x68, 0x61, 0x5f, - 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, 0x4d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x48, 0x01, - 0x52, 0x10, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, - 0x35, 0x36, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x4e, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x02, 0x52, - 0x07, 0x77, 0x65, 0x62, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, - 0x72, 0x61, 0x77, 0x30, 0x18, 0x4f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x30, 0x48, 0x02, 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x30, 0x12, 0x44, - 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, 0x50, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x02, 0x52, 0x07, 0x77, 0x65, 0x62, - 0x52, 0x61, 0x77, 0x31, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x18, 0x51, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x48, - 0x02, 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, - 0x62, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x52, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x02, 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x33, - 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x34, 0x18, 0x53, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, 0x48, 0x02, 0x52, 0x07, 0x77, - 0x65, 0x62, 0x52, 0x61, 0x77, 0x34, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, - 0x77, 0x35, 0x18, 0x54, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x35, 0x48, 0x02, 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x35, 0x12, 0x44, 0x0a, 0x08, - 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, 0x55, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, 0x02, 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, 0x61, - 0x77, 0x36, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, 0x56, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x02, 0x52, - 0x07, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x37, 0x12, 0x44, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, - 0x72, 0x61, 0x77, 0x38, 0x18, 0x57, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x38, 0x48, 0x02, 0x52, 0x07, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x38, 0x12, 0x44, - 0x0a, 0x08, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0x58, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x02, 0x52, 0x07, 0x77, 0x65, 0x62, - 0x52, 0x61, 0x77, 0x39, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x30, 0x18, 0x59, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x30, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, 0x30, 0x12, 0x47, 0x0a, - 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x31, 0x18, 0x5a, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x31, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, - 0x62, 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x32, 0x18, 0x5b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x32, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, 0x32, 0x12, - 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x33, 0x18, 0x5c, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x33, 0x48, 0x02, 0x52, 0x08, - 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, 0x33, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x34, 0x18, 0x5d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, - 0x34, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0x5e, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x02, - 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, - 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x5f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, - 0x77, 0x31, 0x36, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, - 0x18, 0x60, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, - 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x47, 0x0a, 0x09, - 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x61, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, - 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x39, 0x18, 0x62, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x39, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x47, - 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, 0x63, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, 0x02, 0x52, 0x08, 0x77, - 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x31, 0x18, 0x64, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x31, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x31, - 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0x65, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x02, 0x52, - 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x66, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, - 0x32, 0x33, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, - 0x67, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, - 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x47, 0x0a, 0x09, 0x77, - 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x68, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, - 0x61, 0x77, 0x32, 0x35, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x36, 0x18, 0x69, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x36, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x36, 0x12, 0x47, 0x0a, - 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x37, 0x18, 0x6a, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x37, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, - 0x62, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x38, 0x18, 0x6b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x38, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x38, 0x12, - 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x39, 0x18, 0x6c, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x39, 0x48, 0x02, 0x52, 0x08, - 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x32, 0x39, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, - 0x72, 0x61, 0x77, 0x33, 0x30, 0x18, 0x6d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x33, - 0x30, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0x6e, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x02, - 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x65, - 0x62, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x6f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x02, 0x52, 0x08, 0x77, 0x65, 0x62, 0x52, 0x61, - 0x77, 0x33, 0x32, 0x12, 0x5a, 0x0a, 0x10, 0x77, 0x65, 0x62, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, - 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x70, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x02, 0x52, - 0x0e, 0x77, 0x65, 0x62, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, - 0x4a, 0x0a, 0x0a, 0x77, 0x65, 0x62, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x18, 0x71, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x48, 0x02, - 0x52, 0x09, 0x77, 0x65, 0x62, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, 0x53, 0x0a, 0x0d, 0x77, - 0x65, 0x62, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x18, 0x72, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, - 0x48, 0x02, 0x52, 0x0c, 0x77, 0x65, 0x62, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, - 0x12, 0x5a, 0x0a, 0x10, 0x77, 0x65, 0x62, 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, - 0x65, 0x32, 0x35, 0x36, 0x18, 0x73, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, - 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x48, 0x02, 0x52, 0x0e, 0x77, 0x65, - 0x62, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x12, 0x46, 0x0a, 0x09, - 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x74, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x03, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, - 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, - 0x30, 0x18, 0x75, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x30, - 0x48, 0x03, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x30, 0x12, 0x46, 0x0a, 0x09, - 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, 0x76, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x03, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, - 0x52, 0x61, 0x77, 0x31, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x18, 0x77, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x48, 0x03, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x12, 0x46, 0x0a, 0x09, - 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x78, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x03, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, - 0x52, 0x61, 0x77, 0x33, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, - 0x34, 0x18, 0x79, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, - 0x48, 0x03, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x34, 0x12, 0x46, 0x0a, 0x09, - 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0x7a, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x03, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, - 0x52, 0x61, 0x77, 0x35, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, - 0x36, 0x18, 0x7b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, - 0x48, 0x03, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x36, 0x12, 0x46, 0x0a, 0x09, - 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, 0x7c, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x03, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, - 0x52, 0x61, 0x77, 0x37, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, - 0x38, 0x18, 0x7d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, - 0x48, 0x03, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x38, 0x12, 0x46, 0x0a, 0x09, - 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0x7e, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x03, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, - 0x52, 0x61, 0x77, 0x39, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x30, 0x18, 0x7f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x30, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x30, 0x12, - 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x31, 0x18, 0x80, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x31, 0x48, 0x03, - 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, 0x4a, 0x0a, 0x0a, 0x72, - 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, 0x18, 0x81, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x32, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, - 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x32, 0x12, 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x33, 0x18, 0x82, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x31, 0x33, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, - 0x77, 0x31, 0x33, 0x12, 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x34, 0x18, 0x83, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x34, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, - 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0x84, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x03, - 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x4a, 0x0a, 0x0a, 0x72, - 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x85, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, - 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0x86, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, - 0x77, 0x31, 0x37, 0x12, 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x38, 0x18, 0x87, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x38, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, - 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x88, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x03, - 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x4a, 0x0a, 0x0a, 0x72, - 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, 0x89, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, - 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, - 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0x8a, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, - 0x77, 0x32, 0x31, 0x12, 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x32, 0x18, 0x8b, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x32, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, - 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x8c, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x03, - 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x4a, 0x0a, 0x0a, 0x72, - 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0x8d, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, - 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, - 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x8e, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, - 0x77, 0x32, 0x35, 0x12, 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x36, 0x18, 0x8f, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x36, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x36, 0x12, - 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x37, 0x18, 0x90, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x37, 0x48, 0x03, - 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, 0x4a, 0x0a, 0x0a, 0x72, - 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, 0x18, 0x91, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x38, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, - 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x38, 0x12, 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, - 0x72, 0x61, 0x77, 0x32, 0x39, 0x18, 0x92, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x39, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, - 0x77, 0x32, 0x39, 0x12, 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x33, - 0x30, 0x18, 0x93, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x33, 0x30, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, - 0x4a, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0x94, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x03, - 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x4a, 0x0a, 0x0a, 0x72, - 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x95, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x03, 0x52, 0x09, 0x72, 0x69, - 0x6f, 0x74, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x5d, 0x0a, 0x11, 0x72, 0x69, 0x6f, 0x74, 0x5f, - 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x96, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, - 0x32, 0x35, 0x36, 0x48, 0x03, 0x52, 0x0f, 0x72, 0x69, 0x6f, 0x74, 0x42, 0x6c, 0x61, 0x6b, 0x65, - 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, 0x4d, 0x0a, 0x0b, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x73, - 0x68, 0x61, 0x32, 0x35, 0x36, 0x18, 0x97, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x48, 0x03, 0x52, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x53, - 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, 0x56, 0x0a, 0x0e, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x6b, 0x65, - 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x18, 0x98, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x03, 0x52, 0x0d, - 0x72, 0x69, 0x6f, 0x74, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x5d, 0x0a, - 0x11, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, - 0x35, 0x36, 0x18, 0x99, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, - 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x48, 0x03, 0x52, 0x0f, 0x72, 0x69, 0x6f, - 0x74, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x12, 0x49, 0x0a, 0x0a, - 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x9a, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x04, 0x52, 0x09, 0x65, 0x6d, - 0x61, 0x69, 0x6c, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x49, 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, - 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, 0x9b, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x04, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, - 0x77, 0x30, 0x12, 0x49, 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x18, 0x9c, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x48, 0x04, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x12, 0x49, 0x0a, - 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x18, 0x9d, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x48, 0x04, 0x52, 0x09, 0x65, - 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x12, 0x49, 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, - 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x9e, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x04, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, - 0x61, 0x77, 0x33, 0x12, 0x49, 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, - 0x34, 0x18, 0x9f, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x34, 0x48, 0x04, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x34, 0x12, 0x49, - 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0xa0, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x04, 0x52, 0x09, - 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x35, 0x12, 0x49, 0x0a, 0x0a, 0x65, 0x6d, 0x61, - 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, 0xa1, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, 0x04, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, - 0x52, 0x61, 0x77, 0x36, 0x12, 0x49, 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, - 0x77, 0x37, 0x18, 0xa2, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x37, 0x48, 0x04, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x37, 0x12, - 0x49, 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, 0xa3, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, 0x04, 0x52, - 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x38, 0x12, 0x49, 0x0a, 0x0a, 0x65, 0x6d, - 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0xa4, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x04, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, - 0x6c, 0x52, 0x61, 0x77, 0x39, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x30, 0x18, 0xa5, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x30, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, - 0x77, 0x31, 0x30, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x31, 0x18, 0xa6, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x31, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, - 0x31, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, - 0x18, 0xa7, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x32, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x32, 0x12, - 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x33, 0x18, 0xa8, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x33, 0x48, - 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x33, 0x12, 0x4c, 0x0a, - 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x34, 0x18, 0xa9, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, 0x04, 0x52, - 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x4c, 0x0a, 0x0b, 0x65, - 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0xaa, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x04, 0x52, 0x0a, 0x65, - 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, - 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0xab, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, - 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, - 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0xac, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, - 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x38, 0x18, 0xad, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, - 0x77, 0x31, 0x38, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x39, 0x18, 0xae, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x39, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, - 0x39, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, - 0x18, 0xaf, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x30, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, - 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0xb0, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, - 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x4c, 0x0a, - 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0xb1, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x04, 0x52, - 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x4c, 0x0a, 0x0b, 0x65, - 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0xb2, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x04, 0x52, 0x0a, 0x65, - 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, - 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0xb3, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, - 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0xb4, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, - 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x36, 0x18, 0xb5, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x32, 0x36, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, - 0x77, 0x32, 0x36, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x37, 0x18, 0xb6, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x37, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, - 0x37, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, - 0x18, 0xb7, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x38, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x38, 0x12, - 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x39, 0x18, 0xb8, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x39, 0x48, - 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x39, 0x12, 0x4c, 0x0a, - 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x30, 0x18, 0xb9, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, 0x04, 0x52, - 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x4c, 0x0a, 0x0b, 0x65, - 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0xba, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x04, 0x52, 0x0a, 0x65, - 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x4c, 0x0a, 0x0b, 0x65, 0x6d, 0x61, - 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0xbb, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x04, 0x52, 0x0a, 0x65, 0x6d, 0x61, - 0x69, 0x6c, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x5f, 0x0a, 0x12, 0x65, 0x6d, 0x61, 0x69, 0x6c, - 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0xbc, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, - 0x6f, 0x32, 0x35, 0x36, 0x48, 0x04, 0x52, 0x10, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x42, 0x6c, 0x61, - 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, 0x4f, 0x0a, 0x0c, 0x65, 0x6d, 0x61, 0x69, - 0x6c, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x18, 0xbd, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x48, 0x04, 0x52, 0x0b, 0x65, 0x6d, - 0x61, 0x69, 0x6c, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, 0x58, 0x0a, 0x0f, 0x65, 0x6d, 0x61, - 0x69, 0x6c, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x18, 0xbe, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, - 0x36, 0x48, 0x04, 0x52, 0x0e, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, - 0x32, 0x35, 0x36, 0x12, 0x5f, 0x0a, 0x12, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x73, 0x68, 0x61, - 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, 0xbf, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, - 0x48, 0x04, 0x52, 0x10, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, - 0x65, 0x32, 0x35, 0x36, 0x12, 0x28, 0x0a, 0x0f, 0x70, 0x67, 0x70, 0x5f, 0x66, 0x69, 0x6e, 0x67, - 0x65, 0x72, 0x70, 0x72, 0x69, 0x6e, 0x74, 0x18, 0xc0, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0e, - 0x70, 0x67, 0x70, 0x46, 0x69, 0x6e, 0x67, 0x65, 0x72, 0x70, 0x72, 0x69, 0x6e, 0x74, 0x12, 0x49, - 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0xc1, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x05, 0x52, 0x09, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x49, 0x0a, 0x0a, 0x69, 0x6d, 0x61, - 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, 0xc2, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x05, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x52, 0x61, 0x77, 0x30, 0x12, 0x49, 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x18, 0xc3, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x48, 0x05, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, 0x12, - 0x49, 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x18, 0xc4, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x48, 0x05, 0x52, - 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, 0x12, 0x49, 0x0a, 0x0a, 0x69, 0x6d, - 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0xc5, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x05, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x52, 0x61, 0x77, 0x33, 0x12, 0x49, 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, - 0x61, 0x77, 0x34, 0x18, 0xc6, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x34, 0x48, 0x05, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x34, - 0x12, 0x49, 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0xc7, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x05, - 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x35, 0x12, 0x49, 0x0a, 0x0a, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, 0xc8, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, 0x05, 0x52, 0x09, 0x69, 0x6d, 0x61, - 0x67, 0x65, 0x52, 0x61, 0x77, 0x36, 0x12, 0x49, 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, - 0x72, 0x61, 0x77, 0x37, 0x18, 0xc9, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x37, 0x48, 0x05, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, - 0x37, 0x12, 0x49, 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, - 0xca, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, - 0x05, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x38, 0x12, 0x49, 0x0a, 0x0a, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0xcb, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x05, 0x52, 0x09, 0x69, 0x6d, - 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x39, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x5f, 0x72, 0x61, 0x77, 0x31, 0x30, 0x18, 0xcc, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x30, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x52, 0x61, 0x77, 0x31, 0x30, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x31, 0x18, 0xcd, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x31, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, - 0x77, 0x31, 0x31, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x32, 0x18, 0xce, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x32, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, - 0x32, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x33, - 0x18, 0xcf, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x33, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, 0x33, 0x12, - 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x34, 0x18, 0xd0, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, - 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x4c, 0x0a, - 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0xd1, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x05, 0x52, - 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x4c, 0x0a, 0x0b, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0xd2, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x05, 0x52, 0x0a, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, - 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, - 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0xd4, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x39, 0x18, 0xd5, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, - 0x77, 0x31, 0x39, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x30, 0x18, 0xd6, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x30, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, - 0x30, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, - 0x18, 0xd7, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x31, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, - 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0xd8, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, - 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x4c, 0x0a, - 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0xd9, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x05, 0x52, - 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x4c, 0x0a, 0x0b, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0xda, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x05, 0x52, 0x0a, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, - 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0xdb, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, - 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x36, 0x18, 0xdc, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x36, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x52, 0x61, 0x77, 0x32, 0x36, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x37, 0x18, 0xdd, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x32, 0x37, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, - 0x77, 0x32, 0x37, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x38, 0x18, 0xde, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x38, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, - 0x38, 0x12, 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x39, - 0x18, 0xdf, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x39, 0x48, 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, 0x39, 0x12, - 0x4c, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x30, 0x18, 0xe0, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, - 0x05, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x4c, 0x0a, - 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0xe1, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x05, 0x52, - 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x4c, 0x0a, 0x0b, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0xe2, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x05, 0x52, 0x0a, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x5f, 0x0a, 0x12, 0x69, 0x6d, 0x61, - 0x67, 0x65, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, - 0xe3, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, - 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x05, 0x52, 0x10, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x42, - 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, 0x4f, 0x0a, 0x0c, 0x69, 0x6d, - 0x61, 0x67, 0x65, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x18, 0xe4, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x48, 0x05, 0x52, 0x0b, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, 0x58, 0x0a, 0x0f, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x18, 0xe5, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, - 0x32, 0x35, 0x36, 0x48, 0x05, 0x52, 0x0e, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x4b, 0x65, 0x63, 0x63, - 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x5f, 0x0a, 0x12, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x73, - 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, 0xe6, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, - 0x35, 0x36, 0x48, 0x05, 0x52, 0x10, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x53, 0x68, 0x61, 0x54, 0x68, - 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x12, 0x4d, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, - 0x72, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0xe7, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x06, 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, - 0x72, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x4d, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, - 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, 0xe8, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x06, 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, - 0x52, 0x61, 0x77, 0x30, 0x12, 0x4d, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x18, 0xe9, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x48, 0x06, 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, - 0x61, 0x77, 0x31, 0x12, 0x4d, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x18, 0xea, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x48, 0x06, 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, - 0x77, 0x32, 0x12, 0x4d, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, - 0x77, 0x33, 0x18, 0xeb, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x33, 0x48, 0x06, 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, - 0x33, 0x12, 0x4d, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, - 0x34, 0x18, 0xec, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x34, 0x48, 0x06, 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x34, - 0x12, 0x4d, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x35, - 0x18, 0xed, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, - 0x48, 0x06, 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x35, 0x12, - 0x4d, 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, - 0xee, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, - 0x06, 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x36, 0x12, 0x4d, - 0x0a, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, 0xef, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x06, - 0x52, 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x37, 0x12, 0x4d, 0x0a, - 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, 0xf0, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, 0x06, 0x52, - 0x0b, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x38, 0x12, 0x4d, 0x0a, 0x0c, - 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0xf1, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x06, 0x52, 0x0b, - 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x39, 0x12, 0x50, 0x0a, 0x0d, 0x74, - 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x30, 0x18, 0xf2, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x30, 0x48, 0x06, 0x52, - 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x30, 0x12, 0x50, 0x0a, - 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x31, 0x18, 0xf3, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x31, 0x48, - 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, - 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, - 0x18, 0xf4, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x32, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, - 0x32, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x33, 0x18, 0xf5, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x33, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, - 0x77, 0x31, 0x33, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x34, 0x18, 0xf6, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, - 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, - 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0xf7, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, - 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, - 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0xf8, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, - 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, - 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0xf9, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x06, 0x52, 0x0c, 0x74, - 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x50, 0x0a, 0x0d, 0x74, - 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0xfa, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x06, 0x52, - 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x50, 0x0a, - 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0xfb, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, - 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, - 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, - 0x18, 0xfc, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x30, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, - 0x30, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x31, 0x18, 0xfd, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x31, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, - 0x77, 0x32, 0x31, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x32, 0x18, 0xfe, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, - 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0xff, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, - 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, - 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0x80, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, - 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, - 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x81, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x06, 0x52, 0x0c, 0x74, - 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x50, 0x0a, 0x0d, 0x74, - 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x36, 0x18, 0x82, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x36, 0x48, 0x06, 0x52, - 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, 0x36, 0x12, 0x50, 0x0a, - 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x37, 0x18, 0x83, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x37, 0x48, - 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, - 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, - 0x18, 0x84, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x38, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x32, - 0x38, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x39, 0x18, 0x85, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x39, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, - 0x77, 0x32, 0x39, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x72, - 0x61, 0x77, 0x33, 0x30, 0x18, 0x86, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, - 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, - 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0x87, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, 0x74, 0x74, - 0x65, 0x72, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x50, 0x0a, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, - 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x88, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x06, 0x52, 0x0c, 0x74, 0x77, 0x69, - 0x74, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x63, 0x0a, 0x14, 0x74, 0x77, 0x69, - 0x74, 0x74, 0x65, 0x72, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, - 0x36, 0x18, 0x89, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, - 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x06, 0x52, 0x12, 0x74, 0x77, 0x69, 0x74, - 0x74, 0x65, 0x72, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, 0x53, - 0x0a, 0x0e, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, - 0x18, 0x8a, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, - 0x35, 0x36, 0x48, 0x06, 0x52, 0x0d, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x53, 0x68, 0x61, - 0x32, 0x35, 0x36, 0x12, 0x5c, 0x0a, 0x11, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x6b, - 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x18, 0x8b, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x06, 0x52, - 0x10, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, - 0x36, 0x12, 0x63, 0x0a, 0x14, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x5f, 0x73, 0x68, 0x61, - 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, 0x8c, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, - 0x48, 0x06, 0x52, 0x12, 0x74, 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x53, 0x68, 0x61, 0x54, 0x68, - 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x42, 0x09, 0x0a, 0x07, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x42, 0x07, 0x0a, 0x05, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x42, 0x05, 0x0a, 0x03, 0x77, 0x65, - 0x62, 0x42, 0x06, 0x0a, 0x04, 0x72, 0x69, 0x6f, 0x74, 0x42, 0x07, 0x0a, 0x05, 0x65, 0x6d, 0x61, - 0x69, 0x6c, 0x42, 0x07, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x74, - 0x77, 0x69, 0x74, 0x74, 0x65, 0x72, 0x22, 0x37, 0x0a, 0x18, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x5f, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x1b, 0x0a, 0x09, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, 0x22, - 0x16, 0x0a, 0x14, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x22, 0x2c, 0x0a, 0x16, 0x47, 0x65, 0x61, 0x72, 0x56, - 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x64, - 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x48, 0x0a, 0x16, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x54, 0x75, - 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12, - 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x22, - 0x13, 0x0a, 0x11, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x43, 0x68, 0x69, 0x6c, 0x6c, - 0x43, 0x61, 0x6c, 0x6c, 0x22, 0xf8, 0x01, 0x0a, 0x51, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, - 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x36, - 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x12, 0x73, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x5b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, - 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, - 0x6e, 0x74, 0x33, 0x32, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, - 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x22, - 0x9d, 0x14, 0x0a, 0x31, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x5f, 0x44, 0x69, - 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, - 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x57, 0x69, 0x74, 0x68, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x49, 0x0a, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, - 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x62, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x62, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x67, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, - 0x70, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, - 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, - 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x76, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, - 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x56, - 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, - 0x61, 0x67, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, - 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x69, 0x6d, 0x5f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, - 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, - 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, - 0x6e, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, - 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, - 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, - 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x54, - 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x74, - 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x68, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x43, - 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x12, - 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x12, 0x74, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, - 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, - 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x71, 0x0a, 0x19, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x72, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x52, 0x0a, 0x0e, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x11, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, - 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, - 0x65, 0x72, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x63, 0x68, 0x65, 0x64, - 0x75, 0x6c, 0x65, 0x72, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x65, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x65, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x4f, - 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x18, - 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x12, - 0x88, 0x01, 0x0a, 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, - 0x5f, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x1e, 0x63, 0x61, 0x6c, 0x6c, - 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, - 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x18, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, - 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x5f, 0x0a, 0x13, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, - 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x43, - 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x65, 0x0a, 0x15, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x13, - 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, - 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, - 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x12, 0x62, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, - 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x12, 0x59, 0x0a, 0x11, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x5f, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, - 0x72, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, - 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, - 0xcd, 0x16, 0x0a, 0x0d, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x69, 0x6f, - 0x74, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, - 0x08, 0x72, 0x69, 0x6f, 0x74, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, - 0x74, 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x00, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, - 0x30, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x00, 0x52, - 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, - 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x48, 0x00, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, - 0x32, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x00, 0x52, - 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x33, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, - 0x74, 0x5f, 0x72, 0x61, 0x77, 0x34, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x34, 0x48, 0x00, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, - 0x34, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0x07, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x00, 0x52, - 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x35, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, - 0x74, 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, 0x00, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, - 0x36, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, 0x09, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x00, 0x52, - 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x37, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, - 0x74, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, 0x00, 0x52, 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, - 0x38, 0x12, 0x46, 0x0a, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x00, 0x52, - 0x08, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x39, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, - 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x30, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x30, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, - 0x61, 0x77, 0x31, 0x30, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x31, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x31, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, - 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, 0x18, 0x0e, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x32, 0x48, 0x00, 0x52, - 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x32, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, - 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x33, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x33, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, - 0x52, 0x61, 0x77, 0x31, 0x33, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x34, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x34, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x34, - 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0x11, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x00, - 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x49, 0x0a, 0x0a, 0x72, - 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, - 0x74, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x37, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x37, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, - 0x37, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, - 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, - 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x49, 0x0a, 0x0a, - 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, - 0x6f, 0x74, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, - 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, - 0x32, 0x30, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, - 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, - 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x49, 0x0a, - 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0x18, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x00, 0x52, 0x09, 0x72, - 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, - 0x77, 0x32, 0x33, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x34, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x34, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x49, - 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x1b, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x00, 0x52, 0x09, - 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, - 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x36, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x36, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, - 0x61, 0x77, 0x32, 0x36, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x37, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x37, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, - 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, 0x18, 0x1e, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x38, 0x48, 0x00, 0x52, - 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x32, 0x38, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, - 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x39, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x39, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, - 0x52, 0x61, 0x77, 0x32, 0x39, 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, - 0x77, 0x33, 0x30, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x33, 0x30, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x33, 0x30, - 0x12, 0x49, 0x0a, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0x21, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x00, - 0x52, 0x09, 0x72, 0x69, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x49, 0x0a, 0x0a, 0x72, - 0x69, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x00, 0x52, 0x09, 0x72, 0x69, 0x6f, - 0x74, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x5c, 0x0a, 0x11, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x62, - 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x23, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, - 0x36, 0x48, 0x00, 0x52, 0x0f, 0x72, 0x69, 0x6f, 0x74, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, - 0x6f, 0x32, 0x35, 0x36, 0x12, 0x4c, 0x0a, 0x0b, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x73, 0x68, 0x61, - 0x32, 0x35, 0x36, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, - 0x61, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0a, 0x72, 0x69, 0x6f, 0x74, 0x53, 0x68, 0x61, 0x32, - 0x35, 0x36, 0x12, 0x55, 0x0a, 0x0e, 0x72, 0x69, 0x6f, 0x74, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, - 0x6b, 0x32, 0x35, 0x36, 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, - 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0d, 0x72, 0x69, 0x6f, 0x74, - 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x5c, 0x0a, 0x11, 0x72, 0x69, 0x6f, - 0x74, 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, 0x26, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, - 0x65, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0f, 0x72, 0x69, 0x6f, 0x74, 0x53, 0x68, 0x61, 0x54, - 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x42, 0x06, 0x0a, 0x04, 0x72, 0x69, 0x6f, 0x74, 0x22, - 0xbb, 0x03, 0x0a, 0x10, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x48, 0x65, 0x61, - 0x76, 0x69, 0x65, 0x72, 0x12, 0x46, 0x0a, 0x0a, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x49, 0x64, 0x48, - 0x00, 0x52, 0x09, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x49, 0x64, 0x12, 0x4f, 0x0a, 0x0d, - 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, - 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, - 0x0c, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x49, 0x0a, - 0x0b, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, - 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0a, 0x68, 0x65, - 0x61, 0x76, 0x69, 0x65, 0x72, 0x52, 0x61, 0x77, 0x12, 0x5b, 0x0a, 0x11, 0x68, 0x65, 0x61, 0x76, - 0x69, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, - 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, - 0x32, 0x48, 0x00, 0x52, 0x10, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5b, 0x0a, 0x11, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, - 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, - 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, - 0x52, 0x10, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x42, 0x09, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x22, 0xf5, 0x03, - 0x0a, 0x1b, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x50, 0x72, 0x6f, 0x70, 0x6f, - 0x73, 0x65, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1b, 0x0a, - 0x09, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x08, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x75, - 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x09, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, - 0x49, 0x64, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, - 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x12, 0x49, 0x0a, 0x0b, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x72, - 0x61, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, - 0x48, 0x00, 0x52, 0x0a, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x52, 0x61, 0x77, 0x12, 0x5b, - 0x0a, 0x11, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x10, 0x63, 0x75, 0x72, 0x61, 0x74, - 0x6f, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5b, 0x0a, 0x11, 0x63, - 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x10, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x10, 0x0a, 0x03, 0x66, 0x65, 0x65, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x66, 0x65, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x63, 0x75, - 0x72, 0x61, 0x74, 0x6f, 0x72, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, - 0xce, 0x01, 0x0a, 0x16, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, - 0x52, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x4b, 0x0a, 0x07, 0x73, 0x70, - 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, - 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x07, - 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x67, 0x0a, 0x0a, 0x76, 0x6f, 0x75, 0x63, 0x68, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, - 0x65, 0x72, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, - 0x63, 0x68, 0x65, 0x72, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x6f, 0x75, 0x63, - 0x68, 0x65, 0x72, 0x49, 0x64, 0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64, - 0x22, 0x49, 0x0a, 0x15, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x4b, 0x69, 0x6c, 0x6c, 0x50, - 0x72, 0x65, 0x66, 0x69, 0x78, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, - 0x66, 0x69, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x70, 0x72, 0x65, 0x66, 0x69, - 0x78, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x62, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x07, 0x73, 0x75, 0x62, 0x6b, 0x65, 0x79, 0x73, 0x22, 0x0e, 0x0a, 0x0c, 0x47, - 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x22, 0x3b, 0x0a, 0x23, 0x52, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x52, 0x65, 0x66, 0x75, 0x6e, 0x64, 0x44, - 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x50, 0x0a, 0x0b, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x41, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, - 0x6c, 0x6c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xae, 0x02, 0x0a, 0x15, 0x4e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, - 0x74, 0x61, 0x74, 0x65, 0x12, 0x4f, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x6f, 0x70, - 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x5f, 0x4f, 0x70, 0x65, 0x6e, 0x48, 0x00, 0x52, 0x09, 0x73, 0x74, 0x61, 0x74, - 0x65, 0x4f, 0x70, 0x65, 0x6e, 0x12, 0x58, 0x0a, 0x0d, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x62, - 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x48, - 0x00, 0x52, 0x0c, 0x73, 0x74, 0x61, 0x74, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x12, - 0x61, 0x0a, 0x10, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, - 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x44, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x69, 0x6e, 0x67, 0x48, - 0x00, 0x52, 0x0f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x44, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x69, - 0x6e, 0x67, 0x42, 0x07, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x32, 0x0a, 0x18, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, - 0xd5, 0x05, 0x0a, 0x16, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x4b, 0x0a, 0x07, 0x73, 0x70, - 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, - 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x07, - 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x67, 0x0a, 0x0a, 0x76, 0x6f, 0x75, 0x63, 0x68, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, - 0x65, 0x72, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, - 0x63, 0x68, 0x65, 0x72, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x6f, 0x75, 0x63, - 0x68, 0x65, 0x72, 0x49, 0x64, 0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64, - 0x12, 0x5d, 0x0a, 0x0e, 0x6d, 0x6f, 0x76, 0x65, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, - 0x69, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x48, 0x01, 0x52, 0x0d, 0x6d, - 0x6f, 0x76, 0x65, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x88, 0x01, 0x01, 0x12, - 0x29, 0x0a, 0x0e, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x74, 0x6f, 0x70, 0x5f, 0x75, - 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0c, 0x62, 0x61, 0x6c, 0x61, 0x6e, - 0x63, 0x65, 0x54, 0x6f, 0x70, 0x55, 0x70, 0x88, 0x01, 0x01, 0x12, 0x5e, 0x0a, 0x14, 0x61, 0x70, - 0x70, 0x65, 0x6e, 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x73, 0x5f, 0x6e, 0x6f, - 0x6e, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, - 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x12, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x50, 0x72, - 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x73, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x5e, 0x0a, 0x14, 0x61, 0x70, - 0x70, 0x65, 0x6e, 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x73, 0x5f, 0x73, 0x6f, - 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, - 0x53, 0x6f, 0x6d, 0x65, 0x48, 0x00, 0x52, 0x12, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x50, 0x72, - 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x73, 0x53, 0x6f, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x0e, 0x63, 0x6f, - 0x64, 0x65, 0x5f, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x08, 0x48, 0x03, 0x52, 0x0d, 0x63, 0x6f, 0x64, 0x65, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, - 0x69, 0x6e, 0x67, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x70, 0x72, 0x6f, 0x6c, 0x6f, 0x6e, - 0x67, 0x5f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, - 0x48, 0x04, 0x52, 0x0f, 0x70, 0x72, 0x6f, 0x6c, 0x6f, 0x6e, 0x67, 0x44, 0x75, 0x72, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x42, 0x11, 0x0a, 0x0f, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x64, - 0x5f, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x73, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x6d, 0x6f, - 0x76, 0x65, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x42, 0x11, 0x0a, 0x0f, - 0x5f, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x74, 0x6f, 0x70, 0x5f, 0x75, 0x70, 0x42, - 0x11, 0x0a, 0x0f, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x69, - 0x6e, 0x67, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x70, 0x72, 0x6f, 0x6c, 0x6f, 0x6e, 0x67, 0x5f, 0x64, - 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x09, 0x0a, 0x07, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x22, 0xb7, 0x02, 0x0a, 0x15, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x56, 0x6f, 0x74, 0x65, 0x12, 0x5a, 0x0a, 0x0d, - 0x76, 0x6f, 0x74, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, - 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, - 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x48, 0x00, 0x52, 0x0c, 0x76, 0x6f, 0x74, 0x65, - 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x12, 0x51, 0x0a, 0x0a, 0x76, 0x6f, 0x74, 0x65, - 0x5f, 0x73, 0x70, 0x6c, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x48, 0x00, - 0x52, 0x09, 0x76, 0x6f, 0x74, 0x65, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x12, 0x67, 0x0a, 0x12, 0x76, - 0x6f, 0x74, 0x65, 0x5f, 0x73, 0x70, 0x6c, 0x69, 0x74, 0x5f, 0x61, 0x62, 0x73, 0x74, 0x61, 0x69, - 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, - 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x41, 0x62, 0x73, 0x74, 0x61, 0x69, 0x6e, - 0x48, 0x00, 0x52, 0x10, 0x76, 0x6f, 0x74, 0x65, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x41, 0x62, 0x73, - 0x74, 0x61, 0x69, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x76, 0x6f, 0x74, 0x65, 0x22, 0x82, 0x01, 0x0a, - 0x17, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x44, 0x65, 0x63, - 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x67, 0x0a, 0x0a, 0x76, 0x6f, 0x75, 0x63, - 0x68, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, - 0x68, 0x65, 0x72, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, - 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x6f, 0x75, - 0x63, 0x68, 0x65, 0x72, 0x49, 0x64, 0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, - 0x64, 0x22, 0x95, 0x03, 0x0a, 0x16, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x53, 0x75, 0x62, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x3e, 0x0a, 0x06, - 0x73, 0x75, 0x62, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x05, 0x73, 0x75, 0x62, 0x49, 0x64, 0x12, 0x47, 0x0a, 0x09, - 0x73, 0x75, 0x62, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, 0x73, 0x75, 0x62, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x41, 0x0a, 0x07, 0x73, 0x75, 0x62, 0x5f, 0x72, 0x61, 0x77, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, - 0x52, 0x06, 0x73, 0x75, 0x62, 0x52, 0x61, 0x77, 0x12, 0x53, 0x0a, 0x0d, 0x73, 0x75, 0x62, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, - 0x0c, 0x73, 0x75, 0x62, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x53, 0x0a, - 0x0d, 0x73, 0x75, 0x62, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x73, 0x75, 0x62, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x42, 0x05, 0x0a, 0x03, 0x73, 0x75, 0x62, 0x22, 0x54, 0x0a, 0x1a, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x20, 0x0a, - 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, - 0x55, 0x0a, 0x1d, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x1b, 0x0a, 0x09, 0x72, 0x65, 0x67, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x08, 0x72, 0x65, 0x67, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x17, 0x0a, - 0x07, 0x6d, 0x61, 0x78, 0x5f, 0x66, 0x65, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, - 0x6d, 0x61, 0x78, 0x46, 0x65, 0x65, 0x22, 0xd3, 0x03, 0x0a, 0x18, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, - 0x57, 0x68, 0x6f, 0x12, 0x4a, 0x0a, 0x06, 0x77, 0x68, 0x6f, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x76, 0x65, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x05, 0x77, 0x68, 0x6f, 0x49, 0x64, 0x12, - 0x53, 0x0a, 0x09, 0x77, 0x68, 0x6f, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x76, 0x65, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, 0x77, 0x68, 0x6f, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4d, 0x0a, 0x07, 0x77, 0x68, 0x6f, 0x5f, 0x72, 0x61, 0x77, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x06, 0x77, 0x68, 0x6f, - 0x52, 0x61, 0x77, 0x12, 0x5f, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x12, 0x5f, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x05, 0x0a, 0x03, 0x77, 0x68, 0x6f, 0x22, 0x28, 0x0a, 0x0e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x30, 0x12, 0x16, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x55, 0x0a, 0x18, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, - 0x6c, 0x6c, 0x12, 0x39, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x75, 0x70, - 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x4e, 0x0a, - 0x11, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, - 0x6c, 0x6c, 0x12, 0x39, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x75, 0x70, - 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x28, 0x0a, - 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, - 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xf2, 0x06, 0x0a, 0x1e, 0x42, 0x61, 0x67, 0x73, - 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x50, 0x75, 0x74, 0x49, 0x6e, 0x46, 0x72, 0x6f, 0x6e, 0x74, 0x4f, - 0x66, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x46, 0x0a, 0x0a, 0x68, 0x65, - 0x61, 0x76, 0x69, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, - 0x73, 0x74, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x09, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, - 0x49, 0x64, 0x12, 0x4f, 0x0a, 0x0d, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x5f, 0x69, 0x6e, - 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0c, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x12, 0x49, 0x0a, 0x0b, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x5f, 0x72, - 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x52, 0x61, 0x77, - 0x48, 0x00, 0x52, 0x0a, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x52, 0x61, 0x77, 0x12, 0x5b, - 0x0a, 0x11, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x10, 0x68, 0x65, 0x61, 0x76, 0x69, - 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5b, 0x0a, 0x11, 0x68, - 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x10, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x46, 0x0a, 0x0a, 0x6c, 0x69, 0x67, 0x68, - 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, - 0x5f, 0x49, 0x64, 0x48, 0x01, 0x52, 0x09, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x49, 0x64, - 0x12, 0x4f, 0x0a, 0x0d, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, - 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x48, 0x01, 0x52, 0x0c, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x12, 0x49, 0x0a, 0x0b, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, - 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x01, - 0x52, 0x0a, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x52, 0x61, 0x77, 0x12, 0x5b, 0x0a, 0x11, - 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, - 0x32, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x01, 0x52, 0x10, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5b, 0x0a, 0x11, 0x6c, 0x69, 0x67, - 0x68, 0x74, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x48, 0x01, 0x52, 0x10, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x09, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, - 0x72, 0x42, 0x09, 0x0a, 0x07, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x22, 0x0e, 0x0a, 0x0c, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x22, 0x6b, 0x0a, 0x16, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x43, 0x68, 0x69, 0x6c, 0x6c, 0x4f, 0x74, 0x68, - 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x51, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, - 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, - 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x0a, 0x63, - 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x22, 0x2b, 0x0a, 0x11, 0x43, 0x68, 0x69, - 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x12, 0x16, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x3d, 0x0a, 0x1c, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, - 0x61, 0x5f, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x54, 0x72, 0x69, 0x65, 0x4e, 0x6f, 0x64, - 0x65, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x72, 0x69, 0x65, 0x5f, 0x6e, - 0x6f, 0x64, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x74, 0x72, 0x69, 0x65, - 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0x63, 0x0a, 0x1c, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, - 0x73, 0x5f, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x43, 0x0a, 0x03, 0x77, 0x68, 0x6f, 0x18, 0x01, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, - 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x03, 0x77, 0x68, 0x6f, 0x22, 0x27, 0x0a, 0x0d, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, 0x12, 0x16, 0x0a, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x22, 0x9b, 0x17, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x48, 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, - 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, - 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x4e, 0x6f, 0x6e, 0x65, - 0x12, 0x48, 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x00, 0x52, - 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x30, 0x12, 0x48, 0x0a, 0x0a, 0x65, 0x6d, - 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x00, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, - 0x52, 0x61, 0x77, 0x31, 0x12, 0x48, 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x48, 0x00, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x12, 0x48, - 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x00, 0x52, 0x09, 0x65, - 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x33, 0x12, 0x48, 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, - 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x34, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x34, 0x48, 0x00, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, - 0x77, 0x34, 0x12, 0x48, 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x35, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, - 0x00, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x35, 0x12, 0x48, 0x0a, 0x0a, - 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, 0x00, 0x52, 0x09, 0x65, 0x6d, 0x61, - 0x69, 0x6c, 0x52, 0x61, 0x77, 0x36, 0x12, 0x48, 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, - 0x72, 0x61, 0x77, 0x37, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x37, 0x48, 0x00, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x37, - 0x12, 0x48, 0x0a, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, 0x00, 0x52, - 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x38, 0x12, 0x48, 0x0a, 0x0a, 0x65, 0x6d, - 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x00, 0x52, 0x09, 0x65, 0x6d, 0x61, 0x69, 0x6c, - 0x52, 0x61, 0x77, 0x39, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x30, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x30, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, - 0x30, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x31, - 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x31, - 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, 0x4b, - 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, 0x18, 0x0e, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x32, 0x48, 0x00, 0x52, - 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x32, 0x12, 0x4b, 0x0a, 0x0b, 0x65, - 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x33, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x33, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, - 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x33, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, - 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x34, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, - 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x35, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x35, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, - 0x31, 0x35, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x36, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x36, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, - 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0x13, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x00, - 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x4b, 0x0a, 0x0b, - 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x14, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x00, 0x52, 0x0a, 0x65, - 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, - 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, - 0x6c, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, - 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, - 0x77, 0x32, 0x30, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x31, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x31, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x31, - 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, - 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, - 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x4b, 0x0a, - 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x19, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x00, 0x52, 0x0a, - 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, - 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, - 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, - 0x61, 0x77, 0x32, 0x35, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x36, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x36, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, - 0x36, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x37, - 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x37, - 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, 0x4b, - 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, 0x18, 0x1e, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x38, 0x48, 0x00, 0x52, - 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x38, 0x12, 0x4b, 0x0a, 0x0b, 0x65, - 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x39, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x39, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, - 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x32, 0x39, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, - 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x30, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, - 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, - 0x61, 0x77, 0x33, 0x31, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x33, 0x31, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, - 0x33, 0x31, 0x12, 0x4b, 0x0a, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x33, - 0x32, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, - 0x32, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, - 0x5e, 0x0a, 0x12, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, - 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x10, 0x65, - 0x6d, 0x61, 0x69, 0x6c, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, - 0x4e, 0x0a, 0x0c, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x18, - 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, - 0x48, 0x00, 0x52, 0x0b, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, - 0x57, 0x0a, 0x0f, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, - 0x35, 0x36, 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, 0x63, - 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0e, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x4b, - 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x5e, 0x0a, 0x12, 0x65, 0x6d, 0x61, 0x69, - 0x6c, 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, 0x26, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, - 0x65, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x10, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x53, 0x68, 0x61, - 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x42, 0x07, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, - 0x6c, 0x22, 0xac, 0x08, 0x0a, 0x15, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x45, 0x0a, 0x0b, 0x64, - 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x22, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0a, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, - 0x49, 0x64, 0x12, 0x4e, 0x0a, 0x0e, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x69, - 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x48, 0x00, 0x52, 0x0d, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x48, 0x0a, 0x0c, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x72, - 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, - 0x0b, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x52, 0x61, 0x77, 0x12, 0x5a, 0x0a, 0x12, - 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x11, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5a, 0x0a, 0x12, 0x64, 0x65, 0x6c, 0x65, - 0x67, 0x61, 0x74, 0x65, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, - 0x00, 0x52, 0x11, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x12, 0x4b, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, - 0x70, 0x65, 0x5f, 0x61, 0x6e, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x6e, - 0x79, 0x48, 0x01, 0x52, 0x0c, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x41, 0x6e, - 0x79, 0x12, 0x64, 0x0a, 0x17, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, - 0x6e, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, - 0x6f, 0x78, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x48, - 0x01, 0x52, 0x14, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x4e, 0x6f, 0x6e, 0x54, - 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x12, 0x60, 0x0a, 0x15, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, - 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, - 0x63, 0x65, 0x48, 0x01, 0x52, 0x13, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x47, - 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x57, 0x0a, 0x12, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x48, 0x01, - 0x52, 0x10, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x12, 0x76, 0x0a, 0x1d, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, - 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, - 0x65, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x48, 0x01, 0x52, 0x1a, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x64, 0x0a, 0x17, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x43, 0x61, 0x6e, - 0x63, 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x48, 0x01, 0x52, 0x14, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x54, 0x79, 0x70, 0x65, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, - 0x12, 0x14, 0x0a, 0x05, 0x64, 0x65, 0x6c, 0x61, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x05, 0x64, 0x65, 0x6c, 0x61, 0x79, 0x42, 0x0a, 0x0a, 0x08, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, - 0x74, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, - 0x22, 0xd4, 0x14, 0x0a, 0x15, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x5a, 0x0a, 0x0e, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x6a, 0x6f, 0x69, 0x6e, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4a, 0x6f, - 0x69, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x4a, 0x6f, - 0x69, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6a, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, - 0x6f, 0x6e, 0x64, 0x5f, 0x65, 0x78, 0x74, 0x72, 0x61, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x42, 0x6f, 0x6e, 0x64, 0x45, 0x78, 0x74, 0x72, 0x61, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, - 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x6e, 0x64, 0x45, 0x78, 0x74, 0x72, 0x61, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x70, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6c, 0x61, 0x69, 0x6d, - 0x5f, 0x70, 0x61, 0x79, 0x6f, 0x75, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x43, 0x6c, - 0x61, 0x69, 0x6d, 0x50, 0x61, 0x79, 0x6f, 0x75, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, - 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x50, 0x61, 0x79, 0x6f, 0x75, 0x74, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x60, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x6e, 0x62, - 0x6f, 0x6e, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x55, 0x6e, 0x62, 0x6f, 0x6e, 0x64, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x6e, 0x62, 0x6f, - 0x6e, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x8c, 0x01, 0x0a, 0x20, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x5f, 0x75, 0x6e, - 0x62, 0x6f, 0x6e, 0x64, 0x65, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x42, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, 0x6f, 0x6f, - 0x6c, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x55, 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x65, - 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1c, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6f, - 0x6c, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x55, 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x65, - 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x7f, 0x0a, 0x1b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x69, - 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x5f, 0x75, 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x65, 0x64, 0x5f, - 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x55, 0x6e, - 0x62, 0x6f, 0x6e, 0x64, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, - 0x6c, 0x6c, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x55, 0x6e, 0x62, 0x6f, 0x6e, 0x64, - 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x60, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x43, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x81, 0x01, 0x0a, 0x1d, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x77, 0x69, 0x74, 0x68, 0x5f, 0x70, 0x6f, - 0x6f, 0x6c, 0x5f, 0x69, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x3e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x43, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, 0x50, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x57, 0x69, - 0x74, 0x68, 0x50, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x66, 0x0a, 0x12, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x61, - 0x6c, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x67, 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, - 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0a, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x10, 0x63, 0x61, 0x6c, - 0x6c, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x70, 0x0a, - 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, - 0x53, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x6d, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x63, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, - 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x70, - 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x6f, - 0x6c, 0x65, 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, - 0x6c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x5d, 0x0a, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x43, 0x68, 0x69, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, - 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x68, 0x69, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x7a, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x65, 0x78, 0x74, - 0x72, 0x61, 0x5f, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0f, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x42, - 0x6f, 0x6e, 0x64, 0x45, 0x78, 0x74, 0x72, 0x61, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x43, 0x61, 0x6c, - 0x6c, 0x48, 0x00, 0x52, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x6e, 0x64, 0x45, 0x78, 0x74, - 0x72, 0x61, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x86, 0x01, 0x0a, 0x1e, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x5f, 0x70, - 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x10, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x53, 0x65, 0x74, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, - 0x74, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x80, 0x01, 0x0a, 0x1c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6c, - 0x61, 0x69, 0x6d, 0x5f, 0x70, 0x61, 0x79, 0x6f, 0x75, 0x74, 0x5f, 0x6f, 0x74, 0x68, 0x65, 0x72, - 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x50, 0x61, 0x79, 0x6f, - 0x75, 0x74, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x18, 0x63, - 0x61, 0x6c, 0x6c, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x50, 0x61, 0x79, 0x6f, 0x75, 0x74, 0x4f, 0x74, - 0x68, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x76, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x73, 0x65, 0x74, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, - 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x80, 0x01, 0x0a, 0x1c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x63, 0x6f, 0x6d, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x61, 0x6c, 0x6c, - 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4d, - 0x61, 0x78, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, - 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x78, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x96, 0x01, 0x0a, 0x24, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, - 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, - 0x65, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x14, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x45, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, - 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, - 0x52, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1f, 0x63, 0x61, 0x6c, 0x6c, - 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x61, - 0x6e, 0x67, 0x65, 0x52, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x7c, 0x0a, 0x1a, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x3d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x43, 0x6c, 0x61, 0x69, 0x6d, - 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, - 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x43, 0x6f, 0x6d, 0x6d, 0x69, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x83, 0x01, 0x0a, 0x1d, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x61, 0x64, 0x6a, 0x75, 0x73, 0x74, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x64, - 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x16, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x3f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x6a, - 0x75, 0x73, 0x74, 0x50, 0x6f, 0x6f, 0x6c, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, - 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x41, 0x64, 0x6a, 0x75, 0x73, 0x74, - 0x50, 0x6f, 0x6f, 0x6c, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x42, - 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x81, 0x01, 0x0a, 0x23, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4d, 0x69, - 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x5a, 0x0a, 0x0f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x73, 0x74, 0x61, - 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x0e, 0x76, 0x61, 0x6c, - 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x53, 0x74, 0x61, 0x73, 0x68, 0x22, 0x9e, 0x02, 0x0a, 0x10, - 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x73, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, - 0x12, 0x54, 0x0a, 0x10, 0x61, 0x73, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x73, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x48, 0x00, 0x52, 0x0e, 0x61, 0x73, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, - 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x57, 0x0a, 0x11, 0x61, 0x73, 0x5f, 0x6f, 0x72, 0x69, - 0x67, 0x69, 0x6e, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, - 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x48, 0x00, 0x52, 0x0f, - 0x61, 0x73, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x12, - 0x4e, 0x0a, 0x0e, 0x61, 0x73, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x76, 0x6f, 0x69, - 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x56, 0x6f, 0x69, 0x64, 0x48, - 0x00, 0x52, 0x0c, 0x61, 0x73, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x56, 0x6f, 0x69, 0x64, 0x42, - 0x0b, 0x0a, 0x09, 0x61, 0x73, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x22, 0xf3, 0x01, 0x0a, - 0x43, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x46, 0x69, - 0x6e, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x72, 0x65, - 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x73, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, - 0x73, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x41, 0x70, 0x70, 0x53, 0x69, 0x67, 0x6e, 0x61, - 0x74, 0x75, 0x72, 0x65, 0x12, 0x52, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x74, 0x79, - 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x58, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x53, 0x70, 0x43, 0x6f, - 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x41, 0x70, - 0x70, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x22, 0x38, 0x0a, 0x1e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x94, 0x01, 0x0a, - 0x19, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x5f, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x12, 0x5d, 0x0a, 0x04, 0x76, 0x6f, - 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x49, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, - 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x76, 0x69, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x56, 0x6f, 0x74, 0x65, 0x56, - 0x6f, 0x74, 0x65, 0x52, 0x04, 0x76, 0x6f, 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, - 0x61, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, - 0x6e, 0x63, 0x65, 0x22, 0xa9, 0x03, 0x0a, 0x0d, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, - 0x50, 0x61, 0x79, 0x65, 0x65, 0x12, 0x4d, 0x0a, 0x0c, 0x70, 0x61, 0x79, 0x65, 0x65, 0x5f, 0x73, - 0x74, 0x61, 0x6b, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, - 0x74, 0x61, 0x6b, 0x65, 0x64, 0x48, 0x00, 0x52, 0x0b, 0x70, 0x61, 0x79, 0x65, 0x65, 0x53, 0x74, - 0x61, 0x6b, 0x65, 0x64, 0x12, 0x4a, 0x0a, 0x0b, 0x70, 0x61, 0x79, 0x65, 0x65, 0x5f, 0x73, 0x74, - 0x61, 0x73, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x74, 0x61, - 0x73, 0x68, 0x48, 0x00, 0x52, 0x0a, 0x70, 0x61, 0x79, 0x65, 0x65, 0x53, 0x74, 0x61, 0x73, 0x68, - 0x12, 0x59, 0x0a, 0x10, 0x70, 0x61, 0x79, 0x65, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, - 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x43, 0x6f, - 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x48, 0x00, 0x52, 0x0f, 0x70, 0x61, 0x79, 0x65, - 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x50, 0x0a, 0x0d, 0x70, - 0x61, 0x79, 0x65, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x48, 0x00, 0x52, - 0x0c, 0x70, 0x61, 0x79, 0x65, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x47, 0x0a, - 0x0a, 0x70, 0x61, 0x79, 0x65, 0x65, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x09, 0x70, 0x61, 0x79, - 0x65, 0x65, 0x4e, 0x6f, 0x6e, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x70, 0x61, 0x79, 0x65, 0x65, 0x22, - 0x6b, 0x0a, 0x14, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x56, 0x61, 0x6c, 0x69, 0x64, - 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x53, 0x0a, 0x05, 0x70, 0x72, 0x65, 0x66, 0x73, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, - 0x50, 0x72, 0x65, 0x66, 0x73, 0x52, 0x05, 0x70, 0x72, 0x65, 0x66, 0x73, 0x22, 0xea, 0x0e, 0x0a, - 0x1d, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5f, - 0x0a, 0x17, 0x6d, 0x69, 0x6e, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, - 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x00, 0x52, 0x14, 0x6d, 0x69, 0x6e, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x6f, 0x6e, 0x64, 0x4e, 0x6f, 0x6f, 0x70, 0x12, - 0x5c, 0x0a, 0x16, 0x6d, 0x69, 0x6e, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, - 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x00, 0x52, 0x13, 0x6d, 0x69, 0x6e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x6f, 0x6e, 0x64, 0x53, 0x65, 0x74, 0x12, 0x65, 0x0a, - 0x19, 0x6d, 0x69, 0x6e, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x62, - 0x6f, 0x6e, 0x64, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x00, 0x52, 0x16, 0x6d, 0x69, - 0x6e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x6f, 0x6e, 0x64, 0x52, 0x65, - 0x6d, 0x6f, 0x76, 0x65, 0x12, 0x5f, 0x0a, 0x17, 0x6d, 0x69, 0x6e, 0x5f, 0x76, 0x61, 0x6c, 0x69, - 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x01, 0x52, - 0x14, 0x6d, 0x69, 0x6e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x6f, 0x6e, - 0x64, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x5c, 0x0a, 0x16, 0x6d, 0x69, 0x6e, 0x5f, 0x76, 0x61, 0x6c, - 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x73, 0x65, 0x74, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x01, 0x52, 0x13, - 0x6d, 0x69, 0x6e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x6f, 0x6e, 0x64, - 0x53, 0x65, 0x74, 0x12, 0x65, 0x0a, 0x19, 0x6d, 0x69, 0x6e, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, - 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, - 0x48, 0x01, 0x52, 0x16, 0x6d, 0x69, 0x6e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, - 0x42, 0x6f, 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12, 0x61, 0x0a, 0x18, 0x6d, 0x61, - 0x78, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, - 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x02, 0x52, 0x15, 0x6d, 0x61, 0x78, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x5e, 0x0a, - 0x17, 0x6d, 0x61, 0x78, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x02, 0x52, 0x14, 0x6d, 0x61, 0x78, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x65, 0x74, 0x12, 0x67, 0x0a, - 0x1a, 0x6d, 0x61, 0x78, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x02, 0x52, 0x17, 0x6d, - 0x61, 0x78, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, - 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12, 0x61, 0x0a, 0x18, 0x6d, 0x61, 0x78, 0x5f, 0x76, 0x61, - 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x6e, 0x6f, - 0x6f, 0x70, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, - 0x48, 0x03, 0x52, 0x15, 0x6d, 0x61, 0x78, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, - 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x5e, 0x0a, 0x17, 0x6d, 0x61, 0x78, - 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x5f, 0x73, 0x65, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x65, - 0x74, 0x48, 0x03, 0x52, 0x14, 0x6d, 0x61, 0x78, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, - 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x65, 0x74, 0x12, 0x67, 0x0a, 0x1a, 0x6d, 0x61, 0x78, - 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x03, 0x52, 0x17, 0x6d, 0x61, 0x78, 0x56, 0x61, - 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x12, 0x5a, 0x0a, 0x14, 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x5f, 0x74, 0x68, 0x72, 0x65, - 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x04, 0x52, 0x12, 0x63, 0x68, 0x69, 0x6c, - 0x6c, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x57, - 0x0a, 0x13, 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, - 0x64, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, - 0x65, 0x74, 0x48, 0x04, 0x52, 0x11, 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x54, 0x68, 0x72, 0x65, 0x73, - 0x68, 0x6f, 0x6c, 0x64, 0x53, 0x65, 0x74, 0x12, 0x60, 0x0a, 0x16, 0x63, 0x68, 0x69, 0x6c, 0x6c, - 0x5f, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, - 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, - 0x65, 0x48, 0x04, 0x52, 0x14, 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, - 0x6f, 0x6c, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12, 0x58, 0x0a, 0x13, 0x6d, 0x69, 0x6e, - 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, - 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x05, - 0x52, 0x11, 0x6d, 0x69, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4e, - 0x6f, 0x6f, 0x70, 0x12, 0x55, 0x0a, 0x12, 0x6d, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x05, 0x52, 0x10, 0x6d, 0x69, 0x6e, 0x43, 0x6f, 0x6d, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x12, 0x5e, 0x0a, 0x15, 0x6d, 0x69, - 0x6e, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x6d, - 0x6f, 0x76, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x6d, - 0x6f, 0x76, 0x65, 0x48, 0x05, 0x52, 0x13, 0x6d, 0x69, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x42, 0x14, 0x0a, 0x12, 0x6d, 0x69, - 0x6e, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x62, 0x6f, 0x6e, 0x64, - 0x42, 0x14, 0x0a, 0x12, 0x6d, 0x69, 0x6e, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, - 0x72, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x42, 0x15, 0x0a, 0x13, 0x6d, 0x61, 0x78, 0x5f, 0x6e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x15, 0x0a, - 0x13, 0x6d, 0x61, 0x78, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x11, 0x0a, 0x0f, 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x5f, 0x74, 0x68, - 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x42, 0x10, 0x0a, 0x0e, 0x6d, 0x69, 0x6e, 0x5f, 0x63, - 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x8e, 0x07, 0x0a, 0x1e, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x5f, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6c, 0x0a, 0x16, - 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, - 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x53, 0x79, 0x73, 0x74, - 0x65, 0x6d, 0x48, 0x00, 0x52, 0x14, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4f, 0x72, - 0x69, 0x67, 0x69, 0x6e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x6f, 0x0a, 0x17, 0x70, 0x72, - 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x6f, 0x72, - 0x69, 0x67, 0x69, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4f, 0x72, 0x69, 0x67, 0x69, - 0x6e, 0x73, 0x48, 0x00, 0x52, 0x15, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4f, 0x72, - 0x69, 0x67, 0x69, 0x6e, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x12, 0x66, 0x0a, 0x14, 0x70, - 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x76, - 0x6f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x56, 0x6f, 0x69, 0x64, 0x48, 0x00, 0x52, - 0x12, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x56, - 0x6f, 0x69, 0x64, 0x12, 0x5f, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, - 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4c, 0x65, 0x67, 0x61, - 0x63, 0x79, 0x48, 0x01, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4c, 0x65, - 0x67, 0x61, 0x63, 0x79, 0x12, 0x5f, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, - 0x5f, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x49, 0x6e, 0x6c, - 0x69, 0x6e, 0x65, 0x48, 0x01, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x49, - 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x5f, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, - 0x6c, 0x5f, 0x6c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4c, 0x6f, - 0x6f, 0x6b, 0x75, 0x70, 0x48, 0x01, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, - 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x12, 0x62, 0x0a, 0x13, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, - 0x65, 0x6e, 0x74, 0x5f, 0x6d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x61, 0x74, 0x18, 0x07, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x61, 0x5f, 0x41, 0x74, 0x48, 0x02, 0x52, 0x11, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, 0x65, - 0x6e, 0x74, 0x4d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x12, 0x6b, 0x0a, 0x16, 0x65, 0x6e, - 0x61, 0x63, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x61, - 0x66, 0x74, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x41, 0x66, 0x74, 0x65, 0x72, 0x48, - 0x02, 0x52, 0x14, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x6d, 0x65, - 0x6e, 0x74, 0x41, 0x66, 0x74, 0x65, 0x72, 0x42, 0x11, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x70, 0x6f, - 0x73, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x42, 0x0a, 0x0a, 0x08, 0x70, 0x72, - 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x42, 0x12, 0x0a, 0x10, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, - 0x65, 0x6e, 0x74, 0x5f, 0x6d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0x27, 0x0a, 0x0d, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x12, 0x16, 0x0a, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x22, 0x2c, 0x0a, 0x12, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x22, 0x55, 0x0a, 0x08, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x12, 0x49, 0x0a, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, - 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xe1, 0x01, 0x0a, 0x15, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x45, 0x78, 0x74, - 0x72, 0x61, 0x12, 0x65, 0x0a, 0x12, 0x65, 0x78, 0x74, 0x72, 0x61, 0x5f, 0x66, 0x72, 0x65, 0x65, - 0x5f, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x46, 0x72, 0x65, 0x65, 0x42, 0x61, - 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x48, 0x00, 0x52, 0x10, 0x65, 0x78, 0x74, 0x72, 0x61, 0x46, 0x72, - 0x65, 0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x58, 0x0a, 0x0d, 0x65, 0x78, 0x74, - 0x72, 0x61, 0x5f, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x77, 0x61, - 0x72, 0x64, 0x73, 0x48, 0x00, 0x52, 0x0c, 0x65, 0x78, 0x74, 0x72, 0x61, 0x52, 0x65, 0x77, 0x61, - 0x72, 0x64, 0x73, 0x42, 0x07, 0x0a, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x22, 0xf9, 0x02, 0x0a, - 0x1c, 0x53, 0x70, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x69, - 0x63, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x4d, 0x0a, - 0x0b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, - 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, - 0x52, 0x0a, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x48, 0x61, 0x73, 0x68, 0x12, 0x16, 0x0a, 0x06, - 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x6e, 0x75, - 0x6d, 0x62, 0x65, 0x72, 0x12, 0x4b, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x6f, - 0x6f, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, - 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x09, 0x73, 0x74, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6f, - 0x74, 0x12, 0x55, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x72, 0x69, 0x6e, 0x73, 0x69, 0x63, 0x73, 0x5f, - 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, - 0x79, 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x0e, 0x65, 0x78, 0x74, 0x72, 0x69, 0x6e, - 0x73, 0x69, 0x63, 0x73, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x4e, 0x0a, 0x06, 0x64, 0x69, 0x67, 0x65, - 0x73, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x47, 0x65, 0x6e, - 0x65, 0x72, 0x69, 0x63, 0x44, 0x69, 0x67, 0x65, 0x73, 0x74, 0x44, 0x69, 0x67, 0x65, 0x73, 0x74, - 0x52, 0x06, 0x64, 0x69, 0x67, 0x65, 0x73, 0x74, 0x22, 0x14, 0x0a, 0x12, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x5f, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x22, 0xd6, - 0x02, 0x0a, 0x18, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x50, 0x72, 0x6f, - 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x12, 0x62, 0x0a, 0x16, 0x70, - 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x73, - 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, - 0x5f, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x48, 0x00, 0x52, 0x14, 0x70, 0x72, 0x6f, 0x70, 0x6f, - 0x73, 0x61, 0x6c, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, - 0x65, 0x0a, 0x17, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, 0x67, - 0x69, 0x6e, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x48, 0x00, 0x52, - 0x15, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x4f, - 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x12, 0x5c, 0x0a, 0x14, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, - 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x76, 0x6f, 0x69, 0x64, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x56, 0x6f, 0x69, 0x64, 0x48, 0x00, - 0x52, 0x12, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, - 0x56, 0x6f, 0x69, 0x64, 0x42, 0x11, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, - 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x22, 0x23, 0x0a, 0x09, 0x50, 0x72, 0x6f, 0x78, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xf7, 0x01, 0x0a, - 0x50, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, - 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, - 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, - 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x35, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, - 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x73, 0x0a, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5b, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, - 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, - 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x53, 0x70, 0x41, 0x72, 0x69, - 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, - 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x12, 0x16, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x22, 0x2b, 0x0a, 0x11, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, - 0x5f, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x72, - 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x72, 0x65, 0x6d, - 0x61, 0x72, 0x6b, 0x22, 0x24, 0x0a, 0x0a, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x4f, 0x74, 0x68, 0x65, - 0x72, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xde, 0x02, 0x0a, 0x19, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4d, 0x61, 0x78, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, - 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x61, 0x0a, 0x18, 0x6d, 0x61, 0x78, 0x5f, 0x76, - 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x6e, - 0x6f, 0x6f, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6f, - 0x70, 0x48, 0x00, 0x52, 0x15, 0x6d, 0x61, 0x78, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, - 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x5e, 0x0a, 0x17, 0x6d, 0x61, - 0x78, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x14, 0x6d, 0x61, 0x78, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, - 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x65, 0x74, 0x12, 0x67, 0x0a, 0x1a, 0x6d, 0x61, - 0x78, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x00, 0x52, 0x17, 0x6d, 0x61, 0x78, 0x56, - 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x6d, - 0x6f, 0x76, 0x65, 0x42, 0x15, 0x0a, 0x13, 0x6d, 0x61, 0x78, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, - 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xda, 0x02, 0x0a, 0x19, 0x43, - 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, - 0x56, 0x6f, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x6f, 0x6c, 0x6c, - 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x70, 0x6f, - 0x6c, 0x6c, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x5a, 0x0a, 0x0d, 0x76, 0x6f, 0x74, 0x65, 0x5f, - 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x74, 0x61, 0x6e, 0x64, - 0x61, 0x72, 0x64, 0x48, 0x00, 0x52, 0x0c, 0x76, 0x6f, 0x74, 0x65, 0x53, 0x74, 0x61, 0x6e, 0x64, - 0x61, 0x72, 0x64, 0x12, 0x51, 0x0a, 0x0a, 0x76, 0x6f, 0x74, 0x65, 0x5f, 0x73, 0x70, 0x6c, 0x69, - 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, - 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x48, 0x00, 0x52, 0x09, 0x76, 0x6f, 0x74, - 0x65, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x12, 0x67, 0x0a, 0x12, 0x76, 0x6f, 0x74, 0x65, 0x5f, 0x73, - 0x70, 0x6c, 0x69, 0x74, 0x5f, 0x61, 0x62, 0x73, 0x74, 0x61, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x53, - 0x70, 0x6c, 0x69, 0x74, 0x41, 0x62, 0x73, 0x74, 0x61, 0x69, 0x6e, 0x48, 0x00, 0x52, 0x10, 0x76, - 0x6f, 0x74, 0x65, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x41, 0x62, 0x73, 0x74, 0x61, 0x69, 0x6e, 0x42, - 0x06, 0x0a, 0x04, 0x76, 0x6f, 0x74, 0x65, 0x22, 0x37, 0x0a, 0x1f, 0x43, 0x6f, 0x6e, 0x76, 0x69, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x55, 0x6e, 0x64, 0x65, - 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, - 0x61, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, 0x6c, 0x61, 0x73, 0x73, - 0x22, 0xb7, 0x18, 0x0a, 0x10, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x44, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, - 0x6f, 0x6e, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, - 0x61, 0x77, 0x30, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x30, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, - 0x30, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x31, 0x12, - 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x48, 0x00, - 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x12, 0x4c, 0x0a, - 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x00, 0x52, 0x0b, - 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x33, 0x12, 0x4c, 0x0a, 0x0c, 0x64, - 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x34, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x34, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, - 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, - 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x35, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x52, 0x61, 0x77, 0x36, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x37, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, - 0x61, 0x77, 0x37, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, - 0x61, 0x77, 0x38, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x38, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, - 0x38, 0x12, 0x4c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, - 0x39, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, - 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x39, 0x12, - 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x30, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x30, - 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x31, 0x30, - 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x31, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x31, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x31, - 0x31, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x32, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, - 0x31, 0x32, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x33, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x33, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, - 0x77, 0x31, 0x33, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x34, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x34, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, - 0x61, 0x77, 0x31, 0x34, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, - 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, - 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, - 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, - 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0x17, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, 0x00, 0x52, 0x0c, 0x64, - 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x4f, 0x0a, 0x0d, 0x64, - 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0x18, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x00, 0x52, 0x0c, - 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x4f, 0x0a, 0x0d, - 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x19, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x00, 0x52, - 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x4f, 0x0a, - 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0x1a, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x00, - 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x4f, - 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, - 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, - 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, - 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x36, - 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x36, - 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, 0x36, - 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x37, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x37, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, 0x32, - 0x37, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x38, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x38, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, 0x77, - 0x32, 0x38, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x39, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x39, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x61, - 0x77, 0x32, 0x39, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x72, - 0x61, 0x77, 0x33, 0x30, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x33, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x52, - 0x61, 0x77, 0x33, 0x30, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, - 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x4f, 0x0a, 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x62, 0x0a, 0x14, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, - 0x79, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x23, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, - 0x6f, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x12, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x42, - 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, 0x52, 0x0a, 0x0e, 0x64, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x18, 0x24, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, - 0x0d, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, 0x5b, - 0x0a, 0x11, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, 0x6b, - 0x32, 0x35, 0x36, 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, - 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x10, 0x64, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x62, 0x0a, 0x14, 0x64, - 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, - 0x32, 0x35, 0x36, 0x18, 0x26, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, - 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x12, 0x64, 0x69, 0x73, - 0x70, 0x6c, 0x61, 0x79, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x42, - 0x09, 0x0a, 0x07, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x22, 0xc7, 0x04, 0x0a, 0x1a, 0x4e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, - 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x71, 0x0a, 0x17, 0x70, 0x65, 0x72, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x65, 0x64, 0x48, 0x00, 0x52, 0x16, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x12, 0x90, 0x01, 0x0a, - 0x22, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x65, 0x72, 0x6d, - 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, - 0x75, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, - 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x75, 0x6e, 0x64, 0x48, 0x00, 0x52, 0x20, 0x70, - 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, - 0x69, 0x6f, 0x6e, 0x6c, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x75, 0x6e, 0x64, 0x12, - 0x90, 0x01, 0x0a, 0x22, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x70, - 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, 0x65, 0x73, 0x73, 0x5f, 0x77, 0x69, - 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x6c, 0x65, 0x73, 0x73, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x48, 0x00, - 0x52, 0x20, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x6d, - 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, 0x65, 0x73, 0x73, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, - 0x61, 0x77, 0x12, 0x81, 0x01, 0x0a, 0x1d, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, - 0x6e, 0x5f, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, 0x65, 0x73, 0x73, - 0x5f, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x6c, 0x65, 0x73, 0x73, 0x41, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1b, 0x70, 0x65, 0x72, 0x6d, 0x69, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, - 0x65, 0x73, 0x73, 0x41, 0x6c, 0x6c, 0x42, 0x0c, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x59, 0x0a, 0x0b, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x43, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x12, 0x40, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5f, 0x76, 0x31, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x56, 0x31, 0x48, 0x00, 0x52, 0x08, 0x63, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x56, 0x31, 0x42, 0x08, 0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, - 0x19, 0x0a, 0x17, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, - 0x4e, 0x65, 0x77, 0x45, 0x72, 0x61, 0x43, 0x61, 0x6c, 0x6c, 0x22, 0xb4, 0x06, 0x0a, 0x14, 0x52, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x62, 0x0a, 0x16, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, - 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x48, - 0x00, 0x52, 0x14, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4f, 0x72, 0x69, 0x67, 0x69, - 0x6e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x65, 0x0a, 0x17, 0x70, 0x72, 0x6f, 0x70, 0x6f, - 0x73, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, - 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4f, 0x72, - 0x69, 0x67, 0x69, 0x6e, 0x73, 0x48, 0x00, 0x52, 0x15, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, - 0x6c, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x12, 0x5c, - 0x0a, 0x14, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, - 0x6e, 0x5f, 0x76, 0x6f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x5f, 0x56, 0x6f, 0x69, 0x64, 0x48, 0x00, 0x52, 0x12, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, - 0x61, 0x6c, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x56, 0x6f, 0x69, 0x64, 0x12, 0x55, 0x0a, 0x0f, - 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4c, 0x65, 0x67, 0x61, 0x63, - 0x79, 0x48, 0x01, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4c, 0x65, 0x67, - 0x61, 0x63, 0x79, 0x12, 0x55, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, - 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x5f, 0x49, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x48, 0x01, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x70, - 0x6f, 0x73, 0x61, 0x6c, 0x49, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x55, 0x0a, 0x0f, 0x70, 0x72, - 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x48, - 0x01, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, - 0x70, 0x12, 0x58, 0x0a, 0x13, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6d, - 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x61, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x5f, 0x41, 0x74, 0x48, 0x02, 0x52, 0x11, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, - 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x12, 0x61, 0x0a, 0x16, 0x65, - 0x6e, 0x61, 0x63, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x5f, - 0x61, 0x66, 0x74, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, - 0x5f, 0x41, 0x66, 0x74, 0x65, 0x72, 0x48, 0x02, 0x52, 0x14, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, - 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x41, 0x66, 0x74, 0x65, 0x72, 0x42, 0x11, - 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, - 0x6e, 0x42, 0x0a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x42, 0x12, 0x0a, - 0x10, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6d, 0x6f, 0x6d, 0x65, 0x6e, - 0x74, 0x22, 0x5d, 0x0a, 0x10, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x5f, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0xaf, 0x05, 0x0a, 0x22, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x42, 0x6f, 0x6e, 0x64, 0x45, 0x78, 0x74, 0x72, 0x61, 0x4f, 0x74, - 0x68, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x4b, 0x0a, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x08, 0x6d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x49, 0x64, 0x12, 0x54, 0x0a, 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x69, - 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0b, 0x6d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4e, 0x0a, 0x0a, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, - 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x61, 0x77, 0x12, 0x60, 0x0a, 0x10, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0f, 0x6d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x60, 0x0a, 0x10, - 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0f, 0x6d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x65, - 0x0a, 0x12, 0x65, 0x78, 0x74, 0x72, 0x61, 0x5f, 0x66, 0x72, 0x65, 0x65, 0x5f, 0x62, 0x61, 0x6c, - 0x61, 0x6e, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x46, 0x72, 0x65, 0x65, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, - 0x65, 0x48, 0x01, 0x52, 0x10, 0x65, 0x78, 0x74, 0x72, 0x61, 0x46, 0x72, 0x65, 0x65, 0x42, 0x61, - 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x58, 0x0a, 0x0d, 0x65, 0x78, 0x74, 0x72, 0x61, 0x5f, 0x72, - 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x48, - 0x01, 0x52, 0x0c, 0x65, 0x78, 0x74, 0x72, 0x61, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x42, - 0x08, 0x0a, 0x06, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x07, 0x0a, 0x05, 0x65, 0x78, 0x74, - 0x72, 0x61, 0x22, 0x23, 0x0a, 0x21, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x6c, 0x65, 0x73, 0x73, 0x41, 0x6c, 0x6c, 0x22, 0xe7, 0x01, 0x0a, 0x16, 0x47, 0x65, 0x61, 0x72, - 0x5f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x44, 0x0a, 0x07, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, - 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x49, 0x64, - 0x52, 0x06, 0x63, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x61, 0x6c, 0x74, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x73, 0x61, 0x6c, 0x74, 0x12, 0x21, 0x0a, 0x0c, - 0x69, 0x6e, 0x69, 0x74, 0x5f, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x0b, 0x69, 0x6e, 0x69, 0x74, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, - 0x1b, 0x0a, 0x09, 0x67, 0x61, 0x73, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x08, 0x67, 0x61, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x14, 0x0a, 0x05, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x6b, 0x65, 0x65, 0x70, 0x5f, 0x61, 0x6c, 0x69, 0x76, 0x65, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6b, 0x65, 0x65, 0x70, 0x41, 0x6c, 0x69, 0x76, - 0x65, 0x22, 0x1c, 0x0a, 0x1a, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, - 0x5f, 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x22, - 0x6e, 0x0a, 0x17, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x4e, 0x6f, 0x74, 0x65, 0x53, - 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x64, 0x65, - 0x6c, 0x61, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x64, 0x65, 0x6c, 0x61, 0x79, - 0x12, 0x3d, 0x0a, 0x1b, 0x62, 0x65, 0x73, 0x74, 0x5f, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, - 0x65, 0x64, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x18, 0x62, 0x65, 0x73, 0x74, 0x46, 0x69, 0x6e, 0x61, 0x6c, - 0x69, 0x7a, 0x65, 0x64, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, - 0xc7, 0x03, 0x0a, 0x21, 0x53, 0x70, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x45, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, - 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x64, 0x48, - 0x00, 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x49, 0x64, 0x12, 0x4e, 0x0a, 0x0d, - 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0c, - 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x48, 0x0a, 0x0b, - 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0a, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x73, 0x52, 0x61, 0x77, 0x12, 0x5a, 0x0a, 0x11, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, - 0x73, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, - 0x52, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x12, 0x5a, 0x0a, 0x11, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x5f, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x10, 0x74, 0x61, - 0x72, 0x67, 0x65, 0x74, 0x73, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x09, - 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x22, 0x89, 0x04, 0x0a, 0x19, 0x43, 0x68, - 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x42, 0x65, 0x6e, 0x65, - 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x12, 0x53, 0x0a, 0x0e, 0x62, 0x65, 0x6e, 0x65, 0x66, - 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0d, 0x62, - 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x49, 0x64, 0x12, 0x5c, 0x0a, 0x11, - 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x69, 0x6e, 0x64, 0x65, - 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, - 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x10, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, - 0x63, 0x69, 0x61, 0x72, 0x79, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x56, 0x0a, 0x0f, 0x62, 0x65, - 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, - 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, - 0x48, 0x00, 0x52, 0x0e, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x52, - 0x61, 0x77, 0x12, 0x68, 0x0a, 0x15, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, - 0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, - 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x14, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, - 0x61, 0x72, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x68, 0x0a, 0x15, - 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, - 0x52, 0x14, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x0d, 0x0a, 0x0b, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, - 0x63, 0x69, 0x61, 0x72, 0x79, 0x22, 0x76, 0x0a, 0x22, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, - 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x43, 0x68, 0x69, 0x6c, - 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x28, 0x0a, 0x10, 0x70, - 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x79, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, - 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, - 0x63, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, 0x22, 0x64, 0x0a, - 0x13, 0x47, 0x65, 0x61, 0x72, 0x5f, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x56, 0x61, 0x6c, 0x75, 0x65, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x4d, 0x0a, 0x0a, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x4d, - 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, - 0x65, 0x49, 0x64, 0x22, 0x72, 0x0a, 0x26, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x53, - 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, - 0x61, 0x41, 0x70, 0x70, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x48, 0x0a, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x45, - 0x64, 0x32, 0x35, 0x35, 0x31, 0x39, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x22, 0x17, 0x0a, 0x15, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x50, 0x75, 0x72, - 0x67, 0x65, 0x4b, 0x65, 0x79, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x22, 0xcd, 0x14, 0x0a, 0x16, 0x55, - 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x57, 0x69, 0x74, 0x68, 0x57, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x49, 0x0a, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, - 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x62, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x62, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x67, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, - 0x70, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, - 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, - 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x76, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, - 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x56, - 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, - 0x61, 0x67, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, - 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x69, 0x6d, 0x5f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, - 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, - 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, - 0x6e, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, - 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, - 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, - 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x54, - 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x74, - 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x68, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x43, - 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x12, - 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x12, 0x74, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, - 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, - 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x71, 0x0a, 0x19, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x72, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x52, 0x0a, 0x0e, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x11, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, - 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, - 0x65, 0x72, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x63, 0x68, 0x65, 0x64, - 0x75, 0x6c, 0x65, 0x72, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x65, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x65, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x4f, - 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x18, - 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x12, - 0x88, 0x01, 0x0a, 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, - 0x5f, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x1e, 0x63, 0x61, 0x6c, 0x6c, - 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, - 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x18, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, - 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x5f, 0x0a, 0x13, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, - 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x43, - 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x65, 0x0a, 0x15, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x13, - 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, - 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, - 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x12, 0x62, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, - 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x12, 0x59, 0x0a, 0x11, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x5f, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, - 0x72, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, - 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x12, 0x49, 0x0a, 0x06, 0x77, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x70, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x73, 0x57, 0x65, 0x69, 0x67, - 0x68, 0x74, 0x56, 0x32, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x06, 0x77, 0x65, 0x69, 0x67, - 0x68, 0x74, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x7d, 0x0a, 0x31, 0x49, 0x6d, - 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x49, 0x6d, 0x4f, - 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x72, 0x32, 0x35, 0x35, 0x31, 0x39, 0x41, 0x70, 0x70, 0x53, - 0x72, 0x32, 0x35, 0x35, 0x31, 0x39, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, - 0x48, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, - 0x65, 0x53, 0x72, 0x32, 0x35, 0x35, 0x31, 0x39, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, - 0x65, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xd6, 0x02, 0x0a, 0x18, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4d, 0x69, 0x6e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x6f, 0x72, 0x42, 0x6f, 0x6e, 0x64, 0x12, 0x5f, 0x0a, 0x17, 0x6d, 0x69, 0x6e, 0x5f, 0x6e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x6e, 0x6f, 0x6f, - 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, - 0x00, 0x52, 0x14, 0x6d, 0x69, 0x6e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x42, - 0x6f, 0x6e, 0x64, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x5c, 0x0a, 0x16, 0x6d, 0x69, 0x6e, 0x5f, 0x6e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x73, 0x65, - 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x13, 0x6d, 0x69, 0x6e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x6f, - 0x6e, 0x64, 0x53, 0x65, 0x74, 0x12, 0x65, 0x0a, 0x19, 0x6d, 0x69, 0x6e, 0x5f, 0x6e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x72, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x48, 0x00, 0x52, 0x16, 0x6d, 0x69, 0x6e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x6f, 0x72, 0x42, 0x6f, 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x42, 0x14, 0x0a, 0x12, - 0x6d, 0x69, 0x6e, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x62, 0x6f, - 0x6e, 0x64, 0x22, 0x40, 0x0a, 0x28, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4f, 0x6e, 0x65, 0x46, 0x65, 0x77, - 0x65, 0x72, 0x44, 0x65, 0x63, 0x69, 0x64, 0x69, 0x6e, 0x67, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, - 0x0a, 0x05, 0x74, 0x72, 0x61, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x74, - 0x72, 0x61, 0x63, 0x6b, 0x22, 0xaa, 0x01, 0x0a, 0x41, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, - 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x53, - 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, - 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x12, 0x4d, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, - 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, - 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x22, 0xb0, 0x0b, 0x0a, 0x24, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x57, 0x69, 0x74, 0x68, - 0x50, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6d, - 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, - 0x6e, 0x74, 0x12, 0x47, 0x0a, 0x07, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, - 0x64, 0x48, 0x00, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x74, 0x49, 0x64, 0x12, 0x50, 0x0a, 0x0a, 0x72, - 0x6f, 0x6f, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x48, 0x00, 0x52, 0x09, 0x72, 0x6f, 0x6f, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4a, 0x0a, - 0x08, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, - 0x52, 0x07, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x61, 0x77, 0x12, 0x5c, 0x0a, 0x0e, 0x72, 0x6f, 0x6f, - 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0d, 0x72, 0x6f, 0x6f, 0x74, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5c, 0x0a, 0x0e, 0x72, 0x6f, 0x6f, 0x74, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0d, 0x72, 0x6f, 0x6f, 0x74, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x51, 0x0a, 0x0c, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x01, 0x52, 0x0b, 0x6e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x5a, 0x0a, 0x0f, 0x6e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x08, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x48, 0x01, 0x52, 0x0e, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x54, 0x0a, 0x0d, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, - 0x72, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x01, 0x52, 0x0c, 0x6e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x52, 0x61, 0x77, 0x12, 0x66, 0x0a, 0x13, 0x6e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, - 0x32, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x01, 0x52, 0x12, - 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x12, 0x66, 0x0a, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x48, 0x01, 0x52, 0x12, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, - 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x4d, 0x0a, 0x0a, 0x62, 0x6f, - 0x75, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x02, 0x52, 0x09, - 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x49, 0x64, 0x12, 0x56, 0x0a, 0x0d, 0x62, 0x6f, 0x75, - 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x48, 0x02, 0x52, 0x0c, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x12, 0x50, 0x0a, 0x0b, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, - 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x02, 0x52, 0x0a, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, - 0x52, 0x61, 0x77, 0x12, 0x62, 0x0a, 0x11, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x48, 0x02, 0x52, 0x10, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x62, 0x0a, 0x11, 0x62, 0x6f, 0x75, 0x6e, 0x63, - 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x10, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x02, 0x52, 0x10, 0x62, 0x6f, 0x75, 0x6e, 0x63, - 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x17, 0x0a, 0x07, 0x70, - 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x70, 0x6f, - 0x6f, 0x6c, 0x49, 0x64, 0x42, 0x06, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x74, 0x42, 0x0b, 0x0a, 0x09, - 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x09, 0x0a, 0x07, 0x62, 0x6f, 0x75, - 0x6e, 0x63, 0x65, 0x72, 0x22, 0x2e, 0x0a, 0x14, 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, - 0x73, 0x75, 0x73, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x53, 0x6c, 0x6f, 0x74, 0x12, 0x16, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x22, 0xbd, 0x14, 0x0a, 0x16, 0x56, 0x61, 0x72, 0x61, 0x52, 0x75, 0x6e, - 0x74, 0x69, 0x6d, 0x65, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x4b, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x54, 0x0a, 0x0f, - 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x12, 0x45, 0x0a, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x62, 0x61, 0x62, 0x65, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x09, - 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x61, 0x62, 0x65, 0x12, 0x4e, 0x0a, 0x0d, 0x63, 0x61, 0x6c, - 0x6c, 0x73, 0x5f, 0x67, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, - 0x64, 0x70, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x73, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x12, 0x51, 0x0a, 0x0e, 0x63, 0x61, 0x6c, - 0x6c, 0x73, 0x5f, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, - 0x61, 0x6e, 0x63, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, - 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x4e, 0x0a, 0x0d, - 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x76, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, - 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, - 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x52, 0x0a, 0x0f, - 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, - 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, - 0x12, 0x52, 0x0a, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x69, 0x6d, 0x5f, 0x6f, 0x6e, 0x6c, - 0x69, 0x6e, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x49, 0x6d, 0x4f, 0x6e, - 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x4e, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x73, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x4e, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x73, 0x65, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x53, 0x65, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x51, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x74, 0x72, - 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x54, - 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x12, 0x4e, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x73, - 0x5f, 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, - 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x73, - 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x6a, 0x0a, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x73, - 0x5f, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x6f, 0x74, 0x69, - 0x6e, 0x67, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, - 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, - 0x6c, 0x6c, 0x73, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, - 0x69, 0x6e, 0x67, 0x12, 0x54, 0x0a, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x72, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x73, - 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x76, 0x0a, 0x1b, 0x63, 0x61, 0x6c, - 0x6c, 0x73, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x63, 0x6f, - 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, - 0x65, 0x12, 0x73, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, - 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, - 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, - 0x6c, 0x6c, 0x73, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x54, 0x0a, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, - 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, - 0x6c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, - 0x6c, 0x6c, 0x73, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x54, 0x0a, 0x0f, - 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x18, - 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, - 0x65, 0x72, 0x12, 0x51, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x70, 0x72, 0x65, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x50, 0x72, 0x65, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x51, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x69, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x73, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x48, 0x0a, 0x0b, 0x63, 0x61, 0x6c, 0x6c, - 0x73, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x50, 0x72, 0x6f, - 0x78, 0x79, 0x12, 0x51, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x6d, 0x75, 0x6c, 0x74, - 0x69, 0x73, 0x69, 0x67, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x73, 0x69, 0x67, 0x12, 0x8a, 0x01, 0x0a, 0x23, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, - 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, - 0x72, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x17, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x1f, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x12, 0x51, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x62, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x61, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x63, - 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x19, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, - 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x43, 0x68, 0x69, 0x6c, 0x64, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x67, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, - 0x73, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6f, 0x6f, - 0x6c, 0x73, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, - 0x6c, 0x73, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x12, 0x45, 0x0a, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x18, - 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x47, 0x65, 0x61, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x09, 0x63, - 0x61, 0x6c, 0x6c, 0x73, 0x47, 0x65, 0x61, 0x72, 0x12, 0x64, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, - 0x73, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, - 0x73, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, - 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x73, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x12, 0x5b, - 0x0a, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x5f, 0x76, 0x6f, 0x75, - 0x63, 0x68, 0x65, 0x72, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, - 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x73, - 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x07, 0x0a, 0x05, 0x63, - 0x61, 0x6c, 0x6c, 0x73, 0x22, 0xf8, 0x01, 0x0a, 0x51, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, - 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x30, - 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x12, 0x73, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x5b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, - 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, - 0x6e, 0x74, 0x33, 0x32, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, - 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x22, - 0xc9, 0x06, 0x0a, 0x0a, 0x47, 0x65, 0x61, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x62, - 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x63, 0x6f, - 0x64, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x5f, 0x55, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x12, - 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x6b, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x70, 0x6c, 0x6f, 0x61, - 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x47, 0x65, 0x61, 0x72, 0x5f, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x72, 0x6f, 0x67, 0x72, - 0x61, 0x6d, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x6b, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x70, - 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, - 0x72, 0x5f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x43, - 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x72, 0x65, 0x61, 0x74, - 0x65, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x65, 0x0a, 0x16, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x6e, 0x64, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, - 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x5f, 0x53, 0x65, 0x6e, - 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, - 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x5f, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x6e, 0x64, - 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, - 0x72, 0x5f, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, - 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x79, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x62, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6c, 0x61, - 0x69, 0x6d, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, - 0x65, 0x61, 0x72, 0x5f, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x43, 0x61, - 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x56, - 0x61, 0x6c, 0x75, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x4c, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x72, 0x75, 0x6e, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x5f, - 0x52, 0x75, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x52, - 0x75, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x7b, 0x0a, 0x1e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, - 0x65, 0x74, 0x5f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x5f, 0x69, 0x6e, 0x68, 0x65, 0x72, - 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x5f, 0x53, - 0x65, 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x49, 0x6e, 0x68, 0x65, 0x72, 0x65, 0x6e, - 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, - 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x49, 0x6e, 0x68, 0x65, 0x72, 0x65, 0x6e, 0x74, 0x43, - 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x68, 0x0a, 0x0f, 0x47, - 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x50, 0x72, 0x65, 0x76, 0x6f, 0x74, 0x65, 0x12, 0x55, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3d, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, - 0x61, 0x5f, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, - 0x61, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x0d, 0x0a, 0x0b, 0x53, 0x6d, 0x61, 0x6c, 0x6c, 0x54, 0x69, - 0x70, 0x70, 0x65, 0x72, 0x22, 0x2a, 0x0a, 0x12, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x5f, 0x4b, 0x69, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, - 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, - 0x22, 0x3e, 0x0a, 0x24, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x54, 0x79, 0x70, 0x65, 0x73, - 0x42, 0x69, 0x74, 0x46, 0x6c, 0x61, 0x67, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0xce, 0x16, 0x0a, 0x14, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x5f, 0x41, 0x73, - 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x68, 0x72, - 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x74, 0x68, - 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x12, 0x5e, 0x0a, 0x11, 0x6f, 0x74, 0x68, 0x65, 0x72, - 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, - 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x10, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x53, 0x69, 0x67, 0x6e, - 0x61, 0x74, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x12, 0x68, 0x0a, 0x0f, 0x6d, 0x61, 0x79, 0x62, 0x65, - 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x73, 0x69, 0x67, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x73, 0x69, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x48, 0x01, 0x52, 0x0e, - 0x6d, 0x61, 0x79, 0x62, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x88, 0x01, - 0x01, 0x12, 0x49, 0x0a, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x52, 0x0a, 0x0e, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, - 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x62, 0x65, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, - 0x61, 0x62, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x63, 0x61, 0x6c, - 0x6c, 0x42, 0x61, 0x62, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x72, - 0x61, 0x6e, 0x64, 0x70, 0x61, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x72, 0x61, 0x6e, - 0x64, 0x70, 0x61, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x6c, 0x61, - 0x6e, 0x63, 0x65, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x6c, 0x61, - 0x6e, 0x63, 0x65, 0x73, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x76, 0x65, 0x73, - 0x74, 0x69, 0x6e, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x56, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x67, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x5f, - 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x67, 0x73, - 0x4c, 0x69, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x6d, 0x5f, - 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x6d, - 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x72, 0x65, 0x61, 0x73, - 0x75, 0x72, 0x79, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x72, 0x65, 0x61, 0x73, - 0x75, 0x72, 0x79, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x74, 0x69, 0x6c, - 0x69, 0x74, 0x79, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, - 0x79, 0x12, 0x68, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x10, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, - 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x76, 0x69, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x52, 0x0a, 0x0e, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x11, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, - 0x74, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, 0x12, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x76, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, - 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x71, 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x61, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x68, 0x69, 0x74, - 0x65, 0x6c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, - 0x61, 0x6c, 0x6c, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x52, 0x0a, 0x0e, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x15, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, - 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x18, 0x19, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x73, 0x69, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, - 0x61, 0x6c, 0x6c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x12, 0x88, 0x01, 0x0a, 0x22, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, - 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x70, 0x68, 0x61, - 0x73, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, - 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x1e, 0x63, 0x61, 0x6c, 0x6c, 0x45, 0x6c, 0x65, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, - 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, - 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, - 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x5f, 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x1c, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x68, 0x69, 0x6c, 0x64, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x65, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, - 0x73, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x12, - 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x18, 0x1e, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, - 0x61, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, - 0x47, 0x65, 0x61, 0x72, 0x12, 0x62, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x18, 0x1f, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x12, 0x59, 0x0a, 0x11, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x67, 0x65, 0x61, 0x72, 0x5f, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x18, 0x20, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, - 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x00, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, - 0x68, 0x65, 0x72, 0x12, 0x50, 0x0a, 0x0a, 0x6d, 0x61, 0x78, 0x5f, 0x77, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x70, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x73, 0x57, 0x65, 0x69, 0x67, - 0x68, 0x74, 0x56, 0x32, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x09, 0x6d, 0x61, 0x78, 0x57, - 0x65, 0x69, 0x67, 0x68, 0x74, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x12, 0x0a, - 0x10, 0x5f, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x70, 0x6f, 0x69, 0x6e, - 0x74, 0x22, 0x91, 0x02, 0x0a, 0x1a, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x5f, 0x43, - 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x41, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x09, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x12, 0x5e, - 0x0a, 0x11, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x6f, 0x72, - 0x69, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, - 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x10, 0x6f, 0x74, - 0x68, 0x65, 0x72, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x12, 0x58, - 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x73, 0x69, 0x67, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x73, 0x69, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x09, 0x74, - 0x69, 0x6d, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x63, 0x61, 0x6c, - 0x6c, 0x48, 0x61, 0x73, 0x68, 0x22, 0xb3, 0x04, 0x0a, 0x1d, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x5a, 0x0a, 0x11, 0x6d, 0x65, 0x6d, 0x62, 0x65, - 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x64, - 0x48, 0x00, 0x52, 0x0f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x49, 0x64, 0x12, 0x63, 0x0a, 0x14, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x48, 0x00, 0x52, 0x12, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x5d, 0x0a, 0x12, 0x6d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x10, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x61, 0x77, 0x12, 0x6f, 0x0a, 0x18, 0x6d, 0x65, 0x6d, 0x62, 0x65, - 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, - 0x52, 0x16, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x6f, 0x0a, 0x18, 0x6d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, - 0x00, 0x52, 0x16, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x10, 0x0a, 0x0e, 0x6d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x6d, 0x0a, 0x14, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x55, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x01, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x70, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x22, 0x10, 0x0a, 0x0e, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x35, 0x44, 0x61, 0x6e, 0x22, 0xdf, 0x03, 0x0a, - 0x17, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x5f, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x4c, 0x0a, 0x09, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x08, 0x74, 0x61, - 0x72, 0x67, 0x65, 0x74, 0x49, 0x64, 0x12, 0x55, 0x0a, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, - 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, - 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4f, 0x0a, - 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, - 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, - 0x77, 0x48, 0x00, 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x61, 0x77, 0x12, 0x61, - 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, - 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, - 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, - 0x32, 0x12, 0x61, 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x48, 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x42, 0x08, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, 0x19, - 0x0a, 0x17, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x22, 0x28, 0x0a, 0x26, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, 0x65, 0x72, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, 0x65, 0x73, 0x73, 0x57, 0x69, 0x74, 0x68, 0x64, - 0x72, 0x61, 0x77, 0x22, 0xd2, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x61, 0x72, 0x5f, 0x53, 0x65, 0x6e, - 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x4e, 0x0a, 0x0b, - 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x70, 0x72, - 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x41, 0x63, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x52, - 0x0b, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, - 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, - 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x67, 0x61, 0x73, 0x5f, 0x6c, 0x69, - 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x67, 0x61, 0x73, 0x4c, 0x69, - 0x6d, 0x69, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x6b, 0x65, 0x65, - 0x70, 0x5f, 0x61, 0x6c, 0x69, 0x76, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6b, - 0x65, 0x65, 0x70, 0x41, 0x6c, 0x69, 0x76, 0x65, 0x22, 0x50, 0x0a, 0x08, 0x42, 0x54, 0x72, 0x65, - 0x65, 0x53, 0x65, 0x74, 0x12, 0x44, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x47, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x41, 0x63, 0x74, 0x6f, 0x72, - 0x49, 0x64, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x6e, 0x0a, 0x1c, 0x53, 0x70, - 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 0x44, 0x69, - 0x67, 0x65, 0x73, 0x74, 0x44, 0x69, 0x67, 0x65, 0x73, 0x74, 0x12, 0x4e, 0x0a, 0x04, 0x6c, 0x6f, - 0x67, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x47, 0x65, 0x6e, - 0x65, 0x72, 0x69, 0x63, 0x44, 0x69, 0x67, 0x65, 0x73, 0x74, 0x44, 0x69, 0x67, 0x65, 0x73, 0x74, - 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x6c, 0x6f, 0x67, 0x73, 0x22, 0x0e, 0x0a, 0x0c, 0x53, 0x6d, - 0x61, 0x6c, 0x6c, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x22, 0xbb, 0x03, 0x0a, 0x10, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, - 0x46, 0x0a, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x09, 0x61, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x4f, 0x0a, 0x0d, 0x61, 0x63, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0c, 0x61, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x49, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x52, 0x61, 0x77, 0x12, 0x5b, 0x0a, 0x11, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x10, - 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, - 0x12, 0x5b, 0x0a, 0x11, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x10, 0x61, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x09, 0x0a, - 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x9b, 0x17, 0x0a, 0x0e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x48, 0x0a, 0x0a, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x48, 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, - 0x61, 0x77, 0x30, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x30, 0x48, 0x00, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x30, 0x12, - 0x48, 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x00, 0x52, 0x09, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, 0x12, 0x48, 0x0a, 0x0a, 0x69, 0x6d, 0x61, - 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x48, 0x00, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, - 0x61, 0x77, 0x32, 0x12, 0x48, 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, - 0x33, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, - 0x48, 0x00, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x33, 0x12, 0x48, 0x0a, - 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x34, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, 0x48, 0x00, 0x52, 0x09, 0x69, 0x6d, - 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x34, 0x12, 0x48, 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x35, 0x48, 0x00, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, - 0x35, 0x12, 0x48, 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, 0x00, - 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x36, 0x12, 0x48, 0x0a, 0x0a, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x00, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x52, 0x61, 0x77, 0x37, 0x12, 0x48, 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, - 0x61, 0x77, 0x38, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x38, 0x48, 0x00, 0x52, 0x09, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x38, 0x12, - 0x48, 0x0a, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0x0b, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x00, 0x52, 0x09, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x39, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, - 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x30, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x30, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x52, 0x61, 0x77, 0x31, 0x30, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x31, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x31, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, - 0x77, 0x31, 0x31, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x32, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x32, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, 0x32, - 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x33, 0x18, - 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x33, 0x48, - 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, 0x33, 0x12, 0x4b, 0x0a, - 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x34, 0x18, 0x10, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, 0x00, 0x52, 0x0a, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, - 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, - 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, - 0x61, 0x77, 0x31, 0x36, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x37, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x37, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, - 0x37, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, - 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, - 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x4b, - 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x15, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x00, 0x52, - 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x4b, 0x0a, 0x0b, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, - 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x32, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x32, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, - 0x32, 0x32, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x33, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x33, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, - 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0x1a, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x00, - 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x4b, 0x0a, 0x0b, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x1b, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x00, 0x52, 0x0a, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, - 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x36, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x36, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x52, 0x61, 0x77, 0x32, 0x36, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, - 0x72, 0x61, 0x77, 0x32, 0x37, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x32, 0x37, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, - 0x77, 0x32, 0x37, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x38, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x38, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, 0x38, - 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x39, 0x18, - 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x39, 0x48, - 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x32, 0x39, 0x12, 0x4b, 0x0a, - 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x30, 0x18, 0x20, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, 0x00, 0x52, 0x0a, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, - 0x61, 0x67, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, - 0x67, 0x65, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x4b, 0x0a, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0a, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x52, - 0x61, 0x77, 0x33, 0x32, 0x12, 0x5e, 0x0a, 0x12, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x62, 0x6c, - 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, - 0x48, 0x00, 0x52, 0x10, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, - 0x6f, 0x32, 0x35, 0x36, 0x12, 0x4e, 0x0a, 0x0c, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x68, - 0x61, 0x32, 0x35, 0x36, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, - 0x68, 0x61, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x53, 0x68, - 0x61, 0x32, 0x35, 0x36, 0x12, 0x57, 0x0a, 0x0f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x6b, 0x65, - 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0e, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x5e, 0x0a, - 0x12, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, - 0x32, 0x35, 0x36, 0x18, 0x26, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, - 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x10, 0x69, 0x6d, 0x61, - 0x67, 0x65, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x42, 0x07, 0x0a, - 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x22, 0x15, 0x0a, 0x13, 0x47, 0x65, 0x61, 0x72, 0x53, 0x63, - 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x22, 0x5c, 0x0a, - 0x0f, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, - 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, - 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xc2, 0x02, 0x0a, 0x16, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x43, 0x68, 0x69, 0x6c, 0x6c, 0x54, 0x68, 0x72, - 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x12, 0x5a, 0x0a, 0x14, 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x5f, - 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x00, 0x52, 0x12, - 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x4e, 0x6f, - 0x6f, 0x70, 0x12, 0x57, 0x0a, 0x13, 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x5f, 0x74, 0x68, 0x72, 0x65, - 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x00, 0x52, 0x11, 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x54, - 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x53, 0x65, 0x74, 0x12, 0x60, 0x0a, 0x16, 0x63, - 0x68, 0x69, 0x6c, 0x6c, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x5f, 0x72, - 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x52, - 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x00, 0x52, 0x14, 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x54, 0x68, - 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x42, 0x11, 0x0a, - 0x0f, 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, - 0x22, 0x0f, 0x0a, 0x0d, 0x4d, 0x65, 0x64, 0x69, 0x75, 0x6d, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, - 0x72, 0x22, 0x10, 0x0a, 0x0e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x33, - 0x44, 0x61, 0x6e, 0x22, 0x54, 0x0a, 0x17, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x12, 0x39, - 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, - 0x6c, 0x6c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xef, 0x01, 0x0a, 0x41, 0x47, 0x72, - 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x46, 0x69, 0x6e, 0x61, 0x6c, - 0x69, 0x74, 0x79, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x72, 0x65, 0x76, 0x6f, 0x74, - 0x65, 0x73, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x47, 0x72, 0x61, 0x6e, - 0x64, 0x70, 0x61, 0x41, 0x70, 0x70, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, - 0x50, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, - 0x70, 0x61, 0x5f, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x47, 0x72, 0x61, 0x6e, 0x64, - 0x70, 0x61, 0x50, 0x72, 0x65, 0x76, 0x6f, 0x74, 0x65, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x12, 0x58, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x40, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, - 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, - 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x41, 0x70, 0x70, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, - 0x75, 0x72, 0x65, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x22, 0xb6, 0x07, 0x0a, 0x1f, - 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x56, 0x65, 0x73, - 0x74, 0x65, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x43, 0x0a, 0x09, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, - 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x08, 0x73, 0x6f, 0x75, 0x72, - 0x63, 0x65, 0x49, 0x64, 0x12, 0x4c, 0x0a, 0x0c, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x69, - 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x46, 0x0a, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x72, 0x61, 0x77, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, - 0x09, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x61, 0x77, 0x12, 0x58, 0x0a, 0x10, 0x73, 0x6f, - 0x75, 0x72, 0x63, 0x65, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, - 0x32, 0x48, 0x00, 0x52, 0x0f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x12, 0x58, 0x0a, 0x10, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, - 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0f, 0x73, - 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x43, - 0x0a, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, - 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x64, 0x48, 0x01, 0x52, 0x08, 0x74, 0x61, 0x72, 0x67, 0x65, - 0x74, 0x49, 0x64, 0x12, 0x4c, 0x0a, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x6e, - 0x64, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x48, 0x01, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x12, 0x46, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x01, 0x52, 0x09, - 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x61, 0x77, 0x12, 0x58, 0x0a, 0x10, 0x74, 0x61, 0x72, - 0x67, 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x09, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, - 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, - 0x48, 0x01, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x12, 0x58, 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, - 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x01, 0x52, 0x0f, 0x74, 0x61, - 0x72, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x61, 0x0a, - 0x08, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x45, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x67, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, - 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x56, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, - 0x42, 0x08, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x74, 0x61, - 0x72, 0x67, 0x65, 0x74, 0x22, 0x4f, 0x0a, 0x12, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x12, 0x39, 0x0a, 0x05, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x05, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, - 0xf7, 0x01, 0x0a, 0x50, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, - 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, - 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, - 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x39, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, - 0x6e, 0x74, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x73, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5b, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x53, 0x70, - 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, - 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x22, 0x85, 0x01, 0x0a, 0x51, 0x45, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, - 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x45, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x53, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, - 0x6e, 0x4f, 0x72, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x53, 0x69, 0x7a, 0x65, 0x12, - 0x16, 0x0a, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x06, 0x76, 0x6f, 0x74, 0x65, 0x72, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, - 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, - 0x73, 0x22, 0xe2, 0x04, 0x0a, 0x11, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, - 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x59, 0x0a, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x69, 0x73, 0x73, 0x75, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, - 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x49, 0x73, 0x73, 0x75, 0x65, 0x43, 0x61, 0x6c, - 0x6c, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x73, 0x73, 0x75, 0x65, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x56, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, - 0x72, 0x5f, 0x43, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5c, 0x0a, 0x10, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x76, 0x6f, 0x6b, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x52, 0x65, 0x76, 0x6f, - 0x6b, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, - 0x76, 0x6f, 0x6b, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5c, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, - 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x75, 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, - 0x5f, 0x43, 0x61, 0x6c, 0x6c, 0x44, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x43, - 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x44, - 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5f, 0x0a, - 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x63, 0x61, - 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, - 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0f, 0x63, - 0x61, 0x6c, 0x6c, 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, - 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x25, 0x0a, 0x0b, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x5f, 0x52, 0x61, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x70, 0x0a, - 0x1a, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, - 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x12, 0x40, 0x0a, 0x04, 0x68, - 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, - 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x04, 0x68, 0x61, 0x73, 0x68, 0x12, 0x10, 0x0a, - 0x03, 0x6c, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x6c, 0x65, 0x6e, 0x22, - 0xec, 0x01, 0x0a, 0x19, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x45, 0x6e, - 0x61, 0x63, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x58, 0x0a, - 0x13, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6d, 0x6f, 0x6d, 0x65, 0x6e, - 0x74, 0x5f, 0x61, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, - 0x41, 0x74, 0x48, 0x00, 0x52, 0x11, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x4d, - 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x12, 0x61, 0x0a, 0x16, 0x65, 0x6e, 0x61, 0x63, 0x74, - 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x61, 0x66, 0x74, 0x65, - 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x41, 0x66, 0x74, - 0x65, 0x72, 0x48, 0x00, 0x52, 0x14, 0x65, 0x6e, 0x61, 0x63, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x4d, - 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x41, 0x66, 0x74, 0x65, 0x72, 0x42, 0x12, 0x0a, 0x10, 0x65, 0x6e, - 0x61, 0x63, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6d, 0x6f, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0x4e, - 0x0a, 0x10, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x53, 0x6f, - 0x6d, 0x65, 0x12, 0x3a, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x54, - 0x72, 0x65, 0x65, 0x53, 0x65, 0x74, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xd7, - 0x09, 0x0a, 0x1d, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x50, 0x72, 0x6f, 0x76, - 0x69, 0x64, 0x65, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x1b, 0x0a, 0x09, 0x72, 0x65, 0x67, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x08, 0x72, 0x65, 0x67, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x44, 0x0a, - 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x08, 0x74, 0x61, 0x72, 0x67, 0x65, - 0x74, 0x49, 0x64, 0x12, 0x4d, 0x0a, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x6e, - 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x47, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x72, 0x61, 0x77, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, - 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x61, 0x77, 0x12, 0x59, 0x0a, 0x10, 0x74, - 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x59, 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, - 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, - 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x12, 0x59, 0x0a, 0x11, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x75, - 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x48, 0x01, 0x52, 0x10, 0x6a, 0x75, 0x64, 0x67, - 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x12, 0x5a, 0x0a, 0x12, - 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x66, 0x65, 0x65, 0x5f, 0x70, 0x61, - 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x46, 0x65, 0x65, - 0x50, 0x61, 0x69, 0x64, 0x48, 0x01, 0x52, 0x10, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, - 0x74, 0x46, 0x65, 0x65, 0x50, 0x61, 0x69, 0x64, 0x12, 0x62, 0x0a, 0x14, 0x6a, 0x75, 0x64, 0x67, - 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x61, 0x62, 0x6c, 0x65, - 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x65, 0x61, 0x73, 0x6f, - 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x48, 0x01, 0x52, 0x13, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, - 0x6e, 0x74, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x60, 0x0a, 0x14, - 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x5f, - 0x67, 0x6f, 0x6f, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, - 0x6e, 0x6f, 0x77, 0x6e, 0x47, 0x6f, 0x6f, 0x64, 0x48, 0x01, 0x52, 0x12, 0x6a, 0x75, 0x64, 0x67, - 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4b, 0x6e, 0x6f, 0x77, 0x6e, 0x47, 0x6f, 0x6f, 0x64, 0x12, 0x61, - 0x0a, 0x15, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6f, 0x75, 0x74, 0x5f, - 0x6f, 0x66, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x4f, 0x75, 0x74, 0x4f, 0x66, 0x44, 0x61, 0x74, 0x65, 0x48, 0x01, 0x52, 0x12, 0x6a, - 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4f, 0x75, 0x74, 0x4f, 0x66, 0x44, 0x61, 0x74, - 0x65, 0x12, 0x63, 0x0a, 0x15, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6c, - 0x6f, 0x77, 0x5f, 0x71, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4c, 0x6f, 0x77, 0x51, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x48, - 0x01, 0x52, 0x13, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x6f, 0x77, 0x51, - 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x5f, 0x0a, 0x13, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, - 0x65, 0x6e, 0x74, 0x5f, 0x65, 0x72, 0x72, 0x6f, 0x6e, 0x65, 0x6f, 0x75, 0x73, 0x18, 0x0d, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x45, 0x72, 0x72, 0x6f, 0x6e, 0x65, 0x6f, 0x75, - 0x73, 0x48, 0x01, 0x52, 0x12, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x45, 0x72, - 0x72, 0x6f, 0x6e, 0x65, 0x6f, 0x75, 0x73, 0x12, 0x48, 0x0a, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, - 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x42, 0x08, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x42, 0x0b, 0x0a, 0x09, 0x6a, - 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0xaf, 0x03, 0x0a, 0x0f, 0x42, 0x61, 0x6c, - 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x44, 0x0a, 0x09, - 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, - 0x63, 0x65, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x08, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, - 0x49, 0x64, 0x12, 0x4d, 0x0a, 0x0c, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x69, 0x6e, 0x64, - 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x48, 0x00, 0x52, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x12, 0x47, 0x0a, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, - 0x09, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x61, 0x77, 0x12, 0x59, 0x0a, 0x10, 0x73, 0x6f, - 0x75, 0x72, 0x63, 0x65, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x48, 0x00, 0x52, 0x0f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x59, 0x0a, 0x10, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, - 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, - 0x0f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x42, 0x08, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x2c, 0x0a, 0x12, 0x42, 0x61, - 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, - 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x2c, 0x0a, 0x12, 0x47, 0x70, 0x72, 0x69, - 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x41, 0x63, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x16, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xb5, 0x03, 0x0a, 0x0f, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x5f, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x12, 0x45, 0x0a, 0x0a, 0x74, 0x61, - 0x72, 0x67, 0x65, 0x74, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x49, - 0x64, 0x12, 0x4e, 0x0a, 0x0d, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x5f, 0x69, 0x6e, 0x64, - 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x48, 0x00, 0x52, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x12, 0x48, 0x0a, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x5f, 0x72, 0x61, 0x77, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, - 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x52, 0x61, 0x77, 0x12, 0x5a, 0x0a, 0x11, 0x74, - 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5a, 0x0a, 0x11, 0x74, 0x61, 0x72, 0x67, 0x65, - 0x74, 0x73, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, - 0x00, 0x52, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x42, 0x09, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x22, 0xdb, - 0x04, 0x0a, 0x1a, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x55, 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5a, 0x0a, - 0x11, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x63, 0x0a, 0x14, 0x6d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, - 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x12, 0x6d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x5d, - 0x0a, 0x12, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x10, 0x6d, 0x65, 0x6d, - 0x62, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x61, 0x77, 0x12, 0x6f, 0x0a, - 0x18, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x16, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x6f, - 0x0a, 0x18, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x16, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, - 0x29, 0x0a, 0x10, 0x75, 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x70, 0x6f, 0x69, - 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x75, 0x6e, 0x62, 0x6f, 0x6e, - 0x64, 0x69, 0x6e, 0x67, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x42, 0x10, 0x0a, 0x0e, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xbe, 0x03, 0x0a, - 0x1e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, - 0x65, 0x72, 0x4b, 0x65, 0x65, 0x70, 0x41, 0x6c, 0x69, 0x76, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x40, 0x0a, 0x07, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, - 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x06, 0x64, 0x65, 0x73, 0x74, 0x49, - 0x64, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, - 0x00, 0x52, 0x09, 0x64, 0x65, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x43, 0x0a, 0x08, - 0x64, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, - 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x07, 0x64, 0x65, 0x73, 0x74, 0x52, 0x61, - 0x77, 0x12, 0x55, 0x0a, 0x0e, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0d, 0x64, 0x65, 0x73, 0x74, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x55, 0x0a, 0x0e, 0x64, 0x65, 0x73, 0x74, - 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, - 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, - 0x52, 0x0d, 0x64, 0x65, 0x73, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, - 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x06, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x74, 0x22, 0x2c, 0x0a, - 0x12, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xbb, 0x03, 0x0a, 0x10, - 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, - 0x12, 0x46, 0x0a, 0x0a, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x09, 0x6c, - 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x4f, 0x0a, 0x0d, 0x6c, 0x69, 0x67, 0x68, - 0x74, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, - 0x69, 0x73, 0x74, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0c, 0x6c, 0x69, 0x67, - 0x68, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x49, 0x0a, 0x0b, 0x6c, 0x69, 0x67, - 0x68, 0x74, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, - 0x73, 0x74, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, - 0x72, 0x52, 0x61, 0x77, 0x12, 0x5b, 0x0a, 0x11, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, - 0x69, 0x73, 0x74, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, - 0x10, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, - 0x32, 0x12, 0x5b, 0x0a, 0x11, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, - 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x10, 0x6c, 0x69, - 0x67, 0x68, 0x74, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x09, - 0x0a, 0x07, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x22, 0x10, 0x0a, 0x0e, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x32, 0x44, 0x61, 0x6e, 0x22, 0x28, 0x0a, 0x0e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x16, 0x0a, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x14, 0x0a, 0x12, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x4b, 0x6e, 0x6f, 0x77, 0x6e, 0x47, 0x6f, 0x6f, 0x64, 0x22, 0x35, 0x0a, 0x1f, 0x53, - 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x57, 0x69, 0x74, - 0x68, 0x6f, 0x75, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x12, - 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x63, 0x6f, - 0x64, 0x65, 0x22, 0xe5, 0x03, 0x0a, 0x20, 0x53, 0x70, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, - 0x47, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 0x44, 0x69, 0x67, 0x65, 0x73, 0x74, 0x44, 0x69, 0x67, - 0x65, 0x73, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x55, 0x0a, 0x10, 0x6c, 0x6f, 0x67, 0x73, 0x5f, - 0x70, 0x72, 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, - 0x65, 0x5f, 0x50, 0x72, 0x65, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x48, 0x00, 0x52, 0x0e, - 0x6c, 0x6f, 0x67, 0x73, 0x50, 0x72, 0x65, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x51, - 0x0a, 0x0e, 0x6c, 0x6f, 0x67, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, - 0x48, 0x00, 0x52, 0x0d, 0x6c, 0x6f, 0x67, 0x73, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, - 0x73, 0x12, 0x42, 0x0a, 0x09, 0x6c, 0x6f, 0x67, 0x73, 0x5f, 0x73, 0x65, 0x61, 0x6c, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x61, 0x62, 0x65, 0x5f, 0x53, 0x65, 0x61, 0x6c, 0x48, 0x00, 0x52, 0x08, 0x6c, 0x6f, 0x67, - 0x73, 0x53, 0x65, 0x61, 0x6c, 0x12, 0x45, 0x0a, 0x0a, 0x6c, 0x6f, 0x67, 0x73, 0x5f, 0x6f, 0x74, - 0x68, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x48, - 0x00, 0x52, 0x09, 0x6c, 0x6f, 0x67, 0x73, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x12, 0x83, 0x01, 0x0a, - 0x20, 0x6c, 0x6f, 0x67, 0x73, 0x5f, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x65, 0x6e, - 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x45, - 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x64, 0x48, 0x00, 0x52, 0x1d, 0x6c, 0x6f, 0x67, 0x73, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, - 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x64, 0x42, 0x06, 0x0a, 0x04, 0x6c, 0x6f, 0x67, 0x73, 0x22, 0x71, 0x0a, 0x28, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, 0x6f, - 0x6f, 0x6c, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x55, 0x6e, 0x62, 0x6f, 0x6e, 0x64, - 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x12, - 0x2c, 0x0a, 0x12, 0x6e, 0x75, 0x6d, 0x5f, 0x73, 0x6c, 0x61, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x5f, - 0x73, 0x70, 0x61, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x6e, 0x75, 0x6d, - 0x53, 0x6c, 0x61, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x53, 0x70, 0x61, 0x6e, 0x73, 0x22, 0xa5, 0x07, - 0x0a, 0x1f, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x12, 0x54, 0x0a, 0x0d, 0x6e, 0x65, - 0x77, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, - 0x70, 0x48, 0x00, 0x52, 0x0b, 0x6e, 0x65, 0x77, 0x52, 0x6f, 0x6f, 0x74, 0x4e, 0x6f, 0x6f, 0x70, - 0x12, 0x51, 0x0a, 0x0c, 0x6e, 0x65, 0x77, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x73, 0x65, 0x74, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x6e, 0x65, 0x77, 0x52, 0x6f, 0x6f, 0x74, - 0x53, 0x65, 0x74, 0x12, 0x5a, 0x0a, 0x0f, 0x6e, 0x65, 0x77, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x5f, - 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x00, - 0x52, 0x0d, 0x6e, 0x65, 0x77, 0x52, 0x6f, 0x6f, 0x74, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12, - 0x5e, 0x0a, 0x12, 0x6e, 0x65, 0x77, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, - 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x01, 0x52, 0x10, 0x6e, - 0x65, 0x77, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x4e, 0x6f, 0x6f, 0x70, 0x12, - 0x5b, 0x0a, 0x11, 0x6e, 0x65, 0x77, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, - 0x5f, 0x73, 0x65, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x01, 0x52, 0x0f, 0x6e, 0x65, 0x77, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x12, 0x64, 0x0a, 0x14, - 0x6e, 0x65, 0x77, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x72, 0x65, - 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x01, 0x52, 0x12, - 0x6e, 0x65, 0x77, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x12, 0x5a, 0x0a, 0x10, 0x6e, 0x65, 0x77, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, - 0x72, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x02, 0x52, 0x0e, - 0x6e, 0x65, 0x77, 0x42, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x57, - 0x0a, 0x0f, 0x6e, 0x65, 0x77, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x73, 0x65, - 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0d, 0x6e, 0x65, 0x77, 0x42, 0x6f, 0x75, - 0x6e, 0x63, 0x65, 0x72, 0x53, 0x65, 0x74, 0x12, 0x60, 0x0a, 0x12, 0x6e, 0x65, 0x77, 0x5f, 0x62, - 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, - 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x02, 0x52, 0x10, 0x6e, 0x65, 0x77, 0x42, 0x6f, 0x75, 0x6e, - 0x63, 0x65, 0x72, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x6e, 0x65, 0x77, - 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x42, 0x0f, 0x0a, 0x0d, 0x6e, 0x65, 0x77, 0x5f, 0x6e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x0d, 0x0a, 0x0b, 0x6e, 0x65, 0x77, 0x5f, 0x62, 0x6f, - 0x75, 0x6e, 0x63, 0x65, 0x72, 0x22, 0xf8, 0x01, 0x0a, 0x51, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, - 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, - 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, - 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x31, - 0x33, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x12, 0x73, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x5b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, - 0x69, 0x6e, 0x74, 0x33, 0x32, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, - 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, - 0x22, 0xeb, 0x03, 0x0a, 0x14, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x42, 0x65, - 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x12, 0x4e, 0x0a, 0x0e, 0x62, 0x65, 0x6e, - 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0d, 0x62, 0x65, 0x6e, 0x65, - 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x49, 0x64, 0x12, 0x57, 0x0a, 0x11, 0x62, 0x65, 0x6e, - 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, - 0x52, 0x10, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x51, 0x0a, 0x0f, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, - 0x79, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, - 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0e, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, - 0x72, 0x79, 0x52, 0x61, 0x77, 0x12, 0x63, 0x0a, 0x15, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, - 0x69, 0x61, 0x72, 0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x48, 0x00, 0x52, 0x14, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, - 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x63, 0x0a, 0x15, 0x62, 0x65, - 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x14, 0x62, 0x65, 0x6e, 0x65, 0x66, - 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, - 0x0d, 0x0a, 0x0b, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x22, 0x27, - 0x0a, 0x0d, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x12, - 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xdd, 0x10, 0x0a, 0x19, 0x56, 0x61, 0x72, 0x61, - 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x4e, 0x70, 0x6f, 0x73, 0x53, 0x6f, 0x6c, 0x75, 0x74, - 0x69, 0x6f, 0x6e, 0x31, 0x36, 0x12, 0x5e, 0x0a, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x18, - 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x46, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, - 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, - 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x06, 0x76, - 0x6f, 0x74, 0x65, 0x73, 0x31, 0x12, 0x84, 0x01, 0x0a, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x32, - 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x6c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, - 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, - 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, - 0x74, 0x33, 0x32, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, - 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x55, 0x69, - 0x6e, 0x74, 0x33, 0x32, 0x52, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x32, 0x12, 0x82, 0x01, 0x0a, - 0x06, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x33, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x6a, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, - 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x33, 0x4c, - 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x73, - 0x33, 0x12, 0x82, 0x01, 0x0a, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x34, 0x18, 0x04, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x6a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, - 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, - 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, - 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, - 0x74, 0x65, 0x73, 0x34, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x06, - 0x76, 0x6f, 0x74, 0x65, 0x73, 0x34, 0x12, 0x82, 0x01, 0x0a, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x73, - 0x35, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x6a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, - 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, - 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, - 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x35, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, - 0x74, 0x33, 0x32, 0x52, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x35, 0x12, 0x82, 0x01, 0x0a, 0x06, - 0x76, 0x6f, 0x74, 0x65, 0x73, 0x36, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x6a, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, - 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x36, 0x4c, 0x69, - 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x36, - 0x12, 0x82, 0x01, 0x0a, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x37, 0x18, 0x07, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x6a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, - 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, - 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, - 0x65, 0x73, 0x37, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x06, 0x76, - 0x6f, 0x74, 0x65, 0x73, 0x37, 0x12, 0x82, 0x01, 0x0a, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x38, - 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x6a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, - 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, - 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x38, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, - 0x33, 0x32, 0x52, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x38, 0x12, 0x82, 0x01, 0x0a, 0x06, 0x76, - 0x6f, 0x74, 0x65, 0x73, 0x39, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x6a, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, - 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x39, 0x4c, 0x69, 0x73, - 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x39, 0x12, - 0x85, 0x01, 0x0a, 0x07, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x30, 0x18, 0x0a, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x6b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, - 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, - 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, - 0x65, 0x73, 0x31, 0x30, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x07, - 0x76, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x30, 0x12, 0x85, 0x01, 0x0a, 0x07, 0x76, 0x6f, 0x74, 0x65, - 0x73, 0x31, 0x31, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x6b, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, - 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, - 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x31, 0x4c, 0x69, 0x73, 0x74, - 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x07, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x31, 0x12, - 0x85, 0x01, 0x0a, 0x07, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x32, 0x18, 0x0c, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x6b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, - 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, - 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, - 0x65, 0x73, 0x31, 0x32, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x07, - 0x76, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x32, 0x12, 0x85, 0x01, 0x0a, 0x07, 0x76, 0x6f, 0x74, 0x65, - 0x73, 0x31, 0x33, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x6b, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, - 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, - 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x33, 0x4c, 0x69, 0x73, 0x74, - 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x07, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x33, 0x12, - 0x85, 0x01, 0x0a, 0x07, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x34, 0x18, 0x0e, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x6b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, - 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, - 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, - 0x65, 0x73, 0x31, 0x34, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x07, - 0x76, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x34, 0x12, 0x85, 0x01, 0x0a, 0x07, 0x76, 0x6f, 0x74, 0x65, - 0x73, 0x31, 0x35, 0x18, 0x0f, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x6b, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, - 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, - 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x35, 0x4c, 0x69, 0x73, 0x74, - 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x07, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x35, 0x12, - 0x85, 0x01, 0x0a, 0x07, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x36, 0x18, 0x10, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x6b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, - 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, - 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, - 0x65, 0x73, 0x31, 0x36, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x52, 0x07, - 0x76, 0x6f, 0x74, 0x65, 0x73, 0x31, 0x36, 0x22, 0x58, 0x0a, 0x0b, 0x42, 0x6f, 0x75, 0x6e, 0x74, - 0x69, 0x65, 0x73, 0x5f, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x22, 0xff, 0x01, 0x0a, 0x25, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x5f, - 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, - 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x49, 0x0a, 0x09, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, - 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x08, 0x63, 0x61, - 0x6c, 0x6c, 0x48, 0x61, 0x73, 0x68, 0x12, 0x28, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x65, - 0x6e, 0x63, 0x6f, 0x64, 0x65, 0x64, 0x5f, 0x6c, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x65, 0x64, 0x4c, 0x65, 0x6e, - 0x12, 0x61, 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x5f, - 0x77, 0x69, 0x74, 0x6e, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x57, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x73, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x56, 0x32, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, - 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x57, 0x69, 0x74, 0x6e, - 0x65, 0x73, 0x73, 0x22, 0x27, 0x0a, 0x0d, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x33, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x4c, 0x0a, 0x1c, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, - 0x55, 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x2c, 0x0a, 0x12, - 0x6e, 0x75, 0x6d, 0x5f, 0x73, 0x6c, 0x61, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x70, 0x61, - 0x6e, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x10, 0x6e, 0x75, 0x6d, 0x53, 0x6c, 0x61, - 0x73, 0x68, 0x69, 0x6e, 0x67, 0x53, 0x70, 0x61, 0x6e, 0x73, 0x22, 0x85, 0x03, 0x0a, 0x0b, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x57, 0x68, 0x6f, 0x12, 0x3d, 0x0a, 0x06, 0x77, 0x68, - 0x6f, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x64, - 0x48, 0x00, 0x52, 0x05, 0x77, 0x68, 0x6f, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x09, 0x77, 0x68, 0x6f, - 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, 0x77, 0x68, 0x6f, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x12, 0x40, 0x0a, 0x07, 0x77, 0x68, 0x6f, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x06, 0x77, 0x68, 0x6f, - 0x52, 0x61, 0x77, 0x12, 0x52, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x52, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x77, - 0x68, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x05, 0x0a, 0x03, 0x77, - 0x68, 0x6f, 0x22, 0x56, 0x0a, 0x0e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x44, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, - 0x6c, 0x6c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x26, 0x0a, 0x0c, 0x52, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x41, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x22, 0x5e, 0x0a, 0x2c, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, - 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, - 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x55, 0x69, 0x6e, 0x74, - 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x22, 0x56, 0x0a, 0x19, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x12, - 0x39, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, - 0x75, 0x6c, 0x6c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xb2, 0x03, 0x0a, 0x1b, 0x42, - 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x55, 0x6e, 0x72, - 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x3e, 0x0a, 0x06, 0x77, 0x68, - 0x6f, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x49, - 0x64, 0x48, 0x00, 0x52, 0x05, 0x77, 0x68, 0x6f, 0x49, 0x64, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x68, - 0x6f, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, - 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, 0x77, 0x68, 0x6f, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x12, 0x41, 0x0a, 0x07, 0x77, 0x68, 0x6f, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x06, - 0x77, 0x68, 0x6f, 0x52, 0x61, 0x77, 0x12, 0x53, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, - 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x77, - 0x68, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x53, 0x0a, 0x0d, 0x77, - 0x68, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, - 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x05, 0x0a, 0x03, 0x77, 0x68, 0x6f, 0x22, - 0x26, 0x0a, 0x0c, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x52, 0x61, 0x77, 0x12, - 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x86, 0x04, 0x0a, 0x17, 0x54, 0x72, 0x65, 0x61, - 0x73, 0x75, 0x72, 0x79, 0x5f, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x4e, 0x0a, 0x0e, 0x62, - 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, - 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0d, 0x62, 0x65, - 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x49, 0x64, 0x12, 0x57, 0x0a, 0x11, 0x62, - 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x48, 0x00, 0x52, 0x10, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x51, 0x0a, 0x0f, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, - 0x61, 0x72, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0e, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, - 0x69, 0x61, 0x72, 0x79, 0x52, 0x61, 0x77, 0x12, 0x63, 0x0a, 0x15, 0x62, 0x65, 0x6e, 0x65, 0x66, - 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x14, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, - 0x61, 0x72, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x63, 0x0a, 0x15, - 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x14, 0x62, 0x65, 0x6e, - 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x42, 0x0d, 0x0a, 0x0b, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, - 0x22, 0x06, 0x0a, 0x04, 0x4e, 0x6f, 0x6e, 0x65, 0x22, 0x2e, 0x0a, 0x14, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, - 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x14, 0x0a, 0x12, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x45, 0x72, 0x72, 0x6f, 0x6e, 0x65, 0x6f, 0x75, 0x73, 0x22, 0xa9, - 0x08, 0x0a, 0x12, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x45, 0x0a, 0x0b, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, - 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, - 0x52, 0x0a, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x49, 0x64, 0x12, 0x4e, 0x0a, 0x0e, - 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0d, 0x64, - 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x48, 0x0a, 0x0c, - 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, - 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x65, 0x6c, 0x65, 0x67, - 0x61, 0x74, 0x65, 0x52, 0x61, 0x77, 0x12, 0x5a, 0x0a, 0x12, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, - 0x74, 0x65, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, - 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, - 0x11, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x12, 0x5a, 0x0a, 0x12, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x11, 0x64, 0x65, 0x6c, - 0x65, 0x67, 0x61, 0x74, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x4b, - 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x61, 0x6e, 0x79, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x6e, 0x79, 0x48, 0x01, 0x52, 0x0c, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x41, 0x6e, 0x79, 0x12, 0x64, 0x0a, 0x17, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x6f, 0x6e, 0x5f, 0x74, 0x72, - 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x4e, 0x6f, - 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x48, 0x01, 0x52, 0x14, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x4e, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, - 0x72, 0x12, 0x60, 0x0a, 0x15, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, - 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x48, 0x01, 0x52, 0x13, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, - 0x6e, 0x63, 0x65, 0x12, 0x57, 0x0a, 0x12, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, - 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, - 0x5f, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x48, 0x01, 0x52, 0x10, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x54, 0x79, 0x70, 0x65, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x76, 0x0a, 0x1d, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, - 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4a, 0x75, 0x64, - 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x48, 0x01, 0x52, 0x1a, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, - 0x79, 0x70, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4a, 0x75, 0x64, 0x67, 0x65, - 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x64, 0x0a, 0x17, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, - 0x70, 0x65, 0x5f, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, - 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x6f, - 0x78, 0x79, 0x48, 0x01, 0x52, 0x14, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x43, - 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x64, 0x65, - 0x6c, 0x61, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x64, 0x65, 0x6c, 0x61, 0x79, - 0x42, 0x0a, 0x0a, 0x08, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x42, 0x0c, 0x0a, 0x0a, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x22, 0x67, 0x0a, 0x19, 0x42, 0x61, - 0x62, 0x65, 0x5f, 0x50, 0x6c, 0x61, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x43, 0x68, 0x61, - 0x6e, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x40, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x66, 0x69, - 0x67, 0x5f, 0x76, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x56, 0x31, 0x48, 0x00, 0x52, - 0x08, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x56, 0x31, 0x42, 0x08, 0x0a, 0x06, 0x63, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x22, 0x2c, 0x0a, 0x12, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x22, 0xd3, 0x19, 0x0a, 0x16, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x75, 0x62, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x3e, 0x0a, 0x06, - 0x73, 0x75, 0x62, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x05, 0x73, 0x75, 0x62, 0x49, 0x64, 0x12, 0x47, 0x0a, 0x09, - 0x73, 0x75, 0x62, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, 0x73, 0x75, 0x62, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x41, 0x0a, 0x07, 0x73, 0x75, 0x62, 0x5f, 0x72, 0x61, 0x77, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, - 0x52, 0x06, 0x73, 0x75, 0x62, 0x52, 0x61, 0x77, 0x12, 0x53, 0x0a, 0x0d, 0x73, 0x75, 0x62, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, - 0x0c, 0x73, 0x75, 0x62, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x53, 0x0a, - 0x0d, 0x73, 0x75, 0x62, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x48, 0x00, 0x52, 0x0c, 0x73, 0x75, 0x62, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, - 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x01, - 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, - 0x77, 0x30, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x01, - 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, - 0x77, 0x32, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x01, - 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x33, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x34, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, - 0x77, 0x34, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, - 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x01, - 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x35, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x36, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, - 0x77, 0x36, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, - 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x01, - 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x37, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, - 0x77, 0x38, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, - 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x01, - 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x39, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x30, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x30, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, - 0x52, 0x61, 0x77, 0x31, 0x30, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x31, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x31, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x31, - 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, 0x18, 0x13, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x32, 0x48, 0x01, - 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x32, 0x12, 0x49, 0x0a, 0x0a, 0x64, - 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x33, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x33, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x31, 0x33, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x34, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x34, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, - 0x34, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, - 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, - 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x49, 0x0a, 0x0a, - 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, - 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, - 0x31, 0x37, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, - 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, - 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x49, 0x0a, - 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x1a, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x01, 0x52, 0x09, 0x64, - 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, - 0x77, 0x32, 0x30, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x31, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x31, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x49, - 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0x1d, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x01, 0x52, 0x09, - 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, - 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, - 0x61, 0x77, 0x32, 0x33, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x34, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x34, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, - 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x20, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x01, 0x52, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x36, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x36, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, - 0x52, 0x61, 0x77, 0x32, 0x36, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x37, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x37, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x37, - 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, 0x18, 0x23, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x38, 0x48, 0x01, - 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x38, 0x12, 0x49, 0x0a, 0x0a, 0x64, - 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x39, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x39, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x32, 0x39, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, - 0x61, 0x77, 0x33, 0x30, 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x33, 0x30, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x33, - 0x30, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, - 0x26, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, - 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x49, 0x0a, 0x0a, - 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x27, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, - 0x74, 0x61, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x5c, 0x0a, 0x11, 0x64, 0x61, 0x74, 0x61, 0x5f, - 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x28, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, - 0x35, 0x36, 0x48, 0x01, 0x52, 0x0f, 0x64, 0x61, 0x74, 0x61, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, - 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, 0x4c, 0x0a, 0x0b, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x73, 0x68, - 0x61, 0x32, 0x35, 0x36, 0x18, 0x29, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, - 0x68, 0x61, 0x32, 0x35, 0x36, 0x48, 0x01, 0x52, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x53, 0x68, 0x61, - 0x32, 0x35, 0x36, 0x12, 0x55, 0x0a, 0x0e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6b, 0x65, 0x63, 0x63, - 0x61, 0x6b, 0x32, 0x35, 0x36, 0x18, 0x2a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x01, 0x52, 0x0d, 0x64, 0x61, 0x74, - 0x61, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x5c, 0x0a, 0x11, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, - 0x2b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, - 0x65, 0x65, 0x32, 0x35, 0x36, 0x48, 0x01, 0x52, 0x0f, 0x64, 0x61, 0x74, 0x61, 0x53, 0x68, 0x61, - 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x42, 0x05, 0x0a, 0x03, 0x73, 0x75, 0x62, 0x42, - 0x06, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x8d, 0x0b, 0x0a, 0x1a, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x43, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x47, - 0x0a, 0x07, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, - 0x06, 0x72, 0x6f, 0x6f, 0x74, 0x49, 0x64, 0x12, 0x50, 0x0a, 0x0a, 0x72, 0x6f, 0x6f, 0x74, 0x5f, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x09, - 0x72, 0x6f, 0x6f, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4a, 0x0a, 0x08, 0x72, 0x6f, 0x6f, - 0x74, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x07, 0x72, 0x6f, - 0x6f, 0x74, 0x52, 0x61, 0x77, 0x12, 0x5c, 0x0a, 0x0e, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x48, 0x00, 0x52, 0x0d, 0x72, 0x6f, 0x6f, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x12, 0x5c, 0x0a, 0x0e, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x48, 0x00, 0x52, 0x0d, 0x72, 0x6f, 0x6f, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x12, 0x51, 0x0a, 0x0c, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, - 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x01, 0x52, 0x0b, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x6f, 0x72, 0x49, 0x64, 0x12, 0x5a, 0x0a, 0x0f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, - 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x01, - 0x52, 0x0e, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x12, 0x54, 0x0a, 0x0d, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x72, 0x61, - 0x77, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x01, 0x52, 0x0c, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x6f, 0x72, 0x52, 0x61, 0x77, 0x12, 0x66, 0x0a, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x6f, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x01, 0x52, 0x12, 0x6e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x66, - 0x0a, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x48, 0x01, 0x52, 0x12, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x4d, 0x0a, 0x0a, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x02, 0x52, 0x09, 0x62, 0x6f, 0x75, 0x6e, - 0x63, 0x65, 0x72, 0x49, 0x64, 0x12, 0x56, 0x0a, 0x0d, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, - 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x02, 0x52, - 0x0c, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x50, 0x0a, - 0x0b, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x0e, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x61, - 0x77, 0x48, 0x02, 0x52, 0x0a, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x52, 0x61, 0x77, 0x12, - 0x62, 0x0a, 0x11, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, - 0x02, 0x52, 0x10, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x12, 0x62, 0x0a, 0x11, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x48, 0x02, 0x52, 0x10, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x06, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x74, 0x42, - 0x0b, 0x0a, 0x09, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x09, 0x0a, 0x07, - 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x22, 0xee, 0x2f, 0x0a, 0x3c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x54, - 0x75, 0x70, 0x6c, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x54, 0x79, 0x70, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x70, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x54, 0x79, 0x70, 0x65, 0x73, 0x44, 0x61, - 0x74, 0x61, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x6e, 0x6f, 0x6e, - 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, - 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x4a, - 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x00, 0x52, 0x0a, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x30, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x32, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, - 0x77, 0x32, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, - 0x33, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, - 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x33, 0x12, 0x4a, - 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x34, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, 0x48, 0x00, 0x52, 0x0a, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x34, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x52, 0x61, 0x77, 0x35, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x5f, 0x72, 0x61, 0x77, 0x36, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x36, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, - 0x77, 0x36, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, - 0x37, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, - 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x37, 0x12, 0x4a, - 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, 0x0a, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, 0x00, 0x52, 0x0a, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x38, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x52, 0x61, 0x77, 0x39, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x5f, 0x72, 0x61, 0x77, 0x31, 0x30, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x31, 0x30, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x52, 0x61, 0x77, 0x31, 0x30, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x31, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x31, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, - 0x61, 0x77, 0x31, 0x31, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x32, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x32, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, - 0x77, 0x31, 0x32, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x33, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x33, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, - 0x31, 0x33, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x34, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x34, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, - 0x34, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x35, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x35, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x35, - 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, - 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, - 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, - 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, - 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, - 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x4d, - 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x14, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x00, - 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x4d, 0x0a, - 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x15, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x00, 0x52, - 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x4d, 0x0a, 0x0c, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, 0x16, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x4d, 0x0a, 0x0c, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0x17, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, 0x00, 0x52, 0x0b, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x36, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x36, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x52, 0x61, 0x77, 0x32, 0x36, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, - 0x72, 0x61, 0x77, 0x32, 0x37, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x32, 0x37, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, - 0x61, 0x77, 0x32, 0x37, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x38, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x38, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, - 0x77, 0x32, 0x38, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x39, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x39, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, - 0x32, 0x39, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, - 0x33, 0x30, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x33, 0x30, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x33, - 0x30, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x33, - 0x31, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, - 0x31, 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x33, 0x31, - 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, - 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, - 0x48, 0x00, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, - 0x60, 0x0a, 0x13, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, - 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x11, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, - 0x36, 0x12, 0x50, 0x0a, 0x0d, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x73, 0x68, 0x61, 0x32, - 0x35, 0x36, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, - 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x53, 0x68, 0x61, - 0x32, 0x35, 0x36, 0x12, 0x59, 0x0a, 0x10, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x6b, 0x65, - 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x0f, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x60, - 0x0a, 0x13, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, - 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, 0x26, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x48, 0x00, 0x52, 0x11, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, - 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, - 0x27, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x01, - 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x4a, 0x0a, 0x0b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x30, 0x18, 0x28, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x30, 0x48, 0x01, 0x52, 0x0a, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x30, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, 0x29, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x01, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x52, 0x61, 0x77, 0x31, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x18, 0x2a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x48, 0x01, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, - 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, - 0x2b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x01, - 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x33, 0x12, 0x4a, 0x0a, 0x0b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x34, 0x18, 0x2c, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x34, 0x48, 0x01, 0x52, 0x0a, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x34, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0x2d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x01, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x52, 0x61, 0x77, 0x35, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, - 0x61, 0x77, 0x36, 0x18, 0x2e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x36, 0x48, 0x01, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x36, - 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, - 0x2f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x01, - 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x37, 0x12, 0x4a, 0x0a, 0x0b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x38, 0x18, 0x30, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x38, 0x48, 0x01, 0x52, 0x0a, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x38, 0x12, 0x4a, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0x31, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x01, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x52, 0x61, 0x77, 0x39, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x30, 0x18, 0x32, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x30, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, - 0x77, 0x31, 0x30, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x31, 0x18, 0x33, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x31, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, - 0x31, 0x31, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, - 0x31, 0x32, 0x18, 0x34, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x31, 0x32, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, - 0x32, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, - 0x33, 0x18, 0x35, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x33, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x33, - 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x34, - 0x18, 0x36, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, - 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, - 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, - 0x37, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, - 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x4d, - 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x38, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x01, - 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x4d, 0x0a, - 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, 0x18, 0x39, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, 0x48, 0x01, 0x52, - 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x4d, 0x0a, 0x0c, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x3a, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x01, 0x52, 0x0b, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x4d, 0x0a, 0x0c, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x3b, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x01, 0x52, 0x0b, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x31, 0x39, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x30, 0x18, 0x3c, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x30, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0x3d, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0x3e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x33, 0x18, 0x3f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0x40, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, - 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x41, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, - 0x61, 0x77, 0x32, 0x35, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x36, 0x18, 0x42, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x36, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, - 0x77, 0x32, 0x36, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x37, 0x18, 0x43, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x37, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, - 0x32, 0x37, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x38, 0x18, 0x44, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x38, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, - 0x38, 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x39, 0x18, 0x45, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x39, 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x32, 0x39, - 0x12, 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x30, - 0x18, 0x46, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, - 0x48, 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, - 0x4d, 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, - 0x47, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, - 0x01, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x4d, - 0x0a, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x48, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x01, - 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x52, 0x61, 0x77, 0x33, 0x32, 0x12, 0x60, 0x0a, - 0x13, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, 0x5f, 0x74, 0x77, - 0x6f, 0x32, 0x35, 0x36, 0x18, 0x49, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x42, - 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x01, 0x52, 0x11, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x12, - 0x50, 0x0a, 0x0d, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, - 0x18, 0x4a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, - 0x36, 0x48, 0x01, 0x52, 0x0c, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x53, 0x68, 0x61, 0x32, 0x35, - 0x36, 0x12, 0x59, 0x0a, 0x10, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x6b, 0x65, 0x63, 0x63, - 0x61, 0x6b, 0x32, 0x35, 0x36, 0x18, 0x4b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x48, 0x01, 0x52, 0x0f, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x4b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x60, 0x0a, 0x13, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x5f, 0x73, 0x68, 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, - 0x32, 0x35, 0x36, 0x18, 0x4c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, - 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x48, 0x01, 0x52, 0x11, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x31, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x42, 0x08, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x42, 0x08, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x22, 0xa2, 0x01, 0x0a, 0x3d, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, - 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, - 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x53, 0x74, - 0x72, 0x69, 0x6e, 0x67, 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, - 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x22, 0xe5, 0x01, 0x0a, 0x48, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x54, 0x75, 0x70, 0x6c, - 0x65, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, - 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x62, 0x69, 0x6c, 0x6c, 0x73, 0x70, 0x43, - 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x49, 0x64, 0x33, 0x32, 0x12, 0x4e, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, - 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x62, 0x69, 0x6c, 0x6c, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x22, - 0x96, 0x01, 0x0a, 0x20, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x46, 0x69, 0x6e, 0x61, - 0x6c, 0x69, 0x74, 0x79, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x72, 0x65, 0x63, 0x6f, - 0x6d, 0x6d, 0x69, 0x74, 0x12, 0x4d, 0x0a, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x68, - 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, - 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x48, - 0x61, 0x73, 0x68, 0x12, 0x23, 0x0a, 0x0d, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x6e, 0x75, - 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x1b, 0x0a, 0x19, 0x43, 0x6f, 0x6e, 0x76, - 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4c, 0x6f, 0x63, - 0x6b, 0x65, 0x64, 0x31, 0x58, 0x22, 0x4f, 0x0a, 0x12, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, - 0x74, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x12, 0x39, 0x0a, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xb0, 0x03, 0x0a, 0x14, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x50, 0x61, 0x79, 0x65, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x4d, 0x0a, 0x0c, 0x70, 0x61, 0x79, 0x65, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x65, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x74, 0x61, 0x6b, 0x65, 0x64, 0x48, - 0x00, 0x52, 0x0b, 0x70, 0x61, 0x79, 0x65, 0x65, 0x53, 0x74, 0x61, 0x6b, 0x65, 0x64, 0x12, 0x4a, - 0x0a, 0x0b, 0x70, 0x61, 0x79, 0x65, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x73, 0x68, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x74, 0x61, 0x73, 0x68, 0x48, 0x00, 0x52, 0x0a, - 0x70, 0x61, 0x79, 0x65, 0x65, 0x53, 0x74, 0x61, 0x73, 0x68, 0x12, 0x59, 0x0a, 0x10, 0x70, 0x61, - 0x79, 0x65, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, - 0x65, 0x72, 0x48, 0x00, 0x52, 0x0f, 0x70, 0x61, 0x79, 0x65, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x72, - 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x50, 0x0a, 0x0d, 0x70, 0x61, 0x79, 0x65, 0x65, 0x5f, 0x61, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x70, 0x61, 0x79, 0x65, 0x65, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x47, 0x0a, 0x0a, 0x70, 0x61, 0x79, 0x65, 0x65, - 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, - 0x6f, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x09, 0x70, 0x61, 0x79, 0x65, 0x65, 0x4e, 0x6f, 0x6e, 0x65, - 0x42, 0x07, 0x0a, 0x05, 0x70, 0x61, 0x79, 0x65, 0x65, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x36, 0x12, 0x16, 0x0a, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x22, 0x8c, 0x01, 0x0a, 0x1c, 0x53, 0x70, 0x4e, 0x70, 0x6f, 0x73, 0x45, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, - 0x63, 0x6f, 0x72, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x6d, 0x69, 0x6e, 0x69, 0x6d, 0x61, 0x6c, 0x5f, - 0x73, 0x74, 0x61, 0x6b, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6d, 0x69, 0x6e, - 0x69, 0x6d, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x75, 0x6d, - 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x75, - 0x6d, 0x53, 0x74, 0x61, 0x6b, 0x65, 0x12, 0x2a, 0x0a, 0x11, 0x73, 0x75, 0x6d, 0x5f, 0x73, 0x74, - 0x61, 0x6b, 0x65, 0x5f, 0x73, 0x71, 0x75, 0x61, 0x72, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0f, 0x73, 0x75, 0x6d, 0x53, 0x74, 0x61, 0x6b, 0x65, 0x53, 0x71, 0x75, 0x61, 0x72, - 0x65, 0x64, 0x22, 0xb5, 0x01, 0x0a, 0x37, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, - 0x65, 0x5f, 0x53, 0x65, 0x74, 0x4d, 0x69, 0x6e, 0x69, 0x6d, 0x75, 0x6d, 0x55, 0x6e, 0x74, 0x72, - 0x75, 0x73, 0x74, 0x65, 0x64, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x65, - 0x0a, 0x10, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x73, 0x63, 0x6f, - 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x4e, 0x70, 0x6f, 0x73, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x63, 0x6f, 0x72, 0x65, - 0x48, 0x00, 0x52, 0x0e, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x4e, 0x65, 0x78, 0x74, 0x53, 0x63, 0x6f, - 0x72, 0x65, 0x88, 0x01, 0x01, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, - 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x22, 0x1f, 0x0a, 0x1d, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x4e, 0x65, 0x77, 0x45, 0x72, - 0x61, 0x41, 0x6c, 0x77, 0x61, 0x79, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x22, 0x12, 0x0a, 0x10, 0x48, - 0x69, 0x73, 0x74, 0x6f, 0x72, 0x69, 0x63, 0x61, 0x6c, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x22, - 0x54, 0x0a, 0x0d, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x12, 0x43, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x88, 0x03, 0x0a, 0x1b, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, - 0x69, 0x67, 0x5f, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x41, 0x73, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, - 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, - 0x6f, 0x6c, 0x64, 0x12, 0x5e, 0x0a, 0x11, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x5f, 0x73, 0x69, 0x67, - 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, - 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, - 0x32, 0x52, 0x10, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x6f, 0x72, - 0x69, 0x65, 0x73, 0x12, 0x68, 0x0a, 0x0f, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x74, 0x69, 0x6d, - 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, - 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x54, - 0x69, 0x6d, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x48, 0x00, 0x52, 0x0e, 0x6d, 0x61, 0x79, 0x62, - 0x65, 0x54, 0x69, 0x6d, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, - 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x48, 0x61, 0x73, 0x68, 0x12, 0x50, 0x0a, 0x0a, 0x6d, 0x61, - 0x78, 0x5f, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x57, 0x65, 0x69, 0x67, - 0x68, 0x74, 0x73, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x56, 0x32, 0x57, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x52, 0x09, 0x6d, 0x61, 0x78, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x42, 0x12, 0x0a, 0x10, - 0x5f, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, - 0x22, 0x4b, 0x0a, 0x18, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x5f, 0x4a, 0x6f, 0x69, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x16, 0x0a, 0x06, - 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x6d, - 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x22, 0x56, 0x0a, - 0x0e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, - 0x44, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, - 0x69, 0x73, 0x74, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x77, 0x0a, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, - 0x65, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, - 0x53, 0x72, 0x32, 0x35, 0x35, 0x31, 0x39, 0x41, 0x70, 0x70, 0x53, 0x72, 0x32, 0x35, 0x35, 0x31, - 0x39, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x12, 0x45, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x53, 0x72, 0x32, 0x35, 0x35, 0x31, 0x39, - 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xc4, - 0x03, 0x0a, 0x19, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x52, - 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x46, 0x0a, 0x0a, - 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x49, 0x64, 0x12, 0x4f, 0x0a, 0x0d, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0c, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x49, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x48, 0x00, 0x52, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x61, 0x77, - 0x12, 0x5b, 0x0a, 0x11, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x10, 0x61, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5b, 0x0a, - 0x11, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x10, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x09, 0x0a, 0x07, 0x61, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x33, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, - 0xd0, 0x19, 0x0a, 0x13, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, - 0x53, 0x75, 0x62, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x3e, 0x0a, 0x06, 0x73, 0x75, 0x62, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, - 0x52, 0x05, 0x73, 0x75, 0x62, 0x49, 0x64, 0x12, 0x47, 0x0a, 0x09, 0x73, 0x75, 0x62, 0x5f, 0x69, - 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, 0x73, 0x75, 0x62, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x12, 0x41, 0x0a, 0x07, 0x73, 0x75, 0x62, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x06, 0x73, 0x75, 0x62, - 0x52, 0x61, 0x77, 0x12, 0x53, 0x0a, 0x0d, 0x73, 0x75, 0x62, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x73, 0x75, 0x62, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x53, 0x0a, 0x0d, 0x73, 0x75, 0x62, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, - 0x0c, 0x73, 0x75, 0x62, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x46, 0x0a, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, - 0x61, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x30, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x30, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x30, 0x12, 0x46, 0x0a, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x31, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x12, 0x46, 0x0a, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x33, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x34, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x34, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x34, 0x12, 0x46, 0x0a, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x35, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x35, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x36, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x36, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x36, 0x12, 0x46, 0x0a, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x37, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x37, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x37, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x38, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x38, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x38, 0x12, 0x46, 0x0a, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x39, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x48, 0x01, 0x52, 0x08, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x39, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x31, 0x30, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x31, 0x30, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x30, - 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x31, 0x18, 0x12, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x31, 0x48, 0x01, - 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, 0x49, 0x0a, 0x0a, 0x64, - 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x32, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x32, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x31, 0x32, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, - 0x61, 0x77, 0x31, 0x33, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x31, 0x33, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, - 0x33, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x34, 0x18, - 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x34, 0x48, - 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x34, 0x12, 0x49, 0x0a, 0x0a, - 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x35, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, - 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, - 0x72, 0x61, 0x77, 0x31, 0x36, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x36, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, - 0x31, 0x36, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x37, - 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x37, - 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x37, 0x12, 0x49, 0x0a, - 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x31, 0x38, 0x18, 0x19, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x38, 0x48, 0x01, 0x52, 0x09, 0x64, - 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x31, 0x38, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, - 0x5f, 0x72, 0x61, 0x77, 0x31, 0x39, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x52, 0x61, 0x77, 0x31, 0x39, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, - 0x77, 0x31, 0x39, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, - 0x30, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, - 0x30, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x30, 0x12, 0x49, - 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x31, 0x18, 0x1c, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x31, 0x48, 0x01, 0x52, 0x09, - 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x31, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, - 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x32, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, - 0x61, 0x77, 0x32, 0x32, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, - 0x32, 0x33, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x32, 0x33, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, - 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x34, 0x18, 0x1f, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x34, 0x48, 0x01, 0x52, - 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x34, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, - 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x35, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, - 0x52, 0x61, 0x77, 0x32, 0x35, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, - 0x77, 0x32, 0x36, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x32, 0x36, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x36, - 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x37, 0x18, 0x22, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x37, 0x48, 0x01, - 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, 0x37, 0x12, 0x49, 0x0a, 0x0a, 0x64, - 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x32, 0x38, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x38, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, - 0x61, 0x52, 0x61, 0x77, 0x32, 0x38, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, - 0x61, 0x77, 0x32, 0x39, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, - 0x61, 0x77, 0x32, 0x39, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x32, - 0x39, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x30, 0x18, - 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, 0x48, - 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x49, 0x0a, 0x0a, - 0x64, 0x61, 0x74, 0x61, 0x5f, 0x72, 0x61, 0x77, 0x33, 0x31, 0x18, 0x26, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x31, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, - 0x74, 0x61, 0x52, 0x61, 0x77, 0x33, 0x31, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, - 0x72, 0x61, 0x77, 0x33, 0x32, 0x18, 0x27, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x33, 0x32, 0x48, 0x01, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x52, 0x61, 0x77, - 0x33, 0x32, 0x12, 0x5c, 0x0a, 0x11, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x62, 0x6c, 0x61, 0x6b, 0x65, - 0x5f, 0x74, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x18, 0x28, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x5f, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, 0x48, 0x01, 0x52, - 0x0f, 0x64, 0x61, 0x74, 0x61, 0x42, 0x6c, 0x61, 0x6b, 0x65, 0x54, 0x77, 0x6f, 0x32, 0x35, 0x36, - 0x12, 0x4c, 0x0a, 0x0b, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x73, 0x68, 0x61, 0x32, 0x35, 0x36, 0x18, - 0x29, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, - 0x48, 0x01, 0x52, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x53, 0x68, 0x61, 0x32, 0x35, 0x36, 0x12, 0x55, - 0x0a, 0x0e, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6b, 0x65, 0x63, 0x63, 0x61, 0x6b, 0x32, 0x35, 0x36, - 0x18, 0x2a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4b, 0x65, 0x63, 0x63, 0x61, - 0x6b, 0x32, 0x35, 0x36, 0x48, 0x01, 0x52, 0x0d, 0x64, 0x61, 0x74, 0x61, 0x4b, 0x65, 0x63, 0x63, - 0x61, 0x6b, 0x32, 0x35, 0x36, 0x12, 0x5c, 0x0a, 0x11, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x73, 0x68, - 0x61, 0x5f, 0x74, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, 0x18, 0x2b, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, 0x32, 0x35, 0x36, - 0x48, 0x01, 0x52, 0x0f, 0x64, 0x61, 0x74, 0x61, 0x53, 0x68, 0x61, 0x54, 0x68, 0x72, 0x65, 0x65, - 0x32, 0x35, 0x36, 0x42, 0x05, 0x0a, 0x03, 0x73, 0x75, 0x62, 0x42, 0x06, 0x0a, 0x04, 0x64, 0x61, - 0x74, 0x61, 0x22, 0xf7, 0x01, 0x0a, 0x50, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, - 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x33, 0x4c, 0x69, 0x73, - 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, - 0x73, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x5b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, - 0x32, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, - 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x22, 0x2c, 0x0a, 0x12, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xc1, 0x03, 0x0a, 0x18, 0x42, - 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, - 0x41, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x40, 0x0a, 0x07, 0x64, 0x65, 0x73, 0x74, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x49, 0x64, 0x48, - 0x00, 0x52, 0x06, 0x64, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x0a, 0x64, 0x65, 0x73, - 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, - 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x09, 0x64, 0x65, 0x73, 0x74, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x43, 0x0a, 0x08, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x61, 0x77, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, - 0x52, 0x07, 0x64, 0x65, 0x73, 0x74, 0x52, 0x61, 0x77, 0x12, 0x55, 0x0a, 0x0e, 0x64, 0x65, 0x73, - 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, - 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, - 0x00, 0x52, 0x0d, 0x64, 0x65, 0x73, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, - 0x12, 0x55, 0x0a, 0x0e, 0x64, 0x65, 0x73, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0d, 0x64, 0x65, 0x73, 0x74, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x1d, 0x0a, 0x0a, 0x6b, 0x65, 0x65, 0x70, 0x5f, - 0x61, 0x6c, 0x69, 0x76, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6b, 0x65, 0x65, - 0x70, 0x41, 0x6c, 0x69, 0x76, 0x65, 0x42, 0x06, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x74, 0x22, 0xc7, - 0x16, 0x0a, 0x0d, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x63, 0x61, - 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x42, 0x6f, 0x6e, 0x64, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x6e, 0x64, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x62, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x6f, 0x6e, - 0x64, 0x5f, 0x65, 0x78, 0x74, 0x72, 0x61, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x42, 0x6f, 0x6e, 0x64, 0x45, 0x78, 0x74, 0x72, 0x61, 0x43, - 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x6e, 0x64, 0x45, - 0x78, 0x74, 0x72, 0x61, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x58, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x75, 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x55, 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x77, 0x0a, 0x1b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x69, 0x74, 0x68, 0x64, - 0x72, 0x61, 0x77, 0x5f, 0x75, 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x65, 0x64, 0x5f, 0x63, 0x61, 0x6c, - 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x57, 0x69, 0x74, 0x68, 0x64, - 0x72, 0x61, 0x77, 0x55, 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x48, - 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x55, - 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5e, 0x0a, 0x12, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x61, 0x6c, - 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x56, 0x61, 0x6c, 0x69, 0x64, - 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x56, - 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5e, 0x0a, 0x12, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x61, 0x6c, - 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x4e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x55, 0x0a, 0x0f, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x07, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x43, 0x68, 0x69, 0x6c, 0x6c, 0x43, 0x61, 0x6c, - 0x6c, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x68, 0x69, 0x6c, 0x6c, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x5f, 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x70, - 0x61, 0x79, 0x65, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x50, 0x61, 0x79, 0x65, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, - 0x00, 0x52, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x50, 0x61, 0x79, 0x65, 0x65, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x6e, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, - 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x74, - 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, - 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x7b, 0x0a, 0x1d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, - 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, - 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x65, - 0x74, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x43, - 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x56, 0x61, - 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x8a, 0x01, 0x0a, 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x6e, 0x63, 0x72, 0x65, 0x61, - 0x73, 0x65, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x5f, 0x49, 0x6e, 0x63, 0x72, 0x65, 0x61, 0x73, 0x65, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, - 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1e, 0x63, - 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x63, 0x72, 0x65, 0x61, 0x73, 0x65, 0x56, 0x61, 0x6c, 0x69, 0x64, - 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x81, 0x01, - 0x0a, 0x1f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x5f, 0x76, 0x61, 0x6c, - 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x63, 0x61, 0x6c, - 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x63, 0x61, 0x6c, 0x65, - 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x43, 0x61, - 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1b, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x56, - 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x69, 0x0a, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, - 0x6e, 0x6f, 0x5f, 0x65, 0x72, 0x61, 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0d, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x4e, 0x6f, 0x45, 0x72, 0x61, - 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x6f, 0x72, - 0x63, 0x65, 0x4e, 0x6f, 0x45, 0x72, 0x61, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x69, 0x0a, 0x17, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x6e, 0x65, 0x77, 0x5f, 0x65, - 0x72, 0x61, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x4e, 0x65, 0x77, 0x45, 0x72, 0x61, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x4e, 0x65, 0x77, - 0x45, 0x72, 0x61, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x77, 0x0a, 0x1b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x73, 0x65, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x75, 0x6c, 0x6e, 0x65, 0x72, 0x61, 0x62, 0x6c, 0x65, - 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, - 0x53, 0x65, 0x74, 0x49, 0x6e, 0x76, 0x75, 0x6c, 0x6e, 0x65, 0x72, 0x61, 0x62, 0x6c, 0x65, 0x73, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x49, - 0x6e, 0x76, 0x75, 0x6c, 0x6e, 0x65, 0x72, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x6b, 0x0a, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x75, - 0x6e, 0x73, 0x74, 0x61, 0x6b, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x10, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x55, 0x6e, 0x73, 0x74, 0x61, 0x6b, - 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x6f, 0x72, - 0x63, 0x65, 0x55, 0x6e, 0x73, 0x74, 0x61, 0x6b, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x7c, 0x0a, - 0x1e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x6e, 0x65, 0x77, 0x5f, - 0x65, 0x72, 0x61, 0x5f, 0x61, 0x6c, 0x77, 0x61, 0x79, 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x4e, 0x65, - 0x77, 0x45, 0x72, 0x61, 0x41, 0x6c, 0x77, 0x61, 0x79, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, - 0x52, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x4e, 0x65, 0x77, 0x45, 0x72, - 0x61, 0x41, 0x6c, 0x77, 0x61, 0x79, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x81, 0x01, 0x0a, 0x1f, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x64, 0x65, 0x66, 0x65, - 0x72, 0x72, 0x65, 0x64, 0x5f, 0x73, 0x6c, 0x61, 0x73, 0x68, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x44, - 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x53, 0x6c, 0x61, 0x73, 0x68, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x1b, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x44, 0x65, - 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x53, 0x6c, 0x61, 0x73, 0x68, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x6e, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x61, 0x79, 0x6f, 0x75, 0x74, 0x5f, 0x73, - 0x74, 0x61, 0x6b, 0x65, 0x72, 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x13, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x50, 0x61, 0x79, 0x6f, 0x75, 0x74, 0x53, 0x74, 0x61, 0x6b, 0x65, - 0x72, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x61, - 0x79, 0x6f, 0x75, 0x74, 0x53, 0x74, 0x61, 0x6b, 0x65, 0x72, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x58, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x62, - 0x6f, 0x6e, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x52, - 0x65, 0x62, 0x6f, 0x6e, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x62, 0x0a, 0x14, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x72, 0x65, 0x61, 0x70, 0x5f, 0x73, 0x74, 0x61, 0x73, 0x68, 0x5f, 0x63, 0x61, 0x6c, - 0x6c, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x61, 0x70, 0x53, - 0x74, 0x61, 0x73, 0x68, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, - 0x52, 0x65, 0x61, 0x70, 0x53, 0x74, 0x61, 0x73, 0x68, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x52, 0x0a, - 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6b, 0x69, 0x63, 0x6b, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x4b, 0x69, 0x63, 0x6b, 0x43, 0x61, 0x6c, - 0x6c, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x4b, 0x69, 0x63, 0x6b, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x7b, 0x0a, 0x1d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x73, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x5f, 0x63, 0x61, - 0x6c, 0x6c, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x65, 0x74, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x43, 0x61, 0x6c, - 0x6c, 0x48, 0x00, 0x52, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x65, - 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x6c, 0x5f, 0x6f, 0x74, 0x68, - 0x65, 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x5f, 0x43, 0x68, 0x69, 0x6c, 0x6c, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, - 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x68, 0x69, 0x6c, 0x6c, 0x4f, 0x74, 0x68, 0x65, - 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x8e, 0x01, 0x0a, 0x24, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, - 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x5f, 0x6d, 0x69, 0x6e, 0x5f, 0x63, - 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x19, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x41, 0x70, 0x70, - 0x6c, 0x79, 0x4d, 0x69, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, - 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1f, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x6f, 0x72, 0x63, 0x65, - 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4d, 0x69, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x78, 0x0a, 0x1c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, - 0x65, 0x74, 0x5f, 0x6d, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, - 0x6e, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, - 0x53, 0x65, 0x74, 0x4d, 0x69, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x4d, - 0x69, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, - 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x2e, 0x0a, 0x16, 0x54, 0x72, 0x65, 0x61, - 0x73, 0x75, 0x72, 0x79, 0x5f, 0x56, 0x6f, 0x69, 0x64, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x27, 0x0a, 0x0d, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x22, 0x56, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x12, 0x44, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, - 0x6c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x9c, 0x05, 0x0a, 0x14, 0x50, 0x72, - 0x6f, 0x78, 0x79, 0x5f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x65, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x4b, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, - 0x5f, 0x61, 0x6e, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x6e, 0x79, 0x48, - 0x00, 0x52, 0x0c, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x41, 0x6e, 0x79, 0x12, - 0x64, 0x0a, 0x17, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x6f, - 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x48, 0x00, 0x52, - 0x14, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x4e, 0x6f, 0x6e, 0x54, 0x72, 0x61, - 0x6e, 0x73, 0x66, 0x65, 0x72, 0x12, 0x60, 0x0a, 0x15, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, - 0x79, 0x70, 0x65, 0x5f, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, - 0x48, 0x00, 0x52, 0x13, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x47, 0x6f, 0x76, - 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x57, 0x0a, 0x12, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, - 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x48, 0x00, 0x52, 0x10, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x12, 0x76, 0x0a, 0x1d, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, - 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, - 0x79, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x48, 0x00, 0x52, 0x1a, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4a, - 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x64, 0x0a, 0x17, 0x70, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x43, 0x61, 0x6e, 0x63, 0x65, - 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x48, 0x00, 0x52, 0x14, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x54, - 0x79, 0x70, 0x65, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x14, - 0x0a, 0x05, 0x64, 0x65, 0x6c, 0x61, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x64, - 0x65, 0x6c, 0x61, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x08, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x42, 0x0c, 0x0a, 0x0a, 0x70, 0x72, - 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x22, 0x6c, 0x0a, 0x23, 0x47, 0x72, 0x61, 0x6e, - 0x64, 0x70, 0x61, 0x5f, 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x47, - 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x41, 0x70, 0x70, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x12, - 0x45, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, - 0x65, 0x45, 0x64, 0x32, 0x35, 0x35, 0x31, 0x39, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x2c, 0x0a, 0x12, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, - 0x72, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x16, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x22, 0x71, 0x0a, 0x13, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, - 0x53, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x44, 0x0a, 0x04, 0x6b, - 0x65, 0x79, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x61, 0x72, 0x61, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, - 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, 0x73, 0x52, 0x04, 0x6b, 0x65, 0x79, - 0x73, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x72, 0x6f, 0x6f, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x05, 0x70, 0x72, 0x6f, 0x6f, 0x66, 0x22, 0xf7, 0x01, 0x0a, 0x50, 0x45, 0x6c, 0x65, 0x63, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, - 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, - 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, - 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, - 0x73, 0x37, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x12, 0x73, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, - 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, - 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, - 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, - 0x36, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x32, 0x22, 0xc1, 0x03, 0x0a, 0x14, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x47, 0x0a, 0x07, 0x72, 0x6f, - 0x6f, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x06, 0x72, 0x6f, 0x6f, - 0x74, 0x49, 0x64, 0x12, 0x50, 0x0a, 0x0a, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, - 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x09, 0x72, 0x6f, 0x6f, 0x74, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4a, 0x0a, 0x08, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x72, 0x61, - 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x07, 0x72, 0x6f, 0x6f, 0x74, 0x52, 0x61, - 0x77, 0x12, 0x5c, 0x0a, 0x0e, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, - 0x52, 0x0d, 0x72, 0x6f, 0x6f, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, - 0x5c, 0x0a, 0x0e, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0d, - 0x72, 0x6f, 0x6f, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x06, 0x0a, - 0x04, 0x72, 0x6f, 0x6f, 0x74, 0x22, 0x9e, 0x01, 0x0a, 0x24, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x78, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x17, - 0x0a, 0x07, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x12, 0x5d, 0x0a, 0x0e, 0x6d, 0x61, 0x78, 0x5f, 0x63, - 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x41, 0x72, 0x69, - 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, - 0x50, 0x65, 0x72, 0x62, 0x69, 0x6c, 0x6c, 0x52, 0x0d, 0x6d, 0x61, 0x78, 0x43, 0x6f, 0x6d, 0x6d, - 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x1a, 0x0a, 0x18, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, - 0x69, 0x74, 0x79, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x22, 0x66, 0x0a, 0x1d, 0x53, 0x70, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, - 0x79, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x41, 0x70, 0x70, 0x50, 0x75, 0x62, - 0x6c, 0x69, 0x63, 0x12, 0x45, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x70, 0x43, 0x6f, 0x72, 0x65, 0x53, 0x72, 0x32, 0x35, 0x35, 0x31, 0x39, 0x50, 0x75, 0x62, 0x6c, - 0x69, 0x63, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x45, 0x0a, 0x1d, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x76, 0x65, 0x5f, 0x56, 0x6f, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x70, - 0x6f, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x70, 0x6f, 0x6c, 0x6c, 0x12, - 0x10, 0x0a, 0x03, 0x61, 0x79, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x03, 0x61, 0x79, - 0x65, 0x22, 0x1c, 0x0a, 0x1a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x43, 0x6c, - 0x65, 0x61, 0x72, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x22, - 0x37, 0x0a, 0x18, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x43, 0x6c, 0x6f, 0x73, - 0x65, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1b, 0x0a, 0x09, 0x62, - 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, - 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, 0x22, 0x1c, 0x0a, 0x1a, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x44, 0x65, 0x73, 0x74, - 0x72, 0x6f, 0x79, 0x69, 0x6e, 0x67, 0x22, 0xdd, 0x01, 0x0a, 0x16, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, - 0x69, 0x6e, 0x65, 0x5f, 0x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x58, 0x0a, 0x09, 0x68, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x49, - 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, - 0x52, 0x09, 0x68, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x12, 0x69, 0x0a, 0x09, 0x73, - 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4b, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, - 0x6e, 0x65, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, - 0x65, 0x53, 0x72, 0x32, 0x35, 0x35, 0x31, 0x39, 0x41, 0x70, 0x70, 0x53, 0x72, 0x32, 0x35, 0x35, - 0x31, 0x39, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x09, 0x73, 0x69, 0x67, - 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x22, 0x11, 0x0a, 0x0f, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x22, 0x92, 0x13, 0x0a, 0x11, 0x52, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x73, 0x12, - 0x5a, 0x0a, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x48, 0x00, 0x52, 0x12, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x12, 0x50, 0x0a, 0x10, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x74, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x72, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x72, 0x48, 0x00, 0x52, 0x0f, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x72, 0x12, 0x63, 0x0a, - 0x17, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x48, 0x00, 0x52, 0x15, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x41, 0x64, 0x6d, - 0x69, 0x6e, 0x12, 0x5a, 0x0a, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x67, 0x65, 0x6e, - 0x65, 0x72, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x6e, 0x65, - 0x72, 0x61, 0x6c, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x48, 0x00, 0x52, 0x12, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x12, 0x6f, - 0x0a, 0x1b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x75, 0x6d, 0x5f, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x6c, - 0x65, 0x72, 0x48, 0x00, 0x52, 0x19, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x6c, 0x65, 0x72, 0x12, - 0x66, 0x0a, 0x18, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x75, 0x6d, 0x5f, 0x6b, 0x69, 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x4b, 0x69, 0x6c, 0x6c, 0x65, 0x72, 0x48, 0x00, 0x52, - 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, - 0x6d, 0x4b, 0x69, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x57, 0x0a, 0x13, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x5f, 0x73, 0x6d, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x69, 0x70, 0x70, 0x65, 0x72, 0x18, 0x07, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x6d, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x70, 0x70, 0x65, 0x72, 0x48, 0x00, 0x52, 0x11, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x53, 0x6d, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x70, 0x70, 0x65, 0x72, - 0x12, 0x51, 0x0a, 0x11, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x62, 0x69, 0x67, 0x5f, 0x74, - 0x69, 0x70, 0x70, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x69, 0x67, 0x54, 0x69, 0x70, 0x70, 0x65, 0x72, - 0x48, 0x00, 0x52, 0x0f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x42, 0x69, 0x67, 0x54, 0x69, 0x70, - 0x70, 0x65, 0x72, 0x12, 0x5a, 0x0a, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x73, 0x6d, - 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x6d, 0x61, - 0x6c, 0x6c, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x48, 0x00, 0x52, 0x12, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x53, 0x6d, 0x61, 0x6c, 0x6c, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, - 0x5d, 0x0a, 0x15, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x6d, 0x65, 0x64, 0x69, 0x75, 0x6d, - 0x5f, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x64, 0x69, 0x75, 0x6d, - 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x48, 0x00, 0x52, 0x13, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x4d, 0x65, 0x64, 0x69, 0x75, 0x6d, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x54, - 0x0a, 0x12, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x62, 0x69, 0x67, 0x5f, 0x73, 0x70, 0x65, - 0x6e, 0x64, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x69, 0x67, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, - 0x48, 0x00, 0x52, 0x10, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x42, 0x69, 0x67, 0x53, 0x70, 0x65, - 0x6e, 0x64, 0x65, 0x72, 0x12, 0x69, 0x0a, 0x19, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x77, - 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x65, - 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x43, 0x61, - 0x6c, 0x6c, 0x65, 0x72, 0x48, 0x00, 0x52, 0x17, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x57, 0x68, - 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x12, - 0x6f, 0x0a, 0x1b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x5f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x73, 0x18, 0x0d, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, - 0x74, 0x65, 0x73, 0x48, 0x00, 0x52, 0x19, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x73, - 0x12, 0x4a, 0x0a, 0x0e, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x48, 0x00, 0x52, 0x0d, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x12, 0x69, 0x0a, 0x19, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x5f, 0x65, 0x78, 0x70, 0x65, 0x72, 0x74, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x45, 0x78, 0x70, 0x65, 0x72, 0x74, 0x73, 0x48, 0x00, 0x52, 0x17, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x45, 0x78, 0x70, 0x65, 0x72, 0x74, 0x73, 0x12, 0x69, 0x0a, 0x19, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x6d, 0x61, 0x73, - 0x74, 0x65, 0x72, 0x73, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x4d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x73, 0x48, 0x00, 0x52, 0x17, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x4d, 0x61, 0x73, 0x74, 0x65, - 0x72, 0x73, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x31, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x11, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x31, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x31, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x32, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x12, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x32, 0x44, 0x61, 0x6e, 0x48, 0x00, - 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x32, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x33, 0x5f, 0x64, 0x61, 0x6e, - 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x33, 0x44, 0x61, 0x6e, - 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x33, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x34, 0x5f, 0x64, - 0x61, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x34, 0x44, - 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x34, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x35, - 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x35, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x35, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x36, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x36, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x36, 0x44, 0x61, 0x6e, 0x12, 0x60, - 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x37, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x37, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x37, 0x44, 0x61, 0x6e, - 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x38, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x38, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x38, 0x44, - 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x39, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x19, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x39, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x39, 0x44, 0x61, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x45, - 0x0a, 0x2d, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x52, 0x65, 0x66, 0x75, 0x6e, 0x64, 0x44, 0x65, 0x63, 0x69, - 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x33, 0x0a, 0x1b, 0x47, 0x65, 0x61, 0x72, 0x5f, 0x53, 0x65, - 0x74, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x49, 0x6e, 0x68, 0x65, 0x72, 0x65, 0x6e, 0x74, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xe5, 0x01, 0x0a, 0x1b, 0x42, - 0x61, 0x62, 0x65, 0x5f, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6a, 0x0a, 0x12, 0x65, 0x71, - 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x6f, 0x66, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x53, 0x6c, 0x6f, - 0x74, 0x73, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, - 0x6f, 0x6f, 0x66, 0x52, 0x11, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x12, 0x5a, 0x0a, 0x0f, 0x6b, 0x65, 0x79, 0x5f, 0x6f, 0x77, - 0x6e, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x6f, 0x6f, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x53, 0x65, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x50, 0x72, - 0x6f, 0x6f, 0x66, 0x52, 0x0d, 0x6b, 0x65, 0x79, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x50, 0x72, 0x6f, - 0x6f, 0x66, 0x22, 0xd6, 0x06, 0x0a, 0x0e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x7f, 0x0a, 0x1e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x72, - 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x5f, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x5f, 0x64, 0x65, 0x61, - 0x74, 0x68, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, - 0x73, 0x5f, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x44, - 0x65, 0x61, 0x74, 0x68, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1a, 0x63, 0x61, 0x6c, 0x6c, - 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x65, 0x61, - 0x74, 0x68, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6f, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, - 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x5f, 0x63, 0x61, - 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x46, 0x6f, 0x72, - 0x63, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, - 0x52, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, - 0x66, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x7c, 0x0a, 0x1d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x5f, 0x6b, 0x65, 0x65, 0x70, 0x5f, 0x61, 0x6c, - 0x69, 0x76, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, - 0x65, 0x73, 0x5f, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x4b, 0x65, 0x65, 0x70, 0x41, - 0x6c, 0x69, 0x76, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x19, 0x63, 0x61, 0x6c, 0x6c, - 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x4b, 0x65, 0x65, 0x70, 0x41, 0x6c, 0x69, 0x76, - 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x69, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x72, - 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x5f, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, - 0x65, 0x72, 0x41, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, - 0x6c, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x41, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x72, 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x75, - 0x6e, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, - 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x55, 0x6e, 0x72, - 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x16, 0x63, 0x61, - 0x6c, 0x6c, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x75, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x70, 0x67, - 0x72, 0x61, 0x64, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x5f, 0x63, 0x61, - 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x55, 0x70, 0x67, - 0x72, 0x61, 0x64, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x41, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x76, 0x0a, 0x1b, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x62, 0x61, - 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, - 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x53, 0x65, 0x74, 0x42, 0x61, 0x6c, - 0x61, 0x6e, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, - 0x46, 0x6f, 0x72, 0x63, 0x65, 0x53, 0x65, 0x74, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x43, - 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x75, 0x0a, 0x21, 0x43, - 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x55, 0x6e, 0x61, - 0x73, 0x73, 0x69, 0x67, 0x6e, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x28, 0x0a, 0x10, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, - 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, - 0x6e, 0x74, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0f, 0x63, 0x68, - 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, - 0x49, 0x64, 0x22, 0xb2, 0x02, 0x0a, 0x18, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4d, 0x61, 0x78, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x12, - 0x56, 0x0a, 0x0e, 0x6d, 0x61, 0x78, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x6e, 0x6f, 0x6f, - 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x00, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x53, 0x0a, 0x0d, 0x6d, 0x61, 0x78, 0x5f, 0x70, - 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x0b, 0x6d, 0x61, 0x78, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x53, 0x65, 0x74, 0x12, 0x5c, 0x0a, 0x10, - 0x6d, 0x61, 0x78, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x00, 0x52, 0x0e, 0x6d, 0x61, 0x78, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x6d, 0x61, - 0x78, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x22, 0xc3, 0x03, 0x0a, 0x1b, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x57, 0x69, 0x74, 0x68, 0x64, - 0x72, 0x61, 0x77, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x42, 0x0a, 0x05, 0x74, 0x6f, 0x5f, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, - 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x04, 0x74, 0x6f, 0x49, 0x64, 0x12, 0x4b, 0x0a, 0x08, 0x74, - 0x6f, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, - 0x07, 0x74, 0x6f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x45, 0x0a, 0x06, 0x74, 0x6f, 0x5f, 0x72, - 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, - 0x64, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x05, 0x74, 0x6f, 0x52, 0x61, 0x77, 0x12, - 0x57, 0x0a, 0x0c, 0x74, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x6f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x57, 0x0a, 0x0c, 0x74, 0x6f, 0x5f, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x04, 0x0a, 0x02, 0x74, 0x6f, 0x22, 0xeb, 0x06, - 0x0a, 0x0c, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x57, - 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x5f, 0x63, 0x61, - 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x52, 0x65, 0x6d, 0x61, 0x72, - 0x6b, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x6d, - 0x61, 0x72, 0x6b, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6b, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x73, 0x65, 0x74, 0x5f, 0x68, 0x65, 0x61, 0x70, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x73, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x53, 0x65, 0x74, 0x48, - 0x65, 0x61, 0x70, 0x50, 0x61, 0x67, 0x65, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x14, - 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x48, 0x65, 0x61, 0x70, 0x50, 0x61, 0x67, 0x65, 0x73, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5b, 0x0a, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, - 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, - 0x65, 0x6d, 0x5f, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, - 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x84, 0x01, 0x0a, 0x21, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x63, - 0x6f, 0x64, 0x65, 0x5f, 0x77, 0x69, 0x74, 0x68, 0x6f, 0x75, 0x74, 0x5f, 0x63, 0x68, 0x65, 0x63, - 0x6b, 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, - 0x53, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x57, 0x69, 0x74, 0x68, 0x6f, 0x75, 0x74, 0x43, 0x68, - 0x65, 0x63, 0x6b, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1c, 0x63, 0x61, 0x6c, 0x6c, - 0x53, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x57, 0x69, 0x74, 0x68, 0x6f, 0x75, 0x74, 0x43, 0x68, - 0x65, 0x63, 0x6b, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x64, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x61, 0x6c, - 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x53, 0x65, 0x74, 0x53, 0x74, 0x6f, - 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, - 0x53, 0x65, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x67, - 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6b, 0x69, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x6f, 0x72, - 0x61, 0x67, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, - 0x5f, 0x4b, 0x69, 0x6c, 0x6c, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x4b, 0x69, 0x6c, 0x6c, 0x53, 0x74, 0x6f, 0x72, - 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x64, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x6b, 0x69, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x5f, 0x63, 0x61, 0x6c, 0x6c, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x4b, 0x69, 0x6c, 0x6c, 0x50, 0x72, 0x65, - 0x66, 0x69, 0x78, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x4b, - 0x69, 0x6c, 0x6c, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x74, 0x0a, - 0x1b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x5f, 0x77, 0x69, 0x74, - 0x68, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x57, 0x69, 0x74, 0x68, 0x45, - 0x76, 0x65, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, - 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x57, 0x69, 0x74, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x43, - 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x58, 0x0a, 0x0b, 0x42, - 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, - 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xe0, 0x01, 0x0a, 0x21, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6d, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x17, 0x0a, 0x07, 0x70, - 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x70, 0x6f, - 0x6f, 0x6c, 0x49, 0x64, 0x12, 0x8e, 0x01, 0x0a, 0x0e, 0x6e, 0x65, 0x77, 0x5f, 0x63, 0x6f, 0x6d, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x62, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x53, 0x70, - 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, - 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x62, 0x69, 0x6c, 0x6c, 0x73, 0x70, 0x43, 0x6f, 0x72, 0x65, - 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, - 0x32, 0x48, 0x00, 0x52, 0x0d, 0x6e, 0x65, 0x77, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x6e, 0x65, 0x77, 0x5f, 0x63, 0x6f, - 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x73, 0x0a, 0x18, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x57, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x43, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0xd9, 0x03, - 0x0a, 0x15, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, - 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x4b, 0x0a, 0x0a, 0x63, 0x75, 0x72, 0x61, 0x74, - 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x09, 0x63, 0x75, 0x72, 0x61, 0x74, - 0x6f, 0x72, 0x49, 0x64, 0x12, 0x54, 0x0a, 0x0d, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x75, - 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4e, 0x0a, 0x0b, 0x63, 0x75, - 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0a, - 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x52, 0x61, 0x77, 0x12, 0x60, 0x0a, 0x11, 0x63, 0x75, - 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x10, 0x63, 0x75, 0x72, 0x61, - 0x74, 0x6f, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x60, 0x0a, 0x11, - 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, - 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x10, 0x63, 0x75, - 0x72, 0x61, 0x74, 0x6f, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x09, - 0x0a, 0x07, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x22, 0xe4, 0x04, 0x0a, 0x22, 0x43, 0x68, - 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x77, 0x61, 0x72, - 0x64, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x28, 0x0a, 0x10, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, - 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, - 0x6e, 0x74, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0f, 0x63, 0x68, - 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, - 0x49, 0x64, 0x12, 0x53, 0x0a, 0x0e, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, - 0x79, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, - 0x69, 0x65, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0d, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, - 0x63, 0x69, 0x61, 0x72, 0x79, 0x49, 0x64, 0x12, 0x5c, 0x0a, 0x11, 0x62, 0x65, 0x6e, 0x65, 0x66, - 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, - 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x48, 0x00, 0x52, 0x10, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x56, 0x0a, 0x0f, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, - 0x69, 0x61, 0x72, 0x79, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, - 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0e, 0x62, - 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x52, 0x61, 0x77, 0x12, 0x68, 0x0a, - 0x15, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, - 0x00, 0x52, 0x14, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x68, 0x0a, 0x15, 0x62, 0x65, 0x6e, 0x65, 0x66, - 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x14, 0x62, 0x65, 0x6e, - 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x42, 0x0d, 0x0a, 0x0b, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, - 0x22, 0xaa, 0x02, 0x0a, 0x17, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x65, 0x77, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x54, 0x0a, 0x0d, - 0x6e, 0x65, 0x77, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, - 0x6f, 0x6f, 0x70, 0x48, 0x00, 0x52, 0x0b, 0x6e, 0x65, 0x77, 0x52, 0x6f, 0x6f, 0x74, 0x4e, 0x6f, - 0x6f, 0x70, 0x12, 0x51, 0x0a, 0x0c, 0x6e, 0x65, 0x77, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x5f, 0x73, - 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x6e, 0x65, 0x77, 0x52, 0x6f, - 0x6f, 0x74, 0x53, 0x65, 0x74, 0x12, 0x5a, 0x0a, 0x0f, 0x6e, 0x65, 0x77, 0x5f, 0x72, 0x6f, 0x6f, - 0x74, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, - 0x48, 0x00, 0x52, 0x0d, 0x6e, 0x65, 0x77, 0x52, 0x6f, 0x6f, 0x74, 0x52, 0x65, 0x6d, 0x6f, 0x76, - 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x6e, 0x65, 0x77, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x22, 0x90, 0x13, - 0x0a, 0x0f, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, - 0x73, 0x12, 0x5a, 0x0a, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x73, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x48, 0x00, 0x52, 0x12, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x12, 0x50, 0x0a, - 0x10, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x74, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, - 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x72, 0x48, 0x00, 0x52, 0x0f, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x72, 0x12, - 0x63, 0x0a, 0x17, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x48, 0x00, 0x52, 0x15, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x41, - 0x64, 0x6d, 0x69, 0x6e, 0x12, 0x5a, 0x0a, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x67, - 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, - 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x48, 0x00, 0x52, 0x12, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x41, 0x64, 0x6d, 0x69, 0x6e, - 0x12, 0x6f, 0x0a, 0x1b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, - 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x5f, 0x63, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x6c, 0x65, 0x72, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x43, 0x61, 0x6e, 0x63, 0x65, - 0x6c, 0x6c, 0x65, 0x72, 0x48, 0x00, 0x52, 0x19, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x6c, 0x65, - 0x72, 0x12, 0x66, 0x0a, 0x18, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x72, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x5f, 0x6b, 0x69, 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x06, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x4b, 0x69, 0x6c, 0x6c, 0x65, 0x72, 0x48, - 0x00, 0x52, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x75, 0x6d, 0x4b, 0x69, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x57, 0x0a, 0x13, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x5f, 0x73, 0x6d, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x69, 0x70, 0x70, 0x65, 0x72, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x6d, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x70, 0x70, 0x65, 0x72, 0x48, 0x00, 0x52, - 0x11, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x53, 0x6d, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x70, 0x70, - 0x65, 0x72, 0x12, 0x51, 0x0a, 0x11, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x62, 0x69, 0x67, - 0x5f, 0x74, 0x69, 0x70, 0x70, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x69, 0x67, 0x54, 0x69, 0x70, 0x70, - 0x65, 0x72, 0x48, 0x00, 0x52, 0x0f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x42, 0x69, 0x67, 0x54, - 0x69, 0x70, 0x70, 0x65, 0x72, 0x12, 0x5a, 0x0a, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, - 0x73, 0x6d, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x09, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x6d, 0x61, 0x6c, 0x6c, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x48, 0x00, 0x52, 0x12, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x53, 0x6d, 0x61, 0x6c, 0x6c, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, - 0x72, 0x12, 0x5d, 0x0a, 0x15, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x6d, 0x65, 0x64, 0x69, - 0x75, 0x6d, 0x5f, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x64, 0x69, - 0x75, 0x6d, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x48, 0x00, 0x52, 0x13, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x4d, 0x65, 0x64, 0x69, 0x75, 0x6d, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, - 0x12, 0x54, 0x0a, 0x12, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x62, 0x69, 0x67, 0x5f, 0x73, - 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x69, 0x67, 0x53, 0x70, 0x65, 0x6e, 0x64, - 0x65, 0x72, 0x48, 0x00, 0x52, 0x10, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x42, 0x69, 0x67, 0x53, - 0x70, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x69, 0x0a, 0x19, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x5f, 0x63, 0x61, 0x6c, - 0x6c, 0x65, 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, - 0x43, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x48, 0x00, 0x52, 0x17, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x65, - 0x72, 0x12, 0x6f, 0x0a, 0x1b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x73, - 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x49, 0x6e, 0x69, 0x74, - 0x69, 0x61, 0x74, 0x65, 0x73, 0x48, 0x00, 0x52, 0x19, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, - 0x65, 0x73, 0x12, 0x4a, 0x0a, 0x0e, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x48, 0x00, 0x52, - 0x0d, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x12, 0x69, - 0x0a, 0x19, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x5f, 0x65, 0x78, 0x70, 0x65, 0x72, 0x74, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x45, 0x78, 0x70, 0x65, 0x72, 0x74, 0x73, 0x48, 0x00, - 0x52, 0x17, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x45, 0x78, 0x70, 0x65, 0x72, 0x74, 0x73, 0x12, 0x69, 0x0a, 0x19, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x6d, - 0x61, 0x73, 0x74, 0x65, 0x72, 0x73, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x4d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x73, 0x48, 0x00, 0x52, 0x17, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x4d, 0x61, 0x73, - 0x74, 0x65, 0x72, 0x73, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x31, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x11, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x31, 0x44, 0x61, 0x6e, 0x48, 0x00, - 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x31, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x32, 0x5f, 0x64, 0x61, 0x6e, - 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x32, 0x44, 0x61, 0x6e, - 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x32, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x33, 0x5f, 0x64, - 0x61, 0x6e, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x33, 0x44, - 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x33, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x34, - 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x34, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x34, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x35, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x35, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x35, 0x44, 0x61, 0x6e, 0x12, 0x60, - 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x36, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x36, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x36, 0x44, 0x61, 0x6e, - 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x37, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x37, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x37, 0x44, - 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x38, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x18, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x38, 0x44, 0x61, 0x6e, 0x48, 0x00, 0x52, 0x14, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, - 0x38, 0x44, 0x61, 0x6e, 0x12, 0x60, 0x0a, 0x16, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x5f, 0x66, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x39, 0x5f, 0x64, 0x61, 0x6e, 0x18, 0x19, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x39, 0x44, 0x61, 0x6e, 0x48, 0x00, - 0x52, 0x14, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x39, 0x44, 0x61, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0xf7, 0x01, 0x0a, 0x50, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, - 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, - 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, 0x65, 0x73, 0x34, 0x4c, 0x69, 0x73, 0x74, 0x75, - 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x73, 0x0a, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5b, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, - 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x53, - 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, - 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, 0x31, 0x36, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x22, 0x66, 0x0a, 0x10, 0x52, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x12, 0x40, - 0x0a, 0x04, 0x68, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, - 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x04, 0x68, 0x61, 0x73, 0x68, - 0x12, 0x10, 0x0a, 0x03, 0x6c, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x6c, - 0x65, 0x6e, 0x22, 0xb9, 0x03, 0x0a, 0x19, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x4b, 0x69, 0x6c, 0x6c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x44, 0x0a, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x08, 0x74, 0x61, - 0x72, 0x67, 0x65, 0x74, 0x49, 0x64, 0x12, 0x4d, 0x0a, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, - 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x47, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, - 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, - 0x77, 0x48, 0x00, 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x61, 0x77, 0x12, 0x59, - 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x59, 0x0a, 0x10, 0x74, 0x61, 0x72, - 0x67, 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x48, 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x42, 0x08, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, 0x10, - 0x0a, 0x0e, 0x47, 0x65, 0x61, 0x72, 0x42, 0x61, 0x6e, 0x6b, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x22, 0xd6, 0x03, 0x0a, 0x11, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x65, - 0x64, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x12, 0x6c, 0x0a, 0x1b, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, - 0x64, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x5f, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x5f, - 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x50, 0x72, 0x69, 0x6d, - 0x61, 0x72, 0x79, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x48, 0x00, 0x52, 0x18, 0x61, 0x6c, 0x6c, 0x6f, - 0x77, 0x65, 0x64, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x50, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x53, - 0x6c, 0x6f, 0x74, 0x73, 0x12, 0xa2, 0x01, 0x0a, 0x2f, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, - 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x5f, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x5f, 0x61, - 0x6e, 0x64, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x5f, 0x70, 0x6c, 0x61, - 0x69, 0x6e, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x50, - 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x61, - 0x72, 0x79, 0x50, 0x6c, 0x61, 0x69, 0x6e, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x48, 0x00, 0x52, 0x29, - 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x50, 0x72, 0x69, 0x6d, - 0x61, 0x72, 0x79, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x50, - 0x6c, 0x61, 0x69, 0x6e, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x12, 0x9c, 0x01, 0x0a, 0x2d, 0x61, 0x6c, - 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x5f, 0x70, 0x72, 0x69, 0x6d, - 0x61, 0x72, 0x79, 0x5f, 0x61, 0x6e, 0x64, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, - 0x79, 0x5f, 0x76, 0x72, 0x66, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, - 0x65, 0x5f, 0x50, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x63, 0x6f, - 0x6e, 0x64, 0x61, 0x72, 0x79, 0x56, 0x72, 0x66, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x48, 0x00, 0x52, - 0x27, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x50, 0x72, 0x69, - 0x6d, 0x61, 0x72, 0x79, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x61, 0x72, 0x79, - 0x56, 0x72, 0x66, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x42, 0x0f, 0x0a, 0x0d, 0x61, 0x6c, 0x6c, 0x6f, - 0x77, 0x65, 0x64, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x22, 0x2c, 0x0a, 0x12, 0x54, 0x72, 0x65, - 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, - 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xb6, 0x03, 0x0a, 0x1c, 0x42, 0x61, 0x6c, 0x61, - 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x53, 0x65, 0x74, 0x42, 0x61, 0x6c, - 0x61, 0x6e, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x3e, 0x0a, 0x06, 0x77, 0x68, 0x6f, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x49, 0x64, 0x48, - 0x00, 0x52, 0x05, 0x77, 0x68, 0x6f, 0x49, 0x64, 0x12, 0x47, 0x0a, 0x09, 0x77, 0x68, 0x6f, 0x5f, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, 0x77, 0x68, 0x6f, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x12, 0x41, 0x0a, 0x07, 0x77, 0x68, 0x6f, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, - 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x06, 0x77, 0x68, - 0x6f, 0x52, 0x61, 0x77, 0x12, 0x53, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x53, 0x0a, 0x0d, 0x77, 0x68, 0x6f, - 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, - 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, - 0x52, 0x0c, 0x77, 0x68, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x19, - 0x0a, 0x08, 0x6e, 0x65, 0x77, 0x5f, 0x66, 0x72, 0x65, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x07, 0x6e, 0x65, 0x77, 0x46, 0x72, 0x65, 0x65, 0x42, 0x05, 0x0a, 0x03, 0x77, 0x68, 0x6f, - 0x22, 0xc4, 0x03, 0x0a, 0x19, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x50, 0x75, - 0x74, 0x49, 0x6e, 0x46, 0x72, 0x6f, 0x6e, 0x74, 0x4f, 0x66, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x46, - 0x0a, 0x0a, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, - 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x09, 0x6c, 0x69, 0x67, - 0x68, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x4f, 0x0a, 0x0d, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, - 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, - 0x74, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0c, 0x6c, 0x69, 0x67, 0x68, 0x74, - 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x49, 0x0a, 0x0b, 0x6c, 0x69, 0x67, 0x68, 0x74, - 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, - 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0a, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x52, - 0x61, 0x77, 0x12, 0x5b, 0x0a, 0x11, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x5f, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, - 0x74, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x10, 0x6c, - 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, - 0x5b, 0x0a, 0x11, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x10, 0x6c, 0x69, 0x67, 0x68, - 0x74, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x09, 0x0a, 0x07, - 0x6c, 0x69, 0x67, 0x68, 0x74, 0x65, 0x72, 0x22, 0x4f, 0x0a, 0x12, 0x54, 0x72, 0x65, 0x61, 0x73, - 0x75, 0x72, 0x79, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x12, 0x39, 0x0a, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, - 0x6c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xf1, 0x04, 0x0a, 0x0d, 0x55, 0x74, 0x69, - 0x6c, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x55, 0x0a, 0x0f, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, - 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x61, 0x74, 0x63, 0x68, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x74, 0x63, 0x68, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x6b, 0x0a, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, 0x73, 0x5f, 0x64, 0x65, 0x72, - 0x69, 0x76, 0x61, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, - 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x73, 0x44, 0x65, 0x72, 0x69, 0x76, 0x61, 0x74, 0x69, - 0x76, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x41, 0x73, - 0x44, 0x65, 0x72, 0x69, 0x76, 0x61, 0x74, 0x69, 0x76, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5f, - 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x61, 0x6c, 0x6c, - 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x42, - 0x61, 0x74, 0x63, 0x68, 0x41, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x10, 0x63, - 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x74, 0x63, 0x68, 0x41, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x65, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, - 0x5f, 0x61, 0x73, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, - 0x79, 0x5f, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x41, 0x73, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, - 0x41, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x65, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, - 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x62, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x42, 0x61, - 0x74, 0x63, 0x68, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x46, - 0x6f, 0x72, 0x63, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x65, 0x0a, - 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x69, 0x74, 0x68, 0x5f, 0x77, 0x65, 0x69, 0x67, 0x68, - 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, - 0x57, 0x69, 0x74, 0x68, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, - 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x69, 0x74, 0x68, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, - 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0xbb, 0x03, 0x0a, - 0x10, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, - 0x72, 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x09, - 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x75, 0x72, - 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x75, - 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x49, 0x0a, 0x0b, 0x63, 0x75, - 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, - 0x69, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0a, 0x63, 0x75, 0x72, 0x61, 0x74, - 0x6f, 0x72, 0x52, 0x61, 0x77, 0x12, 0x5b, 0x0a, 0x11, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, - 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, - 0x52, 0x10, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x12, 0x5b, 0x0a, 0x11, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x61, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, - 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x10, 0x63, - 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, - 0x09, 0x0a, 0x07, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x22, 0x8c, 0x04, 0x0a, 0x18, 0x42, - 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x77, 0x61, 0x72, 0x64, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1b, 0x0a, 0x09, 0x62, 0x6f, 0x75, 0x6e, 0x74, - 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x62, 0x6f, 0x75, 0x6e, - 0x74, 0x79, 0x49, 0x64, 0x12, 0x4e, 0x0a, 0x0e, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, - 0x61, 0x72, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, - 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0d, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, - 0x72, 0x79, 0x49, 0x64, 0x12, 0x57, 0x0a, 0x11, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, - 0x61, 0x72, 0x79, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, - 0x69, 0x65, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x10, 0x62, 0x65, 0x6e, - 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x51, 0x0a, - 0x0f, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, 0x72, 0x61, 0x77, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, - 0x52, 0x0e, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x52, 0x61, 0x77, - 0x12, 0x63, 0x0a, 0x15, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, - 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, - 0x14, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x63, 0x0a, 0x15, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, - 0x69, 0x61, 0x72, 0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x06, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x48, 0x00, 0x52, 0x14, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, - 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x0d, 0x0a, 0x0b, 0x62, 0x65, - 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x22, 0xae, 0x01, 0x0a, 0x18, 0x53, 0x70, - 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x68, 0x69, - 0x70, 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, - 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x12, 0x4f, 0x0a, 0x0a, 0x74, 0x72, 0x69, 0x65, 0x5f, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x02, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x61, 0x62, 0x65, 0x5f, 0x42, 0x61, 0x62, 0x65, 0x54, 0x72, 0x69, 0x65, 0x4e, 0x6f, 0x64, - 0x65, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x09, 0x74, 0x72, 0x69, 0x65, 0x4e, 0x6f, 0x64, 0x65, - 0x73, 0x12, 0x27, 0x0a, 0x0f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x69, - 0x64, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x8b, 0x03, 0x0a, 0x0c, 0x42, - 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x57, 0x68, 0x6f, 0x12, 0x3e, 0x0a, 0x06, 0x77, - 0x68, 0x6f, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, - 0x49, 0x64, 0x48, 0x00, 0x52, 0x05, 0x77, 0x68, 0x6f, 0x49, 0x64, 0x12, 0x47, 0x0a, 0x09, 0x77, - 0x68, 0x6f, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, - 0x65, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, 0x77, 0x68, 0x6f, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x41, 0x0a, 0x07, 0x77, 0x68, 0x6f, 0x5f, 0x72, 0x61, 0x77, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, - 0x06, 0x77, 0x68, 0x6f, 0x52, 0x61, 0x77, 0x12, 0x53, 0x0a, 0x0d, 0x77, 0x68, 0x6f, 0x5f, 0x61, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, - 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, - 0x77, 0x68, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x53, 0x0a, 0x0d, - 0x77, 0x68, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, - 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x48, 0x00, 0x52, 0x0c, 0x77, 0x68, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x42, 0x05, 0x0a, 0x03, 0x77, 0x68, 0x6f, 0x22, 0xf7, 0x01, 0x0a, 0x50, 0x45, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, - 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, - 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, 0x74, - 0x65, 0x73, 0x36, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x16, 0x0a, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x73, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, - 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, - 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, - 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x65, - 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, 0x72, 0x55, - 0x31, 0x36, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x32, 0x22, 0xbd, 0x15, 0x0a, 0x1b, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, - 0x5f, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x64, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x02, - 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x77, 0x68, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x04, 0x77, 0x68, 0x65, 0x6e, 0x12, 0x61, 0x0a, 0x0e, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, - 0x70, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, - 0x6c, 0x65, 0x72, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x55, - 0x69, 0x6e, 0x74, 0x33, 0x32, 0x48, 0x01, 0x52, 0x0d, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x50, 0x65, - 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0x88, 0x01, 0x01, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x69, - 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, 0x72, 0x69, - 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x49, 0x0a, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x79, - 0x73, 0x74, 0x65, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, - 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, - 0x6d, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x62, - 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x62, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x67, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, - 0x70, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, - 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, - 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x76, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, - 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x56, - 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, - 0x61, 0x67, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, - 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x69, 0x6d, 0x5f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, - 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, - 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, - 0x6e, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, - 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, - 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, - 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x54, - 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x74, - 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x68, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x18, - 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x43, - 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x12, - 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x12, 0x74, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, - 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, - 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x71, 0x0a, 0x19, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x72, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x52, 0x0a, 0x0e, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x15, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, - 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, - 0x65, 0x72, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x63, 0x68, 0x65, 0x64, - 0x75, 0x6c, 0x65, 0x72, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x65, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x65, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, - 0x72, 0x6f, 0x78, 0x79, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x4f, - 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x18, - 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x12, - 0x88, 0x01, 0x0a, 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, - 0x5f, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x1e, 0x63, 0x61, 0x6c, 0x6c, - 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, - 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x1c, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, - 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x5f, 0x0a, 0x13, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, - 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x43, - 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x65, 0x0a, 0x15, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x13, - 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, - 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, - 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x12, 0x62, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, - 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x12, 0x59, 0x0a, 0x11, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x5f, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, - 0x72, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, - 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x42, - 0x11, 0x0a, 0x0f, 0x5f, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x70, 0x65, 0x72, 0x69, 0x6f, 0x64, - 0x69, 0x63, 0x22, 0x2c, 0x0a, 0x12, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0x60, 0x0a, 0x1c, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x40, 0x0a, 0x04, 0x68, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, - 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x04, 0x68, 0x61, - 0x73, 0x68, 0x22, 0x9f, 0x01, 0x0a, 0x16, 0x53, 0x70, 0x4e, 0x70, 0x6f, 0x73, 0x45, 0x6c, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x14, 0x0a, - 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, - 0x74, 0x61, 0x6c, 0x12, 0x6f, 0x0a, 0x06, 0x76, 0x6f, 0x74, 0x65, 0x72, 0x73, 0x18, 0x02, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x57, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x53, - 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x76, 0x6f, - 0x74, 0x65, 0x72, 0x73, 0x22, 0x21, 0x0a, 0x1f, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x50, 0x61, 0x79, - 0x6f, 0x75, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x22, 0x2c, 0x0a, 0x12, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x12, 0x16, 0x0a, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x10, 0x0a, 0x0e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x38, 0x44, 0x61, 0x6e, 0x22, 0xcd, 0x02, 0x0a, 0x1c, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, - 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x12, 0x5f, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x70, - 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, - 0x5f, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x48, 0x00, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, - 0x73, 0x61, 0x6c, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x12, 0x5f, 0x0a, 0x0f, 0x70, 0x72, 0x6f, - 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x5f, 0x49, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x48, 0x00, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x70, - 0x6f, 0x73, 0x61, 0x6c, 0x49, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x5f, 0x0a, 0x0f, 0x70, 0x72, - 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x6c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x61, 0x5f, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x48, 0x00, 0x52, 0x0e, 0x70, 0x72, 0x6f, - 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x42, 0x0a, 0x0a, 0x08, 0x70, - 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x22, 0x15, 0x0a, 0x13, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x4c, 0x6f, 0x77, 0x51, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x22, 0x38, - 0x0a, 0x1e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, - 0x5f, 0x41, 0x6c, 0x69, 0x67, 0x6e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, 0xef, 0x01, 0x0a, 0x1a, 0x47, 0x65, 0x61, - 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x41, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x50, - 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x5e, 0x0a, 0x14, 0x61, 0x70, 0x70, 0x65, 0x6e, - 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x73, 0x5f, 0x6e, 0x6f, 0x6e, 0x65, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x4e, 0x6f, 0x6e, - 0x65, 0x48, 0x00, 0x52, 0x12, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x50, 0x72, 0x6f, 0x67, 0x72, - 0x61, 0x6d, 0x73, 0x4e, 0x6f, 0x6e, 0x65, 0x12, 0x5e, 0x0a, 0x14, 0x61, 0x70, 0x70, 0x65, 0x6e, - 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x73, 0x5f, 0x73, 0x6f, 0x6d, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x53, 0x6f, 0x6d, - 0x65, 0x48, 0x00, 0x52, 0x12, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x64, 0x50, 0x72, 0x6f, 0x67, 0x72, - 0x61, 0x6d, 0x73, 0x53, 0x6f, 0x6d, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x61, 0x70, 0x70, 0x65, 0x6e, - 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x73, 0x22, 0x0f, 0x0a, 0x0d, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x74, 0x61, 0x73, 0x68, 0x22, 0x2a, 0x0a, 0x12, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x65, 0x62, 0x6f, 0x6e, 0x64, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xa9, 0x03, 0x0a, 0x0e, 0x56, 0x65, 0x73, 0x74, - 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x43, 0x0a, 0x09, 0x73, 0x6f, - 0x75, 0x72, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, - 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x08, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x64, 0x12, - 0x4c, 0x0a, 0x0c, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, - 0x52, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x46, 0x0a, - 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, - 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x09, 0x73, 0x6f, 0x75, 0x72, - 0x63, 0x65, 0x52, 0x61, 0x77, 0x12, 0x58, 0x0a, 0x10, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0f, - 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, - 0x58, 0x0a, 0x10, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x08, 0x0a, 0x06, 0x73, 0x6f, 0x75, - 0x72, 0x63, 0x65, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x31, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x28, 0x0a, - 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x32, 0x12, - 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x31, 0x0a, 0x17, 0x43, 0x68, 0x69, 0x6c, 0x64, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x12, 0x0a, 0x10, 0x41, 0x75, - 0x74, 0x68, 0x6f, 0x72, 0x73, 0x68, 0x69, 0x70, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x22, 0x89, - 0x01, 0x0a, 0x2b, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x49, - 0x6e, 0x66, 0x6f, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, - 0x0a, 0x06, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, - 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x65, 0x72, 0x5f, 0x62, 0x6c, - 0x6f, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x12, 0x25, 0x0a, 0x0e, 0x73, 0x74, 0x61, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x5f, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x73, 0x74, 0x61, - 0x72, 0x74, 0x69, 0x6e, 0x67, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, 0x35, 0x12, 0x16, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x22, 0xe5, 0x03, 0x0a, 0x17, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x42, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, - 0x12, 0x4d, 0x0a, 0x0a, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x49, 0x64, 0x48, 0x00, 0x52, 0x09, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x49, 0x64, 0x12, - 0x56, 0x0a, 0x0d, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0c, 0x62, 0x6f, 0x75, 0x6e, 0x63, - 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x50, 0x0a, 0x0b, 0x62, 0x6f, 0x75, 0x6e, 0x63, - 0x65, 0x72, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0a, 0x62, - 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x52, 0x61, 0x77, 0x12, 0x62, 0x0a, 0x11, 0x62, 0x6f, 0x75, - 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x10, 0x62, 0x6f, 0x75, - 0x6e, 0x63, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x62, 0x0a, - 0x11, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, - 0x10, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x42, 0x09, 0x0a, 0x07, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x72, 0x22, 0xc2, 0x02, 0x0a, - 0x1a, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, - 0x5f, 0x4d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x5a, 0x0a, 0x10, 0x6d, - 0x61, 0x78, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, - 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x00, 0x52, 0x0e, 0x6d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x73, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x57, 0x0a, 0x0f, 0x6d, 0x61, 0x78, 0x5f, 0x6d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0d, 0x6d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x53, 0x65, 0x74, - 0x12, 0x60, 0x0a, 0x12, 0x6d, 0x61, 0x78, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, - 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x00, - 0x52, 0x10, 0x6d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x6d, 0x61, 0x78, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x22, 0xd2, 0x02, 0x0a, 0x1c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x65, 0x77, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x6f, 0x72, 0x12, 0x5e, 0x0a, 0x12, 0x6e, 0x65, 0x77, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x6f, 0x72, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x00, - 0x52, 0x10, 0x6e, 0x65, 0x77, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x4e, 0x6f, - 0x6f, 0x70, 0x12, 0x5b, 0x0a, 0x11, 0x6e, 0x65, 0x77, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x6f, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0f, - 0x6e, 0x65, 0x77, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x53, 0x65, 0x74, 0x12, - 0x64, 0x0a, 0x14, 0x6e, 0x65, 0x77, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, - 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, - 0x00, 0x52, 0x12, 0x6e, 0x65, 0x77, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x52, - 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x6e, 0x65, 0x77, 0x5f, 0x6e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x22, 0x19, 0x0a, 0x17, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x5f, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x4e, 0x6f, 0x45, 0x72, 0x61, 0x73, 0x43, 0x61, 0x6c, - 0x6c, 0x22, 0xc4, 0x15, 0x0a, 0x20, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x5f, - 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x64, 0x41, 0x66, 0x74, - 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x66, 0x74, 0x65, 0x72, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x66, 0x74, 0x65, 0x72, 0x12, 0x61, 0x0a, 0x0e, - 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x70, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, - 0x69, 0x6e, 0x74, 0x33, 0x32, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x48, 0x01, 0x52, 0x0d, 0x6d, - 0x61, 0x79, 0x62, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0x88, 0x01, 0x01, 0x12, - 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x49, 0x0a, 0x0b, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, - 0x65, 0x6d, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, - 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, - 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, - 0x61, 0x6d, 0x70, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, - 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x62, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x62, 0x65, 0x12, - 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x12, 0x4f, 0x0a, - 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x09, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x4c, - 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x76, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x0a, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x50, 0x0a, 0x0e, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x50, - 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x6d, 0x5f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, - 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, - 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x4c, - 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0e, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x0d, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x18, 0x0f, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, - 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x12, 0x4c, 0x0a, - 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x10, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, - 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0b, - 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x68, 0x0a, 0x16, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, - 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, - 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, - 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x74, 0x0a, 0x1a, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x63, 0x6f, 0x6c, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, - 0x71, 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x14, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x61, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, - 0x6c, 0x69, 0x73, 0x74, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x68, 0x69, - 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, - 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, - 0x6c, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, - 0x6c, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, - 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x18, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, - 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x46, 0x0a, 0x0a, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x50, - 0x72, 0x6f, 0x78, 0x79, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x75, 0x6c, - 0x74, 0x69, 0x73, 0x69, 0x67, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x4d, 0x75, 0x6c, - 0x74, 0x69, 0x73, 0x69, 0x67, 0x12, 0x88, 0x01, 0x0a, 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x65, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, - 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x1b, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, - 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x1e, 0x63, 0x61, 0x6c, 0x6c, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, - 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, - 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, - 0x73, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, - 0x73, 0x12, 0x5f, 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, - 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, - 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x12, 0x65, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x18, 0x1e, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x12, 0x62, - 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x72, - 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, - 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x12, - 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, - 0x64, 0x73, 0x12, 0x59, 0x0a, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x5f, - 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, - 0x63, 0x68, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0f, 0x63, 0x61, - 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x06, 0x0a, - 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, - 0x70, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0x22, 0x4c, 0x0a, 0x0f, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x12, 0x39, 0x0a, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x33, 0x0a, 0x19, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x1b, 0x0a, 0x19, 0x43, - 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, - 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x35, 0x58, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, - 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x33, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x22, 0x44, 0x0a, 0x22, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x6e, - 0x63, 0x72, 0x65, 0x61, 0x73, 0x65, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x43, - 0x6f, 0x75, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x64, 0x64, 0x69, - 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x61, 0x64, - 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x22, 0x32, 0x0a, 0x18, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, - 0x5f, 0x52, 0x61, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x57, 0x0a, 0x0a, - 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, - 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x31, 0x0a, 0x1d, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x5f, 0x53, 0x65, 0x74, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, - 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x65, 0x77, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x03, 0x6e, 0x65, 0x77, 0x22, 0x19, 0x0a, 0x17, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x69, 0x65, 0x73, 0x43, - 0x61, 0x6c, 0x6c, 0x22, 0x10, 0x0a, 0x0e, 0x4f, 0x66, 0x66, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x22, 0x96, 0x0f, 0x0a, 0x1e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5d, 0x0a, 0x12, 0x6d, 0x69, 0x6e, 0x5f, - 0x6a, 0x6f, 0x69, 0x6e, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x00, 0x52, 0x0f, 0x6d, 0x69, 0x6e, 0x4a, 0x6f, 0x69, 0x6e, 0x42, - 0x6f, 0x6e, 0x64, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x5a, 0x0a, 0x11, 0x6d, 0x69, 0x6e, 0x5f, 0x6a, - 0x6f, 0x69, 0x6e, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x0e, 0x6d, 0x69, 0x6e, 0x4a, 0x6f, 0x69, 0x6e, 0x42, 0x6f, 0x6e, 0x64, - 0x53, 0x65, 0x74, 0x12, 0x63, 0x0a, 0x14, 0x6d, 0x69, 0x6e, 0x5f, 0x6a, 0x6f, 0x69, 0x6e, 0x5f, - 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, - 0x6f, 0x76, 0x65, 0x48, 0x00, 0x52, 0x11, 0x6d, 0x69, 0x6e, 0x4a, 0x6f, 0x69, 0x6e, 0x42, 0x6f, - 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12, 0x61, 0x0a, 0x14, 0x6d, 0x69, 0x6e, 0x5f, - 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x01, 0x52, 0x11, 0x6d, 0x69, 0x6e, 0x43, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x42, 0x6f, 0x6e, 0x64, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x5e, 0x0a, 0x13, 0x6d, - 0x69, 0x6e, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x73, - 0x65, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, - 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x01, 0x52, 0x10, 0x6d, 0x69, 0x6e, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x6e, 0x64, 0x53, 0x65, 0x74, 0x12, 0x67, 0x0a, 0x16, 0x6d, - 0x69, 0x6e, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x72, - 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x01, 0x52, - 0x13, 0x6d, 0x69, 0x6e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x6e, 0x64, 0x52, 0x65, - 0x6d, 0x6f, 0x76, 0x65, 0x12, 0x56, 0x0a, 0x0e, 0x6d, 0x61, 0x78, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x02, 0x52, 0x0c, - 0x6d, 0x61, 0x78, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x53, 0x0a, 0x0d, - 0x6d, 0x61, 0x78, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x08, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, - 0x65, 0x74, 0x48, 0x02, 0x52, 0x0b, 0x6d, 0x61, 0x78, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x53, 0x65, - 0x74, 0x12, 0x5c, 0x0a, 0x10, 0x6d, 0x61, 0x78, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x72, - 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x48, 0x02, 0x52, - 0x0e, 0x6d, 0x61, 0x78, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12, - 0x5a, 0x0a, 0x10, 0x6d, 0x61, 0x78, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x6e, - 0x6f, 0x6f, 0x70, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x03, 0x52, 0x0e, 0x6d, 0x61, 0x78, - 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x57, 0x0a, 0x0f, 0x6d, - 0x61, 0x78, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x0b, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x53, 0x65, 0x74, 0x48, 0x03, 0x52, 0x0d, 0x6d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x53, 0x65, 0x74, 0x12, 0x60, 0x0a, 0x12, 0x6d, 0x61, 0x78, 0x5f, 0x6d, 0x65, 0x6d, 0x62, - 0x65, 0x72, 0x73, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x48, 0x03, 0x52, 0x10, 0x6d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12, 0x6a, 0x0a, 0x19, 0x6d, 0x61, 0x78, 0x5f, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x6e, - 0x6f, 0x6f, 0x70, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x04, 0x52, 0x15, 0x6d, 0x61, 0x78, - 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x50, 0x65, 0x72, 0x50, 0x6f, 0x6f, 0x6c, 0x4e, 0x6f, - 0x6f, 0x70, 0x12, 0x67, 0x0a, 0x18, 0x6d, 0x61, 0x78, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x0e, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x53, 0x65, 0x74, 0x48, 0x04, 0x52, 0x14, 0x6d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, - 0x73, 0x50, 0x65, 0x72, 0x50, 0x6f, 0x6f, 0x6c, 0x53, 0x65, 0x74, 0x12, 0x70, 0x0a, 0x1b, 0x6d, - 0x61, 0x78, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x70, - 0x6f, 0x6f, 0x6c, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x48, 0x04, 0x52, 0x17, 0x6d, 0x61, 0x78, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, - 0x50, 0x65, 0x72, 0x50, 0x6f, 0x6f, 0x6c, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12, 0x6d, 0x0a, - 0x1a, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, - 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x10, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, - 0x70, 0x48, 0x05, 0x52, 0x17, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x4d, 0x61, 0x78, 0x43, 0x6f, - 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x6a, 0x0a, 0x19, - 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x05, - 0x52, 0x16, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x4d, 0x61, 0x78, 0x43, 0x6f, 0x6d, 0x6d, 0x69, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x12, 0x73, 0x0a, 0x1c, 0x67, 0x6c, 0x6f, 0x62, - 0x61, 0x6c, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, - 0x6e, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, - 0x48, 0x05, 0x52, 0x19, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x4d, 0x61, 0x78, 0x43, 0x6f, 0x6d, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x42, 0x0f, 0x0a, - 0x0d, 0x6d, 0x69, 0x6e, 0x5f, 0x6a, 0x6f, 0x69, 0x6e, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x42, 0x11, - 0x0a, 0x0f, 0x6d, 0x69, 0x6e, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x62, 0x6f, 0x6e, - 0x64, 0x42, 0x0b, 0x0a, 0x09, 0x6d, 0x61, 0x78, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x42, 0x0d, - 0x0a, 0x0b, 0x6d, 0x61, 0x78, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x42, 0x16, 0x0a, - 0x14, 0x6d, 0x61, 0x78, 0x5f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x70, 0x65, 0x72, - 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x42, 0x17, 0x0a, 0x15, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, - 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0xa3, - 0x03, 0x0a, 0x11, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, - 0x73, 0x5f, 0x54, 0x6f, 0x12, 0x42, 0x0a, 0x05, 0x74, 0x6f, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x49, 0x64, - 0x48, 0x00, 0x52, 0x04, 0x74, 0x6f, 0x49, 0x64, 0x12, 0x4b, 0x0a, 0x08, 0x74, 0x6f, 0x5f, 0x69, - 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, - 0x61, 0x72, 0x64, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x07, 0x74, 0x6f, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x45, 0x0a, 0x06, 0x74, 0x6f, 0x5f, 0x72, 0x61, 0x77, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, - 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x05, 0x74, 0x6f, 0x52, 0x61, 0x77, 0x12, 0x57, 0x0a, 0x0c, - 0x74, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x6f, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x57, 0x0a, 0x0c, 0x74, 0x6f, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, - 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, - 0x00, 0x52, 0x0b, 0x74, 0x6f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x04, - 0x0a, 0x02, 0x74, 0x6f, 0x22, 0x6c, 0x0a, 0x0f, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, - 0x70, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x51, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x73, 0x65, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, - 0x61, 0x6d, 0x70, 0x5f, 0x53, 0x65, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0b, 0x63, - 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, - 0x6c, 0x6c, 0x22, 0xf4, 0x02, 0x0a, 0x21, 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, - 0x75, 0x73, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x12, 0x53, 0x0a, 0x08, 0x6f, 0x66, 0x66, 0x65, - 0x6e, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x53, 0x70, 0x43, 0x6f, 0x6e, - 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x42, 0x61, 0x62, 0x65, 0x41, 0x70, 0x70, 0x50, 0x75, 0x62, - 0x6c, 0x69, 0x63, 0x52, 0x08, 0x6f, 0x66, 0x66, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x42, 0x0a, - 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, - 0x75, 0x73, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, - 0x74, 0x12, 0x59, 0x0a, 0x0c, 0x66, 0x69, 0x72, 0x73, 0x74, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, - 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x70, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x47, 0x65, 0x6e, 0x65, - 0x72, 0x69, 0x63, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, - 0x0b, 0x66, 0x69, 0x72, 0x73, 0x74, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x5b, 0x0a, 0x0d, - 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x70, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 0x48, - 0x65, 0x61, 0x64, 0x65, 0x72, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x0c, 0x73, 0x65, 0x63, - 0x6f, 0x6e, 0x64, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x22, 0x6e, 0x0a, 0x1a, 0x56, 0x65, 0x73, - 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x4d, 0x65, 0x72, 0x67, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, - 0x6c, 0x65, 0x73, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x27, 0x0a, 0x0f, 0x73, 0x63, 0x68, 0x65, 0x64, - 0x75, 0x6c, 0x65, 0x31, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x0e, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x31, 0x49, 0x6e, 0x64, 0x65, 0x78, - 0x12, 0x27, 0x0a, 0x0f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x32, 0x5f, 0x69, 0x6e, - 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x73, 0x63, 0x68, 0x65, 0x64, - 0x75, 0x6c, 0x65, 0x32, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x3e, 0x0a, 0x1b, 0x54, 0x72, 0x65, - 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x41, 0x70, 0x70, 0x72, - 0x6f, 0x76, 0x61, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x70, - 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x70, - 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x49, 0x64, 0x22, 0x5b, 0x0a, 0x11, 0x55, 0x74, 0x69, - 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x42, 0x61, 0x74, 0x63, 0x68, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x46, - 0x0a, 0x05, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x30, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x61, 0x72, 0x61, 0x52, 0x75, 0x6e, - 0x74, 0x69, 0x6d, 0x65, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x52, - 0x05, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x22, 0x27, 0x0a, 0x0d, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x35, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, - 0x28, 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x31, - 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xf8, 0x01, 0x0a, 0x51, 0x45, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, - 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x55, 0x69, - 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, - 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x56, 0x6f, - 0x74, 0x65, 0x73, 0x31, 0x35, 0x4c, 0x69, 0x73, 0x74, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, - 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x73, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x31, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, - 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, - 0x70, 0x6c, 0x65, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, - 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, - 0x72, 0x55, 0x31, 0x36, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x12, 0x16, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x32, 0x22, 0x25, 0x0a, 0x11, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, - 0x70, 0x5f, 0x53, 0x65, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x6f, 0x77, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x6e, 0x6f, 0x77, 0x22, 0xec, 0x01, 0x0a, 0x14, - 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x5e, 0x0a, 0x14, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x76, 0x6f, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, - 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x50, 0x72, 0x65, 0x76, 0x6f, 0x74, 0x65, 0x48, 0x00, 0x52, - 0x13, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, - 0x76, 0x6f, 0x74, 0x65, 0x12, 0x64, 0x0a, 0x16, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x69, - 0x74, 0x48, 0x00, 0x52, 0x15, 0x65, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x42, 0x0e, 0x0a, 0x0c, 0x65, 0x71, - 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xd3, 0x01, 0x0a, 0x15, 0x47, - 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x53, 0x65, 0x6e, 0x64, 0x52, - 0x65, 0x70, 0x6c, 0x79, 0x12, 0x4e, 0x0a, 0x0b, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x5f, 0x74, 0x6f, - 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, - 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x52, 0x09, 0x72, 0x65, 0x70, 0x6c, 0x79, - 0x54, 0x6f, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x1b, - 0x0a, 0x09, 0x67, 0x61, 0x73, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x08, 0x67, 0x61, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x6b, 0x65, 0x65, 0x70, 0x5f, 0x61, 0x6c, 0x69, 0x76, 0x65, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6b, 0x65, 0x65, 0x70, 0x41, 0x6c, 0x69, 0x76, 0x65, - 0x22, 0x2c, 0x0a, 0x12, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x40, - 0x0a, 0x25, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x41, 0x64, 0x6a, 0x75, 0x73, 0x74, 0x50, 0x6f, 0x6f, 0x6c, 0x44, 0x65, 0x70, 0x6f, - 0x73, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, - 0x22, 0xce, 0x03, 0x0a, 0x09, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x4c, 0x6f, 0x67, 0x73, 0x12, 0x55, - 0x0a, 0x10, 0x6c, 0x6f, 0x67, 0x73, 0x5f, 0x70, 0x72, 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x74, 0x69, - 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x50, 0x72, 0x65, 0x52, 0x75, 0x6e, 0x74, - 0x69, 0x6d, 0x65, 0x48, 0x00, 0x52, 0x0e, 0x6c, 0x6f, 0x67, 0x73, 0x50, 0x72, 0x65, 0x52, 0x75, - 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x51, 0x0a, 0x0e, 0x6c, 0x6f, 0x67, 0x73, 0x5f, 0x63, 0x6f, - 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x43, 0x6f, - 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x48, 0x00, 0x52, 0x0d, 0x6c, 0x6f, 0x67, 0x73, 0x43, - 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x12, 0x42, 0x0a, 0x09, 0x6c, 0x6f, 0x67, 0x73, - 0x5f, 0x73, 0x65, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x53, 0x65, 0x61, 0x6c, - 0x48, 0x00, 0x52, 0x08, 0x6c, 0x6f, 0x67, 0x73, 0x53, 0x65, 0x61, 0x6c, 0x12, 0x45, 0x0a, 0x0a, - 0x6c, 0x6f, 0x67, 0x73, 0x5f, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, - 0x5f, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x48, 0x00, 0x52, 0x09, 0x6c, 0x6f, 0x67, 0x73, 0x4f, 0x74, - 0x68, 0x65, 0x72, 0x12, 0x83, 0x01, 0x0a, 0x20, 0x6c, 0x6f, 0x67, 0x73, 0x5f, 0x72, 0x75, 0x6e, - 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x65, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, - 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x52, - 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, - 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x48, 0x00, 0x52, 0x1d, 0x6c, 0x6f, 0x67, 0x73, - 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, - 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x42, 0x06, 0x0a, 0x04, 0x6c, 0x6f, 0x67, - 0x73, 0x22, 0x62, 0x0a, 0x1a, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x45, 0x6e, - 0x73, 0x75, 0x72, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x44, 0x0a, 0x06, 0x68, 0x61, 0x73, 0x68, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, - 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x06, 0x68, - 0x61, 0x73, 0x68, 0x65, 0x73, 0x22, 0xae, 0x03, 0x0a, 0x19, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x53, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x3e, 0x0a, 0x06, 0x6e, 0x65, 0x77, - 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x64, - 0x48, 0x00, 0x52, 0x05, 0x6e, 0x65, 0x77, 0x49, 0x64, 0x12, 0x47, 0x0a, 0x09, 0x6e, 0x65, 0x77, - 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, 0x6e, 0x65, 0x77, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x41, 0x0a, 0x07, 0x6e, 0x65, 0x77, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x06, 0x6e, - 0x65, 0x77, 0x52, 0x61, 0x77, 0x12, 0x53, 0x0a, 0x0d, 0x6e, 0x65, 0x77, 0x5f, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x6e, 0x65, - 0x77, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x53, 0x0a, 0x0d, 0x6e, 0x65, - 0x77, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, - 0x00, 0x52, 0x0c, 0x6e, 0x65, 0x77, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, - 0x05, 0x0a, 0x03, 0x6e, 0x65, 0x77, 0x22, 0x20, 0x0a, 0x1e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x52, - 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, - 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x22, 0x2a, 0x0a, 0x12, 0x53, 0x74, 0x61, 0x6b, - 0x69, 0x6e, 0x67, 0x5f, 0x55, 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, - 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x22, 0x8a, 0x01, 0x0a, 0x1c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x12, 0x51, - 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, - 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, - 0x73, 0x22, 0x12, 0x0a, 0x10, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, - 0x5f, 0x4e, 0x6f, 0x6e, 0x65, 0x22, 0x36, 0x0a, 0x1c, 0x53, 0x70, 0x41, 0x72, 0x69, 0x74, 0x68, - 0x6d, 0x65, 0x74, 0x69, 0x63, 0x50, 0x65, 0x72, 0x54, 0x68, 0x69, 0x6e, 0x67, 0x73, 0x50, 0x65, - 0x72, 0x62, 0x69, 0x6c, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x5d, 0x0a, - 0x1d, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x5f, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x41, 0x62, 0x73, 0x74, 0x61, 0x69, 0x6e, 0x12, 0x10, - 0x0a, 0x03, 0x61, 0x79, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x61, 0x79, 0x65, - 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x61, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6e, - 0x61, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x62, 0x73, 0x74, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x62, 0x73, 0x74, 0x61, 0x69, 0x6e, 0x22, 0x53, 0x0a, 0x06, - 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x30, 0x22, 0x60, 0x0a, 0x16, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x46, 0x6f, 0x72, - 0x63, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x46, 0x0a, 0x05, 0x63, - 0x61, 0x6c, 0x6c, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x61, 0x72, 0x61, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, - 0x65, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x52, 0x05, 0x63, 0x61, - 0x6c, 0x6c, 0x73, 0x22, 0x97, 0x1c, 0x0a, 0x0f, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x50, 0x72, - 0x6f, 0x78, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x3d, 0x0a, 0x07, 0x72, 0x65, 0x61, 0x6c, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x06, - 0x72, 0x65, 0x61, 0x6c, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x0a, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x69, - 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, - 0x78, 0x48, 0x00, 0x52, 0x09, 0x72, 0x65, 0x61, 0x6c, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x40, - 0x0a, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x07, 0x72, 0x65, 0x61, 0x6c, 0x52, 0x61, 0x77, - 0x12, 0x52, 0x0a, 0x0e, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x6c, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x12, 0x52, 0x0a, 0x0e, 0x72, 0x65, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x6c, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x56, 0x0a, 0x14, 0x66, 0x6f, 0x72, 0x63, - 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x61, 0x6e, 0x79, - 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x6e, 0x79, 0x48, 0x01, 0x52, 0x11, 0x66, - 0x6f, 0x72, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x41, 0x6e, 0x79, - 0x12, 0x6f, 0x0a, 0x1d, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, - 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, - 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x4e, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, - 0x73, 0x66, 0x65, 0x72, 0x48, 0x01, 0x52, 0x19, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x50, 0x72, 0x6f, - 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x4e, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, - 0x72, 0x12, 0x6b, 0x0a, 0x1b, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, - 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, - 0x63, 0x65, 0x48, 0x01, 0x52, 0x18, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, - 0x54, 0x79, 0x70, 0x65, 0x47, 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x62, - 0x0a, 0x18, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, - 0x70, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x48, 0x01, 0x52, 0x15, 0x66, 0x6f, 0x72, - 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x12, 0x81, 0x01, 0x0a, 0x23, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, - 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x6a, 0x75, 0x64, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4a, 0x75, 0x64, 0x67, 0x65, 0x6d, - 0x65, 0x6e, 0x74, 0x48, 0x01, 0x52, 0x1f, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4a, 0x75, 0x64, - 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x6f, 0x0a, 0x1d, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, - 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x63, 0x61, 0x6e, 0x63, 0x65, - 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x43, - 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x48, 0x01, 0x52, 0x19, 0x66, 0x6f, - 0x72, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x54, 0x79, 0x70, 0x65, 0x43, 0x61, 0x6e, 0x63, - 0x65, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x49, 0x0a, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x79, 0x73, 0x74, - 0x65, 0x6d, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x69, 0x6d, - 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, - 0x61, 0x62, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x02, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x62, 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x18, 0x0f, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, - 0x6e, 0x64, 0x70, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0b, 0x63, 0x61, - 0x6c, 0x6c, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, - 0x6e, 0x63, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x76, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, - 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0b, 0x63, 0x61, 0x6c, - 0x6c, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x62, 0x61, 0x67, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, - 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x0e, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x69, 0x6d, 0x5f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x13, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, - 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0c, - 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x4c, 0x0a, 0x0c, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x18, 0x14, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, - 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0b, 0x63, - 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x73, 0x73, - 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0b, 0x63, 0x61, 0x6c, - 0x6c, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x74, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, - 0x75, 0x72, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x74, 0x69, 0x6c, 0x69, - 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, - 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x68, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, - 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x14, 0x63, 0x61, 0x6c, - 0x6c, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, - 0x67, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x74, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x76, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, - 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x02, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, - 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x71, 0x0a, 0x19, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x72, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, - 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x52, - 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, - 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x02, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, - 0x73, 0x74, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x64, - 0x75, 0x6c, 0x65, 0x72, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x50, - 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x63, 0x68, - 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, - 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, - 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x50, - 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, - 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x78, 0x79, - 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, - 0x67, 0x18, 0x21, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x02, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, - 0x67, 0x12, 0x88, 0x01, 0x0a, 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x65, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x5f, 0x6d, 0x75, 0x6c, - 0x74, 0x69, 0x5f, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, - 0x68, 0x61, 0x73, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x1e, 0x63, 0x61, - 0x6c, 0x6c, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, - 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x0d, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x23, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, - 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, - 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x5f, 0x0a, - 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5f, 0x62, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, - 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x11, 0x63, 0x61, 0x6c, - 0x6c, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x12, 0x65, - 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x18, 0x25, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, - 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, - 0x61, 0x72, 0x18, 0x26, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, - 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x12, 0x62, 0x0a, 0x14, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x65, 0x77, 0x61, 0x72, - 0x64, 0x73, 0x18, 0x27, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, - 0x64, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x12, 0x63, 0x61, 0x6c, 0x6c, - 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x12, 0x59, - 0x0a, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x5f, 0x76, 0x6f, 0x75, 0x63, - 0x68, 0x65, 0x72, 0x18, 0x28, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x02, 0x52, 0x0f, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, - 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x06, 0x0a, 0x04, 0x72, 0x65, 0x61, - 0x6c, 0x42, 0x12, 0x0a, 0x10, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, - 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0xce, 0x02, - 0x0a, 0x1c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x17, - 0x0a, 0x07, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x12, 0x4f, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x65, - 0x5f, 0x6f, 0x70, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4f, 0x70, 0x65, 0x6e, 0x48, 0x00, 0x52, 0x09, 0x73, - 0x74, 0x61, 0x74, 0x65, 0x4f, 0x70, 0x65, 0x6e, 0x12, 0x58, 0x0a, 0x0d, 0x73, 0x74, 0x61, 0x74, - 0x65, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x65, 0x64, 0x48, 0x00, 0x52, 0x0c, 0x73, 0x74, 0x61, 0x74, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x65, 0x64, 0x12, 0x61, 0x0a, 0x10, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x74, - 0x72, 0x6f, 0x79, 0x69, 0x6e, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x44, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x69, - 0x6e, 0x67, 0x48, 0x00, 0x52, 0x0f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x44, 0x65, 0x73, 0x74, 0x72, - 0x6f, 0x79, 0x69, 0x6e, 0x67, 0x42, 0x07, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x38, - 0x0a, 0x0c, 0x47, 0x65, 0x61, 0x72, 0x5f, 0x52, 0x75, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1c, - 0x0a, 0x07, 0x6d, 0x61, 0x78, 0x5f, 0x67, 0x61, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x48, - 0x00, 0x52, 0x06, 0x6d, 0x61, 0x78, 0x47, 0x61, 0x73, 0x88, 0x01, 0x01, 0x42, 0x0a, 0x0a, 0x08, - 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x67, 0x61, 0x73, 0x22, 0x8b, 0x03, 0x0a, 0x23, 0x47, 0x72, 0x61, - 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x47, 0x72, 0x61, - 0x6e, 0x64, 0x70, 0x61, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x12, 0x21, 0x0a, 0x0c, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x4e, 0x75, 0x6d, - 0x62, 0x65, 0x72, 0x12, 0x59, 0x0a, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, - 0x6e, 0x73, 0x75, 0x73, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x41, 0x70, 0x70, 0x50, 0x75, - 0x62, 0x6c, 0x69, 0x63, 0x52, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x71, - 0x0a, 0x05, 0x66, 0x69, 0x72, 0x73, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x5b, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, - 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x47, 0x72, - 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x72, 0x65, 0x76, 0x6f, 0x74, 0x65, 0x73, 0x70, 0x43, 0x6f, - 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x41, 0x70, - 0x70, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x05, 0x66, 0x69, 0x72, 0x73, - 0x74, 0x12, 0x73, 0x0a, 0x06, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x5b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, - 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, - 0x74, 0x79, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x72, 0x65, 0x76, 0x6f, 0x74, 0x65, - 0x73, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x47, 0x72, 0x61, 0x6e, 0x64, - 0x70, 0x61, 0x41, 0x70, 0x70, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x06, - 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x22, 0x56, 0x0a, 0x0e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, - 0x65, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x44, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x54, 0x75, 0x70, - 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x16, - 0x0a, 0x14, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x51, 0x75, 0x69, 0x74, 0x53, - 0x75, 0x62, 0x43, 0x61, 0x6c, 0x6c, 0x22, 0x0b, 0x0a, 0x09, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, - 0x41, 0x6e, 0x79, 0x22, 0x85, 0x06, 0x0a, 0x20, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x84, 0x01, 0x0a, 0x19, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x73, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x5f, 0x75, 0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65, - 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x47, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x5f, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x55, 0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65, - 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x75, 0x62, - 0x6d, 0x69, 0x74, 0x55, 0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0xa4, 0x01, 0x0a, 0x25, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x6d, 0x69, 0x6e, - 0x69, 0x6d, 0x75, 0x6d, 0x5f, 0x75, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x5f, 0x73, - 0x63, 0x6f, 0x72, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x51, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x53, 0x65, 0x74, 0x4d, 0x69, 0x6e, 0x69, 0x6d, 0x75, 0x6d, - 0x55, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x43, 0x61, - 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x20, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x4d, 0x69, 0x6e, - 0x69, 0x6d, 0x75, 0x6d, 0x55, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x53, 0x63, 0x6f, - 0x72, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0xaa, 0x01, 0x0a, 0x27, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x73, 0x65, 0x74, 0x5f, 0x65, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x5f, 0x65, 0x6c, - 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x63, 0x61, - 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x53, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, - 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x53, - 0x65, 0x74, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x45, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, - 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, - 0x79, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x6b, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x75, 0x62, 0x6d, - 0x69, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3f, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, - 0x61, 0x73, 0x65, 0x5f, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, - 0x52, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x90, 0x01, 0x0a, 0x1d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x6f, 0x76, 0x65, 0x72, 0x6e, - 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x66, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x5f, 0x63, 0x61, - 0x6c, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, - 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x47, - 0x6f, 0x76, 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, - 0x6b, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x6f, 0x76, - 0x65, 0x72, 0x6e, 0x61, 0x6e, 0x63, 0x65, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x43, - 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0xde, 0x02, 0x0a, 0x1d, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x4d, 0x69, 0x6e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x6e, 0x64, 0x12, 0x61, 0x0a, - 0x14, 0x6d, 0x69, 0x6e, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x62, 0x6f, 0x6e, 0x64, - 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, 0x70, 0x48, 0x00, 0x52, 0x11, 0x6d, - 0x69, 0x6e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x6e, 0x64, 0x4e, 0x6f, 0x6f, 0x70, - 0x12, 0x5e, 0x0a, 0x13, 0x6d, 0x69, 0x6e, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x62, - 0x6f, 0x6e, 0x64, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x00, 0x52, 0x10, - 0x6d, 0x69, 0x6e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x6f, 0x6e, 0x64, 0x53, 0x65, 0x74, - 0x12, 0x67, 0x0a, 0x16, 0x6d, 0x69, 0x6e, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x62, - 0x6f, 0x6e, 0x64, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x48, 0x00, 0x52, 0x13, 0x6d, 0x69, 0x6e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, - 0x6f, 0x6e, 0x64, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x6d, 0x69, 0x6e, - 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x22, 0x70, 0x0a, 0x23, - 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, - 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x49, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x68, 0x61, 0x73, 0x68, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, - 0x48, 0x32, 0x35, 0x36, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x48, 0x61, 0x73, 0x68, 0x22, 0xaf, - 0x03, 0x0a, 0x0f, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x54, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x12, 0x44, 0x0a, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x08, - 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, 0x64, 0x12, 0x4d, 0x0a, 0x0c, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, - 0x74, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x47, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, - 0x74, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, - 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x61, 0x77, - 0x12, 0x59, 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x59, 0x0a, 0x10, 0x74, - 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, - 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x08, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, - 0x22, 0x49, 0x0a, 0x2f, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, - 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x76, 0x69, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x56, 0x6f, 0x74, 0x65, 0x56, - 0x6f, 0x74, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x2c, 0x0a, 0x14, 0x52, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x94, 0x09, 0x0a, 0x19, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x64, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x73, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, - 0x5f, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0e, 0x63, - 0x61, 0x6c, 0x6c, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x90, 0x01, - 0x0a, 0x20, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x63, - 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x5f, 0x63, 0x61, - 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x46, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x50, 0x6c, 0x61, 0x63, 0x65, 0x44, 0x65, 0x63, - 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x1c, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x6c, 0x61, 0x63, 0x65, 0x44, 0x65, 0x63, - 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x93, 0x01, 0x0a, 0x21, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x75, 0x6e, 0x64, - 0x5f, 0x64, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x70, 0x6f, 0x73, 0x69, - 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x47, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x52, 0x65, 0x66, 0x75, - 0x6e, 0x64, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, - 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1d, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x66, - 0x75, 0x6e, 0x64, 0x44, 0x65, 0x63, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, - 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x64, 0x0a, 0x10, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, - 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, - 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x61, - 0x6c, 0x6c, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x5e, 0x0a, 0x0e, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6b, 0x69, 0x6c, 0x6c, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x5f, 0x4b, 0x69, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x0c, - 0x63, 0x61, 0x6c, 0x6c, 0x4b, 0x69, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x80, 0x01, 0x0a, - 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x75, 0x64, 0x67, 0x65, 0x5f, 0x72, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x41, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, - 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, - 0x5f, 0x4e, 0x75, 0x64, 0x67, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x75, 0x64, 0x67, - 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x84, 0x01, 0x0a, 0x1c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6f, 0x6e, 0x65, 0x5f, 0x66, 0x65, 0x77, - 0x65, 0x72, 0x5f, 0x64, 0x65, 0x63, 0x69, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x63, 0x61, 0x6c, 0x6c, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x42, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, - 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4f, 0x6e, 0x65, 0x46, 0x65, 0x77, 0x65, 0x72, 0x44, 0x65, - 0x63, 0x69, 0x64, 0x69, 0x6e, 0x67, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, - 0x6c, 0x6c, 0x4f, 0x6e, 0x65, 0x46, 0x65, 0x77, 0x65, 0x72, 0x44, 0x65, 0x63, 0x69, 0x64, 0x69, - 0x6e, 0x67, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x99, 0x01, 0x0a, 0x23, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x72, 0x65, 0x66, 0x75, 0x6e, 0x64, 0x5f, 0x73, 0x75, 0x62, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, - 0x6e, 0x5f, 0x64, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x08, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x49, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x5f, 0x52, 0x65, 0x66, 0x75, 0x6e, 0x64, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, - 0x00, 0x52, 0x1f, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x66, 0x75, 0x6e, 0x64, 0x53, 0x75, 0x62, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x74, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x09, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, - 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, - 0x61, 0x5f, 0x53, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, 0x61, 0x6c, - 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, - 0x22, 0x50, 0x0a, 0x20, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x5f, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x70, - 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x14, 0x0a, 0x05, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, - 0x65, 0x78, 0x22, 0x28, 0x0a, 0x26, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, - 0x6c, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x75, 0x6e, 0x64, 0x22, 0x30, 0x0a, 0x16, - 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x45, 0x64, 0x32, 0x35, 0x35, 0x31, 0x39, 0x53, 0x69, 0x67, - 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x3e, - 0x0a, 0x1b, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x52, 0x65, 0x6a, 0x65, 0x63, - 0x74, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1f, 0x0a, - 0x0b, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x49, 0x64, 0x22, 0x28, - 0x0a, 0x0e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x35, - 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x8b, 0x03, 0x0a, 0x0c, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x4e, 0x65, 0x77, 0x12, 0x3e, 0x0a, 0x06, 0x6e, 0x65, 0x77, - 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x49, 0x64, - 0x48, 0x00, 0x52, 0x05, 0x6e, 0x65, 0x77, 0x49, 0x64, 0x12, 0x47, 0x0a, 0x09, 0x6e, 0x65, 0x77, - 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x08, 0x6e, 0x65, 0x77, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x41, 0x0a, 0x07, 0x6e, 0x65, 0x77, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x06, 0x6e, - 0x65, 0x77, 0x52, 0x61, 0x77, 0x12, 0x53, 0x0a, 0x0d, 0x6e, 0x65, 0x77, 0x5f, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, - 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0c, 0x6e, 0x65, - 0x77, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x53, 0x0a, 0x0d, 0x6e, 0x65, - 0x77, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, - 0x00, 0x52, 0x0c, 0x6e, 0x65, 0x77, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, - 0x05, 0x0a, 0x03, 0x6e, 0x65, 0x77, 0x22, 0xe4, 0x01, 0x0a, 0x4d, 0x45, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, - 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x53, 0x70, 0x43, 0x6f, 0x72, - 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, - 0x33, 0x32, 0x53, 0x70, 0x4e, 0x70, 0x6f, 0x73, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, - 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x30, 0x12, 0x48, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x70, 0x4e, 0x70, 0x6f, 0x73, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x53, 0x75, - 0x70, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, 0x22, 0x56, 0x0a, - 0x1f, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, - 0x5f, 0x53, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xce, 0x02, 0x0a, 0x1b, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4d, 0x69, 0x6e, 0x4a, 0x6f, 0x69, - 0x6e, 0x42, 0x6f, 0x6e, 0x64, 0x12, 0x5d, 0x0a, 0x12, 0x6d, 0x69, 0x6e, 0x5f, 0x6a, 0x6f, 0x69, - 0x6e, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x6e, 0x6f, 0x6f, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6f, - 0x70, 0x48, 0x00, 0x52, 0x0f, 0x6d, 0x69, 0x6e, 0x4a, 0x6f, 0x69, 0x6e, 0x42, 0x6f, 0x6e, 0x64, - 0x4e, 0x6f, 0x6f, 0x70, 0x12, 0x5a, 0x0a, 0x11, 0x6d, 0x69, 0x6e, 0x5f, 0x6a, 0x6f, 0x69, 0x6e, - 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x5f, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0e, 0x6d, 0x69, 0x6e, 0x4a, 0x6f, 0x69, 0x6e, 0x42, 0x6f, 0x6e, 0x64, 0x53, 0x65, 0x74, - 0x12, 0x63, 0x0a, 0x14, 0x6d, 0x69, 0x6e, 0x5f, 0x6a, 0x6f, 0x69, 0x6e, 0x5f, 0x62, 0x6f, 0x6e, - 0x64, 0x5f, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, - 0x48, 0x00, 0x52, 0x11, 0x6d, 0x69, 0x6e, 0x4a, 0x6f, 0x69, 0x6e, 0x42, 0x6f, 0x6e, 0x64, 0x52, - 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x6d, 0x69, 0x6e, 0x5f, 0x6a, 0x6f, 0x69, - 0x6e, 0x5f, 0x62, 0x6f, 0x6e, 0x64, 0x22, 0xe0, 0x02, 0x0a, 0x0e, 0x42, 0x61, 0x67, 0x73, 0x4c, - 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x56, 0x0a, 0x0f, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x72, 0x65, 0x62, 0x61, 0x67, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, - 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x52, 0x65, 0x62, 0x61, 0x67, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x62, 0x61, 0x67, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x6e, 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x6e, - 0x5f, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x50, 0x75, 0x74, 0x49, 0x6e, 0x46, 0x72, - 0x6f, 0x6e, 0x74, 0x4f, 0x66, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, - 0x6c, 0x50, 0x75, 0x74, 0x49, 0x6e, 0x46, 0x72, 0x6f, 0x6e, 0x74, 0x4f, 0x66, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x7e, 0x0a, 0x1f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x6e, - 0x5f, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x5f, - 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x5f, 0x50, - 0x75, 0x74, 0x49, 0x6e, 0x46, 0x72, 0x6f, 0x6e, 0x74, 0x4f, 0x66, 0x4f, 0x74, 0x68, 0x65, 0x72, - 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x75, 0x74, 0x49, - 0x6e, 0x46, 0x72, 0x6f, 0x6e, 0x74, 0x4f, 0x66, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x43, 0x61, 0x6c, - 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x10, 0x0a, 0x0e, 0x53, 0x74, 0x61, - 0x6b, 0x69, 0x6e, 0x67, 0x5f, 0x53, 0x74, 0x61, 0x6b, 0x65, 0x64, 0x22, 0x57, 0x0a, 0x24, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x76, 0x65, 0x5f, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x75, 0x70, 0x50, 0x6f, 0x6c, 0x6c, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x6f, 0x6c, 0x6c, 0x5f, 0x69, 0x6e, 0x64, 0x65, - 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x70, 0x6f, 0x6c, 0x6c, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x61, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, - 0x03, 0x6d, 0x61, 0x78, 0x22, 0x34, 0x0a, 0x1c, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, - 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4b, 0x69, 0x6c, 0x6c, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x56, 0x0a, 0x1f, 0x42, 0x6f, - 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x79, 0x45, 0x78, 0x70, 0x69, 0x72, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1b, 0x0a, - 0x09, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x08, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, - 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, - 0x72, 0x6b, 0x22, 0x84, 0x01, 0x0a, 0x20, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x28, 0x0a, 0x10, 0x70, 0x61, 0x72, 0x65, 0x6e, - 0x74, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x0e, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, - 0x64, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, - 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x64, 0x65, - 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x13, 0x0a, 0x11, 0x42, 0x61, 0x62, - 0x65, 0x5f, 0x50, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x22, 0xa9, - 0x03, 0x0a, 0x0e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x54, 0x61, 0x72, 0x67, 0x65, - 0x74, 0x12, 0x43, 0x0a, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x08, 0x74, 0x61, - 0x72, 0x67, 0x65, 0x74, 0x49, 0x64, 0x12, 0x4c, 0x0a, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, - 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x46, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x72, - 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x48, - 0x00, 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x61, 0x77, 0x12, 0x58, 0x0a, 0x10, - 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x58, 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, - 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, - 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, - 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x42, 0x08, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, 0x28, 0x0a, 0x0e, 0x49, 0x64, - 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x32, 0x33, 0x12, 0x16, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x22, 0xb5, 0x03, 0x0a, 0x0e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x44, - 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x12, 0x45, 0x0a, 0x0b, 0x64, 0x65, 0x6c, 0x65, 0x67, - 0x61, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, - 0x48, 0x00, 0x52, 0x0a, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x49, 0x64, 0x12, 0x4e, - 0x0a, 0x0e, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, - 0x0d, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x48, - 0x0a, 0x0c, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x65, 0x6c, - 0x65, 0x67, 0x61, 0x74, 0x65, 0x52, 0x61, 0x77, 0x12, 0x5a, 0x0a, 0x12, 0x64, 0x65, 0x6c, 0x65, - 0x67, 0x61, 0x74, 0x65, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, - 0x00, 0x52, 0x11, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x12, 0x5a, 0x0a, 0x12, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, - 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, - 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x11, 0x64, - 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x42, 0x0a, 0x0a, 0x08, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x22, 0x1e, 0x0a, 0x1c, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x22, 0x31, 0x0a, 0x19, - 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x4e, 0x6f, 0x74, 0x65, 0x50, 0x72, 0x65, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x79, 0x74, - 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x62, 0x79, 0x74, 0x65, 0x73, 0x22, - 0xdf, 0x04, 0x0a, 0x0e, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x12, 0x6c, 0x0a, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x74, 0x65, 0x5f, - 0x70, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, - 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x4e, 0x6f, 0x74, 0x65, 0x50, 0x72, 0x65, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, - 0x4e, 0x6f, 0x74, 0x65, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x72, 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x6e, 0x6e, 0x6f, 0x74, 0x65, 0x5f, - 0x70, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, - 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x55, 0x6e, 0x6e, 0x6f, 0x74, 0x65, 0x50, 0x72, - 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x16, 0x63, 0x61, - 0x6c, 0x6c, 0x55, 0x6e, 0x6e, 0x6f, 0x74, 0x65, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x75, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x61, - 0x6c, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x50, - 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x7b, 0x0a, 0x1c, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x6e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x72, - 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x55, 0x6e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x50, - 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x19, 0x63, - 0x61, 0x6c, 0x6c, 0x55, 0x6e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x50, 0x72, 0x65, 0x69, - 0x6d, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6f, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, - 0x5f, 0x65, 0x6e, 0x73, 0x75, 0x72, 0x65, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, - 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x45, - 0x6e, 0x73, 0x75, 0x72, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, - 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x45, 0x6e, 0x73, 0x75, 0x72, 0x65, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, - 0x6c, 0x22, 0x33, 0x0a, 0x19, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x41, 0x66, 0x74, 0x65, 0x72, 0x12, 0x16, - 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x32, 0x0a, 0x18, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x2d, 0x0a, 0x13, 0x53, 0x70, - 0x43, 0x6f, 0x72, 0x65, 0x53, 0x72, 0x32, 0x35, 0x35, 0x31, 0x39, 0x50, 0x75, 0x62, 0x6c, 0x69, - 0x63, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x99, 0x03, 0x0a, 0x0d, 0x47, 0x72, - 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, 0x7d, 0x0a, 0x1d, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x65, 0x71, 0x75, 0x69, 0x76, - 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, - 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x71, 0x75, 0x69, - 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1a, - 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x96, 0x01, 0x0a, 0x26, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x65, 0x71, 0x75, 0x69, 0x76, - 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x75, 0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, - 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x52, - 0x65, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x71, 0x75, 0x69, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x55, 0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, - 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x71, 0x75, 0x69, 0x76, - 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x68, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x74, 0x65, - 0x5f, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, - 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x5f, 0x4e, 0x6f, 0x74, 0x65, 0x53, 0x74, 0x61, 0x6c, 0x6c, - 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x6f, - 0x74, 0x65, 0x53, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x43, 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, - 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x40, 0x0a, 0x14, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, - 0x65, 0x72, 0x5f, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x12, 0x0a, - 0x04, 0x77, 0x68, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x77, 0x68, 0x65, - 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0xfd, 0x03, 0x0a, 0x19, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x51, 0x0a, 0x0c, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0b, 0x6e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12, 0x5a, 0x0a, 0x0f, 0x6e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x48, 0x00, 0x52, 0x0e, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x54, 0x0a, 0x0d, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, - 0x72, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x0c, 0x6e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x52, 0x61, 0x77, 0x12, 0x66, 0x0a, 0x13, 0x6e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, - 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, - 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x12, - 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x12, 0x66, 0x0a, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x12, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, - 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x0b, 0x0a, 0x09, 0x6e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x22, 0x5e, 0x0a, 0x11, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x5f, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, - 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x57, 0x0a, 0x0a, 0x53, 0x74, 0x61, 0x6b, 0x69, - 0x6e, 0x67, 0x5f, 0x49, 0x64, 0x12, 0x49, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, - 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, - 0x22, 0x3f, 0x0a, 0x27, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, - 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4e, 0x75, 0x64, 0x67, 0x65, 0x52, 0x65, 0x66, - 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, - 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, - 0x78, 0x22, 0x35, 0x0a, 0x1d, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x5f, 0x4e, - 0x75, 0x64, 0x67, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x75, 0x6d, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x82, 0x01, 0x0a, 0x14, 0x49, 0x64, 0x65, - 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x53, 0x65, 0x74, 0x53, 0x75, 0x62, 0x73, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x6a, 0x0a, 0x04, 0x73, 0x75, 0x62, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x56, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, - 0x69, 0x74, 0x79, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, - 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x54, 0x79, - 0x70, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x73, 0x75, 0x62, 0x73, 0x22, 0x8e, 0x04, - 0x0a, 0x1c, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x6e, - 0x6e, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x45, - 0x0a, 0x0b, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, - 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0a, 0x64, 0x65, 0x6c, 0x65, 0x67, - 0x61, 0x74, 0x65, 0x49, 0x64, 0x12, 0x4e, 0x0a, 0x0e, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, - 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0d, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x48, 0x0a, 0x0c, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, - 0x65, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x61, 0x77, - 0x48, 0x00, 0x52, 0x0b, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x52, 0x61, 0x77, 0x12, - 0x5a, 0x0a, 0x12, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x61, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x11, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, - 0x74, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x5a, 0x0a, 0x12, 0x64, - 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x32, 0x30, 0x48, 0x00, 0x52, 0x11, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x49, 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x68, 0x61, 0x73, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, - 0x79, 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x48, 0x61, - 0x73, 0x68, 0x42, 0x0a, 0x0a, 0x08, 0x64, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x22, 0x40, - 0x0a, 0x0e, 0x42, 0x61, 0x62, 0x65, 0x5f, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, - 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, - 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x31, - 0x22, 0x82, 0x03, 0x0a, 0x16, 0x56, 0x61, 0x72, 0x61, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, - 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x46, 0x0a, 0x04, 0x62, - 0x61, 0x62, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, - 0x42, 0x61, 0x62, 0x65, 0x41, 0x70, 0x70, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x52, 0x04, 0x62, - 0x61, 0x62, 0x65, 0x12, 0x4f, 0x0a, 0x07, 0x67, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x53, 0x70, 0x43, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x47, 0x72, 0x61, 0x6e, 0x64, - 0x70, 0x61, 0x41, 0x70, 0x70, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x52, 0x07, 0x67, 0x72, 0x61, - 0x6e, 0x64, 0x70, 0x61, 0x12, 0x65, 0x0a, 0x09, 0x69, 0x6d, 0x5f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x72, 0x32, 0x35, 0x35, 0x31, - 0x39, 0x41, 0x70, 0x70, 0x53, 0x72, 0x32, 0x35, 0x35, 0x31, 0x39, 0x50, 0x75, 0x62, 0x6c, 0x69, - 0x63, 0x52, 0x08, 0x69, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x68, 0x0a, 0x13, 0x61, - 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x5f, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, - 0x72, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x44, - 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x41, 0x70, 0x70, 0x50, 0x75, 0x62, 0x6c, 0x69, - 0x63, 0x52, 0x12, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x44, 0x69, 0x73, 0x63, - 0x6f, 0x76, 0x65, 0x72, 0x79, 0x22, 0x6e, 0x0a, 0x1a, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x5f, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x12, 0x50, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, - 0x69, 0x76, 0x65, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x13, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x4e, - 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x22, 0xad, 0x01, 0x0a, 0x25, 0x45, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x83, 0x01, 0x0a, 0x0c, 0x72, 0x61, 0x77, 0x5f, 0x73, 0x6f, 0x6c, - 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x60, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, - 0x65, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, - 0x73, 0x65, 0x52, 0x61, 0x77, 0x53, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0b, 0x72, - 0x61, 0x77, 0x53, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xe8, 0x04, 0x0a, 0x24, 0x4e, - 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x57, - 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x55, 0x6e, 0x62, 0x6f, 0x6e, 0x64, 0x65, 0x64, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x5a, 0x0a, 0x11, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x0f, - 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, - 0x63, 0x0a, 0x14, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, - 0x52, 0x12, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x5d, 0x0a, 0x12, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x52, 0x61, 0x77, 0x48, - 0x00, 0x52, 0x10, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x52, 0x61, 0x77, 0x12, 0x6f, 0x0a, 0x18, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, - 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x16, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x33, 0x32, 0x12, 0x6f, 0x0a, 0x18, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, - 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, - 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, - 0x73, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x16, 0x6d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, 0x2c, 0x0a, 0x12, 0x6e, 0x75, 0x6d, 0x5f, 0x73, 0x6c, 0x61, - 0x73, 0x68, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x70, 0x61, 0x6e, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x0d, 0x52, 0x10, 0x6e, 0x75, 0x6d, 0x53, 0x6c, 0x61, 0x73, 0x68, 0x69, 0x6e, 0x67, 0x53, 0x70, - 0x61, 0x6e, 0x73, 0x42, 0x10, 0x0a, 0x0e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x61, 0x63, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x6f, 0x0a, 0x24, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x50, 0x61, - 0x79, 0x6f, 0x75, 0x74, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x47, 0x0a, - 0x05, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, 0x72, - 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, 0x52, - 0x05, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x22, 0xb0, 0x03, 0x0a, 0x15, 0x56, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x67, 0x5f, 0x56, 0x65, 0x73, 0x74, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, - 0x12, 0x43, 0x0a, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, - 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x08, 0x74, 0x61, 0x72, - 0x67, 0x65, 0x74, 0x49, 0x64, 0x12, 0x4c, 0x0a, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x12, 0x46, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x72, 0x61, - 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, - 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x61, 0x77, 0x12, 0x58, 0x0a, 0x10, 0x74, - 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x48, 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x58, 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0f, - 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, - 0x08, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, 0xf9, 0x03, 0x0a, 0x1b, 0x43, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x55, - 0x6e, 0x6c, 0x6f, 0x63, 0x6b, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c, 0x61, - 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x12, - 0x4c, 0x0a, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x49, - 0x64, 0x48, 0x00, 0x52, 0x08, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, 0x64, 0x12, 0x55, 0x0a, - 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, - 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, - 0x6e, 0x64, 0x65, 0x78, 0x12, 0x4f, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x72, - 0x61, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, - 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x52, 0x61, 0x77, 0x48, 0x00, 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x52, 0x61, 0x77, 0x12, 0x61, 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x61, 0x0a, 0x10, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x06, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, - 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x42, 0x08, 0x0a, 0x06, 0x74, - 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, 0x30, 0x0a, 0x18, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, - 0x79, 0x5f, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x0e, 0x0a, 0x0c, 0x55, 0x74, 0x69, 0x6c, 0x69, - 0x74, 0x79, 0x5f, 0x56, 0x6f, 0x69, 0x64, 0x22, 0xaf, 0x15, 0x0a, 0x1b, 0x53, 0x63, 0x68, 0x65, - 0x64, 0x75, 0x6c, 0x65, 0x72, 0x5f, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x41, 0x66, - 0x74, 0x65, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x66, 0x74, 0x65, 0x72, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x66, 0x74, 0x65, 0x72, 0x12, 0x61, 0x0a, - 0x0e, 0x6d, 0x61, 0x79, 0x62, 0x65, 0x5f, 0x70, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, - 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x48, 0x01, 0x52, 0x0d, - 0x6d, 0x61, 0x79, 0x62, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0x88, 0x01, 0x01, - 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x0d, 0x52, 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x49, 0x0a, 0x0b, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x26, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, - 0x74, 0x65, 0x6d, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0a, 0x63, 0x61, 0x6c, - 0x6c, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, - 0x6c, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x43, 0x0a, 0x09, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x62, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x62, 0x65, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x62, 0x65, - 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x70, 0x61, 0x12, 0x4f, - 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, - 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x12, - 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x76, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x18, - 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x56, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x50, 0x0a, - 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x67, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x61, 0x67, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, - 0x50, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x6d, 0x5f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, - 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, - 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, - 0x65, 0x12, 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, - 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x48, 0x00, 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x12, - 0x4c, 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, - 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x74, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x18, 0x0e, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x12, 0x4c, - 0x0a, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0f, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x68, 0x0a, 0x16, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, - 0x76, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x6f, 0x6e, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x56, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x72, - 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, - 0x6c, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x12, 0x74, 0x0a, 0x1a, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x63, 0x6f, - 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, - 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x50, 0x61, - 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x46, 0x65, 0x6c, 0x6c, - 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, - 0x12, 0x71, 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, - 0x68, 0x69, 0x70, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x64, 0x61, 0x18, 0x13, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, - 0x64, 0x61, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, - 0x46, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, - 0x6e, 0x64, 0x61, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x77, 0x68, 0x69, 0x74, - 0x65, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x68, 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x57, 0x68, - 0x69, 0x74, 0x65, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x52, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x64, - 0x75, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x61, - 0x6c, 0x6c, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x4f, 0x0a, 0x0d, 0x63, - 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x16, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, - 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, - 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x4f, 0x0a, 0x0d, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x17, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x46, 0x0a, - 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x18, 0x18, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x25, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, - 0x78, 0x79, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x09, 0x63, 0x61, 0x6c, 0x6c, - 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6d, 0x75, - 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, - 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x4d, 0x75, - 0x6c, 0x74, 0x69, 0x73, 0x69, 0x67, 0x12, 0x88, 0x01, 0x0a, 0x22, 0x63, 0x61, 0x6c, 0x6c, 0x5f, - 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, - 0x72, 0x5f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x1a, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, - 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, - 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, - 0x00, 0x52, 0x1e, 0x63, 0x61, 0x6c, 0x6c, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, - 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, 0x61, 0x73, - 0x65, 0x12, 0x4f, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, - 0x65, 0x74, 0x48, 0x00, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x12, 0x5f, 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x68, 0x69, 0x6c, 0x64, - 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x2d, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, - 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, - 0x69, 0x65, 0x73, 0x12, 0x65, 0x0a, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x6e, 0x6f, 0x6d, 0x69, - 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x18, 0x1d, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x12, 0x43, 0x0a, 0x09, 0x63, 0x61, - 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x50, 0x61, 0x6c, - 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x12, - 0x62, 0x0a, 0x14, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x5f, - 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, - 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, - 0x12, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x77, 0x61, - 0x72, 0x64, 0x73, 0x12, 0x59, 0x0a, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x67, 0x65, 0x61, 0x72, - 0x5f, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, - 0x75, 0x63, 0x68, 0x65, 0x72, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x48, 0x00, 0x52, 0x0f, 0x63, - 0x61, 0x6c, 0x6c, 0x47, 0x65, 0x61, 0x72, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x42, 0x06, - 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x6d, 0x61, 0x79, 0x62, 0x65, - 0x5f, 0x70, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0x22, 0x62, 0x0a, 0x1e, 0x50, 0x72, 0x65, - 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x55, 0x6e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x50, - 0x72, 0x65, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x40, 0x0a, 0x04, 0x68, - 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x54, 0x79, - 0x70, 0x65, 0x73, 0x48, 0x32, 0x35, 0x36, 0x52, 0x04, 0x68, 0x61, 0x73, 0x68, 0x22, 0x98, 0x08, - 0x0a, 0x0e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, - 0x12, 0x6f, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, - 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, - 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x42, 0x6f, - 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, 0x6c, 0x6c, - 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x6f, 0x0a, 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, - 0x65, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, - 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x42, - 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, 0x6c, - 0x6c, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x72, 0x0a, 0x19, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x70, 0x6f, - 0x73, 0x65, 0x5f, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, - 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, - 0x65, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x16, - 0x63, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x43, 0x75, 0x72, 0x61, 0x74, - 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x75, 0x0a, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x75, - 0x6e, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x5f, 0x63, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, - 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x55, - 0x6e, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x61, - 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x17, 0x63, 0x61, 0x6c, 0x6c, 0x55, 0x6e, 0x61, 0x73, 0x73, 0x69, - 0x67, 0x6e, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x6f, 0x0a, - 0x18, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x70, 0x74, 0x5f, 0x63, 0x75, 0x72, - 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x34, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, - 0x69, 0x65, 0x73, 0x5f, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, - 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x15, 0x63, 0x61, 0x6c, 0x6c, 0x41, 0x63, 0x63, - 0x65, 0x70, 0x74, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x69, - 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x61, 0x77, 0x61, 0x72, 0x64, 0x5f, 0x62, 0x6f, 0x75, - 0x6e, 0x74, 0x79, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, - 0x65, 0x73, 0x5f, 0x41, 0x77, 0x61, 0x72, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, - 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x41, 0x77, 0x61, 0x72, 0x64, 0x42, - 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x69, 0x0a, 0x16, 0x63, 0x61, 0x6c, - 0x6c, 0x5f, 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x63, - 0x61, 0x6c, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, - 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, - 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x43, 0x6c, - 0x61, 0x69, 0x6d, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, - 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, - 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x69, 0x0a, 0x16, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x63, 0x6c, 0x6f, - 0x73, 0x65, 0x5f, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x08, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x42, 0x6f, - 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x13, 0x63, 0x61, 0x6c, 0x6c, - 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x12, - 0x7f, 0x0a, 0x1e, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x5f, 0x62, - 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x65, 0x78, 0x70, 0x69, 0x72, 0x79, 0x5f, 0x63, 0x61, 0x6c, - 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x45, 0x78, 0x74, 0x65, - 0x6e, 0x64, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x45, 0x78, 0x70, 0x69, 0x72, 0x79, 0x43, 0x61, - 0x6c, 0x6c, 0x48, 0x00, 0x52, 0x1a, 0x63, 0x61, 0x6c, 0x6c, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, - 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x45, 0x78, 0x70, 0x69, 0x72, 0x79, 0x43, 0x61, 0x6c, 0x6c, - 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x73, 0x0a, 0x15, 0x53, 0x79, 0x73, 0x74, - 0x65, 0x6d, 0x5f, 0x53, 0x65, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x5a, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, - 0x32, 0x44, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x73, 0x74, - 0x65, 0x6d, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x74, - 0x65, 0x6d, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x74, 0x65, - 0x6d, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x7c, 0x0a, - 0x0e, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x12, - 0x62, 0x0a, 0x13, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x68, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, - 0x74, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x73, - 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, - 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, - 0x5f, 0x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x43, 0x61, 0x6c, 0x6c, 0x48, 0x00, - 0x52, 0x11, 0x63, 0x61, 0x6c, 0x6c, 0x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x43, - 0x61, 0x6c, 0x6c, 0x42, 0x06, 0x0a, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x22, 0x10, 0x0a, 0x0e, 0x46, - 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x68, 0x69, 0x70, 0x36, 0x44, 0x61, 0x6e, 0x22, 0x2c, 0x0a, - 0x12, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x27, 0x0a, 0x0d, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x39, 0x12, 0x16, 0x0a, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x30, 0x22, 0x39, 0x0a, 0x1a, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, - 0x5f, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x43, 0x61, - 0x6c, 0x6c, 0x12, 0x1b, 0x0a, 0x09, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, 0x22, - 0x39, 0x0a, 0x1a, 0x42, 0x6f, 0x75, 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x41, 0x63, 0x63, 0x65, - 0x70, 0x74, 0x43, 0x75, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x1b, 0x0a, - 0x09, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, - 0x52, 0x08, 0x62, 0x6f, 0x75, 0x6e, 0x74, 0x79, 0x49, 0x64, 0x22, 0x2b, 0x0a, 0x11, 0x56, 0x65, - 0x73, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x12, - 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, - 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0x0b, 0x0a, 0x09, 0x54, 0x72, 0x65, 0x61, 0x73, - 0x75, 0x72, 0x65, 0x72, 0x22, 0xfd, 0x01, 0x0a, 0x46, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x68, - 0x61, 0x73, 0x65, 0x5f, 0x50, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, - 0x68, 0x61, 0x73, 0x65, 0x52, 0x61, 0x77, 0x53, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x12, - 0x4f, 0x0a, 0x08, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x33, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x61, 0x72, - 0x61, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x4e, 0x70, 0x6f, 0x73, 0x53, 0x6f, 0x6c, 0x75, - 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x36, 0x52, 0x08, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, - 0x12, 0x4c, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, - 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x4e, 0x70, 0x6f, - 0x73, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x69, - 0x6f, 0x6e, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x14, - 0x0a, 0x05, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x72, - 0x6f, 0x75, 0x6e, 0x64, 0x22, 0x60, 0x0a, 0x13, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, - 0x6e, 0x74, 0x69, 0x65, 0x73, 0x5f, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x49, 0x0a, 0x06, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x73, 0x66, - 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, - 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x42, 0x6f, 0x75, 0x6e, - 0x74, 0x69, 0x65, 0x73, 0x5f, 0x54, 0x75, 0x70, 0x6c, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x06, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x30, 0x22, 0xd3, 0x04, 0x0a, 0x26, 0x4e, 0x6f, 0x6d, 0x69, 0x6e, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x53, 0x65, 0x74, 0x43, 0x6c, - 0x61, 0x69, 0x6d, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x61, 0x6c, - 0x6c, 0x12, 0x71, 0x0a, 0x17, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, - 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, 0x65, - 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x65, 0x64, 0x48, 0x00, 0x52, 0x16, 0x70, 0x65, - 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x65, 0x64, 0x12, 0x90, 0x01, 0x0a, 0x22, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, - 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, 0x65, - 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x40, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, 0x6d, - 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, 0x65, 0x72, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6f, - 0x75, 0x6e, 0x64, 0x48, 0x00, 0x52, 0x20, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, - 0x6e, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, 0x65, 0x73, 0x73, 0x43, - 0x6f, 0x6d, 0x70, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x90, 0x01, 0x0a, 0x22, 0x70, 0x65, 0x72, 0x6d, - 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, - 0x6e, 0x6c, 0x65, 0x73, 0x73, 0x5f, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, - 0x4e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, - 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, 0x65, 0x73, 0x73, 0x57, 0x69, - 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x48, 0x00, 0x52, 0x20, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, 0x65, - 0x73, 0x73, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x12, 0x81, 0x01, 0x0a, 0x1d, 0x70, - 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, - 0x73, 0x69, 0x6f, 0x6e, 0x6c, 0x65, 0x73, 0x73, 0x5f, 0x61, 0x6c, 0x6c, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x6f, - 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x5f, 0x50, 0x65, - 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, 0x65, 0x73, 0x73, 0x41, 0x6c, 0x6c, 0x48, - 0x00, 0x52, 0x1b, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, - 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x6c, 0x65, 0x73, 0x73, 0x41, 0x6c, 0x6c, 0x42, 0x0c, - 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x81, 0x02, 0x0a, - 0x12, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x43, - 0x61, 0x6c, 0x6c, 0x12, 0x4b, 0x0a, 0x0a, 0x61, 0x73, 0x73, 0x65, 0x74, 0x5f, 0x6b, 0x69, 0x6e, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, - 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, - 0x76, 0x31, 0x2e, 0x54, 0x72, 0x65, 0x61, 0x73, 0x75, 0x72, 0x79, 0x5f, 0x54, 0x75, 0x70, 0x6c, - 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x09, 0x61, 0x73, 0x73, 0x65, 0x74, 0x4b, 0x69, 0x6e, 0x64, - 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x53, 0x0a, 0x0b, 0x62, 0x65, 0x6e, 0x65, - 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, - 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, - 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x43, 0x6f, 0x72, 0x65, 0x43, - 0x72, 0x79, 0x70, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x33, 0x32, - 0x52, 0x0b, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x63, 0x69, 0x61, 0x72, 0x79, 0x12, 0x22, 0x0a, - 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x0d, 0x48, 0x00, 0x52, 0x09, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x46, 0x72, 0x6f, 0x6d, 0x88, 0x01, - 0x01, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x66, 0x72, 0x6f, 0x6d, - 0x22, 0xa9, 0x03, 0x0a, 0x0d, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x53, 0x70, 0x61, 0x77, 0x6e, - 0x65, 0x72, 0x12, 0x43, 0x0a, 0x0a, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, - 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, - 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x49, 0x64, 0x48, 0x00, 0x52, 0x09, 0x73, 0x70, - 0x61, 0x77, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, 0x4c, 0x0a, 0x0d, 0x73, 0x70, 0x61, 0x77, 0x6e, - 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, - 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x0c, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, - 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x46, 0x0a, 0x0b, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, - 0x5f, 0x72, 0x61, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x73, 0x66, 0x2e, - 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, - 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x52, 0x61, 0x77, 0x48, - 0x00, 0x52, 0x0a, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, 0x52, 0x61, 0x77, 0x12, 0x58, 0x0a, - 0x11, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, - 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, - 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, - 0x73, 0x33, 0x32, 0x48, 0x00, 0x52, 0x10, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x33, 0x32, 0x12, 0x58, 0x0a, 0x11, 0x73, 0x70, 0x61, 0x77, 0x6e, - 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x73, 0x66, 0x2e, 0x67, 0x65, 0x61, 0x72, 0x2e, 0x6d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, - 0x6f, 0x78, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, 0x30, 0x48, 0x00, 0x52, - 0x10, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x32, - 0x30, 0x42, 0x09, 0x0a, 0x07, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x65, 0x72, 0x42, 0x4b, 0x5a, 0x49, - 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x74, 0x72, 0x65, 0x61, - 0x6d, 0x69, 0x6e, 0x67, 0x66, 0x61, 0x73, 0x74, 0x2f, 0x66, 0x69, 0x72, 0x65, 0x68, 0x6f, 0x73, - 0x65, 0x2d, 0x67, 0x65, 0x61, 0x72, 0x2f, 0x70, 0x62, 0x2f, 0x73, 0x66, 0x2f, 0x67, 0x65, 0x61, - 0x72, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x2f, - 0x76, 0x31, 0x3b, 0x70, 0x62, 0x67, 0x65, 0x61, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x33, -} - -var ( - file_sf_gear_metadata_type_v1_output_proto_rawDescOnce sync.Once - file_sf_gear_metadata_type_v1_output_proto_rawDescData = file_sf_gear_metadata_type_v1_output_proto_rawDesc -) - -func file_sf_gear_metadata_type_v1_output_proto_rawDescGZIP() []byte { - file_sf_gear_metadata_type_v1_output_proto_rawDescOnce.Do(func() { - file_sf_gear_metadata_type_v1_output_proto_rawDescData = protoimpl.X.CompressGZIP(file_sf_gear_metadata_type_v1_output_proto_rawDescData) - }) - return file_sf_gear_metadata_type_v1_output_proto_rawDescData -} - -var file_sf_gear_metadata_type_v1_output_proto_msgTypes = make([]protoimpl.MessageInfo, 635) -var file_sf_gear_metadata_type_v1_output_proto_goTypes = []interface{}{ - (*GearVoucher_Call)(nil), // 0: sf.gear.metadata.type.v1.GearVoucher_Call - (*Referenda_Inline)(nil), // 1: sf.gear.metadata.type.v1.Referenda_Inline - (*GearProgramPallet)(nil), // 2: sf.gear.metadata.type.v1.GearProgramPallet - (*Referenda_After)(nil), // 3: sf.gear.metadata.type.v1.Referenda_After - (*Identity_Sub)(nil), // 4: sf.gear.metadata.type.v1.Identity_Sub - (*GearGasPallet)(nil), // 5: sf.gear.metadata.type.v1.GearGasPallet - (*Staking_Set)(nil), // 6: sf.gear.metadata.type.v1.Staking_Set - (*Referenda_Void)(nil), // 7: sf.gear.metadata.type.v1.Referenda_Void - (*Identity_ShaThree256)(nil), // 8: sf.gear.metadata.type.v1.Identity_ShaThree256 - (*NominationPools_GlobalMaxCommission)(nil), // 9: sf.gear.metadata.type.v1.NominationPools_GlobalMaxCommission - (*StakingRewards_ForceRefillCall)(nil), // 10: sf.gear.metadata.type.v1.StakingRewards_ForceRefillCall - (*GearVoucher_SendMessage)(nil), // 11: sf.gear.metadata.type.v1.GearVoucher_SendMessage - (*Staking_MinCommission)(nil), // 12: sf.gear.metadata.type.v1.Staking_MinCommission - (*Referenda_RefundSubmissionDepositCall)(nil), // 13: sf.gear.metadata.type.v1.Referenda_RefundSubmissionDepositCall - (*Babe_PreRuntime)(nil), // 14: sf.gear.metadata.type.v1.Babe_PreRuntime - (*Grandpa_ReportEquivocationCall)(nil), // 15: sf.gear.metadata.type.v1.Grandpa_ReportEquivocationCall - (*Value0)(nil), // 16: sf.gear.metadata.type.v1.Value0 - (*Identity_Unknown)(nil), // 17: sf.gear.metadata.type.v1.Identity_Unknown - (*Treasury_Beneficiary)(nil), // 18: sf.gear.metadata.type.v1.Treasury_Beneficiary - (*TreasuryPallet)(nil), // 19: sf.gear.metadata.type.v1.TreasuryPallet - (*Utility_BatchAllCall)(nil), // 20: sf.gear.metadata.type.v1.Utility_BatchAllCall - (*ConvictionVoting_DelegateCall)(nil), // 21: sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall - (*NominationPools_Id)(nil), // 22: sf.gear.metadata.type.v1.NominationPools_Id - (*System_SystemKeysList)(nil), // 23: sf.gear.metadata.type.v1.System_SystemKeysList - (*Balances_Address32)(nil), // 24: sf.gear.metadata.type.v1.Balances_Address32 - (*FellowshipCollective_TupleNull)(nil), // 25: sf.gear.metadata.type.v1.FellowshipCollective_TupleNull - (*FellowshipReferenda_Origins)(nil), // 26: sf.gear.metadata.type.v1.FellowshipReferenda_Origins - (*Identity_Data)(nil), // 27: sf.gear.metadata.type.v1.Identity_Data - (*Vesting_Address32)(nil), // 28: sf.gear.metadata.type.v1.Vesting_Address32 - (*ReferendumKiller)(nil), // 29: sf.gear.metadata.type.v1.ReferendumKiller - (*Utility_AsDerivativeCall)(nil), // 30: sf.gear.metadata.type.v1.Utility_AsDerivativeCall - (*Identity_Raw29)(nil), // 31: sf.gear.metadata.type.v1.Identity_Raw29 - (*Proxy_ForceProxyType)(nil), // 32: sf.gear.metadata.type.v1.Proxy_ForceProxyType - (*NominationPools_MaxMembersPerPool)(nil), // 33: sf.gear.metadata.type.v1.NominationPools_MaxMembersPerPool - (*Staking_ForceUnstakeCall)(nil), // 34: sf.gear.metadata.type.v1.Staking_ForceUnstakeCall - (*Treasury_Raw)(nil), // 35: sf.gear.metadata.type.v1.Treasury_Raw - (*Identity_Judgement)(nil), // 36: sf.gear.metadata.type.v1.Identity_Judgement - (*NominationPools_PalletNominationPoolsCommissionChangeRate)(nil), // 37: sf.gear.metadata.type.v1.NominationPools_PalletNominationPoolsCommissionChangeRate - (*ReferendaPallet)(nil), // 38: sf.gear.metadata.type.v1.ReferendaPallet - (*Identity_Raw0)(nil), // 39: sf.gear.metadata.type.v1.Identity_Raw0 - (*Referenda_OneFewerDecidingCall)(nil), // 40: sf.gear.metadata.type.v1.Referenda_OneFewerDecidingCall - (*FellowshipReferenda_SetMetadataCall)(nil), // 41: sf.gear.metadata.type.v1.FellowshipReferenda_SetMetadataCall - (*WhitelistedCaller)(nil), // 42: sf.gear.metadata.type.v1.WhitelistedCaller - (*Scheduler_ScheduleCall)(nil), // 43: sf.gear.metadata.type.v1.Scheduler_ScheduleCall - (*ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32)(nil), // 44: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32 - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32)(nil), // 45: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32 - (*Balances_ForceTransferCall)(nil), // 46: sf.gear.metadata.type.v1.Balances_ForceTransferCall - (*Staking_PayoutStakersCall)(nil), // 47: sf.gear.metadata.type.v1.Staking_PayoutStakersCall - (*WhitelistPallet)(nil), // 48: sf.gear.metadata.type.v1.WhitelistPallet - (*Staking_ScaleValidatorCountCall)(nil), // 49: sf.gear.metadata.type.v1.Staking_ScaleValidatorCountCall - (*SpConsensusGrandpaAppPublic)(nil), // 50: sf.gear.metadata.type.v1.SpConsensusGrandpaAppPublic - (*FellowshipCollective_PromoteMemberCall)(nil), // 51: sf.gear.metadata.type.v1.FellowshipCollective_PromoteMemberCall - (*Identity_Raw21)(nil), // 52: sf.gear.metadata.type.v1.Identity_Raw21 - (*Identity_Twitter)(nil), // 53: sf.gear.metadata.type.v1.Identity_Twitter - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32)(nil), // 54: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32 - (*NominationPools_Remove)(nil), // 55: sf.gear.metadata.type.v1.NominationPools_Remove - (*Staking_BondCall)(nil), // 56: sf.gear.metadata.type.v1.Staking_BondCall - (*Referenda_Legacy)(nil), // 57: sf.gear.metadata.type.v1.Referenda_Legacy - (*Proxy_IdentityJudgement)(nil), // 58: sf.gear.metadata.type.v1.Proxy_IdentityJudgement - (*VestingPallet)(nil), // 59: sf.gear.metadata.type.v1.VestingPallet - (*FellowshipCollective_DemoteMemberCall)(nil), // 60: sf.gear.metadata.type.v1.FellowshipCollective_DemoteMemberCall - (*ConvictionVoting_To)(nil), // 61: sf.gear.metadata.type.v1.ConvictionVoting_To - (*Scheduler_CancelNamedCall)(nil), // 62: sf.gear.metadata.type.v1.Scheduler_CancelNamedCall - (*Gear_UploadProgramCall)(nil), // 63: sf.gear.metadata.type.v1.Gear_UploadProgramCall - (*StakingRewards_RefillCall)(nil), // 64: sf.gear.metadata.type.v1.StakingRewards_RefillCall - (*BabePallet)(nil), // 65: sf.gear.metadata.type.v1.BabePallet - (*StakingAdmin)(nil), // 66: sf.gear.metadata.type.v1.StakingAdmin - (*Identity_None)(nil), // 67: sf.gear.metadata.type.v1.Identity_None - (*Identity_Raw18)(nil), // 68: sf.gear.metadata.type.v1.Identity_Raw18 - (*Bounties_Index)(nil), // 69: sf.gear.metadata.type.v1.Bounties_Index - (*Babe_PrimaryAndSecondaryVrfSlots)(nil), // 70: sf.gear.metadata.type.v1.Babe_PrimaryAndSecondaryVrfSlots - (*Treasury_Id)(nil), // 71: sf.gear.metadata.type.v1.Treasury_Id - (*Identity_Sha256)(nil), // 72: sf.gear.metadata.type.v1.Identity_Sha256 - (*Proxy_CancelProxy)(nil), // 73: sf.gear.metadata.type.v1.Proxy_CancelProxy - (*FellowshipInitiates)(nil), // 74: sf.gear.metadata.type.v1.FellowshipInitiates - (*Preimage_UnnotePreimageCall)(nil), // 75: sf.gear.metadata.type.v1.Preimage_UnnotePreimageCall - (*ConvictionVoting_Locked3X)(nil), // 76: sf.gear.metadata.type.v1.ConvictionVoting_Locked3X - (*FellowshipReferenda_EnactmentMoment)(nil), // 77: sf.gear.metadata.type.v1.FellowshipReferenda_EnactmentMoment - (*Proxy_AnnounceCall)(nil), // 78: sf.gear.metadata.type.v1.Proxy_AnnounceCall - (*ChildBountiesPallet)(nil), // 79: sf.gear.metadata.type.v1.ChildBountiesPallet - (*Staking_Address32)(nil), // 80: sf.gear.metadata.type.v1.Staking_Address32 - (*ConvictionVoting_None)(nil), // 81: sf.gear.metadata.type.v1.ConvictionVoting_None - (*SchedulerPallet)(nil), // 82: sf.gear.metadata.type.v1.SchedulerPallet - (*Identity_Id)(nil), // 83: sf.gear.metadata.type.v1.Identity_Id - (*Identity_SetFieldsCall)(nil), // 84: sf.gear.metadata.type.v1.Identity_SetFieldsCall - (*IdentityPallet)(nil), // 85: sf.gear.metadata.type.v1.IdentityPallet - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32)(nil), // 86: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32 - (*Babe_SpConsensusBabeAppPublic)(nil), // 87: sf.gear.metadata.type.v1.Babe_SpConsensusBabeAppPublic - (*FellowshipReferenda_Legacy)(nil), // 88: sf.gear.metadata.type.v1.FellowshipReferenda_Legacy - (*BagsList_RebagCall)(nil), // 89: sf.gear.metadata.type.v1.BagsList_RebagCall - (*Referenda_Proposal)(nil), // 90: sf.gear.metadata.type.v1.Referenda_Proposal - (*Referenda_PlaceDecisionDepositCall)(nil), // 91: sf.gear.metadata.type.v1.Referenda_PlaceDecisionDepositCall - (*Babe_BabeTrieNodesList)(nil), // 92: sf.gear.metadata.type.v1.Babe_BabeTrieNodesList - (*Babe_ReportEquivocationUnsignedCall)(nil), // 93: sf.gear.metadata.type.v1.Babe_ReportEquivocationUnsignedCall - (*NominationPools_BondExtraCall)(nil), // 94: sf.gear.metadata.type.v1.NominationPools_BondExtraCall - (*NominationPools_Index)(nil), // 95: sf.gear.metadata.type.v1.NominationPools_Index - (*FellowshipReferenda_Inline)(nil), // 96: sf.gear.metadata.type.v1.FellowshipReferenda_Inline - (*ElectionProviderMultiPhase_SetEmergencyElectionResultCall)(nil), // 97: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_SetEmergencyElectionResultCall - (*Scheduler_TupleUint32Uint32)(nil), // 98: sf.gear.metadata.type.v1.Scheduler_TupleUint32Uint32 - (*Identity_CancelRequestCall)(nil), // 99: sf.gear.metadata.type.v1.Identity_CancelRequestCall - (*SpCoreSr25519Signature)(nil), // 100: sf.gear.metadata.type.v1.SpCoreSr25519Signature - (*FellowshipCollectivePallet)(nil), // 101: sf.gear.metadata.type.v1.FellowshipCollectivePallet - (*Staking_MaxNominatorCount)(nil), // 102: sf.gear.metadata.type.v1.Staking_MaxNominatorCount - (*Identity_Raw26)(nil), // 103: sf.gear.metadata.type.v1.Identity_Raw26 - (*GprimitivesCodeId)(nil), // 104: sf.gear.metadata.type.v1.GprimitivesCodeId - (*Vesting_Index)(nil), // 105: sf.gear.metadata.type.v1.Vesting_Index - (*Staking_ReapStashCall)(nil), // 106: sf.gear.metadata.type.v1.Staking_ReapStashCall - (*Root)(nil), // 107: sf.gear.metadata.type.v1.Root - (*Fellowship1Dan)(nil), // 108: sf.gear.metadata.type.v1.Fellowship1Dan - (*GearPaymentPallet)(nil), // 109: sf.gear.metadata.type.v1.GearPaymentPallet - (*ConvictionVoting_Locked6X)(nil), // 110: sf.gear.metadata.type.v1.ConvictionVoting_Locked6X - (*NominationPools_Address20)(nil), // 111: sf.gear.metadata.type.v1.NominationPools_Address20 - (*GearVoucher_PalletGearVoucherInternalVoucherId)(nil), // 112: sf.gear.metadata.type.v1.GearVoucher_PalletGearVoucherInternalVoucherId - (*GearVoucher_CallCall)(nil), // 113: sf.gear.metadata.type.v1.GearVoucher_CallCall - (*Balances_TupleNull)(nil), // 114: sf.gear.metadata.type.v1.Balances_TupleNull - (*Balances_TransferAllowDeathCall)(nil), // 115: sf.gear.metadata.type.v1.Balances_TransferAllowDeathCall - (*Staking_SetControllerCall)(nil), // 116: sf.gear.metadata.type.v1.Staking_SetControllerCall - (*SpArithmeticPerThingsPercent)(nil), // 117: sf.gear.metadata.type.v1.SpArithmeticPerThingsPercent - (*ChildBounties_ClaimChildBountyCall)(nil), // 118: sf.gear.metadata.type.v1.ChildBounties_ClaimChildBountyCall - (*Grandpa_FinalityGrandpaPrevote)(nil), // 119: sf.gear.metadata.type.v1.Grandpa_FinalityGrandpaPrevote - (*Staking_PalletStakingValidatorPrefs)(nil), // 120: sf.gear.metadata.type.v1.Staking_PalletStakingValidatorPrefs - (*BigTipper)(nil), // 121: sf.gear.metadata.type.v1.BigTipper - (*BoundedCollectionsBoundedVecBoundedVec)(nil), // 122: sf.gear.metadata.type.v1.BoundedCollectionsBoundedVecBoundedVec - (*Proxy_ProxyAnnouncedCall)(nil), // 123: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall - (*Multisig_AsMultiThreshold1Call)(nil), // 124: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call - (*GearMessengerPallet)(nil), // 125: sf.gear.metadata.type.v1.GearMessengerPallet - (*StakingRewardsPallet)(nil), // 126: sf.gear.metadata.type.v1.StakingRewardsPallet - (*SpCoreEd25519Public)(nil), // 127: sf.gear.metadata.type.v1.SpCoreEd25519Public - (*SpConsensusBabeAppPublic)(nil), // 128: sf.gear.metadata.type.v1.SpConsensusBabeAppPublic - (*NominationPools_FreeBalance)(nil), // 129: sf.gear.metadata.type.v1.NominationPools_FreeBalance - (*StakingRewards_From)(nil), // 130: sf.gear.metadata.type.v1.StakingRewards_From - (*FellowshipReferenda_RefundSubmissionDepositCall)(nil), // 131: sf.gear.metadata.type.v1.FellowshipReferenda_RefundSubmissionDepositCall - (*Proxy_Governance)(nil), // 132: sf.gear.metadata.type.v1.Proxy_Governance - (*FellowshipCollective_Id)(nil), // 133: sf.gear.metadata.type.v1.FellowshipCollective_Id - (*StakingRewards_Index)(nil), // 134: sf.gear.metadata.type.v1.StakingRewards_Index - (*Fellowship7Dan)(nil), // 135: sf.gear.metadata.type.v1.Fellowship7Dan - (*ConvictionVoting_Id)(nil), // 136: sf.gear.metadata.type.v1.ConvictionVoting_Id - (*Identity_Raw8)(nil), // 137: sf.gear.metadata.type.v1.Identity_Raw8 - (*Identity_SetFeeCall)(nil), // 138: sf.gear.metadata.type.v1.Identity_SetFeeCall - (*Babe_PrimaryAndSecondaryPlainSlots)(nil), // 139: sf.gear.metadata.type.v1.Babe_PrimaryAndSecondaryPlainSlots - (*Staking_SetInvulnerablesCall)(nil), // 140: sf.gear.metadata.type.v1.Staking_SetInvulnerablesCall - (*SpWeightsWeightV2Weight)(nil), // 141: sf.gear.metadata.type.v1.SpWeightsWeightV2Weight - (*Whitelist_WhitelistCallCall)(nil), // 142: sf.gear.metadata.type.v1.Whitelist_WhitelistCallCall - (*Identity_Raw28)(nil), // 143: sf.gear.metadata.type.v1.Identity_Raw28 - (*Proxy_Staking)(nil), // 144: sf.gear.metadata.type.v1.Proxy_Staking - (*ChildBounties_ProposeCuratorCall)(nil), // 145: sf.gear.metadata.type.v1.ChildBounties_ProposeCuratorCall - (*PrimitiveTypesH256)(nil), // 146: sf.gear.metadata.type.v1.PrimitiveTypesH256 - (*Staking_CancelDeferredSlashCall)(nil), // 147: sf.gear.metadata.type.v1.Staking_CancelDeferredSlashCall - (*Referenda_SetMetadataCall)(nil), // 148: sf.gear.metadata.type.v1.Referenda_SetMetadataCall - (*ElectionProviderMultiPhase_GovernanceFallbackCall)(nil), // 149: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_GovernanceFallbackCall - (*NominationPools_NewBouncer)(nil), // 150: sf.gear.metadata.type.v1.NominationPools_NewBouncer - (*NominationPools_ClaimCommissionCall)(nil), // 151: sf.gear.metadata.type.v1.NominationPools_ClaimCommissionCall - (*Staking_Remove)(nil), // 152: sf.gear.metadata.type.v1.Staking_Remove - (*Staking_SetMinCommissionCall)(nil), // 153: sf.gear.metadata.type.v1.Staking_SetMinCommissionCall - (*Identity_Legal)(nil), // 154: sf.gear.metadata.type.v1.Identity_Legal - (*TupleNull)(nil), // 155: sf.gear.metadata.type.v1.TupleNull - (*FellowshipReferenda_PlaceDecisionDepositCall)(nil), // 156: sf.gear.metadata.type.v1.FellowshipReferenda_PlaceDecisionDepositCall - (*Identity_Value1)(nil), // 157: sf.gear.metadata.type.v1.Identity_Value1 - (*Identity_FeePaid)(nil), // 158: sf.gear.metadata.type.v1.Identity_FeePaid - (*Proxy_KillPureCall)(nil), // 159: sf.gear.metadata.type.v1.Proxy_KillPureCall - (*ChildBounties_Address32)(nil), // 160: sf.gear.metadata.type.v1.ChildBounties_Address32 - (*NominationPools_ChillCall)(nil), // 161: sf.gear.metadata.type.v1.NominationPools_ChillCall - (*TransactionPaymentPallet)(nil), // 162: sf.gear.metadata.type.v1.TransactionPaymentPallet - (*Identity_Raw20)(nil), // 163: sf.gear.metadata.type.v1.Identity_Raw20 - (*Gear_UploadCodeCall)(nil), // 164: sf.gear.metadata.type.v1.Gear_UploadCodeCall - (*GearBuiltinPallet)(nil), // 165: sf.gear.metadata.type.v1.GearBuiltinPallet - (*SessionPallet)(nil), // 166: sf.gear.metadata.type.v1.SessionPallet - (*FellowshipMasters)(nil), // 167: sf.gear.metadata.type.v1.FellowshipMasters - (*Utility_System)(nil), // 168: sf.gear.metadata.type.v1.Utility_System - (*FellowshipExperts)(nil), // 169: sf.gear.metadata.type.v1.FellowshipExperts - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData)(nil), // 170: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData - (*Identity_Reasonable)(nil), // 171: sf.gear.metadata.type.v1.Identity_Reasonable - (*Proxy_ProxyType)(nil), // 172: sf.gear.metadata.type.v1.Proxy_ProxyType - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32)(nil), // 173: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32 - (*System_TupleSystemItemsListSystemItemsList)(nil), // 174: sf.gear.metadata.type.v1.System_TupleSystemItemsListSystemItemsList - (*Balances_Dest)(nil), // 175: sf.gear.metadata.type.v1.Balances_Dest - (*Staking_MinValidatorBond)(nil), // 176: sf.gear.metadata.type.v1.Staking_MinValidatorBond - (*FellowshipReferenda_ProposalOrigin)(nil), // 177: sf.gear.metadata.type.v1.FellowshipReferenda_ProposalOrigin - (*ConvictionVoting_Index)(nil), // 178: sf.gear.metadata.type.v1.ConvictionVoting_Index - (*FellowshipReferenda_System)(nil), // 179: sf.gear.metadata.type.v1.FellowshipReferenda_System - (*ElectionProviderMultiPhase_SubmitUnsignedCall)(nil), // 180: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_SubmitUnsignedCall - (*System_KillStorageCall)(nil), // 181: sf.gear.metadata.type.v1.System_KillStorageCall - (*System_RemarkWithEventCall)(nil), // 182: sf.gear.metadata.type.v1.System_RemarkWithEventCall - (*Staking_Noop)(nil), // 183: sf.gear.metadata.type.v1.Staking_Noop - (*Utility_DispatchAsCall)(nil), // 184: sf.gear.metadata.type.v1.Utility_DispatchAsCall - (*ConvictionVoting_Raw)(nil), // 185: sf.gear.metadata.type.v1.ConvictionVoting_Raw - (*ConvictionVoting_Address20)(nil), // 186: sf.gear.metadata.type.v1.ConvictionVoting_Address20 - (*Identity_Web)(nil), // 187: sf.gear.metadata.type.v1.Identity_Web - (*Proxy_Real)(nil), // 188: sf.gear.metadata.type.v1.Proxy_Real - (*Balances_Raw)(nil), // 189: sf.gear.metadata.type.v1.Balances_Raw - (*Vesting_VestCall)(nil), // 190: sf.gear.metadata.type.v1.Vesting_VestCall - (*GprimitivesMessageId)(nil), // 191: sf.gear.metadata.type.v1.GprimitivesMessageId - (*Bounties_TupleNull)(nil), // 192: sf.gear.metadata.type.v1.Bounties_TupleNull - (*NominationPools_Rewards)(nil), // 193: sf.gear.metadata.type.v1.NominationPools_Rewards - (*Identity_Raw1)(nil), // 194: sf.gear.metadata.type.v1.Identity_Raw1 - (*Referenda_System)(nil), // 195: sf.gear.metadata.type.v1.Referenda_System - (*FellowshipReferenda_CancelCall)(nil), // 196: sf.gear.metadata.type.v1.FellowshipReferenda_CancelCall - (*Fellowship9Dan)(nil), // 197: sf.gear.metadata.type.v1.Fellowship9Dan - (*ConvictionVoting_RemoveVoteCall)(nil), // 198: sf.gear.metadata.type.v1.ConvictionVoting_RemoveVoteCall - (*FellowshipReferenda_At)(nil), // 199: sf.gear.metadata.type.v1.FellowshipReferenda_At - (*Identity_Value0)(nil), // 200: sf.gear.metadata.type.v1.Identity_Value0 - (*NominationPools_Raw)(nil), // 201: sf.gear.metadata.type.v1.NominationPools_Raw - (*System_SetCodeCall)(nil), // 202: sf.gear.metadata.type.v1.System_SetCodeCall - (*Staking_TupleNull)(nil), // 203: sf.gear.metadata.type.v1.Staking_TupleNull - (*BagsList_Dislocated)(nil), // 204: sf.gear.metadata.type.v1.BagsList_Dislocated - (*Treasury_ProposeSpendCall)(nil), // 205: sf.gear.metadata.type.v1.Treasury_ProposeSpendCall - (*ConvictionVoting_Split)(nil), // 206: sf.gear.metadata.type.v1.ConvictionVoting_Split - (*ProxyPallet)(nil), // 207: sf.gear.metadata.type.v1.ProxyPallet - (*MultisigPallet)(nil), // 208: sf.gear.metadata.type.v1.MultisigPallet - (*ChildBounties_AcceptCuratorCall)(nil), // 209: sf.gear.metadata.type.v1.ChildBounties_AcceptCuratorCall - (*Grandpa_SpConsensusGrandpaEquivocationProof)(nil), // 210: sf.gear.metadata.type.v1.Grandpa_SpConsensusGrandpaEquivocationProof - (*Vesting_Raw)(nil), // 211: sf.gear.metadata.type.v1.Vesting_Raw - (*Proxy_RemoveAnnouncementCall)(nil), // 212: sf.gear.metadata.type.v1.Proxy_RemoveAnnouncementCall - (*NominationPools_Set)(nil), // 213: sf.gear.metadata.type.v1.NominationPools_Set - (*NominationPools_SetCommissionChangeRateCall)(nil), // 214: sf.gear.metadata.type.v1.NominationPools_SetCommissionChangeRateCall - (*Grandpa_Precommit)(nil), // 215: sf.gear.metadata.type.v1.Grandpa_Precommit - (*ImOnline_PalletImOnlineHeartbeat)(nil), // 216: sf.gear.metadata.type.v1.ImOnline_PalletImOnlineHeartbeat - (*Identity_Raw19)(nil), // 217: sf.gear.metadata.type.v1.Identity_Raw19 - (*Bounties_Raw)(nil), // 218: sf.gear.metadata.type.v1.Bounties_Raw - (*Gear_SendReplyCall)(nil), // 219: sf.gear.metadata.type.v1.Gear_SendReplyCall - (*GearVoucher_IssueCall)(nil), // 220: sf.gear.metadata.type.v1.GearVoucher_IssueCall - (*Treasury_ApproveProposalCall)(nil), // 221: sf.gear.metadata.type.v1.Treasury_ApproveProposalCall - (*ConvictionVoting_RemoveOtherVoteCall)(nil), // 222: sf.gear.metadata.type.v1.ConvictionVoting_RemoveOtherVoteCall - (*OriginsPallet)(nil), // 223: sf.gear.metadata.type.v1.OriginsPallet - (*NominationPools_Member)(nil), // 224: sf.gear.metadata.type.v1.NominationPools_Member - (*BigSpender)(nil), // 225: sf.gear.metadata.type.v1.BigSpender - (*FellowshipCollective_AddMemberCall)(nil), // 226: sf.gear.metadata.type.v1.FellowshipCollective_AddMemberCall - (*ConvictionVoting_Conviction)(nil), // 227: sf.gear.metadata.type.v1.ConvictionVoting_Conviction - (*GearVoucher_CallDeprecatedCall)(nil), // 228: sf.gear.metadata.type.v1.GearVoucher_CallDeprecatedCall - (*Identity_Raw)(nil), // 229: sf.gear.metadata.type.v1.Identity_Raw - (*SpCoreCryptoAccountId32)(nil), // 230: sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - (*ConvictionVoting_TupleNull)(nil), // 231: sf.gear.metadata.type.v1.ConvictionVoting_TupleNull - (*SpArithmeticPerThingsPerU16)(nil), // 232: sf.gear.metadata.type.v1.SpArithmeticPerThingsPerU16 - (*Bounties_UnassignCuratorCall)(nil), // 233: sf.gear.metadata.type.v1.Bounties_UnassignCuratorCall - (*NominationPools_Open)(nil), // 234: sf.gear.metadata.type.v1.NominationPools_Open - (*FellowshipCollective_Address32)(nil), // 235: sf.gear.metadata.type.v1.FellowshipCollective_Address32 - (*Proxy_Address32)(nil), // 236: sf.gear.metadata.type.v1.Proxy_Address32 - (*ConvictionVoting_Locked2X)(nil), // 237: sf.gear.metadata.type.v1.ConvictionVoting_Locked2X - (*System_SetHeapPagesCall)(nil), // 238: sf.gear.metadata.type.v1.System_SetHeapPagesCall - (*Fellowship4Dan)(nil), // 239: sf.gear.metadata.type.v1.Fellowship4Dan - (*Staking_BondExtraCall)(nil), // 240: sf.gear.metadata.type.v1.Staking_BondExtraCall - (*Treasury_PayoutCall)(nil), // 241: sf.gear.metadata.type.v1.Treasury_PayoutCall - (*FellowshipCollective_RemoveMemberCall)(nil), // 242: sf.gear.metadata.type.v1.FellowshipCollective_RemoveMemberCall - (*Babe_V1)(nil), // 243: sf.gear.metadata.type.v1.Babe_V1 - (*Balances_Id)(nil), // 244: sf.gear.metadata.type.v1.Balances_Id - (*Vesting_VestedTransferCall)(nil), // 245: sf.gear.metadata.type.v1.Vesting_VestedTransferCall - (*Staking_Address20)(nil), // 246: sf.gear.metadata.type.v1.Staking_Address20 - (*Staking_KickCall)(nil), // 247: sf.gear.metadata.type.v1.Staking_KickCall - (*ConvictionVoting_Address32)(nil), // 248: sf.gear.metadata.type.v1.ConvictionVoting_Address32 - (*ConvictionVoting_Locked4X)(nil), // 249: sf.gear.metadata.type.v1.ConvictionVoting_Locked4X - (*ConvictionVotingPallet)(nil), // 250: sf.gear.metadata.type.v1.ConvictionVotingPallet - (*Babe_Seal)(nil), // 251: sf.gear.metadata.type.v1.Babe_Seal - (*Grandpa_ReportEquivocationUnsignedCall)(nil), // 252: sf.gear.metadata.type.v1.Grandpa_ReportEquivocationUnsignedCall - (*Proxy_Address20)(nil), // 253: sf.gear.metadata.type.v1.Proxy_Address20 - (*FellowshipReferenda_Void)(nil), // 254: sf.gear.metadata.type.v1.FellowshipReferenda_Void - (*Identity_OutOfDate)(nil), // 255: sf.gear.metadata.type.v1.Identity_OutOfDate - (*ReferendumCanceller)(nil), // 256: sf.gear.metadata.type.v1.ReferendumCanceller - (*Identity_PalletIdentitySimpleIdentityInfo)(nil), // 257: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo - (*Bounties_ClaimBountyCall)(nil), // 258: sf.gear.metadata.type.v1.Bounties_ClaimBountyCall - (*NominationPools_Noop)(nil), // 259: sf.gear.metadata.type.v1.NominationPools_Noop - (*GearVoucher_UploadCode)(nil), // 260: sf.gear.metadata.type.v1.GearVoucher_UploadCode - (*Babe_TupleUint64Uint64)(nil), // 261: sf.gear.metadata.type.v1.Babe_TupleUint64Uint64 - (*Staking_ChillCall)(nil), // 262: sf.gear.metadata.type.v1.Staking_ChillCall - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32)(nil), // 263: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32 - (*Whitelist_DispatchWhitelistedCallWithPreimageCall)(nil), // 264: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall - (*Identity_Riot)(nil), // 265: sf.gear.metadata.type.v1.Identity_Riot - (*BagsList_Heavier)(nil), // 266: sf.gear.metadata.type.v1.BagsList_Heavier - (*Bounties_ProposeCuratorCall)(nil), // 267: sf.gear.metadata.type.v1.Bounties_ProposeCuratorCall - (*Identity_Raw32)(nil), // 268: sf.gear.metadata.type.v1.Identity_Raw32 - (*GearVoucher_RevokeCall)(nil), // 269: sf.gear.metadata.type.v1.GearVoucher_RevokeCall - (*System_KillPrefixCall)(nil), // 270: sf.gear.metadata.type.v1.System_KillPrefixCall - (*GeneralAdmin)(nil), // 271: sf.gear.metadata.type.v1.GeneralAdmin - (*Referenda_RefundDecisionDepositCall)(nil), // 272: sf.gear.metadata.type.v1.Referenda_RefundDecisionDepositCall - (*Proxy_Index)(nil), // 273: sf.gear.metadata.type.v1.Proxy_Index - (*NominationPools_State)(nil), // 274: sf.gear.metadata.type.v1.NominationPools_State - (*StakingRewards_Address20)(nil), // 275: sf.gear.metadata.type.v1.StakingRewards_Address20 - (*GearVoucher_UpdateCall)(nil), // 276: sf.gear.metadata.type.v1.GearVoucher_UpdateCall - (*Fellows)(nil), // 277: sf.gear.metadata.type.v1.Fellows - (*ConvictionVoting_Vote)(nil), // 278: sf.gear.metadata.type.v1.ConvictionVoting_Vote - (*GearVoucher_DeclineCall)(nil), // 279: sf.gear.metadata.type.v1.GearVoucher_DeclineCall - (*Identity_RemoveSubCall)(nil), // 280: sf.gear.metadata.type.v1.Identity_RemoveSubCall - (*Bounties_ProposeBountyCall)(nil), // 281: sf.gear.metadata.type.v1.Bounties_ProposeBountyCall - (*Identity_RequestJudgementCall)(nil), // 282: sf.gear.metadata.type.v1.Identity_RequestJudgementCall - (*FellowshipCollective_Who)(nil), // 283: sf.gear.metadata.type.v1.FellowshipCollective_Who - (*Identity_Raw10)(nil), // 284: sf.gear.metadata.type.v1.Identity_Raw10 - (*StakingRewards_TupleNull)(nil), // 285: sf.gear.metadata.type.v1.StakingRewards_TupleNull - (*Vesting_TupleNull)(nil), // 286: sf.gear.metadata.type.v1.Vesting_TupleNull - (*Identity_Raw27)(nil), // 287: sf.gear.metadata.type.v1.Identity_Raw27 - (*BagsList_PutInFrontOfOtherCall)(nil), // 288: sf.gear.metadata.type.v1.BagsList_PutInFrontOfOtherCall - (*Staking_None)(nil), // 289: sf.gear.metadata.type.v1.Staking_None - (*Staking_ChillOtherCall)(nil), // 290: sf.gear.metadata.type.v1.Staking_ChillOtherCall - (*ChildBounties_Raw)(nil), // 291: sf.gear.metadata.type.v1.ChildBounties_Raw - (*Grandpa_GrandpaTrieNodesList)(nil), // 292: sf.gear.metadata.type.v1.Grandpa_GrandpaTrieNodesList - (*Balances_UpgradeAccountsCall)(nil), // 293: sf.gear.metadata.type.v1.Balances_UpgradeAccountsCall - (*Identity_Raw4)(nil), // 294: sf.gear.metadata.type.v1.Identity_Raw4 - (*Identity_Email)(nil), // 295: sf.gear.metadata.type.v1.Identity_Email - (*Proxy_RemoveProxyCall)(nil), // 296: sf.gear.metadata.type.v1.Proxy_RemoveProxyCall - (*NominationPoolsPallet)(nil), // 297: sf.gear.metadata.type.v1.NominationPoolsPallet - (*Staking_ForceApplyMinCommissionCall)(nil), // 298: sf.gear.metadata.type.v1.Staking_ForceApplyMinCommissionCall - (*Utility_AsOrigin)(nil), // 299: sf.gear.metadata.type.v1.Utility_AsOrigin - (*Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature)(nil), // 300: sf.gear.metadata.type.v1.Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature - (*FellowshipCollective_Address20)(nil), // 301: sf.gear.metadata.type.v1.FellowshipCollective_Address20 - (*ConvictionVoting_Standard)(nil), // 302: sf.gear.metadata.type.v1.ConvictionVoting_Standard - (*Staking_Payee)(nil), // 303: sf.gear.metadata.type.v1.Staking_Payee - (*Staking_ValidateCall)(nil), // 304: sf.gear.metadata.type.v1.Staking_ValidateCall - (*Staking_SetStakingConfigsCall)(nil), // 305: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall - (*FellowshipReferenda_SubmitCall)(nil), // 306: sf.gear.metadata.type.v1.FellowshipReferenda_SubmitCall - (*Identity_Raw7)(nil), // 307: sf.gear.metadata.type.v1.Identity_Raw7 - (*Identity_Keccak256)(nil), // 308: sf.gear.metadata.type.v1.Identity_Keccak256 - (*Proxy_Id)(nil), // 309: sf.gear.metadata.type.v1.Proxy_Id - (*NominationPools_Extra)(nil), // 310: sf.gear.metadata.type.v1.NominationPools_Extra - (*SpRuntimeGenericHeaderHeader)(nil), // 311: sf.gear.metadata.type.v1.SpRuntimeGenericHeaderHeader - (*Staking_Controller)(nil), // 312: sf.gear.metadata.type.v1.Staking_Controller - (*Referenda_ProposalOrigin)(nil), // 313: sf.gear.metadata.type.v1.Referenda_ProposalOrigin - (*Proxy_Raw)(nil), // 314: sf.gear.metadata.type.v1.Proxy_Raw - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32)(nil), // 315: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32 - (*System_RemarkCall)(nil), // 316: sf.gear.metadata.type.v1.System_RemarkCall - (*Babe_Other)(nil), // 317: sf.gear.metadata.type.v1.Babe_Other - (*Staking_MaxValidatorCount)(nil), // 318: sf.gear.metadata.type.v1.Staking_MaxValidatorCount - (*ConvictionVoting_VoteCall)(nil), // 319: sf.gear.metadata.type.v1.ConvictionVoting_VoteCall - (*ConvictionVoting_UndelegateCall)(nil), // 320: sf.gear.metadata.type.v1.ConvictionVoting_UndelegateCall - (*Identity_Display)(nil), // 321: sf.gear.metadata.type.v1.Identity_Display - (*NominationPools_Permission)(nil), // 322: sf.gear.metadata.type.v1.NominationPools_Permission - (*Babe_Config)(nil), // 323: sf.gear.metadata.type.v1.Babe_Config - (*Staking_ForceNewEraCall)(nil), // 324: sf.gear.metadata.type.v1.Staking_ForceNewEraCall - (*Referenda_SubmitCall)(nil), // 325: sf.gear.metadata.type.v1.Referenda_SubmitCall - (*ChildBounties_Id)(nil), // 326: sf.gear.metadata.type.v1.ChildBounties_Id - (*NominationPools_BondExtraOtherCall)(nil), // 327: sf.gear.metadata.type.v1.NominationPools_BondExtraOtherCall - (*NominationPools_PermissionlessAll)(nil), // 328: sf.gear.metadata.type.v1.NominationPools_PermissionlessAll - (*Gear_CreateProgramCall)(nil), // 329: sf.gear.metadata.type.v1.Gear_CreateProgramCall - (*GearVoucher_DeclineVoucher)(nil), // 330: sf.gear.metadata.type.v1.GearVoucher_DeclineVoucher - (*Grandpa_NoteStalledCall)(nil), // 331: sf.gear.metadata.type.v1.Grandpa_NoteStalledCall - (*SpRuntimeMultiaddressMultiAddress)(nil), // 332: sf.gear.metadata.type.v1.SpRuntimeMultiaddressMultiAddress - (*ChildBounties_Beneficiary)(nil), // 333: sf.gear.metadata.type.v1.ChildBounties_Beneficiary - (*ChildBounties_CloseChildBountyCall)(nil), // 334: sf.gear.metadata.type.v1.ChildBounties_CloseChildBountyCall - (*Gear_ClaimValueCall)(nil), // 335: sf.gear.metadata.type.v1.Gear_ClaimValueCall - (*Grandpa_SpConsensusGrandpaAppSignature)(nil), // 336: sf.gear.metadata.type.v1.Grandpa_SpConsensusGrandpaAppSignature - (*Identity_Raw31)(nil), // 337: sf.gear.metadata.type.v1.Identity_Raw31 - (*Session_PurgeKeysCall)(nil), // 338: sf.gear.metadata.type.v1.Session_PurgeKeysCall - (*Utility_WithWeightCall)(nil), // 339: sf.gear.metadata.type.v1.Utility_WithWeightCall - (*ImOnline_PalletImOnlineSr25519AppSr25519Signature)(nil), // 340: sf.gear.metadata.type.v1.ImOnline_PalletImOnlineSr25519AppSr25519Signature - (*Staking_MinNominatorBond)(nil), // 341: sf.gear.metadata.type.v1.Staking_MinNominatorBond - (*FellowshipReferenda_OneFewerDecidingCall)(nil), // 342: sf.gear.metadata.type.v1.FellowshipReferenda_OneFewerDecidingCall - (*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16)(nil), // 343: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - (*NominationPools_CreateWithPoolIdCall)(nil), // 344: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall - (*SpConsensusSlotsSlot)(nil), // 345: sf.gear.metadata.type.v1.SpConsensusSlotsSlot - (*VaraRuntimeRuntimeCall)(nil), // 346: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32)(nil), // 347: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32 - (*GearPallet)(nil), // 348: sf.gear.metadata.type.v1.GearPallet - (*Grandpa_Prevote)(nil), // 349: sf.gear.metadata.type.v1.Grandpa_Prevote - (*SmallTipper)(nil), // 350: sf.gear.metadata.type.v1.SmallTipper - (*Referenda_KillCall)(nil), // 351: sf.gear.metadata.type.v1.Referenda_KillCall - (*Identity_PalletIdentityTypesBitFlags)(nil), // 352: sf.gear.metadata.type.v1.Identity_PalletIdentityTypesBitFlags - (*Multisig_AsMultiCall)(nil), // 353: sf.gear.metadata.type.v1.Multisig_AsMultiCall - (*Multisig_CancelAsMultiCall)(nil), // 354: sf.gear.metadata.type.v1.Multisig_CancelAsMultiCall - (*NominationPools_MemberAccount)(nil), // 355: sf.gear.metadata.type.v1.NominationPools_MemberAccount - (*Staking_NominateCall)(nil), // 356: sf.gear.metadata.type.v1.Staking_NominateCall - (*Fellowship5Dan)(nil), // 357: sf.gear.metadata.type.v1.Fellowship5Dan - (*ConvictionVoting_Target)(nil), // 358: sf.gear.metadata.type.v1.ConvictionVoting_Target - (*NominationPools_Blocked)(nil), // 359: sf.gear.metadata.type.v1.NominationPools_Blocked - (*NominationPools_PermissionlessWithdraw)(nil), // 360: sf.gear.metadata.type.v1.NominationPools_PermissionlessWithdraw - (*Gear_SendMessageCall)(nil), // 361: sf.gear.metadata.type.v1.Gear_SendMessageCall - (*BTreeSet)(nil), // 362: sf.gear.metadata.type.v1.BTreeSet - (*SpRuntimeGenericDigestDigest)(nil), // 363: sf.gear.metadata.type.v1.SpRuntimeGenericDigestDigest - (*SmallSpender)(nil), // 364: sf.gear.metadata.type.v1.SmallSpender - (*Identity_Account)(nil), // 365: sf.gear.metadata.type.v1.Identity_Account - (*Identity_Image)(nil), // 366: sf.gear.metadata.type.v1.Identity_Image - (*GearSchedulerPallet)(nil), // 367: sf.gear.metadata.type.v1.GearSchedulerPallet - (*Staking_Account)(nil), // 368: sf.gear.metadata.type.v1.Staking_Account - (*Staking_ChillThreshold)(nil), // 369: sf.gear.metadata.type.v1.Staking_ChillThreshold - (*MediumSpender)(nil), // 370: sf.gear.metadata.type.v1.MediumSpender - (*Fellowship3Dan)(nil), // 371: sf.gear.metadata.type.v1.Fellowship3Dan - (*ChildBounties_TupleNull)(nil), // 372: sf.gear.metadata.type.v1.ChildBounties_TupleNull - (*Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature)(nil), // 373: sf.gear.metadata.type.v1.Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature - (*Vesting_ForceVestedTransferCall)(nil), // 374: sf.gear.metadata.type.v1.Vesting_ForceVestedTransferCall - (*Identity_TupleNull)(nil), // 375: sf.gear.metadata.type.v1.Identity_TupleNull - (*Identity_Raw14)(nil), // 376: sf.gear.metadata.type.v1.Identity_Raw14 - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32)(nil), // 377: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32 - (*ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize)(nil), // 378: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize - (*GearVoucherPallet)(nil), // 379: sf.gear.metadata.type.v1.GearVoucherPallet - (*Staking_Raw)(nil), // 380: sf.gear.metadata.type.v1.Staking_Raw - (*FellowshipReferenda_Lookup)(nil), // 381: sf.gear.metadata.type.v1.FellowshipReferenda_Lookup - (*Referenda_EnactmentMoment)(nil), // 382: sf.gear.metadata.type.v1.Referenda_EnactmentMoment - (*GearVoucher_Some)(nil), // 383: sf.gear.metadata.type.v1.GearVoucher_Some - (*Identity_ProvideJudgementCall)(nil), // 384: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall - (*Balances_Source)(nil), // 385: sf.gear.metadata.type.v1.Balances_Source - (*BagsList_Address32)(nil), // 386: sf.gear.metadata.type.v1.BagsList_Address32 - (*GprimitivesActorId)(nil), // 387: sf.gear.metadata.type.v1.GprimitivesActorId - (*Staking_Targets)(nil), // 388: sf.gear.metadata.type.v1.Staking_Targets - (*NominationPools_UnbondCall)(nil), // 389: sf.gear.metadata.type.v1.NominationPools_UnbondCall - (*Balances_TransferKeepAliveCall)(nil), // 390: sf.gear.metadata.type.v1.Balances_TransferKeepAliveCall - (*BagsList_Address20)(nil), // 391: sf.gear.metadata.type.v1.BagsList_Address20 - (*BagsList_Lighter)(nil), // 392: sf.gear.metadata.type.v1.BagsList_Lighter - (*Fellowship2Dan)(nil), // 393: sf.gear.metadata.type.v1.Fellowship2Dan - (*Identity_Raw24)(nil), // 394: sf.gear.metadata.type.v1.Identity_Raw24 - (*Identity_KnownGood)(nil), // 395: sf.gear.metadata.type.v1.Identity_KnownGood - (*System_SetCodeWithoutChecksCall)(nil), // 396: sf.gear.metadata.type.v1.System_SetCodeWithoutChecksCall - (*SpRuntimeGenericDigestDigestItem)(nil), // 397: sf.gear.metadata.type.v1.SpRuntimeGenericDigestDigestItem - (*NominationPools_PoolWithdrawUnbondedCall)(nil), // 398: sf.gear.metadata.type.v1.NominationPools_PoolWithdrawUnbondedCall - (*NominationPools_UpdateRolesCall)(nil), // 399: sf.gear.metadata.type.v1.NominationPools_UpdateRolesCall - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32)(nil), // 400: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32 - (*Bounties_Beneficiary)(nil), // 401: sf.gear.metadata.type.v1.Bounties_Beneficiary - (*Identity_Raw6)(nil), // 402: sf.gear.metadata.type.v1.Identity_Raw6 - (*VaraRuntimeNposSolution16)(nil), // 403: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16 - (*Bounties_Id)(nil), // 404: sf.gear.metadata.type.v1.Bounties_Id - (*Whitelist_DispatchWhitelistedCallCall)(nil), // 405: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallCall - (*Identity_Raw3)(nil), // 406: sf.gear.metadata.type.v1.Identity_Raw3 - (*Staking_WithdrawUnbondedCall)(nil), // 407: sf.gear.metadata.type.v1.Staking_WithdrawUnbondedCall - (*Staking_Who)(nil), // 408: sf.gear.metadata.type.v1.Staking_Who - (*Treasury_Index)(nil), // 409: sf.gear.metadata.type.v1.Treasury_Index - (*Referenda_At)(nil), // 410: sf.gear.metadata.type.v1.Referenda_At - (*ElectionProviderMultiPhase_TupleUint32Uint32)(nil), // 411: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32Uint32 - (*NominationPools_TupleNull)(nil), // 412: sf.gear.metadata.type.v1.NominationPools_TupleNull - (*Balances_ForceUnreserveCall)(nil), // 413: sf.gear.metadata.type.v1.Balances_ForceUnreserveCall - (*BagsList_Raw)(nil), // 414: sf.gear.metadata.type.v1.BagsList_Raw - (*Treasury_SpendLocalCall)(nil), // 415: sf.gear.metadata.type.v1.Treasury_SpendLocalCall - (*None)(nil), // 416: sf.gear.metadata.type.v1.None - (*Identity_BlakeTwo256)(nil), // 417: sf.gear.metadata.type.v1.Identity_BlakeTwo256 - (*Identity_Erroneous)(nil), // 418: sf.gear.metadata.type.v1.Identity_Erroneous - (*Proxy_AddProxyCall)(nil), // 419: sf.gear.metadata.type.v1.Proxy_AddProxyCall - (*Babe_PlanConfigChangeCall)(nil), // 420: sf.gear.metadata.type.v1.Babe_PlanConfigChangeCall - (*Balances_Address20)(nil), // 421: sf.gear.metadata.type.v1.Balances_Address20 - (*Identity_RenameSubCall)(nil), // 422: sf.gear.metadata.type.v1.Identity_RenameSubCall - (*NominationPools_CreateCall)(nil), // 423: sf.gear.metadata.type.v1.NominationPools_CreateCall - (*Identity_Raw17)(nil), // 424: sf.gear.metadata.type.v1.Identity_Raw17 - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData)(nil), // 425: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData - (*ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String)(nil), // 426: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String - (*NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32)(nil), // 427: sf.gear.metadata.type.v1.NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32 - (*Grandpa_FinalityGrandpaPrecommit)(nil), // 428: sf.gear.metadata.type.v1.Grandpa_FinalityGrandpaPrecommit - (*ConvictionVoting_Locked1X)(nil), // 429: sf.gear.metadata.type.v1.ConvictionVoting_Locked1X - (*BagsList_TupleNull)(nil), // 430: sf.gear.metadata.type.v1.BagsList_TupleNull - (*Staking_SetPayeeCall)(nil), // 431: sf.gear.metadata.type.v1.Staking_SetPayeeCall - (*Identity_Raw16)(nil), // 432: sf.gear.metadata.type.v1.Identity_Raw16 - (*SpNposElectionsElectionScore)(nil), // 433: sf.gear.metadata.type.v1.SpNposElectionsElectionScore - (*ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall)(nil), // 434: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall - (*Staking_ForceNewEraAlwaysCall)(nil), // 435: sf.gear.metadata.type.v1.Staking_ForceNewEraAlwaysCall - (*HistoricalPallet)(nil), // 436: sf.gear.metadata.type.v1.HistoricalPallet - (*Staking_Index)(nil), // 437: sf.gear.metadata.type.v1.Staking_Index - (*Multisig_ApproveAsMultiCall)(nil), // 438: sf.gear.metadata.type.v1.Multisig_ApproveAsMultiCall - (*NominationPools_JoinCall)(nil), // 439: sf.gear.metadata.type.v1.NominationPools_JoinCall - (*BagsList_Index)(nil), // 440: sf.gear.metadata.type.v1.BagsList_Index - (*ImOnline_PalletImOnlineSr25519AppSr25519Public)(nil), // 441: sf.gear.metadata.type.v1.ImOnline_PalletImOnlineSr25519AppSr25519Public - (*Identity_AddRegistrarCall)(nil), // 442: sf.gear.metadata.type.v1.Identity_AddRegistrarCall - (*Identity_Raw13)(nil), // 443: sf.gear.metadata.type.v1.Identity_Raw13 - (*Identity_AddSubCall)(nil), // 444: sf.gear.metadata.type.v1.Identity_AddSubCall - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32)(nil), // 445: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32 - (*Bounties_Address20)(nil), // 446: sf.gear.metadata.type.v1.Bounties_Address20 - (*Balances_TransferAllCall)(nil), // 447: sf.gear.metadata.type.v1.Balances_TransferAllCall - (*StakingPallet)(nil), // 448: sf.gear.metadata.type.v1.StakingPallet - (*Treasury_VoidSpendCall)(nil), // 449: sf.gear.metadata.type.v1.Treasury_VoidSpendCall - (*Identity_Raw2)(nil), // 450: sf.gear.metadata.type.v1.Identity_Raw2 - (*Identity_Index)(nil), // 451: sf.gear.metadata.type.v1.Identity_Index - (*Proxy_CreatePureCall)(nil), // 452: sf.gear.metadata.type.v1.Proxy_CreatePureCall - (*Grandpa_SpConsensusGrandpaAppPublic)(nil), // 453: sf.gear.metadata.type.v1.Grandpa_SpConsensusGrandpaAppPublic - (*Treasury_Address20)(nil), // 454: sf.gear.metadata.type.v1.Treasury_Address20 - (*Session_SetKeysCall)(nil), // 455: sf.gear.metadata.type.v1.Session_SetKeysCall - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32)(nil), // 456: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32 - (*NominationPools_Root)(nil), // 457: sf.gear.metadata.type.v1.NominationPools_Root - (*NominationPools_SetCommissionMaxCall)(nil), // 458: sf.gear.metadata.type.v1.NominationPools_SetCommissionMaxCall - (*AuthorityDiscoveryPallet)(nil), // 459: sf.gear.metadata.type.v1.AuthorityDiscoveryPallet - (*SpAuthorityDiscoveryAppPublic)(nil), // 460: sf.gear.metadata.type.v1.SpAuthorityDiscoveryAppPublic - (*FellowshipCollective_VoteCall)(nil), // 461: sf.gear.metadata.type.v1.FellowshipCollective_VoteCall - (*Identity_ClearIdentityCall)(nil), // 462: sf.gear.metadata.type.v1.Identity_ClearIdentityCall - (*Bounties_CloseBountyCall)(nil), // 463: sf.gear.metadata.type.v1.Bounties_CloseBountyCall - (*NominationPools_Destroying)(nil), // 464: sf.gear.metadata.type.v1.NominationPools_Destroying - (*ImOnline_HeartbeatCall)(nil), // 465: sf.gear.metadata.type.v1.ImOnline_HeartbeatCall - (*FellowshipAdmin)(nil), // 466: sf.gear.metadata.type.v1.FellowshipAdmin - (*Referenda_Origins)(nil), // 467: sf.gear.metadata.type.v1.Referenda_Origins - (*FellowshipReferenda_RefundDecisionDepositCall)(nil), // 468: sf.gear.metadata.type.v1.FellowshipReferenda_RefundDecisionDepositCall - (*Gear_SetExecuteInherentCall)(nil), // 469: sf.gear.metadata.type.v1.Gear_SetExecuteInherentCall - (*Babe_ReportEquivocationCall)(nil), // 470: sf.gear.metadata.type.v1.Babe_ReportEquivocationCall - (*BalancesPallet)(nil), // 471: sf.gear.metadata.type.v1.BalancesPallet - (*ChildBounties_UnassignCuratorCall)(nil), // 472: sf.gear.metadata.type.v1.ChildBounties_UnassignCuratorCall - (*NominationPools_MaxPools)(nil), // 473: sf.gear.metadata.type.v1.NominationPools_MaxPools - (*StakingRewards_WithdrawCall)(nil), // 474: sf.gear.metadata.type.v1.StakingRewards_WithdrawCall - (*SystemPallet)(nil), // 475: sf.gear.metadata.type.v1.SystemPallet - (*BagsList_Id)(nil), // 476: sf.gear.metadata.type.v1.BagsList_Id - (*NominationPools_SetCommissionCall)(nil), // 477: sf.gear.metadata.type.v1.NominationPools_SetCommissionCall - (*Identity_SetIdentityCall)(nil), // 478: sf.gear.metadata.type.v1.Identity_SetIdentityCall - (*ChildBounties_Curator)(nil), // 479: sf.gear.metadata.type.v1.ChildBounties_Curator - (*ChildBounties_AwardChildBountyCall)(nil), // 480: sf.gear.metadata.type.v1.ChildBounties_AwardChildBountyCall - (*NominationPools_NewRoot)(nil), // 481: sf.gear.metadata.type.v1.NominationPools_NewRoot - (*Utility_Origins)(nil), // 482: sf.gear.metadata.type.v1.Utility_Origins - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32)(nil), // 483: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32 - (*Referenda_Lookup)(nil), // 484: sf.gear.metadata.type.v1.Referenda_Lookup - (*Identity_KillIdentityCall)(nil), // 485: sf.gear.metadata.type.v1.Identity_KillIdentityCall - (*GearBankPallet)(nil), // 486: sf.gear.metadata.type.v1.GearBankPallet - (*Babe_AllowedSlots)(nil), // 487: sf.gear.metadata.type.v1.Babe_AllowedSlots - (*Treasury_Address32)(nil), // 488: sf.gear.metadata.type.v1.Treasury_Address32 - (*Balances_ForceSetBalanceCall)(nil), // 489: sf.gear.metadata.type.v1.Balances_ForceSetBalanceCall - (*BagsList_PutInFrontOfCall)(nil), // 490: sf.gear.metadata.type.v1.BagsList_PutInFrontOfCall - (*Treasury_TupleNull)(nil), // 491: sf.gear.metadata.type.v1.Treasury_TupleNull - (*UtilityPallet)(nil), // 492: sf.gear.metadata.type.v1.UtilityPallet - (*Bounties_Curator)(nil), // 493: sf.gear.metadata.type.v1.Bounties_Curator - (*Bounties_AwardBountyCall)(nil), // 494: sf.gear.metadata.type.v1.Bounties_AwardBountyCall - (*SpSessionMembershipProof)(nil), // 495: sf.gear.metadata.type.v1.SpSessionMembershipProof - (*Balances_Who)(nil), // 496: sf.gear.metadata.type.v1.Balances_Who - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32)(nil), // 497: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32 - (*Scheduler_ScheduleNamedCall)(nil), // 498: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall - (*Identity_Address20)(nil), // 499: sf.gear.metadata.type.v1.Identity_Address20 - (*Preimage_RequestPreimageCall)(nil), // 500: sf.gear.metadata.type.v1.Preimage_RequestPreimageCall - (*SpNposElectionsSupport)(nil), // 501: sf.gear.metadata.type.v1.SpNposElectionsSupport - (*NominationPools_ClaimPayoutCall)(nil), // 502: sf.gear.metadata.type.v1.NominationPools_ClaimPayoutCall - (*StakingRewards_Raw)(nil), // 503: sf.gear.metadata.type.v1.StakingRewards_Raw - (*Fellowship8Dan)(nil), // 504: sf.gear.metadata.type.v1.Fellowship8Dan - (*FellowshipReferenda_Proposal)(nil), // 505: sf.gear.metadata.type.v1.FellowshipReferenda_Proposal - (*Identity_LowQuality)(nil), // 506: sf.gear.metadata.type.v1.Identity_LowQuality - (*StakingRewards_AlignSupplyCall)(nil), // 507: sf.gear.metadata.type.v1.StakingRewards_AlignSupplyCall - (*GearVoucher_AppendPrograms)(nil), // 508: sf.gear.metadata.type.v1.GearVoucher_AppendPrograms - (*Staking_Stash)(nil), // 509: sf.gear.metadata.type.v1.Staking_Stash - (*Staking_RebondCall)(nil), // 510: sf.gear.metadata.type.v1.Staking_RebondCall - (*Vesting_Source)(nil), // 511: sf.gear.metadata.type.v1.Vesting_Source - (*Identity_Raw11)(nil), // 512: sf.gear.metadata.type.v1.Identity_Raw11 - (*Identity_Raw22)(nil), // 513: sf.gear.metadata.type.v1.Identity_Raw22 - (*ChildBounties_Address20)(nil), // 514: sf.gear.metadata.type.v1.ChildBounties_Address20 - (*AuthorshipPallet)(nil), // 515: sf.gear.metadata.type.v1.AuthorshipPallet - (*Vesting_PalletVestingVestingInfoVestingInfo)(nil), // 516: sf.gear.metadata.type.v1.Vesting_PalletVestingVestingInfoVestingInfo - (*Identity_Raw15)(nil), // 517: sf.gear.metadata.type.v1.Identity_Raw15 - (*NominationPools_Bouncer)(nil), // 518: sf.gear.metadata.type.v1.NominationPools_Bouncer - (*NominationPools_MaxMembers)(nil), // 519: sf.gear.metadata.type.v1.NominationPools_MaxMembers - (*NominationPools_NewNominator)(nil), // 520: sf.gear.metadata.type.v1.NominationPools_NewNominator - (*Staking_ForceNoErasCall)(nil), // 521: sf.gear.metadata.type.v1.Staking_ForceNoErasCall - (*Scheduler_ScheduleNamedAfterCall)(nil), // 522: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall - (*Proxy_TupleNull)(nil), // 523: sf.gear.metadata.type.v1.Proxy_TupleNull - (*NominationPools_Address32)(nil), // 524: sf.gear.metadata.type.v1.NominationPools_Address32 - (*ConvictionVoting_Locked5X)(nil), // 525: sf.gear.metadata.type.v1.ConvictionVoting_Locked5X - (*Identity_Raw30)(nil), // 526: sf.gear.metadata.type.v1.Identity_Raw30 - (*Staking_IncreaseValidatorCountCall)(nil), // 527: sf.gear.metadata.type.v1.Staking_IncreaseValidatorCountCall - (*FellowshipCollective_Raw)(nil), // 528: sf.gear.metadata.type.v1.FellowshipCollective_Raw - (*Vesting_Id)(nil), // 529: sf.gear.metadata.type.v1.Vesting_Id - (*Staking_SetValidatorCountCall)(nil), // 530: sf.gear.metadata.type.v1.Staking_SetValidatorCountCall - (*Proxy_RemoveProxiesCall)(nil), // 531: sf.gear.metadata.type.v1.Proxy_RemoveProxiesCall - (*OffencesPallet)(nil), // 532: sf.gear.metadata.type.v1.OffencesPallet - (*NominationPools_SetConfigsCall)(nil), // 533: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall - (*StakingRewards_To)(nil), // 534: sf.gear.metadata.type.v1.StakingRewards_To - (*TimestampPallet)(nil), // 535: sf.gear.metadata.type.v1.TimestampPallet - (*SpConsensusSlotsEquivocationProof)(nil), // 536: sf.gear.metadata.type.v1.SpConsensusSlotsEquivocationProof - (*Vesting_MergeSchedulesCall)(nil), // 537: sf.gear.metadata.type.v1.Vesting_MergeSchedulesCall - (*Treasury_RemoveApprovalCall)(nil), // 538: sf.gear.metadata.type.v1.Treasury_RemoveApprovalCall - (*Utility_BatchCall)(nil), // 539: sf.gear.metadata.type.v1.Utility_BatchCall - (*Identity_Raw5)(nil), // 540: sf.gear.metadata.type.v1.Identity_Raw5 - (*Identity_Raw12)(nil), // 541: sf.gear.metadata.type.v1.Identity_Raw12 - (*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32)(nil), // 542: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32 - (*Timestamp_SetCall)(nil), // 543: sf.gear.metadata.type.v1.Timestamp_SetCall - (*Grandpa_Equivocation)(nil), // 544: sf.gear.metadata.type.v1.Grandpa_Equivocation - (*GearVoucher_SendReply)(nil), // 545: sf.gear.metadata.type.v1.GearVoucher_SendReply - (*Bounties_Address32)(nil), // 546: sf.gear.metadata.type.v1.Bounties_Address32 - (*NominationPools_AdjustPoolDepositCall)(nil), // 547: sf.gear.metadata.type.v1.NominationPools_AdjustPoolDepositCall - (*Babe_Logs)(nil), // 548: sf.gear.metadata.type.v1.Babe_Logs - (*Preimage_EnsureUpdatedCall)(nil), // 549: sf.gear.metadata.type.v1.Preimage_EnsureUpdatedCall - (*Identity_SetAccountIdCall)(nil), // 550: sf.gear.metadata.type.v1.Identity_SetAccountIdCall - (*Babe_RuntimeEnvironmentUpdated)(nil), // 551: sf.gear.metadata.type.v1.Babe_RuntimeEnvironmentUpdated - (*Staking_UnbondCall)(nil), // 552: sf.gear.metadata.type.v1.Staking_UnbondCall - (*NominationPools_NominateCall)(nil), // 553: sf.gear.metadata.type.v1.NominationPools_NominateCall - (*GearVoucher_None)(nil), // 554: sf.gear.metadata.type.v1.GearVoucher_None - (*SpArithmeticPerThingsPerbill)(nil), // 555: sf.gear.metadata.type.v1.SpArithmeticPerThingsPerbill - (*ConvictionVoting_SplitAbstain)(nil), // 556: sf.gear.metadata.type.v1.ConvictionVoting_SplitAbstain - (*Signed)(nil), // 557: sf.gear.metadata.type.v1.Signed - (*Utility_ForceBatchCall)(nil), // 558: sf.gear.metadata.type.v1.Utility_ForceBatchCall - (*Proxy_ProxyCall)(nil), // 559: sf.gear.metadata.type.v1.Proxy_ProxyCall - (*NominationPools_SetStateCall)(nil), // 560: sf.gear.metadata.type.v1.NominationPools_SetStateCall - (*Gear_RunCall)(nil), // 561: sf.gear.metadata.type.v1.Gear_RunCall - (*Grandpa_FinalityGrandpaEquivocation)(nil), // 562: sf.gear.metadata.type.v1.Grandpa_FinalityGrandpaEquivocation - (*Balances_Index)(nil), // 563: sf.gear.metadata.type.v1.Balances_Index - (*Identity_QuitSubCall)(nil), // 564: sf.gear.metadata.type.v1.Identity_QuitSubCall - (*Proxy_Any)(nil), // 565: sf.gear.metadata.type.v1.Proxy_Any - (*ElectionProviderMultiPhasePallet)(nil), // 566: sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - (*NominationPools_MinCreateBond)(nil), // 567: sf.gear.metadata.type.v1.NominationPools_MinCreateBond - (*Whitelist_RemoveWhitelistedCallCall)(nil), // 568: sf.gear.metadata.type.v1.Whitelist_RemoveWhitelistedCallCall - (*Identity_Target)(nil), // 569: sf.gear.metadata.type.v1.Identity_Target - (*ConvictionVoting_PalletConvictionVotingVoteVote)(nil), // 570: sf.gear.metadata.type.v1.ConvictionVoting_PalletConvictionVotingVoteVote - (*Referenda_CancelCall)(nil), // 571: sf.gear.metadata.type.v1.Referenda_CancelCall - (*FellowshipReferendaPallet)(nil), // 572: sf.gear.metadata.type.v1.FellowshipReferendaPallet - (*Multisig_PalletMultisigTimepoint)(nil), // 573: sf.gear.metadata.type.v1.Multisig_PalletMultisigTimepoint - (*NominationPools_PermissionlessCompound)(nil), // 574: sf.gear.metadata.type.v1.NominationPools_PermissionlessCompound - (*SpCoreEd25519Signature)(nil), // 575: sf.gear.metadata.type.v1.SpCoreEd25519Signature - (*Treasury_RejectProposalCall)(nil), // 576: sf.gear.metadata.type.v1.Treasury_RejectProposalCall - (*Identity_Raw25)(nil), // 577: sf.gear.metadata.type.v1.Identity_Raw25 - (*Identity_New)(nil), // 578: sf.gear.metadata.type.v1.Identity_New - (*ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport)(nil), // 579: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport - (*NominationPools_SetMetadataCall)(nil), // 580: sf.gear.metadata.type.v1.NominationPools_SetMetadataCall - (*NominationPools_MinJoinBond)(nil), // 581: sf.gear.metadata.type.v1.NominationPools_MinJoinBond - (*BagsListPallet)(nil), // 582: sf.gear.metadata.type.v1.BagsListPallet - (*Staking_Staked)(nil), // 583: sf.gear.metadata.type.v1.Staking_Staked - (*FellowshipCollective_CleanupPollCall)(nil), // 584: sf.gear.metadata.type.v1.FellowshipCollective_CleanupPollCall - (*FellowshipReferenda_KillCall)(nil), // 585: sf.gear.metadata.type.v1.FellowshipReferenda_KillCall - (*Bounties_ExtendBountyExpiryCall)(nil), // 586: sf.gear.metadata.type.v1.Bounties_ExtendBountyExpiryCall - (*ChildBounties_AddChildBountyCall)(nil), // 587: sf.gear.metadata.type.v1.ChildBounties_AddChildBountyCall - (*Babe_PrimarySlots)(nil), // 588: sf.gear.metadata.type.v1.Babe_PrimarySlots - (*Vesting_Target)(nil), // 589: sf.gear.metadata.type.v1.Vesting_Target - (*Identity_Raw23)(nil), // 590: sf.gear.metadata.type.v1.Identity_Raw23 - (*Proxy_Delegate)(nil), // 591: sf.gear.metadata.type.v1.Proxy_Delegate - (*NominationPools_Permissioned)(nil), // 592: sf.gear.metadata.type.v1.NominationPools_Permissioned - (*Preimage_NotePreimageCall)(nil), // 593: sf.gear.metadata.type.v1.Preimage_NotePreimageCall - (*PreimagePallet)(nil), // 594: sf.gear.metadata.type.v1.PreimagePallet - (*FellowshipReferenda_After)(nil), // 595: sf.gear.metadata.type.v1.FellowshipReferenda_After - (*StakingRewards_Address32)(nil), // 596: sf.gear.metadata.type.v1.StakingRewards_Address32 - (*SpCoreSr25519Public)(nil), // 597: sf.gear.metadata.type.v1.SpCoreSr25519Public - (*GrandpaPallet)(nil), // 598: sf.gear.metadata.type.v1.GrandpaPallet - (*Scheduler_CancelCall)(nil), // 599: sf.gear.metadata.type.v1.Scheduler_CancelCall - (*NominationPools_Nominator)(nil), // 600: sf.gear.metadata.type.v1.NominationPools_Nominator - (*StakingRewards_Id)(nil), // 601: sf.gear.metadata.type.v1.StakingRewards_Id - (*Staking_Id)(nil), // 602: sf.gear.metadata.type.v1.Staking_Id - (*FellowshipReferenda_NudgeReferendumCall)(nil), // 603: sf.gear.metadata.type.v1.FellowshipReferenda_NudgeReferendumCall - (*Referenda_NudgeReferendumCall)(nil), // 604: sf.gear.metadata.type.v1.Referenda_NudgeReferendumCall - (*Identity_SetSubsCall)(nil), // 605: sf.gear.metadata.type.v1.Identity_SetSubsCall - (*Proxy_RejectAnnouncementCall)(nil), // 606: sf.gear.metadata.type.v1.Proxy_RejectAnnouncementCall - (*Babe_Consensus)(nil), // 607: sf.gear.metadata.type.v1.Babe_Consensus - (*VaraRuntimeSessionKeys)(nil), // 608: sf.gear.metadata.type.v1.VaraRuntimeSessionKeys - (*FellowshipCollective_Index)(nil), // 609: sf.gear.metadata.type.v1.FellowshipCollective_Index - (*Proxy_NonTransfer)(nil), // 610: sf.gear.metadata.type.v1.Proxy_NonTransfer - (*ElectionProviderMultiPhase_SubmitCall)(nil), // 611: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_SubmitCall - (*NominationPools_WithdrawUnbondedCall)(nil), // 612: sf.gear.metadata.type.v1.NominationPools_WithdrawUnbondedCall - (*NominationPools_ClaimPayoutOtherCall)(nil), // 613: sf.gear.metadata.type.v1.NominationPools_ClaimPayoutOtherCall - (*Vesting_VestOtherCall)(nil), // 614: sf.gear.metadata.type.v1.Vesting_VestOtherCall - (*ConvictionVoting_UnlockCall)(nil), // 615: sf.gear.metadata.type.v1.ConvictionVoting_UnlockCall - (*Treasury_CheckStatusCall)(nil), // 616: sf.gear.metadata.type.v1.Treasury_CheckStatusCall - (*Utility_Void)(nil), // 617: sf.gear.metadata.type.v1.Utility_Void - (*Scheduler_ScheduleAfterCall)(nil), // 618: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall - (*Preimage_UnrequestPreimageCall)(nil), // 619: sf.gear.metadata.type.v1.Preimage_UnrequestPreimageCall - (*BountiesPallet)(nil), // 620: sf.gear.metadata.type.v1.BountiesPallet - (*System_SetStorageCall)(nil), // 621: sf.gear.metadata.type.v1.System_SetStorageCall - (*ImOnlinePallet)(nil), // 622: sf.gear.metadata.type.v1.ImOnlinePallet - (*Fellowship6Dan)(nil), // 623: sf.gear.metadata.type.v1.Fellowship6Dan - (*Identity_Address32)(nil), // 624: sf.gear.metadata.type.v1.Identity_Address32 - (*Identity_Raw9)(nil), // 625: sf.gear.metadata.type.v1.Identity_Raw9 - (*Bounties_ApproveBountyCall)(nil), // 626: sf.gear.metadata.type.v1.Bounties_ApproveBountyCall - (*Bounties_AcceptCuratorCall)(nil), // 627: sf.gear.metadata.type.v1.Bounties_AcceptCuratorCall - (*Vesting_Address20)(nil), // 628: sf.gear.metadata.type.v1.Vesting_Address20 - (*Treasurer)(nil), // 629: sf.gear.metadata.type.v1.Treasurer - (*ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution)(nil), // 630: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution - (*ChildBounties_Index)(nil), // 631: sf.gear.metadata.type.v1.ChildBounties_Index - (*NominationPools_SetClaimPermissionCall)(nil), // 632: sf.gear.metadata.type.v1.NominationPools_SetClaimPermissionCall - (*Treasury_SpendCall)(nil), // 633: sf.gear.metadata.type.v1.Treasury_SpendCall - (*Proxy_Spawner)(nil), // 634: sf.gear.metadata.type.v1.Proxy_Spawner -} -var file_sf_gear_metadata_type_v1_output_proto_depIdxs = []int32{ - 11, // 0: sf.gear.metadata.type.v1.GearVoucher_Call.call_send_message:type_name -> sf.gear.metadata.type.v1.GearVoucher_SendMessage - 545, // 1: sf.gear.metadata.type.v1.GearVoucher_Call.call_send_reply:type_name -> sf.gear.metadata.type.v1.GearVoucher_SendReply - 260, // 2: sf.gear.metadata.type.v1.GearVoucher_Call.call_upload_code:type_name -> sf.gear.metadata.type.v1.GearVoucher_UploadCode - 330, // 3: sf.gear.metadata.type.v1.GearVoucher_Call.call_decline_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucher_DeclineVoucher - 122, // 4: sf.gear.metadata.type.v1.Referenda_Inline.value0:type_name -> sf.gear.metadata.type.v1.BoundedCollectionsBoundedVecBoundedVec - 83, // 5: sf.gear.metadata.type.v1.Identity_Sub.sub_id:type_name -> sf.gear.metadata.type.v1.Identity_Id - 451, // 6: sf.gear.metadata.type.v1.Identity_Sub.sub_index:type_name -> sf.gear.metadata.type.v1.Identity_Index - 229, // 7: sf.gear.metadata.type.v1.Identity_Sub.sub_raw:type_name -> sf.gear.metadata.type.v1.Identity_Raw - 624, // 8: sf.gear.metadata.type.v1.Identity_Sub.sub_address32:type_name -> sf.gear.metadata.type.v1.Identity_Address32 - 499, // 9: sf.gear.metadata.type.v1.Identity_Sub.sub_address20:type_name -> sf.gear.metadata.type.v1.Identity_Address20 - 259, // 10: sf.gear.metadata.type.v1.NominationPools_GlobalMaxCommission.global_max_commission_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 11: sf.gear.metadata.type.v1.NominationPools_GlobalMaxCommission.global_max_commission_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 12: sf.gear.metadata.type.v1.NominationPools_GlobalMaxCommission.global_max_commission_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 601, // 13: sf.gear.metadata.type.v1.StakingRewards_ForceRefillCall.from_id:type_name -> sf.gear.metadata.type.v1.StakingRewards_Id - 134, // 14: sf.gear.metadata.type.v1.StakingRewards_ForceRefillCall.from_index:type_name -> sf.gear.metadata.type.v1.StakingRewards_Index - 503, // 15: sf.gear.metadata.type.v1.StakingRewards_ForceRefillCall.from_raw:type_name -> sf.gear.metadata.type.v1.StakingRewards_Raw - 596, // 16: sf.gear.metadata.type.v1.StakingRewards_ForceRefillCall.from_address32:type_name -> sf.gear.metadata.type.v1.StakingRewards_Address32 - 275, // 17: sf.gear.metadata.type.v1.StakingRewards_ForceRefillCall.from_address20:type_name -> sf.gear.metadata.type.v1.StakingRewards_Address20 - 387, // 18: sf.gear.metadata.type.v1.GearVoucher_SendMessage.destination:type_name -> sf.gear.metadata.type.v1.GprimitivesActorId - 183, // 19: sf.gear.metadata.type.v1.Staking_MinCommission.min_commission_noop:type_name -> sf.gear.metadata.type.v1.Staking_Noop - 6, // 20: sf.gear.metadata.type.v1.Staking_MinCommission.min_commission_set:type_name -> sf.gear.metadata.type.v1.Staking_Set - 152, // 21: sf.gear.metadata.type.v1.Staking_MinCommission.min_commission_remove:type_name -> sf.gear.metadata.type.v1.Staking_Remove - 210, // 22: sf.gear.metadata.type.v1.Grandpa_ReportEquivocationCall.equivocation_proof:type_name -> sf.gear.metadata.type.v1.Grandpa_SpConsensusGrandpaEquivocationProof - 495, // 23: sf.gear.metadata.type.v1.Grandpa_ReportEquivocationCall.key_owner_proof:type_name -> sf.gear.metadata.type.v1.SpSessionMembershipProof - 107, // 24: sf.gear.metadata.type.v1.Value0.value0_root:type_name -> sf.gear.metadata.type.v1.Root - 557, // 25: sf.gear.metadata.type.v1.Value0.value0_signed:type_name -> sf.gear.metadata.type.v1.Signed - 416, // 26: sf.gear.metadata.type.v1.Value0.value0_none:type_name -> sf.gear.metadata.type.v1.None - 71, // 27: sf.gear.metadata.type.v1.Treasury_Beneficiary.beneficiary_id:type_name -> sf.gear.metadata.type.v1.Treasury_Id - 409, // 28: sf.gear.metadata.type.v1.Treasury_Beneficiary.beneficiary_index:type_name -> sf.gear.metadata.type.v1.Treasury_Index - 35, // 29: sf.gear.metadata.type.v1.Treasury_Beneficiary.beneficiary_raw:type_name -> sf.gear.metadata.type.v1.Treasury_Raw - 488, // 30: sf.gear.metadata.type.v1.Treasury_Beneficiary.beneficiary_address32:type_name -> sf.gear.metadata.type.v1.Treasury_Address32 - 454, // 31: sf.gear.metadata.type.v1.Treasury_Beneficiary.beneficiary_address20:type_name -> sf.gear.metadata.type.v1.Treasury_Address20 - 205, // 32: sf.gear.metadata.type.v1.TreasuryPallet.call_propose_spend_call:type_name -> sf.gear.metadata.type.v1.Treasury_ProposeSpendCall - 576, // 33: sf.gear.metadata.type.v1.TreasuryPallet.call_reject_proposal_call:type_name -> sf.gear.metadata.type.v1.Treasury_RejectProposalCall - 221, // 34: sf.gear.metadata.type.v1.TreasuryPallet.call_approve_proposal_call:type_name -> sf.gear.metadata.type.v1.Treasury_ApproveProposalCall - 415, // 35: sf.gear.metadata.type.v1.TreasuryPallet.call_spend_local_call:type_name -> sf.gear.metadata.type.v1.Treasury_SpendLocalCall - 538, // 36: sf.gear.metadata.type.v1.TreasuryPallet.call_remove_approval_call:type_name -> sf.gear.metadata.type.v1.Treasury_RemoveApprovalCall - 633, // 37: sf.gear.metadata.type.v1.TreasuryPallet.call_spend_call:type_name -> sf.gear.metadata.type.v1.Treasury_SpendCall - 241, // 38: sf.gear.metadata.type.v1.TreasuryPallet.call_payout_call:type_name -> sf.gear.metadata.type.v1.Treasury_PayoutCall - 616, // 39: sf.gear.metadata.type.v1.TreasuryPallet.call_check_status_call:type_name -> sf.gear.metadata.type.v1.Treasury_CheckStatusCall - 449, // 40: sf.gear.metadata.type.v1.TreasuryPallet.call_void_spend_call:type_name -> sf.gear.metadata.type.v1.Treasury_VoidSpendCall - 346, // 41: sf.gear.metadata.type.v1.Utility_BatchAllCall.calls:type_name -> sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall - 136, // 42: sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall.to_id:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Id - 178, // 43: sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall.to_index:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Index - 185, // 44: sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall.to_raw:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Raw - 248, // 45: sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall.to_address32:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Address32 - 186, // 46: sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall.to_address20:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Address20 - 81, // 47: sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall.conviction_none:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_None - 429, // 48: sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall.conviction_locked1x:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Locked1X - 237, // 49: sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall.conviction_locked2x:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Locked2X - 76, // 50: sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall.conviction_locked3x:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Locked3X - 249, // 51: sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall.conviction_locked4x:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Locked4X - 525, // 52: sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall.conviction_locked5x:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Locked5X - 110, // 53: sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall.conviction_locked6x:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Locked6X - 230, // 54: sf.gear.metadata.type.v1.NominationPools_Id.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 155, // 55: sf.gear.metadata.type.v1.FellowshipCollective_TupleNull.value:type_name -> sf.gear.metadata.type.v1.TupleNull - 66, // 56: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_staking_admin:type_name -> sf.gear.metadata.type.v1.StakingAdmin - 629, // 57: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_treasurer:type_name -> sf.gear.metadata.type.v1.Treasurer - 466, // 58: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellowship_admin:type_name -> sf.gear.metadata.type.v1.FellowshipAdmin - 271, // 59: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_general_admin:type_name -> sf.gear.metadata.type.v1.GeneralAdmin - 256, // 60: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_referendum_canceller:type_name -> sf.gear.metadata.type.v1.ReferendumCanceller - 29, // 61: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_referendum_killer:type_name -> sf.gear.metadata.type.v1.ReferendumKiller - 350, // 62: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_small_tipper:type_name -> sf.gear.metadata.type.v1.SmallTipper - 121, // 63: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_big_tipper:type_name -> sf.gear.metadata.type.v1.BigTipper - 364, // 64: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_small_spender:type_name -> sf.gear.metadata.type.v1.SmallSpender - 370, // 65: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_medium_spender:type_name -> sf.gear.metadata.type.v1.MediumSpender - 225, // 66: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_big_spender:type_name -> sf.gear.metadata.type.v1.BigSpender - 42, // 67: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_whitelisted_caller:type_name -> sf.gear.metadata.type.v1.WhitelistedCaller - 74, // 68: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellowship_initiates:type_name -> sf.gear.metadata.type.v1.FellowshipInitiates - 277, // 69: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellows:type_name -> sf.gear.metadata.type.v1.Fellows - 169, // 70: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellowship_experts:type_name -> sf.gear.metadata.type.v1.FellowshipExperts - 167, // 71: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellowship_masters:type_name -> sf.gear.metadata.type.v1.FellowshipMasters - 108, // 72: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellowship1_dan:type_name -> sf.gear.metadata.type.v1.Fellowship1Dan - 393, // 73: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellowship2_dan:type_name -> sf.gear.metadata.type.v1.Fellowship2Dan - 371, // 74: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellowship3_dan:type_name -> sf.gear.metadata.type.v1.Fellowship3Dan - 239, // 75: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellowship4_dan:type_name -> sf.gear.metadata.type.v1.Fellowship4Dan - 357, // 76: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellowship5_dan:type_name -> sf.gear.metadata.type.v1.Fellowship5Dan - 623, // 77: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellowship6_dan:type_name -> sf.gear.metadata.type.v1.Fellowship6Dan - 135, // 78: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellowship7_dan:type_name -> sf.gear.metadata.type.v1.Fellowship7Dan - 504, // 79: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellowship8_dan:type_name -> sf.gear.metadata.type.v1.Fellowship8Dan - 197, // 80: sf.gear.metadata.type.v1.FellowshipReferenda_Origins.value0_fellowship9_dan:type_name -> sf.gear.metadata.type.v1.Fellowship9Dan - 67, // 81: sf.gear.metadata.type.v1.Identity_Data.data_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 82: sf.gear.metadata.type.v1.Identity_Data.data_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 83: sf.gear.metadata.type.v1.Identity_Data.data_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 84: sf.gear.metadata.type.v1.Identity_Data.data_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 85: sf.gear.metadata.type.v1.Identity_Data.data_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 86: sf.gear.metadata.type.v1.Identity_Data.data_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 87: sf.gear.metadata.type.v1.Identity_Data.data_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 88: sf.gear.metadata.type.v1.Identity_Data.data_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 89: sf.gear.metadata.type.v1.Identity_Data.data_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 90: sf.gear.metadata.type.v1.Identity_Data.data_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 91: sf.gear.metadata.type.v1.Identity_Data.data_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 92: sf.gear.metadata.type.v1.Identity_Data.data_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 93: sf.gear.metadata.type.v1.Identity_Data.data_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 94: sf.gear.metadata.type.v1.Identity_Data.data_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 95: sf.gear.metadata.type.v1.Identity_Data.data_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 96: sf.gear.metadata.type.v1.Identity_Data.data_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 97: sf.gear.metadata.type.v1.Identity_Data.data_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 98: sf.gear.metadata.type.v1.Identity_Data.data_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 99: sf.gear.metadata.type.v1.Identity_Data.data_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 100: sf.gear.metadata.type.v1.Identity_Data.data_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 101: sf.gear.metadata.type.v1.Identity_Data.data_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 102: sf.gear.metadata.type.v1.Identity_Data.data_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 103: sf.gear.metadata.type.v1.Identity_Data.data_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 104: sf.gear.metadata.type.v1.Identity_Data.data_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 105: sf.gear.metadata.type.v1.Identity_Data.data_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 106: sf.gear.metadata.type.v1.Identity_Data.data_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 107: sf.gear.metadata.type.v1.Identity_Data.data_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 108: sf.gear.metadata.type.v1.Identity_Data.data_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 109: sf.gear.metadata.type.v1.Identity_Data.data_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 110: sf.gear.metadata.type.v1.Identity_Data.data_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 111: sf.gear.metadata.type.v1.Identity_Data.data_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 112: sf.gear.metadata.type.v1.Identity_Data.data_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 113: sf.gear.metadata.type.v1.Identity_Data.data_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 114: sf.gear.metadata.type.v1.Identity_Data.data_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 115: sf.gear.metadata.type.v1.Identity_Data.data_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 116: sf.gear.metadata.type.v1.Identity_Data.data_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 117: sf.gear.metadata.type.v1.Identity_Data.data_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 118: sf.gear.metadata.type.v1.Identity_Data.data_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 475, // 119: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 535, // 120: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 65, // 121: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 598, // 122: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 471, // 123: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 59, // 124: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 582, // 125: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 622, // 126: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 448, // 127: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 166, // 128: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 19, // 129: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 492, // 130: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 250, // 131: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 38, // 132: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 101, // 133: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 572, // 134: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 48, // 135: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 82, // 136: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 594, // 137: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 85, // 138: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 207, // 139: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 208, // 140: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 566, // 141: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 620, // 142: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 79, // 143: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 297, // 144: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 348, // 145: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 126, // 146: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 379, // 147: sf.gear.metadata.type.v1.Utility_AsDerivativeCall.call_gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 565, // 148: sf.gear.metadata.type.v1.Proxy_ForceProxyType.force_proxy_type_any:type_name -> sf.gear.metadata.type.v1.Proxy_Any - 610, // 149: sf.gear.metadata.type.v1.Proxy_ForceProxyType.force_proxy_type_non_transfer:type_name -> sf.gear.metadata.type.v1.Proxy_NonTransfer - 132, // 150: sf.gear.metadata.type.v1.Proxy_ForceProxyType.force_proxy_type_governance:type_name -> sf.gear.metadata.type.v1.Proxy_Governance - 144, // 151: sf.gear.metadata.type.v1.Proxy_ForceProxyType.force_proxy_type_staking:type_name -> sf.gear.metadata.type.v1.Proxy_Staking - 58, // 152: sf.gear.metadata.type.v1.Proxy_ForceProxyType.force_proxy_type_identity_judgement:type_name -> sf.gear.metadata.type.v1.Proxy_IdentityJudgement - 73, // 153: sf.gear.metadata.type.v1.Proxy_ForceProxyType.force_proxy_type_cancel_proxy:type_name -> sf.gear.metadata.type.v1.Proxy_CancelProxy - 259, // 154: sf.gear.metadata.type.v1.NominationPools_MaxMembersPerPool.max_members_per_pool_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 155: sf.gear.metadata.type.v1.NominationPools_MaxMembersPerPool.max_members_per_pool_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 156: sf.gear.metadata.type.v1.NominationPools_MaxMembersPerPool.max_members_per_pool_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 230, // 157: sf.gear.metadata.type.v1.Staking_ForceUnstakeCall.stash:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 17, // 158: sf.gear.metadata.type.v1.Identity_Judgement.judgement_unknown:type_name -> sf.gear.metadata.type.v1.Identity_Unknown - 158, // 159: sf.gear.metadata.type.v1.Identity_Judgement.judgement_fee_paid:type_name -> sf.gear.metadata.type.v1.Identity_FeePaid - 171, // 160: sf.gear.metadata.type.v1.Identity_Judgement.judgement_reasonable:type_name -> sf.gear.metadata.type.v1.Identity_Reasonable - 395, // 161: sf.gear.metadata.type.v1.Identity_Judgement.judgement_known_good:type_name -> sf.gear.metadata.type.v1.Identity_KnownGood - 255, // 162: sf.gear.metadata.type.v1.Identity_Judgement.judgement_out_of_date:type_name -> sf.gear.metadata.type.v1.Identity_OutOfDate - 506, // 163: sf.gear.metadata.type.v1.Identity_Judgement.judgement_low_quality:type_name -> sf.gear.metadata.type.v1.Identity_LowQuality - 418, // 164: sf.gear.metadata.type.v1.Identity_Judgement.judgement_erroneous:type_name -> sf.gear.metadata.type.v1.Identity_Erroneous - 555, // 165: sf.gear.metadata.type.v1.NominationPools_PalletNominationPoolsCommissionChangeRate.max_increase:type_name -> sf.gear.metadata.type.v1.SpArithmeticPerThingsPerbill - 325, // 166: sf.gear.metadata.type.v1.ReferendaPallet.call_submit_call:type_name -> sf.gear.metadata.type.v1.Referenda_SubmitCall - 91, // 167: sf.gear.metadata.type.v1.ReferendaPallet.call_place_decision_deposit_call:type_name -> sf.gear.metadata.type.v1.Referenda_PlaceDecisionDepositCall - 272, // 168: sf.gear.metadata.type.v1.ReferendaPallet.call_refund_decision_deposit_call:type_name -> sf.gear.metadata.type.v1.Referenda_RefundDecisionDepositCall - 571, // 169: sf.gear.metadata.type.v1.ReferendaPallet.call_cancel_call:type_name -> sf.gear.metadata.type.v1.Referenda_CancelCall - 351, // 170: sf.gear.metadata.type.v1.ReferendaPallet.call_kill_call:type_name -> sf.gear.metadata.type.v1.Referenda_KillCall - 604, // 171: sf.gear.metadata.type.v1.ReferendaPallet.call_nudge_referendum_call:type_name -> sf.gear.metadata.type.v1.Referenda_NudgeReferendumCall - 40, // 172: sf.gear.metadata.type.v1.ReferendaPallet.call_one_fewer_deciding_call:type_name -> sf.gear.metadata.type.v1.Referenda_OneFewerDecidingCall - 13, // 173: sf.gear.metadata.type.v1.ReferendaPallet.call_refund_submission_deposit_call:type_name -> sf.gear.metadata.type.v1.Referenda_RefundSubmissionDepositCall - 148, // 174: sf.gear.metadata.type.v1.ReferendaPallet.call_set_metadata_call:type_name -> sf.gear.metadata.type.v1.Referenda_SetMetadataCall - 146, // 175: sf.gear.metadata.type.v1.FellowshipReferenda_SetMetadataCall.maybe_hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 98, // 176: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.maybe_periodic:type_name -> sf.gear.metadata.type.v1.Scheduler_TupleUint32Uint32 - 475, // 177: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 535, // 178: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 65, // 179: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 598, // 180: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 471, // 181: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 59, // 182: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 582, // 183: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 622, // 184: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 448, // 185: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 166, // 186: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 19, // 187: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 492, // 188: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 250, // 189: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 38, // 190: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 101, // 191: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 572, // 192: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 48, // 193: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 82, // 194: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 594, // 195: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 85, // 196: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 207, // 197: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 208, // 198: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 566, // 199: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 620, // 200: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 79, // 201: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 297, // 202: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 348, // 203: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 126, // 204: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 379, // 205: sf.gear.metadata.type.v1.Scheduler_ScheduleCall.call_gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 343, // 206: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 343, // 207: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 244, // 208: sf.gear.metadata.type.v1.Balances_ForceTransferCall.source_id:type_name -> sf.gear.metadata.type.v1.Balances_Id - 563, // 209: sf.gear.metadata.type.v1.Balances_ForceTransferCall.source_index:type_name -> sf.gear.metadata.type.v1.Balances_Index - 189, // 210: sf.gear.metadata.type.v1.Balances_ForceTransferCall.source_raw:type_name -> sf.gear.metadata.type.v1.Balances_Raw - 24, // 211: sf.gear.metadata.type.v1.Balances_ForceTransferCall.source_address32:type_name -> sf.gear.metadata.type.v1.Balances_Address32 - 421, // 212: sf.gear.metadata.type.v1.Balances_ForceTransferCall.source_address20:type_name -> sf.gear.metadata.type.v1.Balances_Address20 - 244, // 213: sf.gear.metadata.type.v1.Balances_ForceTransferCall.dest_id:type_name -> sf.gear.metadata.type.v1.Balances_Id - 563, // 214: sf.gear.metadata.type.v1.Balances_ForceTransferCall.dest_index:type_name -> sf.gear.metadata.type.v1.Balances_Index - 189, // 215: sf.gear.metadata.type.v1.Balances_ForceTransferCall.dest_raw:type_name -> sf.gear.metadata.type.v1.Balances_Raw - 24, // 216: sf.gear.metadata.type.v1.Balances_ForceTransferCall.dest_address32:type_name -> sf.gear.metadata.type.v1.Balances_Address32 - 421, // 217: sf.gear.metadata.type.v1.Balances_ForceTransferCall.dest_address20:type_name -> sf.gear.metadata.type.v1.Balances_Address20 - 230, // 218: sf.gear.metadata.type.v1.Staking_PayoutStakersCall.validator_stash:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 142, // 219: sf.gear.metadata.type.v1.WhitelistPallet.call_whitelist_call_call:type_name -> sf.gear.metadata.type.v1.Whitelist_WhitelistCallCall - 568, // 220: sf.gear.metadata.type.v1.WhitelistPallet.call_remove_whitelisted_call_call:type_name -> sf.gear.metadata.type.v1.Whitelist_RemoveWhitelistedCallCall - 405, // 221: sf.gear.metadata.type.v1.WhitelistPallet.call_dispatch_whitelisted_call_call:type_name -> sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallCall - 264, // 222: sf.gear.metadata.type.v1.WhitelistPallet.call_dispatch_whitelisted_call_with_preimage_call:type_name -> sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall - 117, // 223: sf.gear.metadata.type.v1.Staking_ScaleValidatorCountCall.factor:type_name -> sf.gear.metadata.type.v1.SpArithmeticPerThingsPercent - 127, // 224: sf.gear.metadata.type.v1.SpConsensusGrandpaAppPublic.value0:type_name -> sf.gear.metadata.type.v1.SpCoreEd25519Public - 133, // 225: sf.gear.metadata.type.v1.FellowshipCollective_PromoteMemberCall.who_id:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Id - 609, // 226: sf.gear.metadata.type.v1.FellowshipCollective_PromoteMemberCall.who_index:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Index - 528, // 227: sf.gear.metadata.type.v1.FellowshipCollective_PromoteMemberCall.who_raw:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Raw - 235, // 228: sf.gear.metadata.type.v1.FellowshipCollective_PromoteMemberCall.who_address32:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Address32 - 301, // 229: sf.gear.metadata.type.v1.FellowshipCollective_PromoteMemberCall.who_address20:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Address20 - 67, // 230: sf.gear.metadata.type.v1.Identity_Twitter.twitter_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 231: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 232: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 233: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 234: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 235: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 236: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 237: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 238: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 239: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 240: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 241: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 242: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 243: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 244: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 245: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 246: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 247: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 248: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 249: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 250: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 251: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 252: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 253: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 254: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 255: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 256: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 257: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 258: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 259: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 260: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 261: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 262: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 263: sf.gear.metadata.type.v1.Identity_Twitter.twitter_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 264: sf.gear.metadata.type.v1.Identity_Twitter.twitter_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 265: sf.gear.metadata.type.v1.Identity_Twitter.twitter_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 266: sf.gear.metadata.type.v1.Identity_Twitter.twitter_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 267: sf.gear.metadata.type.v1.Identity_Twitter.twitter_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 343, // 268: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 583, // 269: sf.gear.metadata.type.v1.Staking_BondCall.payee_staked:type_name -> sf.gear.metadata.type.v1.Staking_Staked - 509, // 270: sf.gear.metadata.type.v1.Staking_BondCall.payee_stash:type_name -> sf.gear.metadata.type.v1.Staking_Stash - 312, // 271: sf.gear.metadata.type.v1.Staking_BondCall.payee_controller:type_name -> sf.gear.metadata.type.v1.Staking_Controller - 368, // 272: sf.gear.metadata.type.v1.Staking_BondCall.payee_account:type_name -> sf.gear.metadata.type.v1.Staking_Account - 289, // 273: sf.gear.metadata.type.v1.Staking_BondCall.payee_none:type_name -> sf.gear.metadata.type.v1.Staking_None - 146, // 274: sf.gear.metadata.type.v1.Referenda_Legacy.hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 190, // 275: sf.gear.metadata.type.v1.VestingPallet.call_vest_call:type_name -> sf.gear.metadata.type.v1.Vesting_VestCall - 614, // 276: sf.gear.metadata.type.v1.VestingPallet.call_vest_other_call:type_name -> sf.gear.metadata.type.v1.Vesting_VestOtherCall - 245, // 277: sf.gear.metadata.type.v1.VestingPallet.call_vested_transfer_call:type_name -> sf.gear.metadata.type.v1.Vesting_VestedTransferCall - 374, // 278: sf.gear.metadata.type.v1.VestingPallet.call_force_vested_transfer_call:type_name -> sf.gear.metadata.type.v1.Vesting_ForceVestedTransferCall - 537, // 279: sf.gear.metadata.type.v1.VestingPallet.call_merge_schedules_call:type_name -> sf.gear.metadata.type.v1.Vesting_MergeSchedulesCall - 133, // 280: sf.gear.metadata.type.v1.FellowshipCollective_DemoteMemberCall.who_id:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Id - 609, // 281: sf.gear.metadata.type.v1.FellowshipCollective_DemoteMemberCall.who_index:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Index - 528, // 282: sf.gear.metadata.type.v1.FellowshipCollective_DemoteMemberCall.who_raw:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Raw - 235, // 283: sf.gear.metadata.type.v1.FellowshipCollective_DemoteMemberCall.who_address32:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Address32 - 301, // 284: sf.gear.metadata.type.v1.FellowshipCollective_DemoteMemberCall.who_address20:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Address20 - 136, // 285: sf.gear.metadata.type.v1.ConvictionVoting_To.to_id:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Id - 178, // 286: sf.gear.metadata.type.v1.ConvictionVoting_To.to_index:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Index - 185, // 287: sf.gear.metadata.type.v1.ConvictionVoting_To.to_raw:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Raw - 248, // 288: sf.gear.metadata.type.v1.ConvictionVoting_To.to_address32:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Address32 - 186, // 289: sf.gear.metadata.type.v1.ConvictionVoting_To.to_address20:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Address20 - 470, // 290: sf.gear.metadata.type.v1.BabePallet.call_report_equivocation_call:type_name -> sf.gear.metadata.type.v1.Babe_ReportEquivocationCall - 93, // 291: sf.gear.metadata.type.v1.BabePallet.call_report_equivocation_unsigned_call:type_name -> sf.gear.metadata.type.v1.Babe_ReportEquivocationUnsignedCall - 420, // 292: sf.gear.metadata.type.v1.BabePallet.call_plan_config_change_call:type_name -> sf.gear.metadata.type.v1.Babe_PlanConfigChangeCall - 192, // 293: sf.gear.metadata.type.v1.Bounties_Index.value0:type_name -> sf.gear.metadata.type.v1.Bounties_TupleNull - 230, // 294: sf.gear.metadata.type.v1.Treasury_Id.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 146, // 295: sf.gear.metadata.type.v1.Preimage_UnnotePreimageCall.hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 199, // 296: sf.gear.metadata.type.v1.FellowshipReferenda_EnactmentMoment.enactment_moment_at:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_At - 595, // 297: sf.gear.metadata.type.v1.FellowshipReferenda_EnactmentMoment.enactment_moment_after:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_After - 309, // 298: sf.gear.metadata.type.v1.Proxy_AnnounceCall.real_id:type_name -> sf.gear.metadata.type.v1.Proxy_Id - 273, // 299: sf.gear.metadata.type.v1.Proxy_AnnounceCall.real_index:type_name -> sf.gear.metadata.type.v1.Proxy_Index - 314, // 300: sf.gear.metadata.type.v1.Proxy_AnnounceCall.real_raw:type_name -> sf.gear.metadata.type.v1.Proxy_Raw - 236, // 301: sf.gear.metadata.type.v1.Proxy_AnnounceCall.real_address32:type_name -> sf.gear.metadata.type.v1.Proxy_Address32 - 253, // 302: sf.gear.metadata.type.v1.Proxy_AnnounceCall.real_address20:type_name -> sf.gear.metadata.type.v1.Proxy_Address20 - 146, // 303: sf.gear.metadata.type.v1.Proxy_AnnounceCall.call_hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 587, // 304: sf.gear.metadata.type.v1.ChildBountiesPallet.call_add_child_bounty_call:type_name -> sf.gear.metadata.type.v1.ChildBounties_AddChildBountyCall - 145, // 305: sf.gear.metadata.type.v1.ChildBountiesPallet.call_propose_curator_call:type_name -> sf.gear.metadata.type.v1.ChildBounties_ProposeCuratorCall - 209, // 306: sf.gear.metadata.type.v1.ChildBountiesPallet.call_accept_curator_call:type_name -> sf.gear.metadata.type.v1.ChildBounties_AcceptCuratorCall - 472, // 307: sf.gear.metadata.type.v1.ChildBountiesPallet.call_unassign_curator_call:type_name -> sf.gear.metadata.type.v1.ChildBounties_UnassignCuratorCall - 480, // 308: sf.gear.metadata.type.v1.ChildBountiesPallet.call_award_child_bounty_call:type_name -> sf.gear.metadata.type.v1.ChildBounties_AwardChildBountyCall - 118, // 309: sf.gear.metadata.type.v1.ChildBountiesPallet.call_claim_child_bounty_call:type_name -> sf.gear.metadata.type.v1.ChildBounties_ClaimChildBountyCall - 334, // 310: sf.gear.metadata.type.v1.ChildBountiesPallet.call_close_child_bounty_call:type_name -> sf.gear.metadata.type.v1.ChildBounties_CloseChildBountyCall - 43, // 311: sf.gear.metadata.type.v1.SchedulerPallet.call_schedule_call:type_name -> sf.gear.metadata.type.v1.Scheduler_ScheduleCall - 599, // 312: sf.gear.metadata.type.v1.SchedulerPallet.call_cancel_call:type_name -> sf.gear.metadata.type.v1.Scheduler_CancelCall - 498, // 313: sf.gear.metadata.type.v1.SchedulerPallet.call_schedule_named_call:type_name -> sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall - 62, // 314: sf.gear.metadata.type.v1.SchedulerPallet.call_cancel_named_call:type_name -> sf.gear.metadata.type.v1.Scheduler_CancelNamedCall - 618, // 315: sf.gear.metadata.type.v1.SchedulerPallet.call_schedule_after_call:type_name -> sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall - 522, // 316: sf.gear.metadata.type.v1.SchedulerPallet.call_schedule_named_after_call:type_name -> sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall - 230, // 317: sf.gear.metadata.type.v1.Identity_Id.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 352, // 318: sf.gear.metadata.type.v1.Identity_SetFieldsCall.fields:type_name -> sf.gear.metadata.type.v1.Identity_PalletIdentityTypesBitFlags - 442, // 319: sf.gear.metadata.type.v1.IdentityPallet.call_add_registrar_call:type_name -> sf.gear.metadata.type.v1.Identity_AddRegistrarCall - 478, // 320: sf.gear.metadata.type.v1.IdentityPallet.call_set_identity_call:type_name -> sf.gear.metadata.type.v1.Identity_SetIdentityCall - 605, // 321: sf.gear.metadata.type.v1.IdentityPallet.call_set_subs_call:type_name -> sf.gear.metadata.type.v1.Identity_SetSubsCall - 462, // 322: sf.gear.metadata.type.v1.IdentityPallet.call_clear_identity_call:type_name -> sf.gear.metadata.type.v1.Identity_ClearIdentityCall - 282, // 323: sf.gear.metadata.type.v1.IdentityPallet.call_request_judgement_call:type_name -> sf.gear.metadata.type.v1.Identity_RequestJudgementCall - 99, // 324: sf.gear.metadata.type.v1.IdentityPallet.call_cancel_request_call:type_name -> sf.gear.metadata.type.v1.Identity_CancelRequestCall - 138, // 325: sf.gear.metadata.type.v1.IdentityPallet.call_set_fee_call:type_name -> sf.gear.metadata.type.v1.Identity_SetFeeCall - 550, // 326: sf.gear.metadata.type.v1.IdentityPallet.call_set_account_id_call:type_name -> sf.gear.metadata.type.v1.Identity_SetAccountIdCall - 84, // 327: sf.gear.metadata.type.v1.IdentityPallet.call_set_fields_call:type_name -> sf.gear.metadata.type.v1.Identity_SetFieldsCall - 384, // 328: sf.gear.metadata.type.v1.IdentityPallet.call_provide_judgement_call:type_name -> sf.gear.metadata.type.v1.Identity_ProvideJudgementCall - 485, // 329: sf.gear.metadata.type.v1.IdentityPallet.call_kill_identity_call:type_name -> sf.gear.metadata.type.v1.Identity_KillIdentityCall - 444, // 330: sf.gear.metadata.type.v1.IdentityPallet.call_add_sub_call:type_name -> sf.gear.metadata.type.v1.Identity_AddSubCall - 422, // 331: sf.gear.metadata.type.v1.IdentityPallet.call_rename_sub_call:type_name -> sf.gear.metadata.type.v1.Identity_RenameSubCall - 280, // 332: sf.gear.metadata.type.v1.IdentityPallet.call_remove_sub_call:type_name -> sf.gear.metadata.type.v1.Identity_RemoveSubCall - 564, // 333: sf.gear.metadata.type.v1.IdentityPallet.call_quit_sub_call:type_name -> sf.gear.metadata.type.v1.Identity_QuitSubCall - 343, // 334: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 597, // 335: sf.gear.metadata.type.v1.Babe_SpConsensusBabeAppPublic.value0:type_name -> sf.gear.metadata.type.v1.SpCoreSr25519Public - 146, // 336: sf.gear.metadata.type.v1.FellowshipReferenda_Legacy.hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 476, // 337: sf.gear.metadata.type.v1.BagsList_RebagCall.dislocated_id:type_name -> sf.gear.metadata.type.v1.BagsList_Id - 440, // 338: sf.gear.metadata.type.v1.BagsList_RebagCall.dislocated_index:type_name -> sf.gear.metadata.type.v1.BagsList_Index - 414, // 339: sf.gear.metadata.type.v1.BagsList_RebagCall.dislocated_raw:type_name -> sf.gear.metadata.type.v1.BagsList_Raw - 386, // 340: sf.gear.metadata.type.v1.BagsList_RebagCall.dislocated_address32:type_name -> sf.gear.metadata.type.v1.BagsList_Address32 - 391, // 341: sf.gear.metadata.type.v1.BagsList_RebagCall.dislocated_address20:type_name -> sf.gear.metadata.type.v1.BagsList_Address20 - 57, // 342: sf.gear.metadata.type.v1.Referenda_Proposal.proposal_legacy:type_name -> sf.gear.metadata.type.v1.Referenda_Legacy - 1, // 343: sf.gear.metadata.type.v1.Referenda_Proposal.proposal_inline:type_name -> sf.gear.metadata.type.v1.Referenda_Inline - 484, // 344: sf.gear.metadata.type.v1.Referenda_Proposal.proposal_lookup:type_name -> sf.gear.metadata.type.v1.Referenda_Lookup - 536, // 345: sf.gear.metadata.type.v1.Babe_ReportEquivocationUnsignedCall.equivocation_proof:type_name -> sf.gear.metadata.type.v1.SpConsensusSlotsEquivocationProof - 495, // 346: sf.gear.metadata.type.v1.Babe_ReportEquivocationUnsignedCall.key_owner_proof:type_name -> sf.gear.metadata.type.v1.SpSessionMembershipProof - 129, // 347: sf.gear.metadata.type.v1.NominationPools_BondExtraCall.extra_free_balance:type_name -> sf.gear.metadata.type.v1.NominationPools_FreeBalance - 193, // 348: sf.gear.metadata.type.v1.NominationPools_BondExtraCall.extra_rewards:type_name -> sf.gear.metadata.type.v1.NominationPools_Rewards - 412, // 349: sf.gear.metadata.type.v1.NominationPools_Index.value0:type_name -> sf.gear.metadata.type.v1.NominationPools_TupleNull - 122, // 350: sf.gear.metadata.type.v1.FellowshipReferenda_Inline.value0:type_name -> sf.gear.metadata.type.v1.BoundedCollectionsBoundedVecBoundedVec - 579, // 351: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_SetEmergencyElectionResultCall.supports:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport - 226, // 352: sf.gear.metadata.type.v1.FellowshipCollectivePallet.call_add_member_call:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_AddMemberCall - 51, // 353: sf.gear.metadata.type.v1.FellowshipCollectivePallet.call_promote_member_call:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_PromoteMemberCall - 60, // 354: sf.gear.metadata.type.v1.FellowshipCollectivePallet.call_demote_member_call:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_DemoteMemberCall - 242, // 355: sf.gear.metadata.type.v1.FellowshipCollectivePallet.call_remove_member_call:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_RemoveMemberCall - 461, // 356: sf.gear.metadata.type.v1.FellowshipCollectivePallet.call_vote_call:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_VoteCall - 584, // 357: sf.gear.metadata.type.v1.FellowshipCollectivePallet.call_cleanup_poll_call:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_CleanupPollCall - 183, // 358: sf.gear.metadata.type.v1.Staking_MaxNominatorCount.max_nominator_count_noop:type_name -> sf.gear.metadata.type.v1.Staking_Noop - 6, // 359: sf.gear.metadata.type.v1.Staking_MaxNominatorCount.max_nominator_count_set:type_name -> sf.gear.metadata.type.v1.Staking_Set - 152, // 360: sf.gear.metadata.type.v1.Staking_MaxNominatorCount.max_nominator_count_remove:type_name -> sf.gear.metadata.type.v1.Staking_Remove - 286, // 361: sf.gear.metadata.type.v1.Vesting_Index.value0:type_name -> sf.gear.metadata.type.v1.Vesting_TupleNull - 230, // 362: sf.gear.metadata.type.v1.Staking_ReapStashCall.stash:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 112, // 363: sf.gear.metadata.type.v1.GearVoucher_CallCall.voucher_id:type_name -> sf.gear.metadata.type.v1.GearVoucher_PalletGearVoucherInternalVoucherId - 11, // 364: sf.gear.metadata.type.v1.GearVoucher_CallCall.call_send_message:type_name -> sf.gear.metadata.type.v1.GearVoucher_SendMessage - 545, // 365: sf.gear.metadata.type.v1.GearVoucher_CallCall.call_send_reply:type_name -> sf.gear.metadata.type.v1.GearVoucher_SendReply - 260, // 366: sf.gear.metadata.type.v1.GearVoucher_CallCall.call_upload_code:type_name -> sf.gear.metadata.type.v1.GearVoucher_UploadCode - 330, // 367: sf.gear.metadata.type.v1.GearVoucher_CallCall.call_decline_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucher_DeclineVoucher - 155, // 368: sf.gear.metadata.type.v1.Balances_TupleNull.value:type_name -> sf.gear.metadata.type.v1.TupleNull - 244, // 369: sf.gear.metadata.type.v1.Balances_TransferAllowDeathCall.dest_id:type_name -> sf.gear.metadata.type.v1.Balances_Id - 563, // 370: sf.gear.metadata.type.v1.Balances_TransferAllowDeathCall.dest_index:type_name -> sf.gear.metadata.type.v1.Balances_Index - 189, // 371: sf.gear.metadata.type.v1.Balances_TransferAllowDeathCall.dest_raw:type_name -> sf.gear.metadata.type.v1.Balances_Raw - 24, // 372: sf.gear.metadata.type.v1.Balances_TransferAllowDeathCall.dest_address32:type_name -> sf.gear.metadata.type.v1.Balances_Address32 - 421, // 373: sf.gear.metadata.type.v1.Balances_TransferAllowDeathCall.dest_address20:type_name -> sf.gear.metadata.type.v1.Balances_Address20 - 146, // 374: sf.gear.metadata.type.v1.Grandpa_FinalityGrandpaPrevote.target_hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 555, // 375: sf.gear.metadata.type.v1.Staking_PalletStakingValidatorPrefs.commission:type_name -> sf.gear.metadata.type.v1.SpArithmeticPerThingsPerbill - 309, // 376: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.delegate_id:type_name -> sf.gear.metadata.type.v1.Proxy_Id - 273, // 377: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.delegate_index:type_name -> sf.gear.metadata.type.v1.Proxy_Index - 314, // 378: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.delegate_raw:type_name -> sf.gear.metadata.type.v1.Proxy_Raw - 236, // 379: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.delegate_address32:type_name -> sf.gear.metadata.type.v1.Proxy_Address32 - 253, // 380: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.delegate_address20:type_name -> sf.gear.metadata.type.v1.Proxy_Address20 - 309, // 381: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.real_id:type_name -> sf.gear.metadata.type.v1.Proxy_Id - 273, // 382: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.real_index:type_name -> sf.gear.metadata.type.v1.Proxy_Index - 314, // 383: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.real_raw:type_name -> sf.gear.metadata.type.v1.Proxy_Raw - 236, // 384: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.real_address32:type_name -> sf.gear.metadata.type.v1.Proxy_Address32 - 253, // 385: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.real_address20:type_name -> sf.gear.metadata.type.v1.Proxy_Address20 - 565, // 386: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.force_proxy_type_any:type_name -> sf.gear.metadata.type.v1.Proxy_Any - 610, // 387: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.force_proxy_type_non_transfer:type_name -> sf.gear.metadata.type.v1.Proxy_NonTransfer - 132, // 388: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.force_proxy_type_governance:type_name -> sf.gear.metadata.type.v1.Proxy_Governance - 144, // 389: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.force_proxy_type_staking:type_name -> sf.gear.metadata.type.v1.Proxy_Staking - 58, // 390: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.force_proxy_type_identity_judgement:type_name -> sf.gear.metadata.type.v1.Proxy_IdentityJudgement - 73, // 391: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.force_proxy_type_cancel_proxy:type_name -> sf.gear.metadata.type.v1.Proxy_CancelProxy - 475, // 392: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 535, // 393: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 65, // 394: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 598, // 395: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 471, // 396: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 59, // 397: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 582, // 398: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 622, // 399: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 448, // 400: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 166, // 401: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 19, // 402: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 492, // 403: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 250, // 404: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 38, // 405: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 101, // 406: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 572, // 407: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 48, // 408: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 82, // 409: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 594, // 410: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 85, // 411: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 207, // 412: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 208, // 413: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 566, // 414: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 620, // 415: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 79, // 416: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 297, // 417: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 348, // 418: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 126, // 419: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 379, // 420: sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall.call_gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 230, // 421: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.other_signatories:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 475, // 422: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 535, // 423: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 65, // 424: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 598, // 425: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 471, // 426: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 59, // 427: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 582, // 428: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 622, // 429: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 448, // 430: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 166, // 431: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 19, // 432: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 492, // 433: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 250, // 434: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 38, // 435: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 101, // 436: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 572, // 437: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 48, // 438: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 82, // 439: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 594, // 440: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 85, // 441: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 207, // 442: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 208, // 443: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 566, // 444: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 620, // 445: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 79, // 446: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 297, // 447: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 348, // 448: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 126, // 449: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 379, // 450: sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call.call_gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 64, // 451: sf.gear.metadata.type.v1.StakingRewardsPallet.call_refill_call:type_name -> sf.gear.metadata.type.v1.StakingRewards_RefillCall - 10, // 452: sf.gear.metadata.type.v1.StakingRewardsPallet.call_force_refill_call:type_name -> sf.gear.metadata.type.v1.StakingRewards_ForceRefillCall - 474, // 453: sf.gear.metadata.type.v1.StakingRewardsPallet.call_withdraw_call:type_name -> sf.gear.metadata.type.v1.StakingRewards_WithdrawCall - 507, // 454: sf.gear.metadata.type.v1.StakingRewardsPallet.call_align_supply_call:type_name -> sf.gear.metadata.type.v1.StakingRewards_AlignSupplyCall - 597, // 455: sf.gear.metadata.type.v1.SpConsensusBabeAppPublic.value0:type_name -> sf.gear.metadata.type.v1.SpCoreSr25519Public - 601, // 456: sf.gear.metadata.type.v1.StakingRewards_From.from_id:type_name -> sf.gear.metadata.type.v1.StakingRewards_Id - 134, // 457: sf.gear.metadata.type.v1.StakingRewards_From.from_index:type_name -> sf.gear.metadata.type.v1.StakingRewards_Index - 503, // 458: sf.gear.metadata.type.v1.StakingRewards_From.from_raw:type_name -> sf.gear.metadata.type.v1.StakingRewards_Raw - 596, // 459: sf.gear.metadata.type.v1.StakingRewards_From.from_address32:type_name -> sf.gear.metadata.type.v1.StakingRewards_Address32 - 275, // 460: sf.gear.metadata.type.v1.StakingRewards_From.from_address20:type_name -> sf.gear.metadata.type.v1.StakingRewards_Address20 - 230, // 461: sf.gear.metadata.type.v1.FellowshipCollective_Id.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 285, // 462: sf.gear.metadata.type.v1.StakingRewards_Index.value0:type_name -> sf.gear.metadata.type.v1.StakingRewards_TupleNull - 230, // 463: sf.gear.metadata.type.v1.ConvictionVoting_Id.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 230, // 464: sf.gear.metadata.type.v1.Staking_SetInvulnerablesCall.invulnerables:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 146, // 465: sf.gear.metadata.type.v1.Whitelist_WhitelistCallCall.call_hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 326, // 466: sf.gear.metadata.type.v1.ChildBounties_ProposeCuratorCall.curator_id:type_name -> sf.gear.metadata.type.v1.ChildBounties_Id - 631, // 467: sf.gear.metadata.type.v1.ChildBounties_ProposeCuratorCall.curator_index:type_name -> sf.gear.metadata.type.v1.ChildBounties_Index - 291, // 468: sf.gear.metadata.type.v1.ChildBounties_ProposeCuratorCall.curator_raw:type_name -> sf.gear.metadata.type.v1.ChildBounties_Raw - 160, // 469: sf.gear.metadata.type.v1.ChildBounties_ProposeCuratorCall.curator_address32:type_name -> sf.gear.metadata.type.v1.ChildBounties_Address32 - 514, // 470: sf.gear.metadata.type.v1.ChildBounties_ProposeCuratorCall.curator_address20:type_name -> sf.gear.metadata.type.v1.ChildBounties_Address20 - 146, // 471: sf.gear.metadata.type.v1.Referenda_SetMetadataCall.maybe_hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 259, // 472: sf.gear.metadata.type.v1.NominationPools_NewBouncer.new_bouncer_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 473: sf.gear.metadata.type.v1.NominationPools_NewBouncer.new_bouncer_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 474: sf.gear.metadata.type.v1.NominationPools_NewBouncer.new_bouncer_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 555, // 475: sf.gear.metadata.type.v1.Staking_SetMinCommissionCall.new:type_name -> sf.gear.metadata.type.v1.SpArithmeticPerThingsPerbill - 67, // 476: sf.gear.metadata.type.v1.Identity_Legal.legal_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 477: sf.gear.metadata.type.v1.Identity_Legal.legal_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 478: sf.gear.metadata.type.v1.Identity_Legal.legal_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 479: sf.gear.metadata.type.v1.Identity_Legal.legal_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 480: sf.gear.metadata.type.v1.Identity_Legal.legal_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 481: sf.gear.metadata.type.v1.Identity_Legal.legal_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 482: sf.gear.metadata.type.v1.Identity_Legal.legal_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 483: sf.gear.metadata.type.v1.Identity_Legal.legal_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 484: sf.gear.metadata.type.v1.Identity_Legal.legal_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 485: sf.gear.metadata.type.v1.Identity_Legal.legal_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 486: sf.gear.metadata.type.v1.Identity_Legal.legal_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 487: sf.gear.metadata.type.v1.Identity_Legal.legal_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 488: sf.gear.metadata.type.v1.Identity_Legal.legal_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 489: sf.gear.metadata.type.v1.Identity_Legal.legal_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 490: sf.gear.metadata.type.v1.Identity_Legal.legal_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 491: sf.gear.metadata.type.v1.Identity_Legal.legal_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 492: sf.gear.metadata.type.v1.Identity_Legal.legal_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 493: sf.gear.metadata.type.v1.Identity_Legal.legal_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 494: sf.gear.metadata.type.v1.Identity_Legal.legal_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 495: sf.gear.metadata.type.v1.Identity_Legal.legal_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 496: sf.gear.metadata.type.v1.Identity_Legal.legal_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 497: sf.gear.metadata.type.v1.Identity_Legal.legal_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 498: sf.gear.metadata.type.v1.Identity_Legal.legal_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 499: sf.gear.metadata.type.v1.Identity_Legal.legal_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 500: sf.gear.metadata.type.v1.Identity_Legal.legal_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 501: sf.gear.metadata.type.v1.Identity_Legal.legal_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 502: sf.gear.metadata.type.v1.Identity_Legal.legal_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 503: sf.gear.metadata.type.v1.Identity_Legal.legal_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 504: sf.gear.metadata.type.v1.Identity_Legal.legal_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 505: sf.gear.metadata.type.v1.Identity_Legal.legal_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 506: sf.gear.metadata.type.v1.Identity_Legal.legal_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 507: sf.gear.metadata.type.v1.Identity_Legal.legal_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 508: sf.gear.metadata.type.v1.Identity_Legal.legal_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 509: sf.gear.metadata.type.v1.Identity_Legal.legal_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 510: sf.gear.metadata.type.v1.Identity_Legal.legal_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 511: sf.gear.metadata.type.v1.Identity_Legal.legal_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 512: sf.gear.metadata.type.v1.Identity_Legal.legal_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 513: sf.gear.metadata.type.v1.Identity_Legal.legal_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 67, // 514: sf.gear.metadata.type.v1.Identity_Value1.value1_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 515: sf.gear.metadata.type.v1.Identity_Value1.value1_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 516: sf.gear.metadata.type.v1.Identity_Value1.value1_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 517: sf.gear.metadata.type.v1.Identity_Value1.value1_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 518: sf.gear.metadata.type.v1.Identity_Value1.value1_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 519: sf.gear.metadata.type.v1.Identity_Value1.value1_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 520: sf.gear.metadata.type.v1.Identity_Value1.value1_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 521: sf.gear.metadata.type.v1.Identity_Value1.value1_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 522: sf.gear.metadata.type.v1.Identity_Value1.value1_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 523: sf.gear.metadata.type.v1.Identity_Value1.value1_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 524: sf.gear.metadata.type.v1.Identity_Value1.value1_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 525: sf.gear.metadata.type.v1.Identity_Value1.value1_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 526: sf.gear.metadata.type.v1.Identity_Value1.value1_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 527: sf.gear.metadata.type.v1.Identity_Value1.value1_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 528: sf.gear.metadata.type.v1.Identity_Value1.value1_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 529: sf.gear.metadata.type.v1.Identity_Value1.value1_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 530: sf.gear.metadata.type.v1.Identity_Value1.value1_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 531: sf.gear.metadata.type.v1.Identity_Value1.value1_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 532: sf.gear.metadata.type.v1.Identity_Value1.value1_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 533: sf.gear.metadata.type.v1.Identity_Value1.value1_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 534: sf.gear.metadata.type.v1.Identity_Value1.value1_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 535: sf.gear.metadata.type.v1.Identity_Value1.value1_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 536: sf.gear.metadata.type.v1.Identity_Value1.value1_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 537: sf.gear.metadata.type.v1.Identity_Value1.value1_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 538: sf.gear.metadata.type.v1.Identity_Value1.value1_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 539: sf.gear.metadata.type.v1.Identity_Value1.value1_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 540: sf.gear.metadata.type.v1.Identity_Value1.value1_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 541: sf.gear.metadata.type.v1.Identity_Value1.value1_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 542: sf.gear.metadata.type.v1.Identity_Value1.value1_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 543: sf.gear.metadata.type.v1.Identity_Value1.value1_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 544: sf.gear.metadata.type.v1.Identity_Value1.value1_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 545: sf.gear.metadata.type.v1.Identity_Value1.value1_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 546: sf.gear.metadata.type.v1.Identity_Value1.value1_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 547: sf.gear.metadata.type.v1.Identity_Value1.value1_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 548: sf.gear.metadata.type.v1.Identity_Value1.value1_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 549: sf.gear.metadata.type.v1.Identity_Value1.value1_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 550: sf.gear.metadata.type.v1.Identity_Value1.value1_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 551: sf.gear.metadata.type.v1.Identity_Value1.value1_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 309, // 552: sf.gear.metadata.type.v1.Proxy_KillPureCall.spawner_id:type_name -> sf.gear.metadata.type.v1.Proxy_Id - 273, // 553: sf.gear.metadata.type.v1.Proxy_KillPureCall.spawner_index:type_name -> sf.gear.metadata.type.v1.Proxy_Index - 314, // 554: sf.gear.metadata.type.v1.Proxy_KillPureCall.spawner_raw:type_name -> sf.gear.metadata.type.v1.Proxy_Raw - 236, // 555: sf.gear.metadata.type.v1.Proxy_KillPureCall.spawner_address32:type_name -> sf.gear.metadata.type.v1.Proxy_Address32 - 253, // 556: sf.gear.metadata.type.v1.Proxy_KillPureCall.spawner_address20:type_name -> sf.gear.metadata.type.v1.Proxy_Address20 - 565, // 557: sf.gear.metadata.type.v1.Proxy_KillPureCall.proxy_type_any:type_name -> sf.gear.metadata.type.v1.Proxy_Any - 610, // 558: sf.gear.metadata.type.v1.Proxy_KillPureCall.proxy_type_non_transfer:type_name -> sf.gear.metadata.type.v1.Proxy_NonTransfer - 132, // 559: sf.gear.metadata.type.v1.Proxy_KillPureCall.proxy_type_governance:type_name -> sf.gear.metadata.type.v1.Proxy_Governance - 144, // 560: sf.gear.metadata.type.v1.Proxy_KillPureCall.proxy_type_staking:type_name -> sf.gear.metadata.type.v1.Proxy_Staking - 58, // 561: sf.gear.metadata.type.v1.Proxy_KillPureCall.proxy_type_identity_judgement:type_name -> sf.gear.metadata.type.v1.Proxy_IdentityJudgement - 73, // 562: sf.gear.metadata.type.v1.Proxy_KillPureCall.proxy_type_cancel_proxy:type_name -> sf.gear.metadata.type.v1.Proxy_CancelProxy - 455, // 563: sf.gear.metadata.type.v1.SessionPallet.call_set_keys_call:type_name -> sf.gear.metadata.type.v1.Session_SetKeysCall - 338, // 564: sf.gear.metadata.type.v1.SessionPallet.call_purge_keys_call:type_name -> sf.gear.metadata.type.v1.Session_PurgeKeysCall - 107, // 565: sf.gear.metadata.type.v1.Utility_System.value0_root:type_name -> sf.gear.metadata.type.v1.Root - 557, // 566: sf.gear.metadata.type.v1.Utility_System.value0_signed:type_name -> sf.gear.metadata.type.v1.Signed - 416, // 567: sf.gear.metadata.type.v1.Utility_System.value0_none:type_name -> sf.gear.metadata.type.v1.None - 230, // 568: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 67, // 569: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 570: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 571: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 572: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 573: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 574: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 575: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 576: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 577: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 578: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 579: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 580: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 581: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 582: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 583: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 584: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 585: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 586: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 587: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 588: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 589: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 590: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 591: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 592: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 593: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 594: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 595: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 596: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 597: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 598: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 599: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 600: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 601: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 602: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 603: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 604: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 605: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 606: sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData.value1_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 565, // 607: sf.gear.metadata.type.v1.Proxy_ProxyType.proxy_type_any:type_name -> sf.gear.metadata.type.v1.Proxy_Any - 610, // 608: sf.gear.metadata.type.v1.Proxy_ProxyType.proxy_type_non_transfer:type_name -> sf.gear.metadata.type.v1.Proxy_NonTransfer - 132, // 609: sf.gear.metadata.type.v1.Proxy_ProxyType.proxy_type_governance:type_name -> sf.gear.metadata.type.v1.Proxy_Governance - 144, // 610: sf.gear.metadata.type.v1.Proxy_ProxyType.proxy_type_staking:type_name -> sf.gear.metadata.type.v1.Proxy_Staking - 58, // 611: sf.gear.metadata.type.v1.Proxy_ProxyType.proxy_type_identity_judgement:type_name -> sf.gear.metadata.type.v1.Proxy_IdentityJudgement - 73, // 612: sf.gear.metadata.type.v1.Proxy_ProxyType.proxy_type_cancel_proxy:type_name -> sf.gear.metadata.type.v1.Proxy_CancelProxy - 343, // 613: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 244, // 614: sf.gear.metadata.type.v1.Balances_Dest.dest_id:type_name -> sf.gear.metadata.type.v1.Balances_Id - 563, // 615: sf.gear.metadata.type.v1.Balances_Dest.dest_index:type_name -> sf.gear.metadata.type.v1.Balances_Index - 189, // 616: sf.gear.metadata.type.v1.Balances_Dest.dest_raw:type_name -> sf.gear.metadata.type.v1.Balances_Raw - 24, // 617: sf.gear.metadata.type.v1.Balances_Dest.dest_address32:type_name -> sf.gear.metadata.type.v1.Balances_Address32 - 421, // 618: sf.gear.metadata.type.v1.Balances_Dest.dest_address20:type_name -> sf.gear.metadata.type.v1.Balances_Address20 - 183, // 619: sf.gear.metadata.type.v1.Staking_MinValidatorBond.min_validator_bond_noop:type_name -> sf.gear.metadata.type.v1.Staking_Noop - 6, // 620: sf.gear.metadata.type.v1.Staking_MinValidatorBond.min_validator_bond_set:type_name -> sf.gear.metadata.type.v1.Staking_Set - 152, // 621: sf.gear.metadata.type.v1.Staking_MinValidatorBond.min_validator_bond_remove:type_name -> sf.gear.metadata.type.v1.Staking_Remove - 179, // 622: sf.gear.metadata.type.v1.FellowshipReferenda_ProposalOrigin.proposal_origin_system:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_System - 26, // 623: sf.gear.metadata.type.v1.FellowshipReferenda_ProposalOrigin.proposal_origin_origins:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_Origins - 254, // 624: sf.gear.metadata.type.v1.FellowshipReferenda_ProposalOrigin.proposal_origin_void:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_Void - 231, // 625: sf.gear.metadata.type.v1.ConvictionVoting_Index.value0:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_TupleNull - 107, // 626: sf.gear.metadata.type.v1.FellowshipReferenda_System.value0_root:type_name -> sf.gear.metadata.type.v1.Root - 557, // 627: sf.gear.metadata.type.v1.FellowshipReferenda_System.value0_signed:type_name -> sf.gear.metadata.type.v1.Signed - 416, // 628: sf.gear.metadata.type.v1.FellowshipReferenda_System.value0_none:type_name -> sf.gear.metadata.type.v1.None - 630, // 629: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_SubmitUnsignedCall.raw_solution:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution - 378, // 630: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_SubmitUnsignedCall.witness:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize - 23, // 631: sf.gear.metadata.type.v1.System_KillStorageCall.keys:type_name -> sf.gear.metadata.type.v1.System_SystemKeysList - 168, // 632: sf.gear.metadata.type.v1.Utility_DispatchAsCall.as_origin_system:type_name -> sf.gear.metadata.type.v1.Utility_System - 482, // 633: sf.gear.metadata.type.v1.Utility_DispatchAsCall.as_origin_origins:type_name -> sf.gear.metadata.type.v1.Utility_Origins - 617, // 634: sf.gear.metadata.type.v1.Utility_DispatchAsCall.as_origin_void:type_name -> sf.gear.metadata.type.v1.Utility_Void - 475, // 635: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 535, // 636: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 65, // 637: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 598, // 638: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 471, // 639: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 59, // 640: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 582, // 641: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 622, // 642: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 448, // 643: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 166, // 644: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 19, // 645: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 492, // 646: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 250, // 647: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 38, // 648: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 101, // 649: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 572, // 650: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 48, // 651: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 82, // 652: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 594, // 653: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 85, // 654: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 207, // 655: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 208, // 656: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 566, // 657: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 620, // 658: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 79, // 659: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 297, // 660: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 348, // 661: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 126, // 662: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 379, // 663: sf.gear.metadata.type.v1.Utility_DispatchAsCall.call_gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 67, // 664: sf.gear.metadata.type.v1.Identity_Web.web_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 665: sf.gear.metadata.type.v1.Identity_Web.web_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 666: sf.gear.metadata.type.v1.Identity_Web.web_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 667: sf.gear.metadata.type.v1.Identity_Web.web_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 668: sf.gear.metadata.type.v1.Identity_Web.web_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 669: sf.gear.metadata.type.v1.Identity_Web.web_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 670: sf.gear.metadata.type.v1.Identity_Web.web_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 671: sf.gear.metadata.type.v1.Identity_Web.web_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 672: sf.gear.metadata.type.v1.Identity_Web.web_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 673: sf.gear.metadata.type.v1.Identity_Web.web_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 674: sf.gear.metadata.type.v1.Identity_Web.web_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 675: sf.gear.metadata.type.v1.Identity_Web.web_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 676: sf.gear.metadata.type.v1.Identity_Web.web_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 677: sf.gear.metadata.type.v1.Identity_Web.web_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 678: sf.gear.metadata.type.v1.Identity_Web.web_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 679: sf.gear.metadata.type.v1.Identity_Web.web_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 680: sf.gear.metadata.type.v1.Identity_Web.web_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 681: sf.gear.metadata.type.v1.Identity_Web.web_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 682: sf.gear.metadata.type.v1.Identity_Web.web_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 683: sf.gear.metadata.type.v1.Identity_Web.web_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 684: sf.gear.metadata.type.v1.Identity_Web.web_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 685: sf.gear.metadata.type.v1.Identity_Web.web_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 686: sf.gear.metadata.type.v1.Identity_Web.web_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 687: sf.gear.metadata.type.v1.Identity_Web.web_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 688: sf.gear.metadata.type.v1.Identity_Web.web_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 689: sf.gear.metadata.type.v1.Identity_Web.web_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 690: sf.gear.metadata.type.v1.Identity_Web.web_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 691: sf.gear.metadata.type.v1.Identity_Web.web_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 692: sf.gear.metadata.type.v1.Identity_Web.web_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 693: sf.gear.metadata.type.v1.Identity_Web.web_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 694: sf.gear.metadata.type.v1.Identity_Web.web_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 695: sf.gear.metadata.type.v1.Identity_Web.web_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 696: sf.gear.metadata.type.v1.Identity_Web.web_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 697: sf.gear.metadata.type.v1.Identity_Web.web_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 698: sf.gear.metadata.type.v1.Identity_Web.web_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 699: sf.gear.metadata.type.v1.Identity_Web.web_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 700: sf.gear.metadata.type.v1.Identity_Web.web_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 701: sf.gear.metadata.type.v1.Identity_Web.web_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 309, // 702: sf.gear.metadata.type.v1.Proxy_Real.real_id:type_name -> sf.gear.metadata.type.v1.Proxy_Id - 273, // 703: sf.gear.metadata.type.v1.Proxy_Real.real_index:type_name -> sf.gear.metadata.type.v1.Proxy_Index - 314, // 704: sf.gear.metadata.type.v1.Proxy_Real.real_raw:type_name -> sf.gear.metadata.type.v1.Proxy_Raw - 236, // 705: sf.gear.metadata.type.v1.Proxy_Real.real_address32:type_name -> sf.gear.metadata.type.v1.Proxy_Address32 - 253, // 706: sf.gear.metadata.type.v1.Proxy_Real.real_address20:type_name -> sf.gear.metadata.type.v1.Proxy_Address20 - 155, // 707: sf.gear.metadata.type.v1.Bounties_TupleNull.value:type_name -> sf.gear.metadata.type.v1.TupleNull - 107, // 708: sf.gear.metadata.type.v1.Referenda_System.value0_root:type_name -> sf.gear.metadata.type.v1.Root - 557, // 709: sf.gear.metadata.type.v1.Referenda_System.value0_signed:type_name -> sf.gear.metadata.type.v1.Signed - 416, // 710: sf.gear.metadata.type.v1.Referenda_System.value0_none:type_name -> sf.gear.metadata.type.v1.None - 67, // 711: sf.gear.metadata.type.v1.Identity_Value0.value0_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 712: sf.gear.metadata.type.v1.Identity_Value0.value0_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 713: sf.gear.metadata.type.v1.Identity_Value0.value0_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 714: sf.gear.metadata.type.v1.Identity_Value0.value0_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 715: sf.gear.metadata.type.v1.Identity_Value0.value0_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 716: sf.gear.metadata.type.v1.Identity_Value0.value0_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 717: sf.gear.metadata.type.v1.Identity_Value0.value0_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 718: sf.gear.metadata.type.v1.Identity_Value0.value0_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 719: sf.gear.metadata.type.v1.Identity_Value0.value0_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 720: sf.gear.metadata.type.v1.Identity_Value0.value0_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 721: sf.gear.metadata.type.v1.Identity_Value0.value0_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 722: sf.gear.metadata.type.v1.Identity_Value0.value0_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 723: sf.gear.metadata.type.v1.Identity_Value0.value0_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 724: sf.gear.metadata.type.v1.Identity_Value0.value0_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 725: sf.gear.metadata.type.v1.Identity_Value0.value0_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 726: sf.gear.metadata.type.v1.Identity_Value0.value0_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 727: sf.gear.metadata.type.v1.Identity_Value0.value0_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 728: sf.gear.metadata.type.v1.Identity_Value0.value0_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 729: sf.gear.metadata.type.v1.Identity_Value0.value0_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 730: sf.gear.metadata.type.v1.Identity_Value0.value0_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 731: sf.gear.metadata.type.v1.Identity_Value0.value0_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 732: sf.gear.metadata.type.v1.Identity_Value0.value0_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 733: sf.gear.metadata.type.v1.Identity_Value0.value0_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 734: sf.gear.metadata.type.v1.Identity_Value0.value0_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 735: sf.gear.metadata.type.v1.Identity_Value0.value0_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 736: sf.gear.metadata.type.v1.Identity_Value0.value0_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 737: sf.gear.metadata.type.v1.Identity_Value0.value0_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 738: sf.gear.metadata.type.v1.Identity_Value0.value0_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 739: sf.gear.metadata.type.v1.Identity_Value0.value0_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 740: sf.gear.metadata.type.v1.Identity_Value0.value0_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 741: sf.gear.metadata.type.v1.Identity_Value0.value0_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 742: sf.gear.metadata.type.v1.Identity_Value0.value0_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 743: sf.gear.metadata.type.v1.Identity_Value0.value0_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 744: sf.gear.metadata.type.v1.Identity_Value0.value0_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 745: sf.gear.metadata.type.v1.Identity_Value0.value0_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 746: sf.gear.metadata.type.v1.Identity_Value0.value0_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 747: sf.gear.metadata.type.v1.Identity_Value0.value0_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 748: sf.gear.metadata.type.v1.Identity_Value0.value0_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 155, // 749: sf.gear.metadata.type.v1.Staking_TupleNull.value:type_name -> sf.gear.metadata.type.v1.TupleNull - 476, // 750: sf.gear.metadata.type.v1.BagsList_Dislocated.dislocated_id:type_name -> sf.gear.metadata.type.v1.BagsList_Id - 440, // 751: sf.gear.metadata.type.v1.BagsList_Dislocated.dislocated_index:type_name -> sf.gear.metadata.type.v1.BagsList_Index - 414, // 752: sf.gear.metadata.type.v1.BagsList_Dislocated.dislocated_raw:type_name -> sf.gear.metadata.type.v1.BagsList_Raw - 386, // 753: sf.gear.metadata.type.v1.BagsList_Dislocated.dislocated_address32:type_name -> sf.gear.metadata.type.v1.BagsList_Address32 - 391, // 754: sf.gear.metadata.type.v1.BagsList_Dislocated.dislocated_address20:type_name -> sf.gear.metadata.type.v1.BagsList_Address20 - 71, // 755: sf.gear.metadata.type.v1.Treasury_ProposeSpendCall.beneficiary_id:type_name -> sf.gear.metadata.type.v1.Treasury_Id - 409, // 756: sf.gear.metadata.type.v1.Treasury_ProposeSpendCall.beneficiary_index:type_name -> sf.gear.metadata.type.v1.Treasury_Index - 35, // 757: sf.gear.metadata.type.v1.Treasury_ProposeSpendCall.beneficiary_raw:type_name -> sf.gear.metadata.type.v1.Treasury_Raw - 488, // 758: sf.gear.metadata.type.v1.Treasury_ProposeSpendCall.beneficiary_address32:type_name -> sf.gear.metadata.type.v1.Treasury_Address32 - 454, // 759: sf.gear.metadata.type.v1.Treasury_ProposeSpendCall.beneficiary_address20:type_name -> sf.gear.metadata.type.v1.Treasury_Address20 - 559, // 760: sf.gear.metadata.type.v1.ProxyPallet.call_proxy_call:type_name -> sf.gear.metadata.type.v1.Proxy_ProxyCall - 419, // 761: sf.gear.metadata.type.v1.ProxyPallet.call_add_proxy_call:type_name -> sf.gear.metadata.type.v1.Proxy_AddProxyCall - 296, // 762: sf.gear.metadata.type.v1.ProxyPallet.call_remove_proxy_call:type_name -> sf.gear.metadata.type.v1.Proxy_RemoveProxyCall - 531, // 763: sf.gear.metadata.type.v1.ProxyPallet.call_remove_proxies_call:type_name -> sf.gear.metadata.type.v1.Proxy_RemoveProxiesCall - 452, // 764: sf.gear.metadata.type.v1.ProxyPallet.call_create_pure_call:type_name -> sf.gear.metadata.type.v1.Proxy_CreatePureCall - 159, // 765: sf.gear.metadata.type.v1.ProxyPallet.call_kill_pure_call:type_name -> sf.gear.metadata.type.v1.Proxy_KillPureCall - 78, // 766: sf.gear.metadata.type.v1.ProxyPallet.call_announce_call:type_name -> sf.gear.metadata.type.v1.Proxy_AnnounceCall - 212, // 767: sf.gear.metadata.type.v1.ProxyPallet.call_remove_announcement_call:type_name -> sf.gear.metadata.type.v1.Proxy_RemoveAnnouncementCall - 606, // 768: sf.gear.metadata.type.v1.ProxyPallet.call_reject_announcement_call:type_name -> sf.gear.metadata.type.v1.Proxy_RejectAnnouncementCall - 123, // 769: sf.gear.metadata.type.v1.ProxyPallet.call_proxy_announced_call:type_name -> sf.gear.metadata.type.v1.Proxy_ProxyAnnouncedCall - 124, // 770: sf.gear.metadata.type.v1.MultisigPallet.call_as_multi_threshold1_call:type_name -> sf.gear.metadata.type.v1.Multisig_AsMultiThreshold1Call - 353, // 771: sf.gear.metadata.type.v1.MultisigPallet.call_as_multi_call:type_name -> sf.gear.metadata.type.v1.Multisig_AsMultiCall - 438, // 772: sf.gear.metadata.type.v1.MultisigPallet.call_approve_as_multi_call:type_name -> sf.gear.metadata.type.v1.Multisig_ApproveAsMultiCall - 354, // 773: sf.gear.metadata.type.v1.MultisigPallet.call_cancel_as_multi_call:type_name -> sf.gear.metadata.type.v1.Multisig_CancelAsMultiCall - 349, // 774: sf.gear.metadata.type.v1.Grandpa_SpConsensusGrandpaEquivocationProof.equivocation_prevote:type_name -> sf.gear.metadata.type.v1.Grandpa_Prevote - 215, // 775: sf.gear.metadata.type.v1.Grandpa_SpConsensusGrandpaEquivocationProof.equivocation_precommit:type_name -> sf.gear.metadata.type.v1.Grandpa_Precommit - 309, // 776: sf.gear.metadata.type.v1.Proxy_RemoveAnnouncementCall.real_id:type_name -> sf.gear.metadata.type.v1.Proxy_Id - 273, // 777: sf.gear.metadata.type.v1.Proxy_RemoveAnnouncementCall.real_index:type_name -> sf.gear.metadata.type.v1.Proxy_Index - 314, // 778: sf.gear.metadata.type.v1.Proxy_RemoveAnnouncementCall.real_raw:type_name -> sf.gear.metadata.type.v1.Proxy_Raw - 236, // 779: sf.gear.metadata.type.v1.Proxy_RemoveAnnouncementCall.real_address32:type_name -> sf.gear.metadata.type.v1.Proxy_Address32 - 253, // 780: sf.gear.metadata.type.v1.Proxy_RemoveAnnouncementCall.real_address20:type_name -> sf.gear.metadata.type.v1.Proxy_Address20 - 146, // 781: sf.gear.metadata.type.v1.Proxy_RemoveAnnouncementCall.call_hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 37, // 782: sf.gear.metadata.type.v1.NominationPools_SetCommissionChangeRateCall.change_rate:type_name -> sf.gear.metadata.type.v1.NominationPools_PalletNominationPoolsCommissionChangeRate - 562, // 783: sf.gear.metadata.type.v1.Grandpa_Precommit.value0:type_name -> sf.gear.metadata.type.v1.Grandpa_FinalityGrandpaEquivocation - 191, // 784: sf.gear.metadata.type.v1.Gear_SendReplyCall.reply_to_id:type_name -> sf.gear.metadata.type.v1.GprimitivesMessageId - 230, // 785: sf.gear.metadata.type.v1.GearVoucher_IssueCall.spender:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 362, // 786: sf.gear.metadata.type.v1.GearVoucher_IssueCall.programs:type_name -> sf.gear.metadata.type.v1.BTreeSet - 136, // 787: sf.gear.metadata.type.v1.ConvictionVoting_RemoveOtherVoteCall.target_id:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Id - 178, // 788: sf.gear.metadata.type.v1.ConvictionVoting_RemoveOtherVoteCall.target_index:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Index - 185, // 789: sf.gear.metadata.type.v1.ConvictionVoting_RemoveOtherVoteCall.target_raw:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Raw - 248, // 790: sf.gear.metadata.type.v1.ConvictionVoting_RemoveOtherVoteCall.target_address32:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Address32 - 186, // 791: sf.gear.metadata.type.v1.ConvictionVoting_RemoveOtherVoteCall.target_address20:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Address20 - 22, // 792: sf.gear.metadata.type.v1.NominationPools_Member.member_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 793: sf.gear.metadata.type.v1.NominationPools_Member.member_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 794: sf.gear.metadata.type.v1.NominationPools_Member.member_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 795: sf.gear.metadata.type.v1.NominationPools_Member.member_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 796: sf.gear.metadata.type.v1.NominationPools_Member.member_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 133, // 797: sf.gear.metadata.type.v1.FellowshipCollective_AddMemberCall.who_id:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Id - 609, // 798: sf.gear.metadata.type.v1.FellowshipCollective_AddMemberCall.who_index:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Index - 528, // 799: sf.gear.metadata.type.v1.FellowshipCollective_AddMemberCall.who_raw:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Raw - 235, // 800: sf.gear.metadata.type.v1.FellowshipCollective_AddMemberCall.who_address32:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Address32 - 301, // 801: sf.gear.metadata.type.v1.FellowshipCollective_AddMemberCall.who_address20:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Address20 - 81, // 802: sf.gear.metadata.type.v1.ConvictionVoting_Conviction.conviction_none:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_None - 429, // 803: sf.gear.metadata.type.v1.ConvictionVoting_Conviction.conviction_locked1x:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Locked1X - 237, // 804: sf.gear.metadata.type.v1.ConvictionVoting_Conviction.conviction_locked2x:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Locked2X - 76, // 805: sf.gear.metadata.type.v1.ConvictionVoting_Conviction.conviction_locked3x:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Locked3X - 249, // 806: sf.gear.metadata.type.v1.ConvictionVoting_Conviction.conviction_locked4x:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Locked4X - 525, // 807: sf.gear.metadata.type.v1.ConvictionVoting_Conviction.conviction_locked5x:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Locked5X - 110, // 808: sf.gear.metadata.type.v1.ConvictionVoting_Conviction.conviction_locked6x:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Locked6X - 11, // 809: sf.gear.metadata.type.v1.GearVoucher_CallDeprecatedCall.call_send_message:type_name -> sf.gear.metadata.type.v1.GearVoucher_SendMessage - 545, // 810: sf.gear.metadata.type.v1.GearVoucher_CallDeprecatedCall.call_send_reply:type_name -> sf.gear.metadata.type.v1.GearVoucher_SendReply - 260, // 811: sf.gear.metadata.type.v1.GearVoucher_CallDeprecatedCall.call_upload_code:type_name -> sf.gear.metadata.type.v1.GearVoucher_UploadCode - 330, // 812: sf.gear.metadata.type.v1.GearVoucher_CallDeprecatedCall.call_decline_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucher_DeclineVoucher - 155, // 813: sf.gear.metadata.type.v1.ConvictionVoting_TupleNull.value:type_name -> sf.gear.metadata.type.v1.TupleNull - 133, // 814: sf.gear.metadata.type.v1.FellowshipCollective_RemoveMemberCall.who_id:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Id - 609, // 815: sf.gear.metadata.type.v1.FellowshipCollective_RemoveMemberCall.who_index:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Index - 528, // 816: sf.gear.metadata.type.v1.FellowshipCollective_RemoveMemberCall.who_raw:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Raw - 235, // 817: sf.gear.metadata.type.v1.FellowshipCollective_RemoveMemberCall.who_address32:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Address32 - 301, // 818: sf.gear.metadata.type.v1.FellowshipCollective_RemoveMemberCall.who_address20:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Address20 - 261, // 819: sf.gear.metadata.type.v1.Babe_V1.c:type_name -> sf.gear.metadata.type.v1.Babe_TupleUint64Uint64 - 588, // 820: sf.gear.metadata.type.v1.Babe_V1.allowed_slots_primary_slots:type_name -> sf.gear.metadata.type.v1.Babe_PrimarySlots - 139, // 821: sf.gear.metadata.type.v1.Babe_V1.allowed_slots_primary_and_secondary_plain_slots:type_name -> sf.gear.metadata.type.v1.Babe_PrimaryAndSecondaryPlainSlots - 70, // 822: sf.gear.metadata.type.v1.Babe_V1.allowed_slots_primary_and_secondary_vrf_slots:type_name -> sf.gear.metadata.type.v1.Babe_PrimaryAndSecondaryVrfSlots - 230, // 823: sf.gear.metadata.type.v1.Balances_Id.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 529, // 824: sf.gear.metadata.type.v1.Vesting_VestedTransferCall.target_id:type_name -> sf.gear.metadata.type.v1.Vesting_Id - 105, // 825: sf.gear.metadata.type.v1.Vesting_VestedTransferCall.target_index:type_name -> sf.gear.metadata.type.v1.Vesting_Index - 211, // 826: sf.gear.metadata.type.v1.Vesting_VestedTransferCall.target_raw:type_name -> sf.gear.metadata.type.v1.Vesting_Raw - 28, // 827: sf.gear.metadata.type.v1.Vesting_VestedTransferCall.target_address32:type_name -> sf.gear.metadata.type.v1.Vesting_Address32 - 628, // 828: sf.gear.metadata.type.v1.Vesting_VestedTransferCall.target_address20:type_name -> sf.gear.metadata.type.v1.Vesting_Address20 - 516, // 829: sf.gear.metadata.type.v1.Vesting_VestedTransferCall.schedule:type_name -> sf.gear.metadata.type.v1.Vesting_PalletVestingVestingInfoVestingInfo - 332, // 830: sf.gear.metadata.type.v1.Staking_KickCall.who:type_name -> sf.gear.metadata.type.v1.SpRuntimeMultiaddressMultiAddress - 319, // 831: sf.gear.metadata.type.v1.ConvictionVotingPallet.call_vote_call:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_VoteCall - 21, // 832: sf.gear.metadata.type.v1.ConvictionVotingPallet.call_delegate_call:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_DelegateCall - 320, // 833: sf.gear.metadata.type.v1.ConvictionVotingPallet.call_undelegate_call:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_UndelegateCall - 615, // 834: sf.gear.metadata.type.v1.ConvictionVotingPallet.call_unlock_call:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_UnlockCall - 198, // 835: sf.gear.metadata.type.v1.ConvictionVotingPallet.call_remove_vote_call:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_RemoveVoteCall - 222, // 836: sf.gear.metadata.type.v1.ConvictionVotingPallet.call_remove_other_vote_call:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_RemoveOtherVoteCall - 210, // 837: sf.gear.metadata.type.v1.Grandpa_ReportEquivocationUnsignedCall.equivocation_proof:type_name -> sf.gear.metadata.type.v1.Grandpa_SpConsensusGrandpaEquivocationProof - 495, // 838: sf.gear.metadata.type.v1.Grandpa_ReportEquivocationUnsignedCall.key_owner_proof:type_name -> sf.gear.metadata.type.v1.SpSessionMembershipProof - 122, // 839: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.additional:type_name -> sf.gear.metadata.type.v1.BoundedCollectionsBoundedVecBoundedVec - 67, // 840: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 841: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 842: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 843: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 844: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 845: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 846: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 847: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 848: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 849: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 850: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 851: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 852: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 853: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 854: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 855: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 856: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 857: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 858: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 859: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 860: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 861: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 862: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 863: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 864: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 865: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 866: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 867: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 868: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 869: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 870: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 871: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 872: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 873: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 874: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 875: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 876: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 877: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.display_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 67, // 878: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 879: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 880: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 881: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 882: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 883: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 884: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 885: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 886: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 887: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 888: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 889: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 890: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 891: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 892: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 893: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 894: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 895: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 896: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 897: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 898: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 899: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 900: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 901: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 902: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 903: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 904: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 905: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 906: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 907: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 908: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 909: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 910: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 911: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 912: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 913: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 914: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 915: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.legal_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 67, // 916: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 917: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 918: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 919: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 920: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 921: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 922: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 923: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 924: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 925: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 926: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 927: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 928: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 929: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 930: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 931: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 932: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 933: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 934: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 935: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 936: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 937: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 938: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 939: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 940: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 941: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 942: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 943: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 944: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 945: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 946: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 947: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 948: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 949: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 950: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 951: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 952: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 953: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.web_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 67, // 954: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 955: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 956: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 957: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 958: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 959: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 960: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 961: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 962: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 963: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 964: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 965: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 966: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 967: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 968: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 969: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 970: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 971: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 972: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 973: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 974: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 975: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 976: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 977: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 978: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 979: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 980: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 981: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 982: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 983: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 984: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 985: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 986: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 987: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 988: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 989: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 990: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 991: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.riot_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 67, // 992: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 993: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 994: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 995: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 996: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 997: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 998: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 999: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 1000: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 1001: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 1002: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 1003: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 1004: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 1005: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 1006: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 1007: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 1008: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 1009: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 1010: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 1011: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 1012: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 1013: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 1014: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 1015: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 1016: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 1017: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 1018: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 1019: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 1020: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 1021: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 1022: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 1023: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 1024: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 1025: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 1026: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 1027: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 1028: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 1029: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.email_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 67, // 1030: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 1031: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 1032: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 1033: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 1034: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 1035: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 1036: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 1037: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 1038: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 1039: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 1040: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 1041: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 1042: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 1043: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 1044: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 1045: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 1046: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 1047: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 1048: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 1049: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 1050: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 1051: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 1052: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 1053: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 1054: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 1055: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 1056: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 1057: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 1058: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 1059: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 1060: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 1061: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 1062: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 1063: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 1064: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 1065: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 1066: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 1067: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.image_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 67, // 1068: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 1069: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 1070: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 1071: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 1072: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 1073: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 1074: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 1075: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 1076: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 1077: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 1078: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 1079: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 1080: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 1081: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 1082: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 1083: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 1084: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 1085: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 1086: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 1087: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 1088: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 1089: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 1090: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 1091: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 1092: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 1093: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 1094: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 1095: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 1096: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 1097: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 1098: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 1099: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 1100: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 1101: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 1102: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 1103: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 1104: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 1105: sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo.twitter_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 343, // 1106: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 475, // 1107: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 535, // 1108: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 65, // 1109: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 598, // 1110: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 471, // 1111: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 59, // 1112: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 582, // 1113: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 622, // 1114: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 448, // 1115: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 166, // 1116: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 19, // 1117: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 492, // 1118: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 250, // 1119: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 38, // 1120: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 101, // 1121: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 572, // 1122: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 48, // 1123: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 82, // 1124: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 594, // 1125: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 85, // 1126: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 207, // 1127: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 208, // 1128: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 566, // 1129: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 620, // 1130: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 79, // 1131: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 297, // 1132: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 348, // 1133: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 126, // 1134: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 379, // 1135: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallWithPreimageCall.call_gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 67, // 1136: sf.gear.metadata.type.v1.Identity_Riot.riot_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 1137: sf.gear.metadata.type.v1.Identity_Riot.riot_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 1138: sf.gear.metadata.type.v1.Identity_Riot.riot_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 1139: sf.gear.metadata.type.v1.Identity_Riot.riot_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 1140: sf.gear.metadata.type.v1.Identity_Riot.riot_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 1141: sf.gear.metadata.type.v1.Identity_Riot.riot_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 1142: sf.gear.metadata.type.v1.Identity_Riot.riot_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 1143: sf.gear.metadata.type.v1.Identity_Riot.riot_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 1144: sf.gear.metadata.type.v1.Identity_Riot.riot_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 1145: sf.gear.metadata.type.v1.Identity_Riot.riot_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 1146: sf.gear.metadata.type.v1.Identity_Riot.riot_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 1147: sf.gear.metadata.type.v1.Identity_Riot.riot_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 1148: sf.gear.metadata.type.v1.Identity_Riot.riot_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 1149: sf.gear.metadata.type.v1.Identity_Riot.riot_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 1150: sf.gear.metadata.type.v1.Identity_Riot.riot_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 1151: sf.gear.metadata.type.v1.Identity_Riot.riot_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 1152: sf.gear.metadata.type.v1.Identity_Riot.riot_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 1153: sf.gear.metadata.type.v1.Identity_Riot.riot_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 1154: sf.gear.metadata.type.v1.Identity_Riot.riot_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 1155: sf.gear.metadata.type.v1.Identity_Riot.riot_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 1156: sf.gear.metadata.type.v1.Identity_Riot.riot_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 1157: sf.gear.metadata.type.v1.Identity_Riot.riot_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 1158: sf.gear.metadata.type.v1.Identity_Riot.riot_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 1159: sf.gear.metadata.type.v1.Identity_Riot.riot_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 1160: sf.gear.metadata.type.v1.Identity_Riot.riot_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 1161: sf.gear.metadata.type.v1.Identity_Riot.riot_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 1162: sf.gear.metadata.type.v1.Identity_Riot.riot_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 1163: sf.gear.metadata.type.v1.Identity_Riot.riot_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 1164: sf.gear.metadata.type.v1.Identity_Riot.riot_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 1165: sf.gear.metadata.type.v1.Identity_Riot.riot_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 1166: sf.gear.metadata.type.v1.Identity_Riot.riot_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 1167: sf.gear.metadata.type.v1.Identity_Riot.riot_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 1168: sf.gear.metadata.type.v1.Identity_Riot.riot_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 1169: sf.gear.metadata.type.v1.Identity_Riot.riot_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 1170: sf.gear.metadata.type.v1.Identity_Riot.riot_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 1171: sf.gear.metadata.type.v1.Identity_Riot.riot_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 1172: sf.gear.metadata.type.v1.Identity_Riot.riot_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 1173: sf.gear.metadata.type.v1.Identity_Riot.riot_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 476, // 1174: sf.gear.metadata.type.v1.BagsList_Heavier.heavier_id:type_name -> sf.gear.metadata.type.v1.BagsList_Id - 440, // 1175: sf.gear.metadata.type.v1.BagsList_Heavier.heavier_index:type_name -> sf.gear.metadata.type.v1.BagsList_Index - 414, // 1176: sf.gear.metadata.type.v1.BagsList_Heavier.heavier_raw:type_name -> sf.gear.metadata.type.v1.BagsList_Raw - 386, // 1177: sf.gear.metadata.type.v1.BagsList_Heavier.heavier_address32:type_name -> sf.gear.metadata.type.v1.BagsList_Address32 - 391, // 1178: sf.gear.metadata.type.v1.BagsList_Heavier.heavier_address20:type_name -> sf.gear.metadata.type.v1.BagsList_Address20 - 404, // 1179: sf.gear.metadata.type.v1.Bounties_ProposeCuratorCall.curator_id:type_name -> sf.gear.metadata.type.v1.Bounties_Id - 69, // 1180: sf.gear.metadata.type.v1.Bounties_ProposeCuratorCall.curator_index:type_name -> sf.gear.metadata.type.v1.Bounties_Index - 218, // 1181: sf.gear.metadata.type.v1.Bounties_ProposeCuratorCall.curator_raw:type_name -> sf.gear.metadata.type.v1.Bounties_Raw - 546, // 1182: sf.gear.metadata.type.v1.Bounties_ProposeCuratorCall.curator_address32:type_name -> sf.gear.metadata.type.v1.Bounties_Address32 - 446, // 1183: sf.gear.metadata.type.v1.Bounties_ProposeCuratorCall.curator_address20:type_name -> sf.gear.metadata.type.v1.Bounties_Address20 - 230, // 1184: sf.gear.metadata.type.v1.GearVoucher_RevokeCall.spender:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 112, // 1185: sf.gear.metadata.type.v1.GearVoucher_RevokeCall.voucher_id:type_name -> sf.gear.metadata.type.v1.GearVoucher_PalletGearVoucherInternalVoucherId - 523, // 1186: sf.gear.metadata.type.v1.Proxy_Index.value0:type_name -> sf.gear.metadata.type.v1.Proxy_TupleNull - 234, // 1187: sf.gear.metadata.type.v1.NominationPools_State.state_open:type_name -> sf.gear.metadata.type.v1.NominationPools_Open - 359, // 1188: sf.gear.metadata.type.v1.NominationPools_State.state_blocked:type_name -> sf.gear.metadata.type.v1.NominationPools_Blocked - 464, // 1189: sf.gear.metadata.type.v1.NominationPools_State.state_destroying:type_name -> sf.gear.metadata.type.v1.NominationPools_Destroying - 230, // 1190: sf.gear.metadata.type.v1.GearVoucher_UpdateCall.spender:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 112, // 1191: sf.gear.metadata.type.v1.GearVoucher_UpdateCall.voucher_id:type_name -> sf.gear.metadata.type.v1.GearVoucher_PalletGearVoucherInternalVoucherId - 230, // 1192: sf.gear.metadata.type.v1.GearVoucher_UpdateCall.move_ownership:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 554, // 1193: sf.gear.metadata.type.v1.GearVoucher_UpdateCall.append_programs_none:type_name -> sf.gear.metadata.type.v1.GearVoucher_None - 383, // 1194: sf.gear.metadata.type.v1.GearVoucher_UpdateCall.append_programs_some:type_name -> sf.gear.metadata.type.v1.GearVoucher_Some - 302, // 1195: sf.gear.metadata.type.v1.ConvictionVoting_Vote.vote_standard:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Standard - 206, // 1196: sf.gear.metadata.type.v1.ConvictionVoting_Vote.vote_split:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Split - 556, // 1197: sf.gear.metadata.type.v1.ConvictionVoting_Vote.vote_split_abstain:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_SplitAbstain - 112, // 1198: sf.gear.metadata.type.v1.GearVoucher_DeclineCall.voucher_id:type_name -> sf.gear.metadata.type.v1.GearVoucher_PalletGearVoucherInternalVoucherId - 83, // 1199: sf.gear.metadata.type.v1.Identity_RemoveSubCall.sub_id:type_name -> sf.gear.metadata.type.v1.Identity_Id - 451, // 1200: sf.gear.metadata.type.v1.Identity_RemoveSubCall.sub_index:type_name -> sf.gear.metadata.type.v1.Identity_Index - 229, // 1201: sf.gear.metadata.type.v1.Identity_RemoveSubCall.sub_raw:type_name -> sf.gear.metadata.type.v1.Identity_Raw - 624, // 1202: sf.gear.metadata.type.v1.Identity_RemoveSubCall.sub_address32:type_name -> sf.gear.metadata.type.v1.Identity_Address32 - 499, // 1203: sf.gear.metadata.type.v1.Identity_RemoveSubCall.sub_address20:type_name -> sf.gear.metadata.type.v1.Identity_Address20 - 133, // 1204: sf.gear.metadata.type.v1.FellowshipCollective_Who.who_id:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Id - 609, // 1205: sf.gear.metadata.type.v1.FellowshipCollective_Who.who_index:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Index - 528, // 1206: sf.gear.metadata.type.v1.FellowshipCollective_Who.who_raw:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Raw - 235, // 1207: sf.gear.metadata.type.v1.FellowshipCollective_Who.who_address32:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Address32 - 301, // 1208: sf.gear.metadata.type.v1.FellowshipCollective_Who.who_address20:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_Address20 - 155, // 1209: sf.gear.metadata.type.v1.StakingRewards_TupleNull.value:type_name -> sf.gear.metadata.type.v1.TupleNull - 155, // 1210: sf.gear.metadata.type.v1.Vesting_TupleNull.value:type_name -> sf.gear.metadata.type.v1.TupleNull - 476, // 1211: sf.gear.metadata.type.v1.BagsList_PutInFrontOfOtherCall.heavier_id:type_name -> sf.gear.metadata.type.v1.BagsList_Id - 440, // 1212: sf.gear.metadata.type.v1.BagsList_PutInFrontOfOtherCall.heavier_index:type_name -> sf.gear.metadata.type.v1.BagsList_Index - 414, // 1213: sf.gear.metadata.type.v1.BagsList_PutInFrontOfOtherCall.heavier_raw:type_name -> sf.gear.metadata.type.v1.BagsList_Raw - 386, // 1214: sf.gear.metadata.type.v1.BagsList_PutInFrontOfOtherCall.heavier_address32:type_name -> sf.gear.metadata.type.v1.BagsList_Address32 - 391, // 1215: sf.gear.metadata.type.v1.BagsList_PutInFrontOfOtherCall.heavier_address20:type_name -> sf.gear.metadata.type.v1.BagsList_Address20 - 476, // 1216: sf.gear.metadata.type.v1.BagsList_PutInFrontOfOtherCall.lighter_id:type_name -> sf.gear.metadata.type.v1.BagsList_Id - 440, // 1217: sf.gear.metadata.type.v1.BagsList_PutInFrontOfOtherCall.lighter_index:type_name -> sf.gear.metadata.type.v1.BagsList_Index - 414, // 1218: sf.gear.metadata.type.v1.BagsList_PutInFrontOfOtherCall.lighter_raw:type_name -> sf.gear.metadata.type.v1.BagsList_Raw - 386, // 1219: sf.gear.metadata.type.v1.BagsList_PutInFrontOfOtherCall.lighter_address32:type_name -> sf.gear.metadata.type.v1.BagsList_Address32 - 391, // 1220: sf.gear.metadata.type.v1.BagsList_PutInFrontOfOtherCall.lighter_address20:type_name -> sf.gear.metadata.type.v1.BagsList_Address20 - 230, // 1221: sf.gear.metadata.type.v1.Staking_ChillOtherCall.controller:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 230, // 1222: sf.gear.metadata.type.v1.Balances_UpgradeAccountsCall.who:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 67, // 1223: sf.gear.metadata.type.v1.Identity_Email.email_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 1224: sf.gear.metadata.type.v1.Identity_Email.email_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 1225: sf.gear.metadata.type.v1.Identity_Email.email_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 1226: sf.gear.metadata.type.v1.Identity_Email.email_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 1227: sf.gear.metadata.type.v1.Identity_Email.email_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 1228: sf.gear.metadata.type.v1.Identity_Email.email_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 1229: sf.gear.metadata.type.v1.Identity_Email.email_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 1230: sf.gear.metadata.type.v1.Identity_Email.email_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 1231: sf.gear.metadata.type.v1.Identity_Email.email_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 1232: sf.gear.metadata.type.v1.Identity_Email.email_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 1233: sf.gear.metadata.type.v1.Identity_Email.email_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 1234: sf.gear.metadata.type.v1.Identity_Email.email_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 1235: sf.gear.metadata.type.v1.Identity_Email.email_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 1236: sf.gear.metadata.type.v1.Identity_Email.email_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 1237: sf.gear.metadata.type.v1.Identity_Email.email_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 1238: sf.gear.metadata.type.v1.Identity_Email.email_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 1239: sf.gear.metadata.type.v1.Identity_Email.email_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 1240: sf.gear.metadata.type.v1.Identity_Email.email_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 1241: sf.gear.metadata.type.v1.Identity_Email.email_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 1242: sf.gear.metadata.type.v1.Identity_Email.email_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 1243: sf.gear.metadata.type.v1.Identity_Email.email_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 1244: sf.gear.metadata.type.v1.Identity_Email.email_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 1245: sf.gear.metadata.type.v1.Identity_Email.email_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 1246: sf.gear.metadata.type.v1.Identity_Email.email_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 1247: sf.gear.metadata.type.v1.Identity_Email.email_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 1248: sf.gear.metadata.type.v1.Identity_Email.email_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 1249: sf.gear.metadata.type.v1.Identity_Email.email_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 1250: sf.gear.metadata.type.v1.Identity_Email.email_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 1251: sf.gear.metadata.type.v1.Identity_Email.email_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 1252: sf.gear.metadata.type.v1.Identity_Email.email_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 1253: sf.gear.metadata.type.v1.Identity_Email.email_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 1254: sf.gear.metadata.type.v1.Identity_Email.email_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 1255: sf.gear.metadata.type.v1.Identity_Email.email_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 1256: sf.gear.metadata.type.v1.Identity_Email.email_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 1257: sf.gear.metadata.type.v1.Identity_Email.email_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 1258: sf.gear.metadata.type.v1.Identity_Email.email_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 1259: sf.gear.metadata.type.v1.Identity_Email.email_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 1260: sf.gear.metadata.type.v1.Identity_Email.email_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 309, // 1261: sf.gear.metadata.type.v1.Proxy_RemoveProxyCall.delegate_id:type_name -> sf.gear.metadata.type.v1.Proxy_Id - 273, // 1262: sf.gear.metadata.type.v1.Proxy_RemoveProxyCall.delegate_index:type_name -> sf.gear.metadata.type.v1.Proxy_Index - 314, // 1263: sf.gear.metadata.type.v1.Proxy_RemoveProxyCall.delegate_raw:type_name -> sf.gear.metadata.type.v1.Proxy_Raw - 236, // 1264: sf.gear.metadata.type.v1.Proxy_RemoveProxyCall.delegate_address32:type_name -> sf.gear.metadata.type.v1.Proxy_Address32 - 253, // 1265: sf.gear.metadata.type.v1.Proxy_RemoveProxyCall.delegate_address20:type_name -> sf.gear.metadata.type.v1.Proxy_Address20 - 565, // 1266: sf.gear.metadata.type.v1.Proxy_RemoveProxyCall.proxy_type_any:type_name -> sf.gear.metadata.type.v1.Proxy_Any - 610, // 1267: sf.gear.metadata.type.v1.Proxy_RemoveProxyCall.proxy_type_non_transfer:type_name -> sf.gear.metadata.type.v1.Proxy_NonTransfer - 132, // 1268: sf.gear.metadata.type.v1.Proxy_RemoveProxyCall.proxy_type_governance:type_name -> sf.gear.metadata.type.v1.Proxy_Governance - 144, // 1269: sf.gear.metadata.type.v1.Proxy_RemoveProxyCall.proxy_type_staking:type_name -> sf.gear.metadata.type.v1.Proxy_Staking - 58, // 1270: sf.gear.metadata.type.v1.Proxy_RemoveProxyCall.proxy_type_identity_judgement:type_name -> sf.gear.metadata.type.v1.Proxy_IdentityJudgement - 73, // 1271: sf.gear.metadata.type.v1.Proxy_RemoveProxyCall.proxy_type_cancel_proxy:type_name -> sf.gear.metadata.type.v1.Proxy_CancelProxy - 439, // 1272: sf.gear.metadata.type.v1.NominationPoolsPallet.call_join_call:type_name -> sf.gear.metadata.type.v1.NominationPools_JoinCall - 94, // 1273: sf.gear.metadata.type.v1.NominationPoolsPallet.call_bond_extra_call:type_name -> sf.gear.metadata.type.v1.NominationPools_BondExtraCall - 502, // 1274: sf.gear.metadata.type.v1.NominationPoolsPallet.call_claim_payout_call:type_name -> sf.gear.metadata.type.v1.NominationPools_ClaimPayoutCall - 389, // 1275: sf.gear.metadata.type.v1.NominationPoolsPallet.call_unbond_call:type_name -> sf.gear.metadata.type.v1.NominationPools_UnbondCall - 398, // 1276: sf.gear.metadata.type.v1.NominationPoolsPallet.call_pool_withdraw_unbonded_call:type_name -> sf.gear.metadata.type.v1.NominationPools_PoolWithdrawUnbondedCall - 612, // 1277: sf.gear.metadata.type.v1.NominationPoolsPallet.call_withdraw_unbonded_call:type_name -> sf.gear.metadata.type.v1.NominationPools_WithdrawUnbondedCall - 423, // 1278: sf.gear.metadata.type.v1.NominationPoolsPallet.call_create_call:type_name -> sf.gear.metadata.type.v1.NominationPools_CreateCall - 344, // 1279: sf.gear.metadata.type.v1.NominationPoolsPallet.call_create_with_pool_id_call:type_name -> sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall - 553, // 1280: sf.gear.metadata.type.v1.NominationPoolsPallet.call_nominate_call:type_name -> sf.gear.metadata.type.v1.NominationPools_NominateCall - 560, // 1281: sf.gear.metadata.type.v1.NominationPoolsPallet.call_set_state_call:type_name -> sf.gear.metadata.type.v1.NominationPools_SetStateCall - 580, // 1282: sf.gear.metadata.type.v1.NominationPoolsPallet.call_set_metadata_call:type_name -> sf.gear.metadata.type.v1.NominationPools_SetMetadataCall - 533, // 1283: sf.gear.metadata.type.v1.NominationPoolsPallet.call_set_configs_call:type_name -> sf.gear.metadata.type.v1.NominationPools_SetConfigsCall - 399, // 1284: sf.gear.metadata.type.v1.NominationPoolsPallet.call_update_roles_call:type_name -> sf.gear.metadata.type.v1.NominationPools_UpdateRolesCall - 161, // 1285: sf.gear.metadata.type.v1.NominationPoolsPallet.call_chill_call:type_name -> sf.gear.metadata.type.v1.NominationPools_ChillCall - 327, // 1286: sf.gear.metadata.type.v1.NominationPoolsPallet.call_bond_extra_other_call:type_name -> sf.gear.metadata.type.v1.NominationPools_BondExtraOtherCall - 632, // 1287: sf.gear.metadata.type.v1.NominationPoolsPallet.call_set_claim_permission_call:type_name -> sf.gear.metadata.type.v1.NominationPools_SetClaimPermissionCall - 613, // 1288: sf.gear.metadata.type.v1.NominationPoolsPallet.call_claim_payout_other_call:type_name -> sf.gear.metadata.type.v1.NominationPools_ClaimPayoutOtherCall - 477, // 1289: sf.gear.metadata.type.v1.NominationPoolsPallet.call_set_commission_call:type_name -> sf.gear.metadata.type.v1.NominationPools_SetCommissionCall - 458, // 1290: sf.gear.metadata.type.v1.NominationPoolsPallet.call_set_commission_max_call:type_name -> sf.gear.metadata.type.v1.NominationPools_SetCommissionMaxCall - 214, // 1291: sf.gear.metadata.type.v1.NominationPoolsPallet.call_set_commission_change_rate_call:type_name -> sf.gear.metadata.type.v1.NominationPools_SetCommissionChangeRateCall - 151, // 1292: sf.gear.metadata.type.v1.NominationPoolsPallet.call_claim_commission_call:type_name -> sf.gear.metadata.type.v1.NominationPools_ClaimCommissionCall - 547, // 1293: sf.gear.metadata.type.v1.NominationPoolsPallet.call_adjust_pool_deposit_call:type_name -> sf.gear.metadata.type.v1.NominationPools_AdjustPoolDepositCall - 230, // 1294: sf.gear.metadata.type.v1.Staking_ForceApplyMinCommissionCall.validator_stash:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 168, // 1295: sf.gear.metadata.type.v1.Utility_AsOrigin.as_origin_system:type_name -> sf.gear.metadata.type.v1.Utility_System - 482, // 1296: sf.gear.metadata.type.v1.Utility_AsOrigin.as_origin_origins:type_name -> sf.gear.metadata.type.v1.Utility_Origins - 617, // 1297: sf.gear.metadata.type.v1.Utility_AsOrigin.as_origin_void:type_name -> sf.gear.metadata.type.v1.Utility_Void - 428, // 1298: sf.gear.metadata.type.v1.Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature.value0:type_name -> sf.gear.metadata.type.v1.Grandpa_FinalityGrandpaPrecommit - 336, // 1299: sf.gear.metadata.type.v1.Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature.value1:type_name -> sf.gear.metadata.type.v1.Grandpa_SpConsensusGrandpaAppSignature - 570, // 1300: sf.gear.metadata.type.v1.ConvictionVoting_Standard.vote:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_PalletConvictionVotingVoteVote - 583, // 1301: sf.gear.metadata.type.v1.Staking_Payee.payee_staked:type_name -> sf.gear.metadata.type.v1.Staking_Staked - 509, // 1302: sf.gear.metadata.type.v1.Staking_Payee.payee_stash:type_name -> sf.gear.metadata.type.v1.Staking_Stash - 312, // 1303: sf.gear.metadata.type.v1.Staking_Payee.payee_controller:type_name -> sf.gear.metadata.type.v1.Staking_Controller - 368, // 1304: sf.gear.metadata.type.v1.Staking_Payee.payee_account:type_name -> sf.gear.metadata.type.v1.Staking_Account - 289, // 1305: sf.gear.metadata.type.v1.Staking_Payee.payee_none:type_name -> sf.gear.metadata.type.v1.Staking_None - 120, // 1306: sf.gear.metadata.type.v1.Staking_ValidateCall.prefs:type_name -> sf.gear.metadata.type.v1.Staking_PalletStakingValidatorPrefs - 183, // 1307: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.min_nominator_bond_noop:type_name -> sf.gear.metadata.type.v1.Staking_Noop - 6, // 1308: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.min_nominator_bond_set:type_name -> sf.gear.metadata.type.v1.Staking_Set - 152, // 1309: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.min_nominator_bond_remove:type_name -> sf.gear.metadata.type.v1.Staking_Remove - 183, // 1310: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.min_validator_bond_noop:type_name -> sf.gear.metadata.type.v1.Staking_Noop - 6, // 1311: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.min_validator_bond_set:type_name -> sf.gear.metadata.type.v1.Staking_Set - 152, // 1312: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.min_validator_bond_remove:type_name -> sf.gear.metadata.type.v1.Staking_Remove - 183, // 1313: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.max_nominator_count_noop:type_name -> sf.gear.metadata.type.v1.Staking_Noop - 6, // 1314: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.max_nominator_count_set:type_name -> sf.gear.metadata.type.v1.Staking_Set - 152, // 1315: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.max_nominator_count_remove:type_name -> sf.gear.metadata.type.v1.Staking_Remove - 183, // 1316: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.max_validator_count_noop:type_name -> sf.gear.metadata.type.v1.Staking_Noop - 6, // 1317: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.max_validator_count_set:type_name -> sf.gear.metadata.type.v1.Staking_Set - 152, // 1318: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.max_validator_count_remove:type_name -> sf.gear.metadata.type.v1.Staking_Remove - 183, // 1319: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.chill_threshold_noop:type_name -> sf.gear.metadata.type.v1.Staking_Noop - 6, // 1320: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.chill_threshold_set:type_name -> sf.gear.metadata.type.v1.Staking_Set - 152, // 1321: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.chill_threshold_remove:type_name -> sf.gear.metadata.type.v1.Staking_Remove - 183, // 1322: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.min_commission_noop:type_name -> sf.gear.metadata.type.v1.Staking_Noop - 6, // 1323: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.min_commission_set:type_name -> sf.gear.metadata.type.v1.Staking_Set - 152, // 1324: sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall.min_commission_remove:type_name -> sf.gear.metadata.type.v1.Staking_Remove - 179, // 1325: sf.gear.metadata.type.v1.FellowshipReferenda_SubmitCall.proposal_origin_system:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_System - 26, // 1326: sf.gear.metadata.type.v1.FellowshipReferenda_SubmitCall.proposal_origin_origins:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_Origins - 254, // 1327: sf.gear.metadata.type.v1.FellowshipReferenda_SubmitCall.proposal_origin_void:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_Void - 88, // 1328: sf.gear.metadata.type.v1.FellowshipReferenda_SubmitCall.proposal_legacy:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_Legacy - 96, // 1329: sf.gear.metadata.type.v1.FellowshipReferenda_SubmitCall.proposal_inline:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_Inline - 381, // 1330: sf.gear.metadata.type.v1.FellowshipReferenda_SubmitCall.proposal_lookup:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_Lookup - 199, // 1331: sf.gear.metadata.type.v1.FellowshipReferenda_SubmitCall.enactment_moment_at:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_At - 595, // 1332: sf.gear.metadata.type.v1.FellowshipReferenda_SubmitCall.enactment_moment_after:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_After - 230, // 1333: sf.gear.metadata.type.v1.Proxy_Id.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 129, // 1334: sf.gear.metadata.type.v1.NominationPools_Extra.extra_free_balance:type_name -> sf.gear.metadata.type.v1.NominationPools_FreeBalance - 193, // 1335: sf.gear.metadata.type.v1.NominationPools_Extra.extra_rewards:type_name -> sf.gear.metadata.type.v1.NominationPools_Rewards - 146, // 1336: sf.gear.metadata.type.v1.SpRuntimeGenericHeaderHeader.parent_hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 146, // 1337: sf.gear.metadata.type.v1.SpRuntimeGenericHeaderHeader.state_root:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 146, // 1338: sf.gear.metadata.type.v1.SpRuntimeGenericHeaderHeader.extrinsics_root:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 363, // 1339: sf.gear.metadata.type.v1.SpRuntimeGenericHeaderHeader.digest:type_name -> sf.gear.metadata.type.v1.SpRuntimeGenericDigestDigest - 195, // 1340: sf.gear.metadata.type.v1.Referenda_ProposalOrigin.proposal_origin_system:type_name -> sf.gear.metadata.type.v1.Referenda_System - 467, // 1341: sf.gear.metadata.type.v1.Referenda_ProposalOrigin.proposal_origin_origins:type_name -> sf.gear.metadata.type.v1.Referenda_Origins - 7, // 1342: sf.gear.metadata.type.v1.Referenda_ProposalOrigin.proposal_origin_void:type_name -> sf.gear.metadata.type.v1.Referenda_Void - 343, // 1343: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 183, // 1344: sf.gear.metadata.type.v1.Staking_MaxValidatorCount.max_validator_count_noop:type_name -> sf.gear.metadata.type.v1.Staking_Noop - 6, // 1345: sf.gear.metadata.type.v1.Staking_MaxValidatorCount.max_validator_count_set:type_name -> sf.gear.metadata.type.v1.Staking_Set - 152, // 1346: sf.gear.metadata.type.v1.Staking_MaxValidatorCount.max_validator_count_remove:type_name -> sf.gear.metadata.type.v1.Staking_Remove - 302, // 1347: sf.gear.metadata.type.v1.ConvictionVoting_VoteCall.vote_standard:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Standard - 206, // 1348: sf.gear.metadata.type.v1.ConvictionVoting_VoteCall.vote_split:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Split - 556, // 1349: sf.gear.metadata.type.v1.ConvictionVoting_VoteCall.vote_split_abstain:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_SplitAbstain - 67, // 1350: sf.gear.metadata.type.v1.Identity_Display.display_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 1351: sf.gear.metadata.type.v1.Identity_Display.display_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 1352: sf.gear.metadata.type.v1.Identity_Display.display_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 1353: sf.gear.metadata.type.v1.Identity_Display.display_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 1354: sf.gear.metadata.type.v1.Identity_Display.display_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 1355: sf.gear.metadata.type.v1.Identity_Display.display_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 1356: sf.gear.metadata.type.v1.Identity_Display.display_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 1357: sf.gear.metadata.type.v1.Identity_Display.display_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 1358: sf.gear.metadata.type.v1.Identity_Display.display_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 1359: sf.gear.metadata.type.v1.Identity_Display.display_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 1360: sf.gear.metadata.type.v1.Identity_Display.display_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 1361: sf.gear.metadata.type.v1.Identity_Display.display_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 1362: sf.gear.metadata.type.v1.Identity_Display.display_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 1363: sf.gear.metadata.type.v1.Identity_Display.display_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 1364: sf.gear.metadata.type.v1.Identity_Display.display_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 1365: sf.gear.metadata.type.v1.Identity_Display.display_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 1366: sf.gear.metadata.type.v1.Identity_Display.display_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 1367: sf.gear.metadata.type.v1.Identity_Display.display_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 1368: sf.gear.metadata.type.v1.Identity_Display.display_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 1369: sf.gear.metadata.type.v1.Identity_Display.display_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 1370: sf.gear.metadata.type.v1.Identity_Display.display_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 1371: sf.gear.metadata.type.v1.Identity_Display.display_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 1372: sf.gear.metadata.type.v1.Identity_Display.display_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 1373: sf.gear.metadata.type.v1.Identity_Display.display_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 1374: sf.gear.metadata.type.v1.Identity_Display.display_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 1375: sf.gear.metadata.type.v1.Identity_Display.display_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 1376: sf.gear.metadata.type.v1.Identity_Display.display_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 1377: sf.gear.metadata.type.v1.Identity_Display.display_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 1378: sf.gear.metadata.type.v1.Identity_Display.display_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 1379: sf.gear.metadata.type.v1.Identity_Display.display_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 1380: sf.gear.metadata.type.v1.Identity_Display.display_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 1381: sf.gear.metadata.type.v1.Identity_Display.display_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 1382: sf.gear.metadata.type.v1.Identity_Display.display_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 1383: sf.gear.metadata.type.v1.Identity_Display.display_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 1384: sf.gear.metadata.type.v1.Identity_Display.display_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 1385: sf.gear.metadata.type.v1.Identity_Display.display_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 1386: sf.gear.metadata.type.v1.Identity_Display.display_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 1387: sf.gear.metadata.type.v1.Identity_Display.display_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 592, // 1388: sf.gear.metadata.type.v1.NominationPools_Permission.permission_permissioned:type_name -> sf.gear.metadata.type.v1.NominationPools_Permissioned - 574, // 1389: sf.gear.metadata.type.v1.NominationPools_Permission.permission_permissionless_compound:type_name -> sf.gear.metadata.type.v1.NominationPools_PermissionlessCompound - 360, // 1390: sf.gear.metadata.type.v1.NominationPools_Permission.permission_permissionless_withdraw:type_name -> sf.gear.metadata.type.v1.NominationPools_PermissionlessWithdraw - 328, // 1391: sf.gear.metadata.type.v1.NominationPools_Permission.permission_permissionless_all:type_name -> sf.gear.metadata.type.v1.NominationPools_PermissionlessAll - 243, // 1392: sf.gear.metadata.type.v1.Babe_Config.config_v1:type_name -> sf.gear.metadata.type.v1.Babe_V1 - 195, // 1393: sf.gear.metadata.type.v1.Referenda_SubmitCall.proposal_origin_system:type_name -> sf.gear.metadata.type.v1.Referenda_System - 467, // 1394: sf.gear.metadata.type.v1.Referenda_SubmitCall.proposal_origin_origins:type_name -> sf.gear.metadata.type.v1.Referenda_Origins - 7, // 1395: sf.gear.metadata.type.v1.Referenda_SubmitCall.proposal_origin_void:type_name -> sf.gear.metadata.type.v1.Referenda_Void - 57, // 1396: sf.gear.metadata.type.v1.Referenda_SubmitCall.proposal_legacy:type_name -> sf.gear.metadata.type.v1.Referenda_Legacy - 1, // 1397: sf.gear.metadata.type.v1.Referenda_SubmitCall.proposal_inline:type_name -> sf.gear.metadata.type.v1.Referenda_Inline - 484, // 1398: sf.gear.metadata.type.v1.Referenda_SubmitCall.proposal_lookup:type_name -> sf.gear.metadata.type.v1.Referenda_Lookup - 410, // 1399: sf.gear.metadata.type.v1.Referenda_SubmitCall.enactment_moment_at:type_name -> sf.gear.metadata.type.v1.Referenda_At - 3, // 1400: sf.gear.metadata.type.v1.Referenda_SubmitCall.enactment_moment_after:type_name -> sf.gear.metadata.type.v1.Referenda_After - 230, // 1401: sf.gear.metadata.type.v1.ChildBounties_Id.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 22, // 1402: sf.gear.metadata.type.v1.NominationPools_BondExtraOtherCall.member_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 1403: sf.gear.metadata.type.v1.NominationPools_BondExtraOtherCall.member_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 1404: sf.gear.metadata.type.v1.NominationPools_BondExtraOtherCall.member_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 1405: sf.gear.metadata.type.v1.NominationPools_BondExtraOtherCall.member_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 1406: sf.gear.metadata.type.v1.NominationPools_BondExtraOtherCall.member_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 129, // 1407: sf.gear.metadata.type.v1.NominationPools_BondExtraOtherCall.extra_free_balance:type_name -> sf.gear.metadata.type.v1.NominationPools_FreeBalance - 193, // 1408: sf.gear.metadata.type.v1.NominationPools_BondExtraOtherCall.extra_rewards:type_name -> sf.gear.metadata.type.v1.NominationPools_Rewards - 104, // 1409: sf.gear.metadata.type.v1.Gear_CreateProgramCall.code_id:type_name -> sf.gear.metadata.type.v1.GprimitivesCodeId - 602, // 1410: sf.gear.metadata.type.v1.SpRuntimeMultiaddressMultiAddress.targets_id:type_name -> sf.gear.metadata.type.v1.Staking_Id - 437, // 1411: sf.gear.metadata.type.v1.SpRuntimeMultiaddressMultiAddress.targets_index:type_name -> sf.gear.metadata.type.v1.Staking_Index - 380, // 1412: sf.gear.metadata.type.v1.SpRuntimeMultiaddressMultiAddress.targets_raw:type_name -> sf.gear.metadata.type.v1.Staking_Raw - 80, // 1413: sf.gear.metadata.type.v1.SpRuntimeMultiaddressMultiAddress.targets_address32:type_name -> sf.gear.metadata.type.v1.Staking_Address32 - 246, // 1414: sf.gear.metadata.type.v1.SpRuntimeMultiaddressMultiAddress.targets_address20:type_name -> sf.gear.metadata.type.v1.Staking_Address20 - 326, // 1415: sf.gear.metadata.type.v1.ChildBounties_Beneficiary.beneficiary_id:type_name -> sf.gear.metadata.type.v1.ChildBounties_Id - 631, // 1416: sf.gear.metadata.type.v1.ChildBounties_Beneficiary.beneficiary_index:type_name -> sf.gear.metadata.type.v1.ChildBounties_Index - 291, // 1417: sf.gear.metadata.type.v1.ChildBounties_Beneficiary.beneficiary_raw:type_name -> sf.gear.metadata.type.v1.ChildBounties_Raw - 160, // 1418: sf.gear.metadata.type.v1.ChildBounties_Beneficiary.beneficiary_address32:type_name -> sf.gear.metadata.type.v1.ChildBounties_Address32 - 514, // 1419: sf.gear.metadata.type.v1.ChildBounties_Beneficiary.beneficiary_address20:type_name -> sf.gear.metadata.type.v1.ChildBounties_Address20 - 191, // 1420: sf.gear.metadata.type.v1.Gear_ClaimValueCall.message_id:type_name -> sf.gear.metadata.type.v1.GprimitivesMessageId - 575, // 1421: sf.gear.metadata.type.v1.Grandpa_SpConsensusGrandpaAppSignature.value0:type_name -> sf.gear.metadata.type.v1.SpCoreEd25519Signature - 475, // 1422: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 535, // 1423: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 65, // 1424: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 598, // 1425: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 471, // 1426: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 59, // 1427: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 582, // 1428: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 622, // 1429: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 448, // 1430: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 166, // 1431: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 19, // 1432: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 492, // 1433: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 250, // 1434: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 38, // 1435: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 101, // 1436: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 572, // 1437: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 48, // 1438: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 82, // 1439: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 594, // 1440: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 85, // 1441: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 207, // 1442: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 208, // 1443: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 566, // 1444: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 620, // 1445: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 79, // 1446: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 297, // 1447: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 348, // 1448: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 126, // 1449: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 379, // 1450: sf.gear.metadata.type.v1.Utility_WithWeightCall.call_gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 141, // 1451: sf.gear.metadata.type.v1.Utility_WithWeightCall.weight:type_name -> sf.gear.metadata.type.v1.SpWeightsWeightV2Weight - 100, // 1452: sf.gear.metadata.type.v1.ImOnline_PalletImOnlineSr25519AppSr25519Signature.value0:type_name -> sf.gear.metadata.type.v1.SpCoreSr25519Signature - 183, // 1453: sf.gear.metadata.type.v1.Staking_MinNominatorBond.min_nominator_bond_noop:type_name -> sf.gear.metadata.type.v1.Staking_Noop - 6, // 1454: sf.gear.metadata.type.v1.Staking_MinNominatorBond.min_nominator_bond_set:type_name -> sf.gear.metadata.type.v1.Staking_Set - 152, // 1455: sf.gear.metadata.type.v1.Staking_MinNominatorBond.min_nominator_bond_remove:type_name -> sf.gear.metadata.type.v1.Staking_Remove - 232, // 1456: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16.value1:type_name -> sf.gear.metadata.type.v1.SpArithmeticPerThingsPerU16 - 22, // 1457: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.root_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 1458: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.root_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 1459: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.root_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 1460: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.root_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 1461: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.root_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 22, // 1462: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.nominator_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 1463: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.nominator_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 1464: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.nominator_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 1465: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.nominator_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 1466: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.nominator_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 22, // 1467: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.bouncer_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 1468: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.bouncer_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 1469: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.bouncer_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 1470: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.bouncer_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 1471: sf.gear.metadata.type.v1.NominationPools_CreateWithPoolIdCall.bouncer_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 475, // 1472: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 535, // 1473: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 65, // 1474: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 598, // 1475: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 471, // 1476: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 59, // 1477: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 582, // 1478: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 622, // 1479: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 448, // 1480: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 166, // 1481: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 19, // 1482: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 492, // 1483: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 250, // 1484: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 38, // 1485: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 101, // 1486: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 572, // 1487: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 48, // 1488: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 82, // 1489: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 594, // 1490: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 85, // 1491: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 207, // 1492: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 208, // 1493: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 566, // 1494: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 620, // 1495: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 79, // 1496: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 297, // 1497: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 348, // 1498: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 126, // 1499: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 379, // 1500: sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall.calls_gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 343, // 1501: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 164, // 1502: sf.gear.metadata.type.v1.GearPallet.call_upload_code_call:type_name -> sf.gear.metadata.type.v1.Gear_UploadCodeCall - 63, // 1503: sf.gear.metadata.type.v1.GearPallet.call_upload_program_call:type_name -> sf.gear.metadata.type.v1.Gear_UploadProgramCall - 329, // 1504: sf.gear.metadata.type.v1.GearPallet.call_create_program_call:type_name -> sf.gear.metadata.type.v1.Gear_CreateProgramCall - 361, // 1505: sf.gear.metadata.type.v1.GearPallet.call_send_message_call:type_name -> sf.gear.metadata.type.v1.Gear_SendMessageCall - 219, // 1506: sf.gear.metadata.type.v1.GearPallet.call_send_reply_call:type_name -> sf.gear.metadata.type.v1.Gear_SendReplyCall - 335, // 1507: sf.gear.metadata.type.v1.GearPallet.call_claim_value_call:type_name -> sf.gear.metadata.type.v1.Gear_ClaimValueCall - 561, // 1508: sf.gear.metadata.type.v1.GearPallet.call_run_call:type_name -> sf.gear.metadata.type.v1.Gear_RunCall - 469, // 1509: sf.gear.metadata.type.v1.GearPallet.call_set_execute_inherent_call:type_name -> sf.gear.metadata.type.v1.Gear_SetExecuteInherentCall - 562, // 1510: sf.gear.metadata.type.v1.Grandpa_Prevote.value0:type_name -> sf.gear.metadata.type.v1.Grandpa_FinalityGrandpaEquivocation - 230, // 1511: sf.gear.metadata.type.v1.Multisig_AsMultiCall.other_signatories:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 573, // 1512: sf.gear.metadata.type.v1.Multisig_AsMultiCall.maybe_timepoint:type_name -> sf.gear.metadata.type.v1.Multisig_PalletMultisigTimepoint - 475, // 1513: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 535, // 1514: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 65, // 1515: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 598, // 1516: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 471, // 1517: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 59, // 1518: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 582, // 1519: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 622, // 1520: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 448, // 1521: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 166, // 1522: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 19, // 1523: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 492, // 1524: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 250, // 1525: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 38, // 1526: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 101, // 1527: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 572, // 1528: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 48, // 1529: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 82, // 1530: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 594, // 1531: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 85, // 1532: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 207, // 1533: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 208, // 1534: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 566, // 1535: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 620, // 1536: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 79, // 1537: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 297, // 1538: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 348, // 1539: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 126, // 1540: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 379, // 1541: sf.gear.metadata.type.v1.Multisig_AsMultiCall.call_gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 141, // 1542: sf.gear.metadata.type.v1.Multisig_AsMultiCall.max_weight:type_name -> sf.gear.metadata.type.v1.SpWeightsWeightV2Weight - 230, // 1543: sf.gear.metadata.type.v1.Multisig_CancelAsMultiCall.other_signatories:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 573, // 1544: sf.gear.metadata.type.v1.Multisig_CancelAsMultiCall.timepoint:type_name -> sf.gear.metadata.type.v1.Multisig_PalletMultisigTimepoint - 22, // 1545: sf.gear.metadata.type.v1.NominationPools_MemberAccount.member_account_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 1546: sf.gear.metadata.type.v1.NominationPools_MemberAccount.member_account_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 1547: sf.gear.metadata.type.v1.NominationPools_MemberAccount.member_account_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 1548: sf.gear.metadata.type.v1.NominationPools_MemberAccount.member_account_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 1549: sf.gear.metadata.type.v1.NominationPools_MemberAccount.member_account_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 332, // 1550: sf.gear.metadata.type.v1.Staking_NominateCall.targets:type_name -> sf.gear.metadata.type.v1.SpRuntimeMultiaddressMultiAddress - 136, // 1551: sf.gear.metadata.type.v1.ConvictionVoting_Target.target_id:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Id - 178, // 1552: sf.gear.metadata.type.v1.ConvictionVoting_Target.target_index:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Index - 185, // 1553: sf.gear.metadata.type.v1.ConvictionVoting_Target.target_raw:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Raw - 248, // 1554: sf.gear.metadata.type.v1.ConvictionVoting_Target.target_address32:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Address32 - 186, // 1555: sf.gear.metadata.type.v1.ConvictionVoting_Target.target_address20:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Address20 - 387, // 1556: sf.gear.metadata.type.v1.Gear_SendMessageCall.destination:type_name -> sf.gear.metadata.type.v1.GprimitivesActorId - 387, // 1557: sf.gear.metadata.type.v1.BTreeSet.value0:type_name -> sf.gear.metadata.type.v1.GprimitivesActorId - 397, // 1558: sf.gear.metadata.type.v1.SpRuntimeGenericDigestDigest.logs:type_name -> sf.gear.metadata.type.v1.SpRuntimeGenericDigestDigestItem - 83, // 1559: sf.gear.metadata.type.v1.Identity_Account.account_id:type_name -> sf.gear.metadata.type.v1.Identity_Id - 451, // 1560: sf.gear.metadata.type.v1.Identity_Account.account_index:type_name -> sf.gear.metadata.type.v1.Identity_Index - 229, // 1561: sf.gear.metadata.type.v1.Identity_Account.account_raw:type_name -> sf.gear.metadata.type.v1.Identity_Raw - 624, // 1562: sf.gear.metadata.type.v1.Identity_Account.account_address32:type_name -> sf.gear.metadata.type.v1.Identity_Address32 - 499, // 1563: sf.gear.metadata.type.v1.Identity_Account.account_address20:type_name -> sf.gear.metadata.type.v1.Identity_Address20 - 67, // 1564: sf.gear.metadata.type.v1.Identity_Image.image_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 1565: sf.gear.metadata.type.v1.Identity_Image.image_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 1566: sf.gear.metadata.type.v1.Identity_Image.image_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 1567: sf.gear.metadata.type.v1.Identity_Image.image_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 1568: sf.gear.metadata.type.v1.Identity_Image.image_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 1569: sf.gear.metadata.type.v1.Identity_Image.image_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 1570: sf.gear.metadata.type.v1.Identity_Image.image_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 1571: sf.gear.metadata.type.v1.Identity_Image.image_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 1572: sf.gear.metadata.type.v1.Identity_Image.image_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 1573: sf.gear.metadata.type.v1.Identity_Image.image_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 1574: sf.gear.metadata.type.v1.Identity_Image.image_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 1575: sf.gear.metadata.type.v1.Identity_Image.image_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 1576: sf.gear.metadata.type.v1.Identity_Image.image_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 1577: sf.gear.metadata.type.v1.Identity_Image.image_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 1578: sf.gear.metadata.type.v1.Identity_Image.image_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 1579: sf.gear.metadata.type.v1.Identity_Image.image_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 1580: sf.gear.metadata.type.v1.Identity_Image.image_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 1581: sf.gear.metadata.type.v1.Identity_Image.image_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 1582: sf.gear.metadata.type.v1.Identity_Image.image_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 1583: sf.gear.metadata.type.v1.Identity_Image.image_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 1584: sf.gear.metadata.type.v1.Identity_Image.image_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 1585: sf.gear.metadata.type.v1.Identity_Image.image_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 1586: sf.gear.metadata.type.v1.Identity_Image.image_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 1587: sf.gear.metadata.type.v1.Identity_Image.image_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 1588: sf.gear.metadata.type.v1.Identity_Image.image_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 1589: sf.gear.metadata.type.v1.Identity_Image.image_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 1590: sf.gear.metadata.type.v1.Identity_Image.image_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 1591: sf.gear.metadata.type.v1.Identity_Image.image_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 1592: sf.gear.metadata.type.v1.Identity_Image.image_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 1593: sf.gear.metadata.type.v1.Identity_Image.image_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 1594: sf.gear.metadata.type.v1.Identity_Image.image_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 1595: sf.gear.metadata.type.v1.Identity_Image.image_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 1596: sf.gear.metadata.type.v1.Identity_Image.image_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 1597: sf.gear.metadata.type.v1.Identity_Image.image_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 1598: sf.gear.metadata.type.v1.Identity_Image.image_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 1599: sf.gear.metadata.type.v1.Identity_Image.image_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 1600: sf.gear.metadata.type.v1.Identity_Image.image_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 1601: sf.gear.metadata.type.v1.Identity_Image.image_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 230, // 1602: sf.gear.metadata.type.v1.Staking_Account.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 183, // 1603: sf.gear.metadata.type.v1.Staking_ChillThreshold.chill_threshold_noop:type_name -> sf.gear.metadata.type.v1.Staking_Noop - 6, // 1604: sf.gear.metadata.type.v1.Staking_ChillThreshold.chill_threshold_set:type_name -> sf.gear.metadata.type.v1.Staking_Set - 152, // 1605: sf.gear.metadata.type.v1.Staking_ChillThreshold.chill_threshold_remove:type_name -> sf.gear.metadata.type.v1.Staking_Remove - 155, // 1606: sf.gear.metadata.type.v1.ChildBounties_TupleNull.value:type_name -> sf.gear.metadata.type.v1.TupleNull - 119, // 1607: sf.gear.metadata.type.v1.Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature.value0:type_name -> sf.gear.metadata.type.v1.Grandpa_FinalityGrandpaPrevote - 336, // 1608: sf.gear.metadata.type.v1.Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature.value1:type_name -> sf.gear.metadata.type.v1.Grandpa_SpConsensusGrandpaAppSignature - 529, // 1609: sf.gear.metadata.type.v1.Vesting_ForceVestedTransferCall.source_id:type_name -> sf.gear.metadata.type.v1.Vesting_Id - 105, // 1610: sf.gear.metadata.type.v1.Vesting_ForceVestedTransferCall.source_index:type_name -> sf.gear.metadata.type.v1.Vesting_Index - 211, // 1611: sf.gear.metadata.type.v1.Vesting_ForceVestedTransferCall.source_raw:type_name -> sf.gear.metadata.type.v1.Vesting_Raw - 28, // 1612: sf.gear.metadata.type.v1.Vesting_ForceVestedTransferCall.source_address32:type_name -> sf.gear.metadata.type.v1.Vesting_Address32 - 628, // 1613: sf.gear.metadata.type.v1.Vesting_ForceVestedTransferCall.source_address20:type_name -> sf.gear.metadata.type.v1.Vesting_Address20 - 529, // 1614: sf.gear.metadata.type.v1.Vesting_ForceVestedTransferCall.target_id:type_name -> sf.gear.metadata.type.v1.Vesting_Id - 105, // 1615: sf.gear.metadata.type.v1.Vesting_ForceVestedTransferCall.target_index:type_name -> sf.gear.metadata.type.v1.Vesting_Index - 211, // 1616: sf.gear.metadata.type.v1.Vesting_ForceVestedTransferCall.target_raw:type_name -> sf.gear.metadata.type.v1.Vesting_Raw - 28, // 1617: sf.gear.metadata.type.v1.Vesting_ForceVestedTransferCall.target_address32:type_name -> sf.gear.metadata.type.v1.Vesting_Address32 - 628, // 1618: sf.gear.metadata.type.v1.Vesting_ForceVestedTransferCall.target_address20:type_name -> sf.gear.metadata.type.v1.Vesting_Address20 - 516, // 1619: sf.gear.metadata.type.v1.Vesting_ForceVestedTransferCall.schedule:type_name -> sf.gear.metadata.type.v1.Vesting_PalletVestingVestingInfoVestingInfo - 155, // 1620: sf.gear.metadata.type.v1.Identity_TupleNull.value:type_name -> sf.gear.metadata.type.v1.TupleNull - 343, // 1621: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 220, // 1622: sf.gear.metadata.type.v1.GearVoucherPallet.call_issue_call:type_name -> sf.gear.metadata.type.v1.GearVoucher_IssueCall - 113, // 1623: sf.gear.metadata.type.v1.GearVoucherPallet.call_call_call:type_name -> sf.gear.metadata.type.v1.GearVoucher_CallCall - 269, // 1624: sf.gear.metadata.type.v1.GearVoucherPallet.call_revoke_call:type_name -> sf.gear.metadata.type.v1.GearVoucher_RevokeCall - 276, // 1625: sf.gear.metadata.type.v1.GearVoucherPallet.call_update_call:type_name -> sf.gear.metadata.type.v1.GearVoucher_UpdateCall - 228, // 1626: sf.gear.metadata.type.v1.GearVoucherPallet.call_call_deprecated_call:type_name -> sf.gear.metadata.type.v1.GearVoucher_CallDeprecatedCall - 279, // 1627: sf.gear.metadata.type.v1.GearVoucherPallet.call_decline_call:type_name -> sf.gear.metadata.type.v1.GearVoucher_DeclineCall - 146, // 1628: sf.gear.metadata.type.v1.FellowshipReferenda_Lookup.hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 410, // 1629: sf.gear.metadata.type.v1.Referenda_EnactmentMoment.enactment_moment_at:type_name -> sf.gear.metadata.type.v1.Referenda_At - 3, // 1630: sf.gear.metadata.type.v1.Referenda_EnactmentMoment.enactment_moment_after:type_name -> sf.gear.metadata.type.v1.Referenda_After - 362, // 1631: sf.gear.metadata.type.v1.GearVoucher_Some.value0:type_name -> sf.gear.metadata.type.v1.BTreeSet - 83, // 1632: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall.target_id:type_name -> sf.gear.metadata.type.v1.Identity_Id - 451, // 1633: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall.target_index:type_name -> sf.gear.metadata.type.v1.Identity_Index - 229, // 1634: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall.target_raw:type_name -> sf.gear.metadata.type.v1.Identity_Raw - 624, // 1635: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall.target_address32:type_name -> sf.gear.metadata.type.v1.Identity_Address32 - 499, // 1636: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall.target_address20:type_name -> sf.gear.metadata.type.v1.Identity_Address20 - 17, // 1637: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall.judgement_unknown:type_name -> sf.gear.metadata.type.v1.Identity_Unknown - 158, // 1638: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall.judgement_fee_paid:type_name -> sf.gear.metadata.type.v1.Identity_FeePaid - 171, // 1639: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall.judgement_reasonable:type_name -> sf.gear.metadata.type.v1.Identity_Reasonable - 395, // 1640: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall.judgement_known_good:type_name -> sf.gear.metadata.type.v1.Identity_KnownGood - 255, // 1641: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall.judgement_out_of_date:type_name -> sf.gear.metadata.type.v1.Identity_OutOfDate - 506, // 1642: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall.judgement_low_quality:type_name -> sf.gear.metadata.type.v1.Identity_LowQuality - 418, // 1643: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall.judgement_erroneous:type_name -> sf.gear.metadata.type.v1.Identity_Erroneous - 146, // 1644: sf.gear.metadata.type.v1.Identity_ProvideJudgementCall.identity:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 244, // 1645: sf.gear.metadata.type.v1.Balances_Source.source_id:type_name -> sf.gear.metadata.type.v1.Balances_Id - 563, // 1646: sf.gear.metadata.type.v1.Balances_Source.source_index:type_name -> sf.gear.metadata.type.v1.Balances_Index - 189, // 1647: sf.gear.metadata.type.v1.Balances_Source.source_raw:type_name -> sf.gear.metadata.type.v1.Balances_Raw - 24, // 1648: sf.gear.metadata.type.v1.Balances_Source.source_address32:type_name -> sf.gear.metadata.type.v1.Balances_Address32 - 421, // 1649: sf.gear.metadata.type.v1.Balances_Source.source_address20:type_name -> sf.gear.metadata.type.v1.Balances_Address20 - 602, // 1650: sf.gear.metadata.type.v1.Staking_Targets.targets_id:type_name -> sf.gear.metadata.type.v1.Staking_Id - 437, // 1651: sf.gear.metadata.type.v1.Staking_Targets.targets_index:type_name -> sf.gear.metadata.type.v1.Staking_Index - 380, // 1652: sf.gear.metadata.type.v1.Staking_Targets.targets_raw:type_name -> sf.gear.metadata.type.v1.Staking_Raw - 80, // 1653: sf.gear.metadata.type.v1.Staking_Targets.targets_address32:type_name -> sf.gear.metadata.type.v1.Staking_Address32 - 246, // 1654: sf.gear.metadata.type.v1.Staking_Targets.targets_address20:type_name -> sf.gear.metadata.type.v1.Staking_Address20 - 22, // 1655: sf.gear.metadata.type.v1.NominationPools_UnbondCall.member_account_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 1656: sf.gear.metadata.type.v1.NominationPools_UnbondCall.member_account_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 1657: sf.gear.metadata.type.v1.NominationPools_UnbondCall.member_account_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 1658: sf.gear.metadata.type.v1.NominationPools_UnbondCall.member_account_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 1659: sf.gear.metadata.type.v1.NominationPools_UnbondCall.member_account_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 244, // 1660: sf.gear.metadata.type.v1.Balances_TransferKeepAliveCall.dest_id:type_name -> sf.gear.metadata.type.v1.Balances_Id - 563, // 1661: sf.gear.metadata.type.v1.Balances_TransferKeepAliveCall.dest_index:type_name -> sf.gear.metadata.type.v1.Balances_Index - 189, // 1662: sf.gear.metadata.type.v1.Balances_TransferKeepAliveCall.dest_raw:type_name -> sf.gear.metadata.type.v1.Balances_Raw - 24, // 1663: sf.gear.metadata.type.v1.Balances_TransferKeepAliveCall.dest_address32:type_name -> sf.gear.metadata.type.v1.Balances_Address32 - 421, // 1664: sf.gear.metadata.type.v1.Balances_TransferKeepAliveCall.dest_address20:type_name -> sf.gear.metadata.type.v1.Balances_Address20 - 476, // 1665: sf.gear.metadata.type.v1.BagsList_Lighter.lighter_id:type_name -> sf.gear.metadata.type.v1.BagsList_Id - 440, // 1666: sf.gear.metadata.type.v1.BagsList_Lighter.lighter_index:type_name -> sf.gear.metadata.type.v1.BagsList_Index - 414, // 1667: sf.gear.metadata.type.v1.BagsList_Lighter.lighter_raw:type_name -> sf.gear.metadata.type.v1.BagsList_Raw - 386, // 1668: sf.gear.metadata.type.v1.BagsList_Lighter.lighter_address32:type_name -> sf.gear.metadata.type.v1.BagsList_Address32 - 391, // 1669: sf.gear.metadata.type.v1.BagsList_Lighter.lighter_address20:type_name -> sf.gear.metadata.type.v1.BagsList_Address20 - 14, // 1670: sf.gear.metadata.type.v1.SpRuntimeGenericDigestDigestItem.logs_pre_runtime:type_name -> sf.gear.metadata.type.v1.Babe_PreRuntime - 607, // 1671: sf.gear.metadata.type.v1.SpRuntimeGenericDigestDigestItem.logs_consensus:type_name -> sf.gear.metadata.type.v1.Babe_Consensus - 251, // 1672: sf.gear.metadata.type.v1.SpRuntimeGenericDigestDigestItem.logs_seal:type_name -> sf.gear.metadata.type.v1.Babe_Seal - 317, // 1673: sf.gear.metadata.type.v1.SpRuntimeGenericDigestDigestItem.logs_other:type_name -> sf.gear.metadata.type.v1.Babe_Other - 551, // 1674: sf.gear.metadata.type.v1.SpRuntimeGenericDigestDigestItem.logs_runtime_environment_updated:type_name -> sf.gear.metadata.type.v1.Babe_RuntimeEnvironmentUpdated - 259, // 1675: sf.gear.metadata.type.v1.NominationPools_UpdateRolesCall.new_root_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 1676: sf.gear.metadata.type.v1.NominationPools_UpdateRolesCall.new_root_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 1677: sf.gear.metadata.type.v1.NominationPools_UpdateRolesCall.new_root_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 259, // 1678: sf.gear.metadata.type.v1.NominationPools_UpdateRolesCall.new_nominator_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 1679: sf.gear.metadata.type.v1.NominationPools_UpdateRolesCall.new_nominator_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 1680: sf.gear.metadata.type.v1.NominationPools_UpdateRolesCall.new_nominator_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 259, // 1681: sf.gear.metadata.type.v1.NominationPools_UpdateRolesCall.new_bouncer_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 1682: sf.gear.metadata.type.v1.NominationPools_UpdateRolesCall.new_bouncer_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 1683: sf.gear.metadata.type.v1.NominationPools_UpdateRolesCall.new_bouncer_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 343, // 1684: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 404, // 1685: sf.gear.metadata.type.v1.Bounties_Beneficiary.beneficiary_id:type_name -> sf.gear.metadata.type.v1.Bounties_Id - 69, // 1686: sf.gear.metadata.type.v1.Bounties_Beneficiary.beneficiary_index:type_name -> sf.gear.metadata.type.v1.Bounties_Index - 218, // 1687: sf.gear.metadata.type.v1.Bounties_Beneficiary.beneficiary_raw:type_name -> sf.gear.metadata.type.v1.Bounties_Raw - 546, // 1688: sf.gear.metadata.type.v1.Bounties_Beneficiary.beneficiary_address32:type_name -> sf.gear.metadata.type.v1.Bounties_Address32 - 446, // 1689: sf.gear.metadata.type.v1.Bounties_Beneficiary.beneficiary_address20:type_name -> sf.gear.metadata.type.v1.Bounties_Address20 - 411, // 1690: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32Uint32 - 44, // 1691: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes2:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32 - 445, // 1692: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes3:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32 - 483, // 1693: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes4:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32 - 315, // 1694: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes5:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32 - 497, // 1695: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes6:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32 - 456, // 1696: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes7:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32 - 86, // 1697: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes8:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32 - 377, // 1698: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes9:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32 - 347, // 1699: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes10:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32 - 54, // 1700: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes11:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32 - 173, // 1701: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes12:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32 - 400, // 1702: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes13:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32 - 45, // 1703: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes14:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32 - 542, // 1704: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes15:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32 - 263, // 1705: sf.gear.metadata.type.v1.VaraRuntimeNposSolution16.votes16:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32 - 230, // 1706: sf.gear.metadata.type.v1.Bounties_Id.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 146, // 1707: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallCall.call_hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 141, // 1708: sf.gear.metadata.type.v1.Whitelist_DispatchWhitelistedCallCall.call_weight_witness:type_name -> sf.gear.metadata.type.v1.SpWeightsWeightV2Weight - 602, // 1709: sf.gear.metadata.type.v1.Staking_Who.who_id:type_name -> sf.gear.metadata.type.v1.Staking_Id - 437, // 1710: sf.gear.metadata.type.v1.Staking_Who.who_index:type_name -> sf.gear.metadata.type.v1.Staking_Index - 380, // 1711: sf.gear.metadata.type.v1.Staking_Who.who_raw:type_name -> sf.gear.metadata.type.v1.Staking_Raw - 80, // 1712: sf.gear.metadata.type.v1.Staking_Who.who_address32:type_name -> sf.gear.metadata.type.v1.Staking_Address32 - 246, // 1713: sf.gear.metadata.type.v1.Staking_Who.who_address20:type_name -> sf.gear.metadata.type.v1.Staking_Address20 - 491, // 1714: sf.gear.metadata.type.v1.Treasury_Index.value0:type_name -> sf.gear.metadata.type.v1.Treasury_TupleNull - 155, // 1715: sf.gear.metadata.type.v1.NominationPools_TupleNull.value:type_name -> sf.gear.metadata.type.v1.TupleNull - 244, // 1716: sf.gear.metadata.type.v1.Balances_ForceUnreserveCall.who_id:type_name -> sf.gear.metadata.type.v1.Balances_Id - 563, // 1717: sf.gear.metadata.type.v1.Balances_ForceUnreserveCall.who_index:type_name -> sf.gear.metadata.type.v1.Balances_Index - 189, // 1718: sf.gear.metadata.type.v1.Balances_ForceUnreserveCall.who_raw:type_name -> sf.gear.metadata.type.v1.Balances_Raw - 24, // 1719: sf.gear.metadata.type.v1.Balances_ForceUnreserveCall.who_address32:type_name -> sf.gear.metadata.type.v1.Balances_Address32 - 421, // 1720: sf.gear.metadata.type.v1.Balances_ForceUnreserveCall.who_address20:type_name -> sf.gear.metadata.type.v1.Balances_Address20 - 71, // 1721: sf.gear.metadata.type.v1.Treasury_SpendLocalCall.beneficiary_id:type_name -> sf.gear.metadata.type.v1.Treasury_Id - 409, // 1722: sf.gear.metadata.type.v1.Treasury_SpendLocalCall.beneficiary_index:type_name -> sf.gear.metadata.type.v1.Treasury_Index - 35, // 1723: sf.gear.metadata.type.v1.Treasury_SpendLocalCall.beneficiary_raw:type_name -> sf.gear.metadata.type.v1.Treasury_Raw - 488, // 1724: sf.gear.metadata.type.v1.Treasury_SpendLocalCall.beneficiary_address32:type_name -> sf.gear.metadata.type.v1.Treasury_Address32 - 454, // 1725: sf.gear.metadata.type.v1.Treasury_SpendLocalCall.beneficiary_address20:type_name -> sf.gear.metadata.type.v1.Treasury_Address20 - 309, // 1726: sf.gear.metadata.type.v1.Proxy_AddProxyCall.delegate_id:type_name -> sf.gear.metadata.type.v1.Proxy_Id - 273, // 1727: sf.gear.metadata.type.v1.Proxy_AddProxyCall.delegate_index:type_name -> sf.gear.metadata.type.v1.Proxy_Index - 314, // 1728: sf.gear.metadata.type.v1.Proxy_AddProxyCall.delegate_raw:type_name -> sf.gear.metadata.type.v1.Proxy_Raw - 236, // 1729: sf.gear.metadata.type.v1.Proxy_AddProxyCall.delegate_address32:type_name -> sf.gear.metadata.type.v1.Proxy_Address32 - 253, // 1730: sf.gear.metadata.type.v1.Proxy_AddProxyCall.delegate_address20:type_name -> sf.gear.metadata.type.v1.Proxy_Address20 - 565, // 1731: sf.gear.metadata.type.v1.Proxy_AddProxyCall.proxy_type_any:type_name -> sf.gear.metadata.type.v1.Proxy_Any - 610, // 1732: sf.gear.metadata.type.v1.Proxy_AddProxyCall.proxy_type_non_transfer:type_name -> sf.gear.metadata.type.v1.Proxy_NonTransfer - 132, // 1733: sf.gear.metadata.type.v1.Proxy_AddProxyCall.proxy_type_governance:type_name -> sf.gear.metadata.type.v1.Proxy_Governance - 144, // 1734: sf.gear.metadata.type.v1.Proxy_AddProxyCall.proxy_type_staking:type_name -> sf.gear.metadata.type.v1.Proxy_Staking - 58, // 1735: sf.gear.metadata.type.v1.Proxy_AddProxyCall.proxy_type_identity_judgement:type_name -> sf.gear.metadata.type.v1.Proxy_IdentityJudgement - 73, // 1736: sf.gear.metadata.type.v1.Proxy_AddProxyCall.proxy_type_cancel_proxy:type_name -> sf.gear.metadata.type.v1.Proxy_CancelProxy - 243, // 1737: sf.gear.metadata.type.v1.Babe_PlanConfigChangeCall.config_v1:type_name -> sf.gear.metadata.type.v1.Babe_V1 - 83, // 1738: sf.gear.metadata.type.v1.Identity_RenameSubCall.sub_id:type_name -> sf.gear.metadata.type.v1.Identity_Id - 451, // 1739: sf.gear.metadata.type.v1.Identity_RenameSubCall.sub_index:type_name -> sf.gear.metadata.type.v1.Identity_Index - 229, // 1740: sf.gear.metadata.type.v1.Identity_RenameSubCall.sub_raw:type_name -> sf.gear.metadata.type.v1.Identity_Raw - 624, // 1741: sf.gear.metadata.type.v1.Identity_RenameSubCall.sub_address32:type_name -> sf.gear.metadata.type.v1.Identity_Address32 - 499, // 1742: sf.gear.metadata.type.v1.Identity_RenameSubCall.sub_address20:type_name -> sf.gear.metadata.type.v1.Identity_Address20 - 67, // 1743: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 1744: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 1745: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 1746: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 1747: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 1748: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 1749: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 1750: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 1751: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 1752: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 1753: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 1754: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 1755: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 1756: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 1757: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 1758: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 1759: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 1760: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 1761: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 1762: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 1763: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 1764: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 1765: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 1766: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 1767: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 1768: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 1769: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 1770: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 1771: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 1772: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 1773: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 1774: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 1775: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 1776: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 1777: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 1778: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 1779: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 1780: sf.gear.metadata.type.v1.Identity_RenameSubCall.data_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 22, // 1781: sf.gear.metadata.type.v1.NominationPools_CreateCall.root_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 1782: sf.gear.metadata.type.v1.NominationPools_CreateCall.root_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 1783: sf.gear.metadata.type.v1.NominationPools_CreateCall.root_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 1784: sf.gear.metadata.type.v1.NominationPools_CreateCall.root_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 1785: sf.gear.metadata.type.v1.NominationPools_CreateCall.root_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 22, // 1786: sf.gear.metadata.type.v1.NominationPools_CreateCall.nominator_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 1787: sf.gear.metadata.type.v1.NominationPools_CreateCall.nominator_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 1788: sf.gear.metadata.type.v1.NominationPools_CreateCall.nominator_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 1789: sf.gear.metadata.type.v1.NominationPools_CreateCall.nominator_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 1790: sf.gear.metadata.type.v1.NominationPools_CreateCall.nominator_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 22, // 1791: sf.gear.metadata.type.v1.NominationPools_CreateCall.bouncer_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 1792: sf.gear.metadata.type.v1.NominationPools_CreateCall.bouncer_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 1793: sf.gear.metadata.type.v1.NominationPools_CreateCall.bouncer_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 1794: sf.gear.metadata.type.v1.NominationPools_CreateCall.bouncer_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 1795: sf.gear.metadata.type.v1.NominationPools_CreateCall.bouncer_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 67, // 1796: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 1797: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 1798: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 1799: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 1800: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 1801: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 1802: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 1803: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 1804: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 1805: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 1806: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 1807: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 1808: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 1809: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 1810: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 1811: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 1812: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 1813: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 1814: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 1815: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 1816: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 1817: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 1818: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 1819: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 1820: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 1821: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 1822: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 1823: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 1824: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 1825: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 1826: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 1827: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 1828: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 1829: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 1830: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 1831: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 1832: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 1833: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value0_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 67, // 1834: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 1835: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 1836: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 1837: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 1838: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 1839: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 1840: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 1841: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 1842: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 1843: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 1844: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 1845: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 1846: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 1847: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 1848: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 1849: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 1850: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 1851: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 1852: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 1853: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 1854: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 1855: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 1856: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 1857: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 1858: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 1859: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 1860: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 1861: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 1862: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 1863: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 1864: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 1865: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 1866: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 1867: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 1868: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 1869: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 1870: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 1871: sf.gear.metadata.type.v1.Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData.value1_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 230, // 1872: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 555, // 1873: sf.gear.metadata.type.v1.NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32.value0:type_name -> sf.gear.metadata.type.v1.SpArithmeticPerThingsPerbill - 230, // 1874: sf.gear.metadata.type.v1.NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32.value1:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 146, // 1875: sf.gear.metadata.type.v1.Grandpa_FinalityGrandpaPrecommit.target_hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 155, // 1876: sf.gear.metadata.type.v1.BagsList_TupleNull.value:type_name -> sf.gear.metadata.type.v1.TupleNull - 583, // 1877: sf.gear.metadata.type.v1.Staking_SetPayeeCall.payee_staked:type_name -> sf.gear.metadata.type.v1.Staking_Staked - 509, // 1878: sf.gear.metadata.type.v1.Staking_SetPayeeCall.payee_stash:type_name -> sf.gear.metadata.type.v1.Staking_Stash - 312, // 1879: sf.gear.metadata.type.v1.Staking_SetPayeeCall.payee_controller:type_name -> sf.gear.metadata.type.v1.Staking_Controller - 368, // 1880: sf.gear.metadata.type.v1.Staking_SetPayeeCall.payee_account:type_name -> sf.gear.metadata.type.v1.Staking_Account - 289, // 1881: sf.gear.metadata.type.v1.Staking_SetPayeeCall.payee_none:type_name -> sf.gear.metadata.type.v1.Staking_None - 433, // 1882: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall.maybe_next_score:type_name -> sf.gear.metadata.type.v1.SpNposElectionsElectionScore - 203, // 1883: sf.gear.metadata.type.v1.Staking_Index.value0:type_name -> sf.gear.metadata.type.v1.Staking_TupleNull - 230, // 1884: sf.gear.metadata.type.v1.Multisig_ApproveAsMultiCall.other_signatories:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 573, // 1885: sf.gear.metadata.type.v1.Multisig_ApproveAsMultiCall.maybe_timepoint:type_name -> sf.gear.metadata.type.v1.Multisig_PalletMultisigTimepoint - 141, // 1886: sf.gear.metadata.type.v1.Multisig_ApproveAsMultiCall.max_weight:type_name -> sf.gear.metadata.type.v1.SpWeightsWeightV2Weight - 430, // 1887: sf.gear.metadata.type.v1.BagsList_Index.value0:type_name -> sf.gear.metadata.type.v1.BagsList_TupleNull - 597, // 1888: sf.gear.metadata.type.v1.ImOnline_PalletImOnlineSr25519AppSr25519Public.value0:type_name -> sf.gear.metadata.type.v1.SpCoreSr25519Public - 83, // 1889: sf.gear.metadata.type.v1.Identity_AddRegistrarCall.account_id:type_name -> sf.gear.metadata.type.v1.Identity_Id - 451, // 1890: sf.gear.metadata.type.v1.Identity_AddRegistrarCall.account_index:type_name -> sf.gear.metadata.type.v1.Identity_Index - 229, // 1891: sf.gear.metadata.type.v1.Identity_AddRegistrarCall.account_raw:type_name -> sf.gear.metadata.type.v1.Identity_Raw - 624, // 1892: sf.gear.metadata.type.v1.Identity_AddRegistrarCall.account_address32:type_name -> sf.gear.metadata.type.v1.Identity_Address32 - 499, // 1893: sf.gear.metadata.type.v1.Identity_AddRegistrarCall.account_address20:type_name -> sf.gear.metadata.type.v1.Identity_Address20 - 83, // 1894: sf.gear.metadata.type.v1.Identity_AddSubCall.sub_id:type_name -> sf.gear.metadata.type.v1.Identity_Id - 451, // 1895: sf.gear.metadata.type.v1.Identity_AddSubCall.sub_index:type_name -> sf.gear.metadata.type.v1.Identity_Index - 229, // 1896: sf.gear.metadata.type.v1.Identity_AddSubCall.sub_raw:type_name -> sf.gear.metadata.type.v1.Identity_Raw - 624, // 1897: sf.gear.metadata.type.v1.Identity_AddSubCall.sub_address32:type_name -> sf.gear.metadata.type.v1.Identity_Address32 - 499, // 1898: sf.gear.metadata.type.v1.Identity_AddSubCall.sub_address20:type_name -> sf.gear.metadata.type.v1.Identity_Address20 - 67, // 1899: sf.gear.metadata.type.v1.Identity_AddSubCall.data_none:type_name -> sf.gear.metadata.type.v1.Identity_None - 39, // 1900: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw0:type_name -> sf.gear.metadata.type.v1.Identity_Raw0 - 194, // 1901: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw1:type_name -> sf.gear.metadata.type.v1.Identity_Raw1 - 450, // 1902: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw2:type_name -> sf.gear.metadata.type.v1.Identity_Raw2 - 406, // 1903: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw3:type_name -> sf.gear.metadata.type.v1.Identity_Raw3 - 294, // 1904: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw4:type_name -> sf.gear.metadata.type.v1.Identity_Raw4 - 540, // 1905: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw5:type_name -> sf.gear.metadata.type.v1.Identity_Raw5 - 402, // 1906: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw6:type_name -> sf.gear.metadata.type.v1.Identity_Raw6 - 307, // 1907: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw7:type_name -> sf.gear.metadata.type.v1.Identity_Raw7 - 137, // 1908: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw8:type_name -> sf.gear.metadata.type.v1.Identity_Raw8 - 625, // 1909: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw9:type_name -> sf.gear.metadata.type.v1.Identity_Raw9 - 284, // 1910: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw10:type_name -> sf.gear.metadata.type.v1.Identity_Raw10 - 512, // 1911: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw11:type_name -> sf.gear.metadata.type.v1.Identity_Raw11 - 541, // 1912: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw12:type_name -> sf.gear.metadata.type.v1.Identity_Raw12 - 443, // 1913: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw13:type_name -> sf.gear.metadata.type.v1.Identity_Raw13 - 376, // 1914: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw14:type_name -> sf.gear.metadata.type.v1.Identity_Raw14 - 517, // 1915: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw15:type_name -> sf.gear.metadata.type.v1.Identity_Raw15 - 432, // 1916: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw16:type_name -> sf.gear.metadata.type.v1.Identity_Raw16 - 424, // 1917: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw17:type_name -> sf.gear.metadata.type.v1.Identity_Raw17 - 68, // 1918: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw18:type_name -> sf.gear.metadata.type.v1.Identity_Raw18 - 217, // 1919: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw19:type_name -> sf.gear.metadata.type.v1.Identity_Raw19 - 163, // 1920: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw20:type_name -> sf.gear.metadata.type.v1.Identity_Raw20 - 52, // 1921: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw21:type_name -> sf.gear.metadata.type.v1.Identity_Raw21 - 513, // 1922: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw22:type_name -> sf.gear.metadata.type.v1.Identity_Raw22 - 590, // 1923: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw23:type_name -> sf.gear.metadata.type.v1.Identity_Raw23 - 394, // 1924: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw24:type_name -> sf.gear.metadata.type.v1.Identity_Raw24 - 577, // 1925: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw25:type_name -> sf.gear.metadata.type.v1.Identity_Raw25 - 103, // 1926: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw26:type_name -> sf.gear.metadata.type.v1.Identity_Raw26 - 287, // 1927: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw27:type_name -> sf.gear.metadata.type.v1.Identity_Raw27 - 143, // 1928: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw28:type_name -> sf.gear.metadata.type.v1.Identity_Raw28 - 31, // 1929: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw29:type_name -> sf.gear.metadata.type.v1.Identity_Raw29 - 526, // 1930: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw30:type_name -> sf.gear.metadata.type.v1.Identity_Raw30 - 337, // 1931: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw31:type_name -> sf.gear.metadata.type.v1.Identity_Raw31 - 268, // 1932: sf.gear.metadata.type.v1.Identity_AddSubCall.data_raw32:type_name -> sf.gear.metadata.type.v1.Identity_Raw32 - 417, // 1933: sf.gear.metadata.type.v1.Identity_AddSubCall.data_blake_two256:type_name -> sf.gear.metadata.type.v1.Identity_BlakeTwo256 - 72, // 1934: sf.gear.metadata.type.v1.Identity_AddSubCall.data_sha256:type_name -> sf.gear.metadata.type.v1.Identity_Sha256 - 308, // 1935: sf.gear.metadata.type.v1.Identity_AddSubCall.data_keccak256:type_name -> sf.gear.metadata.type.v1.Identity_Keccak256 - 8, // 1936: sf.gear.metadata.type.v1.Identity_AddSubCall.data_sha_three256:type_name -> sf.gear.metadata.type.v1.Identity_ShaThree256 - 343, // 1937: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 244, // 1938: sf.gear.metadata.type.v1.Balances_TransferAllCall.dest_id:type_name -> sf.gear.metadata.type.v1.Balances_Id - 563, // 1939: sf.gear.metadata.type.v1.Balances_TransferAllCall.dest_index:type_name -> sf.gear.metadata.type.v1.Balances_Index - 189, // 1940: sf.gear.metadata.type.v1.Balances_TransferAllCall.dest_raw:type_name -> sf.gear.metadata.type.v1.Balances_Raw - 24, // 1941: sf.gear.metadata.type.v1.Balances_TransferAllCall.dest_address32:type_name -> sf.gear.metadata.type.v1.Balances_Address32 - 421, // 1942: sf.gear.metadata.type.v1.Balances_TransferAllCall.dest_address20:type_name -> sf.gear.metadata.type.v1.Balances_Address20 - 56, // 1943: sf.gear.metadata.type.v1.StakingPallet.call_bond_call:type_name -> sf.gear.metadata.type.v1.Staking_BondCall - 240, // 1944: sf.gear.metadata.type.v1.StakingPallet.call_bond_extra_call:type_name -> sf.gear.metadata.type.v1.Staking_BondExtraCall - 552, // 1945: sf.gear.metadata.type.v1.StakingPallet.call_unbond_call:type_name -> sf.gear.metadata.type.v1.Staking_UnbondCall - 407, // 1946: sf.gear.metadata.type.v1.StakingPallet.call_withdraw_unbonded_call:type_name -> sf.gear.metadata.type.v1.Staking_WithdrawUnbondedCall - 304, // 1947: sf.gear.metadata.type.v1.StakingPallet.call_validate_call:type_name -> sf.gear.metadata.type.v1.Staking_ValidateCall - 356, // 1948: sf.gear.metadata.type.v1.StakingPallet.call_nominate_call:type_name -> sf.gear.metadata.type.v1.Staking_NominateCall - 262, // 1949: sf.gear.metadata.type.v1.StakingPallet.call_chill_call:type_name -> sf.gear.metadata.type.v1.Staking_ChillCall - 431, // 1950: sf.gear.metadata.type.v1.StakingPallet.call_set_payee_call:type_name -> sf.gear.metadata.type.v1.Staking_SetPayeeCall - 116, // 1951: sf.gear.metadata.type.v1.StakingPallet.call_set_controller_call:type_name -> sf.gear.metadata.type.v1.Staking_SetControllerCall - 530, // 1952: sf.gear.metadata.type.v1.StakingPallet.call_set_validator_count_call:type_name -> sf.gear.metadata.type.v1.Staking_SetValidatorCountCall - 527, // 1953: sf.gear.metadata.type.v1.StakingPallet.call_increase_validator_count_call:type_name -> sf.gear.metadata.type.v1.Staking_IncreaseValidatorCountCall - 49, // 1954: sf.gear.metadata.type.v1.StakingPallet.call_scale_validator_count_call:type_name -> sf.gear.metadata.type.v1.Staking_ScaleValidatorCountCall - 521, // 1955: sf.gear.metadata.type.v1.StakingPallet.call_force_no_eras_call:type_name -> sf.gear.metadata.type.v1.Staking_ForceNoErasCall - 324, // 1956: sf.gear.metadata.type.v1.StakingPallet.call_force_new_era_call:type_name -> sf.gear.metadata.type.v1.Staking_ForceNewEraCall - 140, // 1957: sf.gear.metadata.type.v1.StakingPallet.call_set_invulnerables_call:type_name -> sf.gear.metadata.type.v1.Staking_SetInvulnerablesCall - 34, // 1958: sf.gear.metadata.type.v1.StakingPallet.call_force_unstake_call:type_name -> sf.gear.metadata.type.v1.Staking_ForceUnstakeCall - 435, // 1959: sf.gear.metadata.type.v1.StakingPallet.call_force_new_era_always_call:type_name -> sf.gear.metadata.type.v1.Staking_ForceNewEraAlwaysCall - 147, // 1960: sf.gear.metadata.type.v1.StakingPallet.call_cancel_deferred_slash_call:type_name -> sf.gear.metadata.type.v1.Staking_CancelDeferredSlashCall - 47, // 1961: sf.gear.metadata.type.v1.StakingPallet.call_payout_stakers_call:type_name -> sf.gear.metadata.type.v1.Staking_PayoutStakersCall - 510, // 1962: sf.gear.metadata.type.v1.StakingPallet.call_rebond_call:type_name -> sf.gear.metadata.type.v1.Staking_RebondCall - 106, // 1963: sf.gear.metadata.type.v1.StakingPallet.call_reap_stash_call:type_name -> sf.gear.metadata.type.v1.Staking_ReapStashCall - 247, // 1964: sf.gear.metadata.type.v1.StakingPallet.call_kick_call:type_name -> sf.gear.metadata.type.v1.Staking_KickCall - 305, // 1965: sf.gear.metadata.type.v1.StakingPallet.call_set_staking_configs_call:type_name -> sf.gear.metadata.type.v1.Staking_SetStakingConfigsCall - 290, // 1966: sf.gear.metadata.type.v1.StakingPallet.call_chill_other_call:type_name -> sf.gear.metadata.type.v1.Staking_ChillOtherCall - 298, // 1967: sf.gear.metadata.type.v1.StakingPallet.call_force_apply_min_commission_call:type_name -> sf.gear.metadata.type.v1.Staking_ForceApplyMinCommissionCall - 153, // 1968: sf.gear.metadata.type.v1.StakingPallet.call_set_min_commission_call:type_name -> sf.gear.metadata.type.v1.Staking_SetMinCommissionCall - 375, // 1969: sf.gear.metadata.type.v1.Identity_Index.value0:type_name -> sf.gear.metadata.type.v1.Identity_TupleNull - 565, // 1970: sf.gear.metadata.type.v1.Proxy_CreatePureCall.proxy_type_any:type_name -> sf.gear.metadata.type.v1.Proxy_Any - 610, // 1971: sf.gear.metadata.type.v1.Proxy_CreatePureCall.proxy_type_non_transfer:type_name -> sf.gear.metadata.type.v1.Proxy_NonTransfer - 132, // 1972: sf.gear.metadata.type.v1.Proxy_CreatePureCall.proxy_type_governance:type_name -> sf.gear.metadata.type.v1.Proxy_Governance - 144, // 1973: sf.gear.metadata.type.v1.Proxy_CreatePureCall.proxy_type_staking:type_name -> sf.gear.metadata.type.v1.Proxy_Staking - 58, // 1974: sf.gear.metadata.type.v1.Proxy_CreatePureCall.proxy_type_identity_judgement:type_name -> sf.gear.metadata.type.v1.Proxy_IdentityJudgement - 73, // 1975: sf.gear.metadata.type.v1.Proxy_CreatePureCall.proxy_type_cancel_proxy:type_name -> sf.gear.metadata.type.v1.Proxy_CancelProxy - 127, // 1976: sf.gear.metadata.type.v1.Grandpa_SpConsensusGrandpaAppPublic.value0:type_name -> sf.gear.metadata.type.v1.SpCoreEd25519Public - 608, // 1977: sf.gear.metadata.type.v1.Session_SetKeysCall.keys:type_name -> sf.gear.metadata.type.v1.VaraRuntimeSessionKeys - 343, // 1978: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 22, // 1979: sf.gear.metadata.type.v1.NominationPools_Root.root_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 1980: sf.gear.metadata.type.v1.NominationPools_Root.root_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 1981: sf.gear.metadata.type.v1.NominationPools_Root.root_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 1982: sf.gear.metadata.type.v1.NominationPools_Root.root_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 1983: sf.gear.metadata.type.v1.NominationPools_Root.root_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 555, // 1984: sf.gear.metadata.type.v1.NominationPools_SetCommissionMaxCall.max_commission:type_name -> sf.gear.metadata.type.v1.SpArithmeticPerThingsPerbill - 597, // 1985: sf.gear.metadata.type.v1.SpAuthorityDiscoveryAppPublic.value0:type_name -> sf.gear.metadata.type.v1.SpCoreSr25519Public - 216, // 1986: sf.gear.metadata.type.v1.ImOnline_HeartbeatCall.heartbeat:type_name -> sf.gear.metadata.type.v1.ImOnline_PalletImOnlineHeartbeat - 340, // 1987: sf.gear.metadata.type.v1.ImOnline_HeartbeatCall.signature:type_name -> sf.gear.metadata.type.v1.ImOnline_PalletImOnlineSr25519AppSr25519Signature - 66, // 1988: sf.gear.metadata.type.v1.Referenda_Origins.value0_staking_admin:type_name -> sf.gear.metadata.type.v1.StakingAdmin - 629, // 1989: sf.gear.metadata.type.v1.Referenda_Origins.value0_treasurer:type_name -> sf.gear.metadata.type.v1.Treasurer - 466, // 1990: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellowship_admin:type_name -> sf.gear.metadata.type.v1.FellowshipAdmin - 271, // 1991: sf.gear.metadata.type.v1.Referenda_Origins.value0_general_admin:type_name -> sf.gear.metadata.type.v1.GeneralAdmin - 256, // 1992: sf.gear.metadata.type.v1.Referenda_Origins.value0_referendum_canceller:type_name -> sf.gear.metadata.type.v1.ReferendumCanceller - 29, // 1993: sf.gear.metadata.type.v1.Referenda_Origins.value0_referendum_killer:type_name -> sf.gear.metadata.type.v1.ReferendumKiller - 350, // 1994: sf.gear.metadata.type.v1.Referenda_Origins.value0_small_tipper:type_name -> sf.gear.metadata.type.v1.SmallTipper - 121, // 1995: sf.gear.metadata.type.v1.Referenda_Origins.value0_big_tipper:type_name -> sf.gear.metadata.type.v1.BigTipper - 364, // 1996: sf.gear.metadata.type.v1.Referenda_Origins.value0_small_spender:type_name -> sf.gear.metadata.type.v1.SmallSpender - 370, // 1997: sf.gear.metadata.type.v1.Referenda_Origins.value0_medium_spender:type_name -> sf.gear.metadata.type.v1.MediumSpender - 225, // 1998: sf.gear.metadata.type.v1.Referenda_Origins.value0_big_spender:type_name -> sf.gear.metadata.type.v1.BigSpender - 42, // 1999: sf.gear.metadata.type.v1.Referenda_Origins.value0_whitelisted_caller:type_name -> sf.gear.metadata.type.v1.WhitelistedCaller - 74, // 2000: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellowship_initiates:type_name -> sf.gear.metadata.type.v1.FellowshipInitiates - 277, // 2001: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellows:type_name -> sf.gear.metadata.type.v1.Fellows - 169, // 2002: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellowship_experts:type_name -> sf.gear.metadata.type.v1.FellowshipExperts - 167, // 2003: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellowship_masters:type_name -> sf.gear.metadata.type.v1.FellowshipMasters - 108, // 2004: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellowship1_dan:type_name -> sf.gear.metadata.type.v1.Fellowship1Dan - 393, // 2005: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellowship2_dan:type_name -> sf.gear.metadata.type.v1.Fellowship2Dan - 371, // 2006: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellowship3_dan:type_name -> sf.gear.metadata.type.v1.Fellowship3Dan - 239, // 2007: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellowship4_dan:type_name -> sf.gear.metadata.type.v1.Fellowship4Dan - 357, // 2008: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellowship5_dan:type_name -> sf.gear.metadata.type.v1.Fellowship5Dan - 623, // 2009: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellowship6_dan:type_name -> sf.gear.metadata.type.v1.Fellowship6Dan - 135, // 2010: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellowship7_dan:type_name -> sf.gear.metadata.type.v1.Fellowship7Dan - 504, // 2011: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellowship8_dan:type_name -> sf.gear.metadata.type.v1.Fellowship8Dan - 197, // 2012: sf.gear.metadata.type.v1.Referenda_Origins.value0_fellowship9_dan:type_name -> sf.gear.metadata.type.v1.Fellowship9Dan - 536, // 2013: sf.gear.metadata.type.v1.Babe_ReportEquivocationCall.equivocation_proof:type_name -> sf.gear.metadata.type.v1.SpConsensusSlotsEquivocationProof - 495, // 2014: sf.gear.metadata.type.v1.Babe_ReportEquivocationCall.key_owner_proof:type_name -> sf.gear.metadata.type.v1.SpSessionMembershipProof - 115, // 2015: sf.gear.metadata.type.v1.BalancesPallet.call_transfer_allow_death_call:type_name -> sf.gear.metadata.type.v1.Balances_TransferAllowDeathCall - 46, // 2016: sf.gear.metadata.type.v1.BalancesPallet.call_force_transfer_call:type_name -> sf.gear.metadata.type.v1.Balances_ForceTransferCall - 390, // 2017: sf.gear.metadata.type.v1.BalancesPallet.call_transfer_keep_alive_call:type_name -> sf.gear.metadata.type.v1.Balances_TransferKeepAliveCall - 447, // 2018: sf.gear.metadata.type.v1.BalancesPallet.call_transfer_all_call:type_name -> sf.gear.metadata.type.v1.Balances_TransferAllCall - 413, // 2019: sf.gear.metadata.type.v1.BalancesPallet.call_force_unreserve_call:type_name -> sf.gear.metadata.type.v1.Balances_ForceUnreserveCall - 293, // 2020: sf.gear.metadata.type.v1.BalancesPallet.call_upgrade_accounts_call:type_name -> sf.gear.metadata.type.v1.Balances_UpgradeAccountsCall - 489, // 2021: sf.gear.metadata.type.v1.BalancesPallet.call_force_set_balance_call:type_name -> sf.gear.metadata.type.v1.Balances_ForceSetBalanceCall - 259, // 2022: sf.gear.metadata.type.v1.NominationPools_MaxPools.max_pools_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 2023: sf.gear.metadata.type.v1.NominationPools_MaxPools.max_pools_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 2024: sf.gear.metadata.type.v1.NominationPools_MaxPools.max_pools_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 601, // 2025: sf.gear.metadata.type.v1.StakingRewards_WithdrawCall.to_id:type_name -> sf.gear.metadata.type.v1.StakingRewards_Id - 134, // 2026: sf.gear.metadata.type.v1.StakingRewards_WithdrawCall.to_index:type_name -> sf.gear.metadata.type.v1.StakingRewards_Index - 503, // 2027: sf.gear.metadata.type.v1.StakingRewards_WithdrawCall.to_raw:type_name -> sf.gear.metadata.type.v1.StakingRewards_Raw - 596, // 2028: sf.gear.metadata.type.v1.StakingRewards_WithdrawCall.to_address32:type_name -> sf.gear.metadata.type.v1.StakingRewards_Address32 - 275, // 2029: sf.gear.metadata.type.v1.StakingRewards_WithdrawCall.to_address20:type_name -> sf.gear.metadata.type.v1.StakingRewards_Address20 - 316, // 2030: sf.gear.metadata.type.v1.SystemPallet.call_remark_call:type_name -> sf.gear.metadata.type.v1.System_RemarkCall - 238, // 2031: sf.gear.metadata.type.v1.SystemPallet.call_set_heap_pages_call:type_name -> sf.gear.metadata.type.v1.System_SetHeapPagesCall - 202, // 2032: sf.gear.metadata.type.v1.SystemPallet.call_set_code_call:type_name -> sf.gear.metadata.type.v1.System_SetCodeCall - 396, // 2033: sf.gear.metadata.type.v1.SystemPallet.call_set_code_without_checks_call:type_name -> sf.gear.metadata.type.v1.System_SetCodeWithoutChecksCall - 621, // 2034: sf.gear.metadata.type.v1.SystemPallet.call_set_storage_call:type_name -> sf.gear.metadata.type.v1.System_SetStorageCall - 181, // 2035: sf.gear.metadata.type.v1.SystemPallet.call_kill_storage_call:type_name -> sf.gear.metadata.type.v1.System_KillStorageCall - 270, // 2036: sf.gear.metadata.type.v1.SystemPallet.call_kill_prefix_call:type_name -> sf.gear.metadata.type.v1.System_KillPrefixCall - 182, // 2037: sf.gear.metadata.type.v1.SystemPallet.call_remark_with_event_call:type_name -> sf.gear.metadata.type.v1.System_RemarkWithEventCall - 230, // 2038: sf.gear.metadata.type.v1.BagsList_Id.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 427, // 2039: sf.gear.metadata.type.v1.NominationPools_SetCommissionCall.new_commission:type_name -> sf.gear.metadata.type.v1.NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32 - 257, // 2040: sf.gear.metadata.type.v1.Identity_SetIdentityCall.info:type_name -> sf.gear.metadata.type.v1.Identity_PalletIdentitySimpleIdentityInfo - 326, // 2041: sf.gear.metadata.type.v1.ChildBounties_Curator.curator_id:type_name -> sf.gear.metadata.type.v1.ChildBounties_Id - 631, // 2042: sf.gear.metadata.type.v1.ChildBounties_Curator.curator_index:type_name -> sf.gear.metadata.type.v1.ChildBounties_Index - 291, // 2043: sf.gear.metadata.type.v1.ChildBounties_Curator.curator_raw:type_name -> sf.gear.metadata.type.v1.ChildBounties_Raw - 160, // 2044: sf.gear.metadata.type.v1.ChildBounties_Curator.curator_address32:type_name -> sf.gear.metadata.type.v1.ChildBounties_Address32 - 514, // 2045: sf.gear.metadata.type.v1.ChildBounties_Curator.curator_address20:type_name -> sf.gear.metadata.type.v1.ChildBounties_Address20 - 326, // 2046: sf.gear.metadata.type.v1.ChildBounties_AwardChildBountyCall.beneficiary_id:type_name -> sf.gear.metadata.type.v1.ChildBounties_Id - 631, // 2047: sf.gear.metadata.type.v1.ChildBounties_AwardChildBountyCall.beneficiary_index:type_name -> sf.gear.metadata.type.v1.ChildBounties_Index - 291, // 2048: sf.gear.metadata.type.v1.ChildBounties_AwardChildBountyCall.beneficiary_raw:type_name -> sf.gear.metadata.type.v1.ChildBounties_Raw - 160, // 2049: sf.gear.metadata.type.v1.ChildBounties_AwardChildBountyCall.beneficiary_address32:type_name -> sf.gear.metadata.type.v1.ChildBounties_Address32 - 514, // 2050: sf.gear.metadata.type.v1.ChildBounties_AwardChildBountyCall.beneficiary_address20:type_name -> sf.gear.metadata.type.v1.ChildBounties_Address20 - 259, // 2051: sf.gear.metadata.type.v1.NominationPools_NewRoot.new_root_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 2052: sf.gear.metadata.type.v1.NominationPools_NewRoot.new_root_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 2053: sf.gear.metadata.type.v1.NominationPools_NewRoot.new_root_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 66, // 2054: sf.gear.metadata.type.v1.Utility_Origins.value0_staking_admin:type_name -> sf.gear.metadata.type.v1.StakingAdmin - 629, // 2055: sf.gear.metadata.type.v1.Utility_Origins.value0_treasurer:type_name -> sf.gear.metadata.type.v1.Treasurer - 466, // 2056: sf.gear.metadata.type.v1.Utility_Origins.value0_fellowship_admin:type_name -> sf.gear.metadata.type.v1.FellowshipAdmin - 271, // 2057: sf.gear.metadata.type.v1.Utility_Origins.value0_general_admin:type_name -> sf.gear.metadata.type.v1.GeneralAdmin - 256, // 2058: sf.gear.metadata.type.v1.Utility_Origins.value0_referendum_canceller:type_name -> sf.gear.metadata.type.v1.ReferendumCanceller - 29, // 2059: sf.gear.metadata.type.v1.Utility_Origins.value0_referendum_killer:type_name -> sf.gear.metadata.type.v1.ReferendumKiller - 350, // 2060: sf.gear.metadata.type.v1.Utility_Origins.value0_small_tipper:type_name -> sf.gear.metadata.type.v1.SmallTipper - 121, // 2061: sf.gear.metadata.type.v1.Utility_Origins.value0_big_tipper:type_name -> sf.gear.metadata.type.v1.BigTipper - 364, // 2062: sf.gear.metadata.type.v1.Utility_Origins.value0_small_spender:type_name -> sf.gear.metadata.type.v1.SmallSpender - 370, // 2063: sf.gear.metadata.type.v1.Utility_Origins.value0_medium_spender:type_name -> sf.gear.metadata.type.v1.MediumSpender - 225, // 2064: sf.gear.metadata.type.v1.Utility_Origins.value0_big_spender:type_name -> sf.gear.metadata.type.v1.BigSpender - 42, // 2065: sf.gear.metadata.type.v1.Utility_Origins.value0_whitelisted_caller:type_name -> sf.gear.metadata.type.v1.WhitelistedCaller - 74, // 2066: sf.gear.metadata.type.v1.Utility_Origins.value0_fellowship_initiates:type_name -> sf.gear.metadata.type.v1.FellowshipInitiates - 277, // 2067: sf.gear.metadata.type.v1.Utility_Origins.value0_fellows:type_name -> sf.gear.metadata.type.v1.Fellows - 169, // 2068: sf.gear.metadata.type.v1.Utility_Origins.value0_fellowship_experts:type_name -> sf.gear.metadata.type.v1.FellowshipExperts - 167, // 2069: sf.gear.metadata.type.v1.Utility_Origins.value0_fellowship_masters:type_name -> sf.gear.metadata.type.v1.FellowshipMasters - 108, // 2070: sf.gear.metadata.type.v1.Utility_Origins.value0_fellowship1_dan:type_name -> sf.gear.metadata.type.v1.Fellowship1Dan - 393, // 2071: sf.gear.metadata.type.v1.Utility_Origins.value0_fellowship2_dan:type_name -> sf.gear.metadata.type.v1.Fellowship2Dan - 371, // 2072: sf.gear.metadata.type.v1.Utility_Origins.value0_fellowship3_dan:type_name -> sf.gear.metadata.type.v1.Fellowship3Dan - 239, // 2073: sf.gear.metadata.type.v1.Utility_Origins.value0_fellowship4_dan:type_name -> sf.gear.metadata.type.v1.Fellowship4Dan - 357, // 2074: sf.gear.metadata.type.v1.Utility_Origins.value0_fellowship5_dan:type_name -> sf.gear.metadata.type.v1.Fellowship5Dan - 623, // 2075: sf.gear.metadata.type.v1.Utility_Origins.value0_fellowship6_dan:type_name -> sf.gear.metadata.type.v1.Fellowship6Dan - 135, // 2076: sf.gear.metadata.type.v1.Utility_Origins.value0_fellowship7_dan:type_name -> sf.gear.metadata.type.v1.Fellowship7Dan - 504, // 2077: sf.gear.metadata.type.v1.Utility_Origins.value0_fellowship8_dan:type_name -> sf.gear.metadata.type.v1.Fellowship8Dan - 197, // 2078: sf.gear.metadata.type.v1.Utility_Origins.value0_fellowship9_dan:type_name -> sf.gear.metadata.type.v1.Fellowship9Dan - 343, // 2079: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 146, // 2080: sf.gear.metadata.type.v1.Referenda_Lookup.hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 83, // 2081: sf.gear.metadata.type.v1.Identity_KillIdentityCall.target_id:type_name -> sf.gear.metadata.type.v1.Identity_Id - 451, // 2082: sf.gear.metadata.type.v1.Identity_KillIdentityCall.target_index:type_name -> sf.gear.metadata.type.v1.Identity_Index - 229, // 2083: sf.gear.metadata.type.v1.Identity_KillIdentityCall.target_raw:type_name -> sf.gear.metadata.type.v1.Identity_Raw - 624, // 2084: sf.gear.metadata.type.v1.Identity_KillIdentityCall.target_address32:type_name -> sf.gear.metadata.type.v1.Identity_Address32 - 499, // 2085: sf.gear.metadata.type.v1.Identity_KillIdentityCall.target_address20:type_name -> sf.gear.metadata.type.v1.Identity_Address20 - 588, // 2086: sf.gear.metadata.type.v1.Babe_AllowedSlots.allowed_slots_primary_slots:type_name -> sf.gear.metadata.type.v1.Babe_PrimarySlots - 139, // 2087: sf.gear.metadata.type.v1.Babe_AllowedSlots.allowed_slots_primary_and_secondary_plain_slots:type_name -> sf.gear.metadata.type.v1.Babe_PrimaryAndSecondaryPlainSlots - 70, // 2088: sf.gear.metadata.type.v1.Babe_AllowedSlots.allowed_slots_primary_and_secondary_vrf_slots:type_name -> sf.gear.metadata.type.v1.Babe_PrimaryAndSecondaryVrfSlots - 244, // 2089: sf.gear.metadata.type.v1.Balances_ForceSetBalanceCall.who_id:type_name -> sf.gear.metadata.type.v1.Balances_Id - 563, // 2090: sf.gear.metadata.type.v1.Balances_ForceSetBalanceCall.who_index:type_name -> sf.gear.metadata.type.v1.Balances_Index - 189, // 2091: sf.gear.metadata.type.v1.Balances_ForceSetBalanceCall.who_raw:type_name -> sf.gear.metadata.type.v1.Balances_Raw - 24, // 2092: sf.gear.metadata.type.v1.Balances_ForceSetBalanceCall.who_address32:type_name -> sf.gear.metadata.type.v1.Balances_Address32 - 421, // 2093: sf.gear.metadata.type.v1.Balances_ForceSetBalanceCall.who_address20:type_name -> sf.gear.metadata.type.v1.Balances_Address20 - 476, // 2094: sf.gear.metadata.type.v1.BagsList_PutInFrontOfCall.lighter_id:type_name -> sf.gear.metadata.type.v1.BagsList_Id - 440, // 2095: sf.gear.metadata.type.v1.BagsList_PutInFrontOfCall.lighter_index:type_name -> sf.gear.metadata.type.v1.BagsList_Index - 414, // 2096: sf.gear.metadata.type.v1.BagsList_PutInFrontOfCall.lighter_raw:type_name -> sf.gear.metadata.type.v1.BagsList_Raw - 386, // 2097: sf.gear.metadata.type.v1.BagsList_PutInFrontOfCall.lighter_address32:type_name -> sf.gear.metadata.type.v1.BagsList_Address32 - 391, // 2098: sf.gear.metadata.type.v1.BagsList_PutInFrontOfCall.lighter_address20:type_name -> sf.gear.metadata.type.v1.BagsList_Address20 - 155, // 2099: sf.gear.metadata.type.v1.Treasury_TupleNull.value:type_name -> sf.gear.metadata.type.v1.TupleNull - 539, // 2100: sf.gear.metadata.type.v1.UtilityPallet.call_batch_call:type_name -> sf.gear.metadata.type.v1.Utility_BatchCall - 30, // 2101: sf.gear.metadata.type.v1.UtilityPallet.call_as_derivative_call:type_name -> sf.gear.metadata.type.v1.Utility_AsDerivativeCall - 20, // 2102: sf.gear.metadata.type.v1.UtilityPallet.call_batch_all_call:type_name -> sf.gear.metadata.type.v1.Utility_BatchAllCall - 184, // 2103: sf.gear.metadata.type.v1.UtilityPallet.call_dispatch_as_call:type_name -> sf.gear.metadata.type.v1.Utility_DispatchAsCall - 558, // 2104: sf.gear.metadata.type.v1.UtilityPallet.call_force_batch_call:type_name -> sf.gear.metadata.type.v1.Utility_ForceBatchCall - 339, // 2105: sf.gear.metadata.type.v1.UtilityPallet.call_with_weight_call:type_name -> sf.gear.metadata.type.v1.Utility_WithWeightCall - 404, // 2106: sf.gear.metadata.type.v1.Bounties_Curator.curator_id:type_name -> sf.gear.metadata.type.v1.Bounties_Id - 69, // 2107: sf.gear.metadata.type.v1.Bounties_Curator.curator_index:type_name -> sf.gear.metadata.type.v1.Bounties_Index - 218, // 2108: sf.gear.metadata.type.v1.Bounties_Curator.curator_raw:type_name -> sf.gear.metadata.type.v1.Bounties_Raw - 546, // 2109: sf.gear.metadata.type.v1.Bounties_Curator.curator_address32:type_name -> sf.gear.metadata.type.v1.Bounties_Address32 - 446, // 2110: sf.gear.metadata.type.v1.Bounties_Curator.curator_address20:type_name -> sf.gear.metadata.type.v1.Bounties_Address20 - 404, // 2111: sf.gear.metadata.type.v1.Bounties_AwardBountyCall.beneficiary_id:type_name -> sf.gear.metadata.type.v1.Bounties_Id - 69, // 2112: sf.gear.metadata.type.v1.Bounties_AwardBountyCall.beneficiary_index:type_name -> sf.gear.metadata.type.v1.Bounties_Index - 218, // 2113: sf.gear.metadata.type.v1.Bounties_AwardBountyCall.beneficiary_raw:type_name -> sf.gear.metadata.type.v1.Bounties_Raw - 546, // 2114: sf.gear.metadata.type.v1.Bounties_AwardBountyCall.beneficiary_address32:type_name -> sf.gear.metadata.type.v1.Bounties_Address32 - 446, // 2115: sf.gear.metadata.type.v1.Bounties_AwardBountyCall.beneficiary_address20:type_name -> sf.gear.metadata.type.v1.Bounties_Address20 - 92, // 2116: sf.gear.metadata.type.v1.SpSessionMembershipProof.trie_nodes:type_name -> sf.gear.metadata.type.v1.Babe_BabeTrieNodesList - 244, // 2117: sf.gear.metadata.type.v1.Balances_Who.who_id:type_name -> sf.gear.metadata.type.v1.Balances_Id - 563, // 2118: sf.gear.metadata.type.v1.Balances_Who.who_index:type_name -> sf.gear.metadata.type.v1.Balances_Index - 189, // 2119: sf.gear.metadata.type.v1.Balances_Who.who_raw:type_name -> sf.gear.metadata.type.v1.Balances_Raw - 24, // 2120: sf.gear.metadata.type.v1.Balances_Who.who_address32:type_name -> sf.gear.metadata.type.v1.Balances_Address32 - 421, // 2121: sf.gear.metadata.type.v1.Balances_Who.who_address20:type_name -> sf.gear.metadata.type.v1.Balances_Address20 - 343, // 2122: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 98, // 2123: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.maybe_periodic:type_name -> sf.gear.metadata.type.v1.Scheduler_TupleUint32Uint32 - 475, // 2124: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 535, // 2125: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 65, // 2126: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 598, // 2127: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 471, // 2128: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 59, // 2129: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 582, // 2130: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 622, // 2131: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 448, // 2132: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 166, // 2133: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 19, // 2134: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 492, // 2135: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 250, // 2136: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 38, // 2137: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 101, // 2138: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 572, // 2139: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 48, // 2140: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 82, // 2141: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 594, // 2142: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 85, // 2143: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 207, // 2144: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 208, // 2145: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 566, // 2146: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 620, // 2147: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 79, // 2148: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 297, // 2149: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 348, // 2150: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 126, // 2151: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 379, // 2152: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedCall.call_gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 146, // 2153: sf.gear.metadata.type.v1.Preimage_RequestPreimageCall.hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 426, // 2154: sf.gear.metadata.type.v1.SpNposElectionsSupport.voters:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String - 88, // 2155: sf.gear.metadata.type.v1.FellowshipReferenda_Proposal.proposal_legacy:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_Legacy - 96, // 2156: sf.gear.metadata.type.v1.FellowshipReferenda_Proposal.proposal_inline:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_Inline - 381, // 2157: sf.gear.metadata.type.v1.FellowshipReferenda_Proposal.proposal_lookup:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_Lookup - 554, // 2158: sf.gear.metadata.type.v1.GearVoucher_AppendPrograms.append_programs_none:type_name -> sf.gear.metadata.type.v1.GearVoucher_None - 383, // 2159: sf.gear.metadata.type.v1.GearVoucher_AppendPrograms.append_programs_some:type_name -> sf.gear.metadata.type.v1.GearVoucher_Some - 529, // 2160: sf.gear.metadata.type.v1.Vesting_Source.source_id:type_name -> sf.gear.metadata.type.v1.Vesting_Id - 105, // 2161: sf.gear.metadata.type.v1.Vesting_Source.source_index:type_name -> sf.gear.metadata.type.v1.Vesting_Index - 211, // 2162: sf.gear.metadata.type.v1.Vesting_Source.source_raw:type_name -> sf.gear.metadata.type.v1.Vesting_Raw - 28, // 2163: sf.gear.metadata.type.v1.Vesting_Source.source_address32:type_name -> sf.gear.metadata.type.v1.Vesting_Address32 - 628, // 2164: sf.gear.metadata.type.v1.Vesting_Source.source_address20:type_name -> sf.gear.metadata.type.v1.Vesting_Address20 - 22, // 2165: sf.gear.metadata.type.v1.NominationPools_Bouncer.bouncer_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 2166: sf.gear.metadata.type.v1.NominationPools_Bouncer.bouncer_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 2167: sf.gear.metadata.type.v1.NominationPools_Bouncer.bouncer_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 2168: sf.gear.metadata.type.v1.NominationPools_Bouncer.bouncer_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 2169: sf.gear.metadata.type.v1.NominationPools_Bouncer.bouncer_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 259, // 2170: sf.gear.metadata.type.v1.NominationPools_MaxMembers.max_members_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 2171: sf.gear.metadata.type.v1.NominationPools_MaxMembers.max_members_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 2172: sf.gear.metadata.type.v1.NominationPools_MaxMembers.max_members_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 259, // 2173: sf.gear.metadata.type.v1.NominationPools_NewNominator.new_nominator_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 2174: sf.gear.metadata.type.v1.NominationPools_NewNominator.new_nominator_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 2175: sf.gear.metadata.type.v1.NominationPools_NewNominator.new_nominator_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 98, // 2176: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.maybe_periodic:type_name -> sf.gear.metadata.type.v1.Scheduler_TupleUint32Uint32 - 475, // 2177: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 535, // 2178: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 65, // 2179: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 598, // 2180: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 471, // 2181: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 59, // 2182: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 582, // 2183: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 622, // 2184: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 448, // 2185: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 166, // 2186: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 19, // 2187: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 492, // 2188: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 250, // 2189: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 38, // 2190: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 101, // 2191: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 572, // 2192: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 48, // 2193: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 82, // 2194: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 594, // 2195: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 85, // 2196: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 207, // 2197: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 208, // 2198: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 566, // 2199: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 620, // 2200: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 79, // 2201: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 297, // 2202: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 348, // 2203: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 126, // 2204: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 379, // 2205: sf.gear.metadata.type.v1.Scheduler_ScheduleNamedAfterCall.call_gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 155, // 2206: sf.gear.metadata.type.v1.Proxy_TupleNull.value:type_name -> sf.gear.metadata.type.v1.TupleNull - 230, // 2207: sf.gear.metadata.type.v1.Vesting_Id.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 259, // 2208: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.min_join_bond_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 2209: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.min_join_bond_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 2210: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.min_join_bond_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 259, // 2211: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.min_create_bond_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 2212: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.min_create_bond_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 2213: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.min_create_bond_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 259, // 2214: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.max_pools_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 2215: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.max_pools_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 2216: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.max_pools_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 259, // 2217: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.max_members_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 2218: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.max_members_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 2219: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.max_members_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 259, // 2220: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.max_members_per_pool_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 2221: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.max_members_per_pool_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 2222: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.max_members_per_pool_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 259, // 2223: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.global_max_commission_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 2224: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.global_max_commission_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 2225: sf.gear.metadata.type.v1.NominationPools_SetConfigsCall.global_max_commission_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 601, // 2226: sf.gear.metadata.type.v1.StakingRewards_To.to_id:type_name -> sf.gear.metadata.type.v1.StakingRewards_Id - 134, // 2227: sf.gear.metadata.type.v1.StakingRewards_To.to_index:type_name -> sf.gear.metadata.type.v1.StakingRewards_Index - 503, // 2228: sf.gear.metadata.type.v1.StakingRewards_To.to_raw:type_name -> sf.gear.metadata.type.v1.StakingRewards_Raw - 596, // 2229: sf.gear.metadata.type.v1.StakingRewards_To.to_address32:type_name -> sf.gear.metadata.type.v1.StakingRewards_Address32 - 275, // 2230: sf.gear.metadata.type.v1.StakingRewards_To.to_address20:type_name -> sf.gear.metadata.type.v1.StakingRewards_Address20 - 543, // 2231: sf.gear.metadata.type.v1.TimestampPallet.call_set_call:type_name -> sf.gear.metadata.type.v1.Timestamp_SetCall - 87, // 2232: sf.gear.metadata.type.v1.SpConsensusSlotsEquivocationProof.offender:type_name -> sf.gear.metadata.type.v1.Babe_SpConsensusBabeAppPublic - 345, // 2233: sf.gear.metadata.type.v1.SpConsensusSlotsEquivocationProof.slot:type_name -> sf.gear.metadata.type.v1.SpConsensusSlotsSlot - 311, // 2234: sf.gear.metadata.type.v1.SpConsensusSlotsEquivocationProof.first_header:type_name -> sf.gear.metadata.type.v1.SpRuntimeGenericHeaderHeader - 311, // 2235: sf.gear.metadata.type.v1.SpConsensusSlotsEquivocationProof.second_header:type_name -> sf.gear.metadata.type.v1.SpRuntimeGenericHeaderHeader - 346, // 2236: sf.gear.metadata.type.v1.Utility_BatchCall.calls:type_name -> sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall - 343, // 2237: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32.value1:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16 - 349, // 2238: sf.gear.metadata.type.v1.Grandpa_Equivocation.equivocation_prevote:type_name -> sf.gear.metadata.type.v1.Grandpa_Prevote - 215, // 2239: sf.gear.metadata.type.v1.Grandpa_Equivocation.equivocation_precommit:type_name -> sf.gear.metadata.type.v1.Grandpa_Precommit - 191, // 2240: sf.gear.metadata.type.v1.GearVoucher_SendReply.reply_to_id:type_name -> sf.gear.metadata.type.v1.GprimitivesMessageId - 14, // 2241: sf.gear.metadata.type.v1.Babe_Logs.logs_pre_runtime:type_name -> sf.gear.metadata.type.v1.Babe_PreRuntime - 607, // 2242: sf.gear.metadata.type.v1.Babe_Logs.logs_consensus:type_name -> sf.gear.metadata.type.v1.Babe_Consensus - 251, // 2243: sf.gear.metadata.type.v1.Babe_Logs.logs_seal:type_name -> sf.gear.metadata.type.v1.Babe_Seal - 317, // 2244: sf.gear.metadata.type.v1.Babe_Logs.logs_other:type_name -> sf.gear.metadata.type.v1.Babe_Other - 551, // 2245: sf.gear.metadata.type.v1.Babe_Logs.logs_runtime_environment_updated:type_name -> sf.gear.metadata.type.v1.Babe_RuntimeEnvironmentUpdated - 146, // 2246: sf.gear.metadata.type.v1.Preimage_EnsureUpdatedCall.hashes:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 83, // 2247: sf.gear.metadata.type.v1.Identity_SetAccountIdCall.new_id:type_name -> sf.gear.metadata.type.v1.Identity_Id - 451, // 2248: sf.gear.metadata.type.v1.Identity_SetAccountIdCall.new_index:type_name -> sf.gear.metadata.type.v1.Identity_Index - 229, // 2249: sf.gear.metadata.type.v1.Identity_SetAccountIdCall.new_raw:type_name -> sf.gear.metadata.type.v1.Identity_Raw - 624, // 2250: sf.gear.metadata.type.v1.Identity_SetAccountIdCall.new_address32:type_name -> sf.gear.metadata.type.v1.Identity_Address32 - 499, // 2251: sf.gear.metadata.type.v1.Identity_SetAccountIdCall.new_address20:type_name -> sf.gear.metadata.type.v1.Identity_Address20 - 230, // 2252: sf.gear.metadata.type.v1.NominationPools_NominateCall.validators:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 230, // 2253: sf.gear.metadata.type.v1.Signed.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 346, // 2254: sf.gear.metadata.type.v1.Utility_ForceBatchCall.calls:type_name -> sf.gear.metadata.type.v1.VaraRuntimeRuntimeCall - 309, // 2255: sf.gear.metadata.type.v1.Proxy_ProxyCall.real_id:type_name -> sf.gear.metadata.type.v1.Proxy_Id - 273, // 2256: sf.gear.metadata.type.v1.Proxy_ProxyCall.real_index:type_name -> sf.gear.metadata.type.v1.Proxy_Index - 314, // 2257: sf.gear.metadata.type.v1.Proxy_ProxyCall.real_raw:type_name -> sf.gear.metadata.type.v1.Proxy_Raw - 236, // 2258: sf.gear.metadata.type.v1.Proxy_ProxyCall.real_address32:type_name -> sf.gear.metadata.type.v1.Proxy_Address32 - 253, // 2259: sf.gear.metadata.type.v1.Proxy_ProxyCall.real_address20:type_name -> sf.gear.metadata.type.v1.Proxy_Address20 - 565, // 2260: sf.gear.metadata.type.v1.Proxy_ProxyCall.force_proxy_type_any:type_name -> sf.gear.metadata.type.v1.Proxy_Any - 610, // 2261: sf.gear.metadata.type.v1.Proxy_ProxyCall.force_proxy_type_non_transfer:type_name -> sf.gear.metadata.type.v1.Proxy_NonTransfer - 132, // 2262: sf.gear.metadata.type.v1.Proxy_ProxyCall.force_proxy_type_governance:type_name -> sf.gear.metadata.type.v1.Proxy_Governance - 144, // 2263: sf.gear.metadata.type.v1.Proxy_ProxyCall.force_proxy_type_staking:type_name -> sf.gear.metadata.type.v1.Proxy_Staking - 58, // 2264: sf.gear.metadata.type.v1.Proxy_ProxyCall.force_proxy_type_identity_judgement:type_name -> sf.gear.metadata.type.v1.Proxy_IdentityJudgement - 73, // 2265: sf.gear.metadata.type.v1.Proxy_ProxyCall.force_proxy_type_cancel_proxy:type_name -> sf.gear.metadata.type.v1.Proxy_CancelProxy - 475, // 2266: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 535, // 2267: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 65, // 2268: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 598, // 2269: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 471, // 2270: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 59, // 2271: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 582, // 2272: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 622, // 2273: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 448, // 2274: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 166, // 2275: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 19, // 2276: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 492, // 2277: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 250, // 2278: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 38, // 2279: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 101, // 2280: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 572, // 2281: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 48, // 2282: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 82, // 2283: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 594, // 2284: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 85, // 2285: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 207, // 2286: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 208, // 2287: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 566, // 2288: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 620, // 2289: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 79, // 2290: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 297, // 2291: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 348, // 2292: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 126, // 2293: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 379, // 2294: sf.gear.metadata.type.v1.Proxy_ProxyCall.call_gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 234, // 2295: sf.gear.metadata.type.v1.NominationPools_SetStateCall.state_open:type_name -> sf.gear.metadata.type.v1.NominationPools_Open - 359, // 2296: sf.gear.metadata.type.v1.NominationPools_SetStateCall.state_blocked:type_name -> sf.gear.metadata.type.v1.NominationPools_Blocked - 464, // 2297: sf.gear.metadata.type.v1.NominationPools_SetStateCall.state_destroying:type_name -> sf.gear.metadata.type.v1.NominationPools_Destroying - 453, // 2298: sf.gear.metadata.type.v1.Grandpa_FinalityGrandpaEquivocation.identity:type_name -> sf.gear.metadata.type.v1.Grandpa_SpConsensusGrandpaAppPublic - 373, // 2299: sf.gear.metadata.type.v1.Grandpa_FinalityGrandpaEquivocation.first:type_name -> sf.gear.metadata.type.v1.Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature - 373, // 2300: sf.gear.metadata.type.v1.Grandpa_FinalityGrandpaEquivocation.second:type_name -> sf.gear.metadata.type.v1.Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature - 114, // 2301: sf.gear.metadata.type.v1.Balances_Index.value0:type_name -> sf.gear.metadata.type.v1.Balances_TupleNull - 180, // 2302: sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet.call_submit_unsigned_call:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_SubmitUnsignedCall - 434, // 2303: sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet.call_set_minimum_untrusted_score_call:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall - 97, // 2304: sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet.call_set_emergency_election_result_call:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_SetEmergencyElectionResultCall - 611, // 2305: sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet.call_submit_call:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_SubmitCall - 149, // 2306: sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet.call_governance_fallback_call:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_GovernanceFallbackCall - 259, // 2307: sf.gear.metadata.type.v1.NominationPools_MinCreateBond.min_create_bond_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 2308: sf.gear.metadata.type.v1.NominationPools_MinCreateBond.min_create_bond_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 2309: sf.gear.metadata.type.v1.NominationPools_MinCreateBond.min_create_bond_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 146, // 2310: sf.gear.metadata.type.v1.Whitelist_RemoveWhitelistedCallCall.call_hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 83, // 2311: sf.gear.metadata.type.v1.Identity_Target.target_id:type_name -> sf.gear.metadata.type.v1.Identity_Id - 451, // 2312: sf.gear.metadata.type.v1.Identity_Target.target_index:type_name -> sf.gear.metadata.type.v1.Identity_Index - 229, // 2313: sf.gear.metadata.type.v1.Identity_Target.target_raw:type_name -> sf.gear.metadata.type.v1.Identity_Raw - 624, // 2314: sf.gear.metadata.type.v1.Identity_Target.target_address32:type_name -> sf.gear.metadata.type.v1.Identity_Address32 - 499, // 2315: sf.gear.metadata.type.v1.Identity_Target.target_address20:type_name -> sf.gear.metadata.type.v1.Identity_Address20 - 306, // 2316: sf.gear.metadata.type.v1.FellowshipReferendaPallet.call_submit_call:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_SubmitCall - 156, // 2317: sf.gear.metadata.type.v1.FellowshipReferendaPallet.call_place_decision_deposit_call:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_PlaceDecisionDepositCall - 468, // 2318: sf.gear.metadata.type.v1.FellowshipReferendaPallet.call_refund_decision_deposit_call:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_RefundDecisionDepositCall - 196, // 2319: sf.gear.metadata.type.v1.FellowshipReferendaPallet.call_cancel_call:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_CancelCall - 585, // 2320: sf.gear.metadata.type.v1.FellowshipReferendaPallet.call_kill_call:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_KillCall - 603, // 2321: sf.gear.metadata.type.v1.FellowshipReferendaPallet.call_nudge_referendum_call:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_NudgeReferendumCall - 342, // 2322: sf.gear.metadata.type.v1.FellowshipReferendaPallet.call_one_fewer_deciding_call:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_OneFewerDecidingCall - 131, // 2323: sf.gear.metadata.type.v1.FellowshipReferendaPallet.call_refund_submission_deposit_call:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_RefundSubmissionDepositCall - 41, // 2324: sf.gear.metadata.type.v1.FellowshipReferendaPallet.call_set_metadata_call:type_name -> sf.gear.metadata.type.v1.FellowshipReferenda_SetMetadataCall - 83, // 2325: sf.gear.metadata.type.v1.Identity_New.new_id:type_name -> sf.gear.metadata.type.v1.Identity_Id - 451, // 2326: sf.gear.metadata.type.v1.Identity_New.new_index:type_name -> sf.gear.metadata.type.v1.Identity_Index - 229, // 2327: sf.gear.metadata.type.v1.Identity_New.new_raw:type_name -> sf.gear.metadata.type.v1.Identity_Raw - 624, // 2328: sf.gear.metadata.type.v1.Identity_New.new_address32:type_name -> sf.gear.metadata.type.v1.Identity_Address32 - 499, // 2329: sf.gear.metadata.type.v1.Identity_New.new_address20:type_name -> sf.gear.metadata.type.v1.Identity_Address20 - 230, // 2330: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 501, // 2331: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport.value1:type_name -> sf.gear.metadata.type.v1.SpNposElectionsSupport - 259, // 2332: sf.gear.metadata.type.v1.NominationPools_MinJoinBond.min_join_bond_noop:type_name -> sf.gear.metadata.type.v1.NominationPools_Noop - 213, // 2333: sf.gear.metadata.type.v1.NominationPools_MinJoinBond.min_join_bond_set:type_name -> sf.gear.metadata.type.v1.NominationPools_Set - 55, // 2334: sf.gear.metadata.type.v1.NominationPools_MinJoinBond.min_join_bond_remove:type_name -> sf.gear.metadata.type.v1.NominationPools_Remove - 89, // 2335: sf.gear.metadata.type.v1.BagsListPallet.call_rebag_call:type_name -> sf.gear.metadata.type.v1.BagsList_RebagCall - 490, // 2336: sf.gear.metadata.type.v1.BagsListPallet.call_put_in_front_of_call:type_name -> sf.gear.metadata.type.v1.BagsList_PutInFrontOfCall - 288, // 2337: sf.gear.metadata.type.v1.BagsListPallet.call_put_in_front_of_other_call:type_name -> sf.gear.metadata.type.v1.BagsList_PutInFrontOfOtherCall - 529, // 2338: sf.gear.metadata.type.v1.Vesting_Target.target_id:type_name -> sf.gear.metadata.type.v1.Vesting_Id - 105, // 2339: sf.gear.metadata.type.v1.Vesting_Target.target_index:type_name -> sf.gear.metadata.type.v1.Vesting_Index - 211, // 2340: sf.gear.metadata.type.v1.Vesting_Target.target_raw:type_name -> sf.gear.metadata.type.v1.Vesting_Raw - 28, // 2341: sf.gear.metadata.type.v1.Vesting_Target.target_address32:type_name -> sf.gear.metadata.type.v1.Vesting_Address32 - 628, // 2342: sf.gear.metadata.type.v1.Vesting_Target.target_address20:type_name -> sf.gear.metadata.type.v1.Vesting_Address20 - 309, // 2343: sf.gear.metadata.type.v1.Proxy_Delegate.delegate_id:type_name -> sf.gear.metadata.type.v1.Proxy_Id - 273, // 2344: sf.gear.metadata.type.v1.Proxy_Delegate.delegate_index:type_name -> sf.gear.metadata.type.v1.Proxy_Index - 314, // 2345: sf.gear.metadata.type.v1.Proxy_Delegate.delegate_raw:type_name -> sf.gear.metadata.type.v1.Proxy_Raw - 236, // 2346: sf.gear.metadata.type.v1.Proxy_Delegate.delegate_address32:type_name -> sf.gear.metadata.type.v1.Proxy_Address32 - 253, // 2347: sf.gear.metadata.type.v1.Proxy_Delegate.delegate_address20:type_name -> sf.gear.metadata.type.v1.Proxy_Address20 - 593, // 2348: sf.gear.metadata.type.v1.PreimagePallet.call_note_preimage_call:type_name -> sf.gear.metadata.type.v1.Preimage_NotePreimageCall - 75, // 2349: sf.gear.metadata.type.v1.PreimagePallet.call_unnote_preimage_call:type_name -> sf.gear.metadata.type.v1.Preimage_UnnotePreimageCall - 500, // 2350: sf.gear.metadata.type.v1.PreimagePallet.call_request_preimage_call:type_name -> sf.gear.metadata.type.v1.Preimage_RequestPreimageCall - 619, // 2351: sf.gear.metadata.type.v1.PreimagePallet.call_unrequest_preimage_call:type_name -> sf.gear.metadata.type.v1.Preimage_UnrequestPreimageCall - 549, // 2352: sf.gear.metadata.type.v1.PreimagePallet.call_ensure_updated_call:type_name -> sf.gear.metadata.type.v1.Preimage_EnsureUpdatedCall - 15, // 2353: sf.gear.metadata.type.v1.GrandpaPallet.call_report_equivocation_call:type_name -> sf.gear.metadata.type.v1.Grandpa_ReportEquivocationCall - 252, // 2354: sf.gear.metadata.type.v1.GrandpaPallet.call_report_equivocation_unsigned_call:type_name -> sf.gear.metadata.type.v1.Grandpa_ReportEquivocationUnsignedCall - 331, // 2355: sf.gear.metadata.type.v1.GrandpaPallet.call_note_stalled_call:type_name -> sf.gear.metadata.type.v1.Grandpa_NoteStalledCall - 22, // 2356: sf.gear.metadata.type.v1.NominationPools_Nominator.nominator_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 2357: sf.gear.metadata.type.v1.NominationPools_Nominator.nominator_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 2358: sf.gear.metadata.type.v1.NominationPools_Nominator.nominator_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 2359: sf.gear.metadata.type.v1.NominationPools_Nominator.nominator_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 2360: sf.gear.metadata.type.v1.NominationPools_Nominator.nominator_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 230, // 2361: sf.gear.metadata.type.v1.StakingRewards_Id.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 230, // 2362: sf.gear.metadata.type.v1.Staking_Id.value0:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 170, // 2363: sf.gear.metadata.type.v1.Identity_SetSubsCall.subs:type_name -> sf.gear.metadata.type.v1.Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData - 309, // 2364: sf.gear.metadata.type.v1.Proxy_RejectAnnouncementCall.delegate_id:type_name -> sf.gear.metadata.type.v1.Proxy_Id - 273, // 2365: sf.gear.metadata.type.v1.Proxy_RejectAnnouncementCall.delegate_index:type_name -> sf.gear.metadata.type.v1.Proxy_Index - 314, // 2366: sf.gear.metadata.type.v1.Proxy_RejectAnnouncementCall.delegate_raw:type_name -> sf.gear.metadata.type.v1.Proxy_Raw - 236, // 2367: sf.gear.metadata.type.v1.Proxy_RejectAnnouncementCall.delegate_address32:type_name -> sf.gear.metadata.type.v1.Proxy_Address32 - 253, // 2368: sf.gear.metadata.type.v1.Proxy_RejectAnnouncementCall.delegate_address20:type_name -> sf.gear.metadata.type.v1.Proxy_Address20 - 146, // 2369: sf.gear.metadata.type.v1.Proxy_RejectAnnouncementCall.call_hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 128, // 2370: sf.gear.metadata.type.v1.VaraRuntimeSessionKeys.babe:type_name -> sf.gear.metadata.type.v1.SpConsensusBabeAppPublic - 50, // 2371: sf.gear.metadata.type.v1.VaraRuntimeSessionKeys.grandpa:type_name -> sf.gear.metadata.type.v1.SpConsensusGrandpaAppPublic - 441, // 2372: sf.gear.metadata.type.v1.VaraRuntimeSessionKeys.im_online:type_name -> sf.gear.metadata.type.v1.ImOnline_PalletImOnlineSr25519AppSr25519Public - 460, // 2373: sf.gear.metadata.type.v1.VaraRuntimeSessionKeys.authority_discovery:type_name -> sf.gear.metadata.type.v1.SpAuthorityDiscoveryAppPublic - 25, // 2374: sf.gear.metadata.type.v1.FellowshipCollective_Index.value0:type_name -> sf.gear.metadata.type.v1.FellowshipCollective_TupleNull - 630, // 2375: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_SubmitCall.raw_solution:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution - 22, // 2376: sf.gear.metadata.type.v1.NominationPools_WithdrawUnbondedCall.member_account_id:type_name -> sf.gear.metadata.type.v1.NominationPools_Id - 95, // 2377: sf.gear.metadata.type.v1.NominationPools_WithdrawUnbondedCall.member_account_index:type_name -> sf.gear.metadata.type.v1.NominationPools_Index - 201, // 2378: sf.gear.metadata.type.v1.NominationPools_WithdrawUnbondedCall.member_account_raw:type_name -> sf.gear.metadata.type.v1.NominationPools_Raw - 524, // 2379: sf.gear.metadata.type.v1.NominationPools_WithdrawUnbondedCall.member_account_address32:type_name -> sf.gear.metadata.type.v1.NominationPools_Address32 - 111, // 2380: sf.gear.metadata.type.v1.NominationPools_WithdrawUnbondedCall.member_account_address20:type_name -> sf.gear.metadata.type.v1.NominationPools_Address20 - 230, // 2381: sf.gear.metadata.type.v1.NominationPools_ClaimPayoutOtherCall.other:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 529, // 2382: sf.gear.metadata.type.v1.Vesting_VestOtherCall.target_id:type_name -> sf.gear.metadata.type.v1.Vesting_Id - 105, // 2383: sf.gear.metadata.type.v1.Vesting_VestOtherCall.target_index:type_name -> sf.gear.metadata.type.v1.Vesting_Index - 211, // 2384: sf.gear.metadata.type.v1.Vesting_VestOtherCall.target_raw:type_name -> sf.gear.metadata.type.v1.Vesting_Raw - 28, // 2385: sf.gear.metadata.type.v1.Vesting_VestOtherCall.target_address32:type_name -> sf.gear.metadata.type.v1.Vesting_Address32 - 628, // 2386: sf.gear.metadata.type.v1.Vesting_VestOtherCall.target_address20:type_name -> sf.gear.metadata.type.v1.Vesting_Address20 - 136, // 2387: sf.gear.metadata.type.v1.ConvictionVoting_UnlockCall.target_id:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Id - 178, // 2388: sf.gear.metadata.type.v1.ConvictionVoting_UnlockCall.target_index:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Index - 185, // 2389: sf.gear.metadata.type.v1.ConvictionVoting_UnlockCall.target_raw:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Raw - 248, // 2390: sf.gear.metadata.type.v1.ConvictionVoting_UnlockCall.target_address32:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Address32 - 186, // 2391: sf.gear.metadata.type.v1.ConvictionVoting_UnlockCall.target_address20:type_name -> sf.gear.metadata.type.v1.ConvictionVoting_Address20 - 98, // 2392: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.maybe_periodic:type_name -> sf.gear.metadata.type.v1.Scheduler_TupleUint32Uint32 - 475, // 2393: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_system:type_name -> sf.gear.metadata.type.v1.SystemPallet - 535, // 2394: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_timestamp:type_name -> sf.gear.metadata.type.v1.TimestampPallet - 65, // 2395: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_babe:type_name -> sf.gear.metadata.type.v1.BabePallet - 598, // 2396: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_grandpa:type_name -> sf.gear.metadata.type.v1.GrandpaPallet - 471, // 2397: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_balances:type_name -> sf.gear.metadata.type.v1.BalancesPallet - 59, // 2398: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_vesting:type_name -> sf.gear.metadata.type.v1.VestingPallet - 582, // 2399: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_bags_list:type_name -> sf.gear.metadata.type.v1.BagsListPallet - 622, // 2400: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_im_online:type_name -> sf.gear.metadata.type.v1.ImOnlinePallet - 448, // 2401: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_staking:type_name -> sf.gear.metadata.type.v1.StakingPallet - 166, // 2402: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_session:type_name -> sf.gear.metadata.type.v1.SessionPallet - 19, // 2403: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_treasury:type_name -> sf.gear.metadata.type.v1.TreasuryPallet - 492, // 2404: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_utility:type_name -> sf.gear.metadata.type.v1.UtilityPallet - 250, // 2405: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_conviction_voting:type_name -> sf.gear.metadata.type.v1.ConvictionVotingPallet - 38, // 2406: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_referenda:type_name -> sf.gear.metadata.type.v1.ReferendaPallet - 101, // 2407: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_fellowship_collective:type_name -> sf.gear.metadata.type.v1.FellowshipCollectivePallet - 572, // 2408: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_fellowship_referenda:type_name -> sf.gear.metadata.type.v1.FellowshipReferendaPallet - 48, // 2409: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_whitelist:type_name -> sf.gear.metadata.type.v1.WhitelistPallet - 82, // 2410: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_scheduler:type_name -> sf.gear.metadata.type.v1.SchedulerPallet - 594, // 2411: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_preimage:type_name -> sf.gear.metadata.type.v1.PreimagePallet - 85, // 2412: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_identity:type_name -> sf.gear.metadata.type.v1.IdentityPallet - 207, // 2413: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_proxy:type_name -> sf.gear.metadata.type.v1.ProxyPallet - 208, // 2414: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_multisig:type_name -> sf.gear.metadata.type.v1.MultisigPallet - 566, // 2415: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_election_provider_multi_phase:type_name -> sf.gear.metadata.type.v1.ElectionProviderMultiPhasePallet - 620, // 2416: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_bounties:type_name -> sf.gear.metadata.type.v1.BountiesPallet - 79, // 2417: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_child_bounties:type_name -> sf.gear.metadata.type.v1.ChildBountiesPallet - 297, // 2418: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_nomination_pools:type_name -> sf.gear.metadata.type.v1.NominationPoolsPallet - 348, // 2419: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_gear:type_name -> sf.gear.metadata.type.v1.GearPallet - 126, // 2420: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_staking_rewards:type_name -> sf.gear.metadata.type.v1.StakingRewardsPallet - 379, // 2421: sf.gear.metadata.type.v1.Scheduler_ScheduleAfterCall.call_gear_voucher:type_name -> sf.gear.metadata.type.v1.GearVoucherPallet - 146, // 2422: sf.gear.metadata.type.v1.Preimage_UnrequestPreimageCall.hash:type_name -> sf.gear.metadata.type.v1.PrimitiveTypesH256 - 281, // 2423: sf.gear.metadata.type.v1.BountiesPallet.call_propose_bounty_call:type_name -> sf.gear.metadata.type.v1.Bounties_ProposeBountyCall - 626, // 2424: sf.gear.metadata.type.v1.BountiesPallet.call_approve_bounty_call:type_name -> sf.gear.metadata.type.v1.Bounties_ApproveBountyCall - 267, // 2425: sf.gear.metadata.type.v1.BountiesPallet.call_propose_curator_call:type_name -> sf.gear.metadata.type.v1.Bounties_ProposeCuratorCall - 233, // 2426: sf.gear.metadata.type.v1.BountiesPallet.call_unassign_curator_call:type_name -> sf.gear.metadata.type.v1.Bounties_UnassignCuratorCall - 627, // 2427: sf.gear.metadata.type.v1.BountiesPallet.call_accept_curator_call:type_name -> sf.gear.metadata.type.v1.Bounties_AcceptCuratorCall - 494, // 2428: sf.gear.metadata.type.v1.BountiesPallet.call_award_bounty_call:type_name -> sf.gear.metadata.type.v1.Bounties_AwardBountyCall - 258, // 2429: sf.gear.metadata.type.v1.BountiesPallet.call_claim_bounty_call:type_name -> sf.gear.metadata.type.v1.Bounties_ClaimBountyCall - 463, // 2430: sf.gear.metadata.type.v1.BountiesPallet.call_close_bounty_call:type_name -> sf.gear.metadata.type.v1.Bounties_CloseBountyCall - 586, // 2431: sf.gear.metadata.type.v1.BountiesPallet.call_extend_bounty_expiry_call:type_name -> sf.gear.metadata.type.v1.Bounties_ExtendBountyExpiryCall - 174, // 2432: sf.gear.metadata.type.v1.System_SetStorageCall.items:type_name -> sf.gear.metadata.type.v1.System_TupleSystemItemsListSystemItemsList - 465, // 2433: sf.gear.metadata.type.v1.ImOnlinePallet.call_heartbeat_call:type_name -> sf.gear.metadata.type.v1.ImOnline_HeartbeatCall - 403, // 2434: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution.solution:type_name -> sf.gear.metadata.type.v1.VaraRuntimeNposSolution16 - 433, // 2435: sf.gear.metadata.type.v1.ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution.score:type_name -> sf.gear.metadata.type.v1.SpNposElectionsElectionScore - 372, // 2436: sf.gear.metadata.type.v1.ChildBounties_Index.value0:type_name -> sf.gear.metadata.type.v1.ChildBounties_TupleNull - 592, // 2437: sf.gear.metadata.type.v1.NominationPools_SetClaimPermissionCall.permission_permissioned:type_name -> sf.gear.metadata.type.v1.NominationPools_Permissioned - 574, // 2438: sf.gear.metadata.type.v1.NominationPools_SetClaimPermissionCall.permission_permissionless_compound:type_name -> sf.gear.metadata.type.v1.NominationPools_PermissionlessCompound - 360, // 2439: sf.gear.metadata.type.v1.NominationPools_SetClaimPermissionCall.permission_permissionless_withdraw:type_name -> sf.gear.metadata.type.v1.NominationPools_PermissionlessWithdraw - 328, // 2440: sf.gear.metadata.type.v1.NominationPools_SetClaimPermissionCall.permission_permissionless_all:type_name -> sf.gear.metadata.type.v1.NominationPools_PermissionlessAll - 491, // 2441: sf.gear.metadata.type.v1.Treasury_SpendCall.asset_kind:type_name -> sf.gear.metadata.type.v1.Treasury_TupleNull - 230, // 2442: sf.gear.metadata.type.v1.Treasury_SpendCall.beneficiary:type_name -> sf.gear.metadata.type.v1.SpCoreCryptoAccountId32 - 309, // 2443: sf.gear.metadata.type.v1.Proxy_Spawner.spawner_id:type_name -> sf.gear.metadata.type.v1.Proxy_Id - 273, // 2444: sf.gear.metadata.type.v1.Proxy_Spawner.spawner_index:type_name -> sf.gear.metadata.type.v1.Proxy_Index - 314, // 2445: sf.gear.metadata.type.v1.Proxy_Spawner.spawner_raw:type_name -> sf.gear.metadata.type.v1.Proxy_Raw - 236, // 2446: sf.gear.metadata.type.v1.Proxy_Spawner.spawner_address32:type_name -> sf.gear.metadata.type.v1.Proxy_Address32 - 253, // 2447: sf.gear.metadata.type.v1.Proxy_Spawner.spawner_address20:type_name -> sf.gear.metadata.type.v1.Proxy_Address20 - 2448, // [2448:2448] is the sub-list for method output_type - 2448, // [2448:2448] is the sub-list for method input_type - 2448, // [2448:2448] is the sub-list for extension type_name - 2448, // [2448:2448] is the sub-list for extension extendee - 0, // [0:2448] is the sub-list for field type_name -} - -func init() { file_sf_gear_metadata_type_v1_output_proto_init() } -func file_sf_gear_metadata_type_v1_output_proto_init() { - if File_sf_gear_metadata_type_v1_output_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_sf_gear_metadata_type_v1_output_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_Call); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_Inline); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearProgramPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_After); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Sub); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearGasPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Set); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_Void); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_ShaThree256); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_GlobalMaxCommission); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingRewards_ForceRefillCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_SendMessage); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_MinCommission); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_RefundSubmissionDepositCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_PreRuntime); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_ReportEquivocationCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Value0); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Unknown); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_Beneficiary); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TreasuryPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Utility_BatchAllCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_DelegateCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Id); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*System_SystemKeysList); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_Address32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollective_TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_Origins); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Data); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_Address32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReferendumKiller); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Utility_AsDerivativeCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw29); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_ForceProxyType); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_MaxMembersPerPool); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_ForceUnstakeCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_Raw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Judgement); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_PalletNominationPoolsCommissionChangeRate); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReferendaPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw0); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_OneFewerDecidingCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_SetMetadataCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WhitelistedCaller); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Scheduler_ScheduleCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32TupleUint32SpArithmeticPerThingsPerU16Uint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes14Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_ForceTransferCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_PayoutStakersCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*WhitelistPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_ScaleValidatorCountCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpConsensusGrandpaAppPublic); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollective_PromoteMemberCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw21); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Twitter); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes11Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Remove); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_BondCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_Legacy); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_IdentityJudgement); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*VestingPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollective_DemoteMemberCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_To); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Scheduler_CancelNamedCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Gear_UploadProgramCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingRewards_RefillCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BabePallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingAdmin); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_None); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[68].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw18); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[69].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_Index); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[70].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_PrimaryAndSecondaryVrfSlots); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[71].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_Id); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[72].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Sha256); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[73].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_CancelProxy); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[74].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipInitiates); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[75].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Preimage_UnnotePreimageCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[76].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Locked3X); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[77].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_EnactmentMoment); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[78].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_AnnounceCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[79].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBountiesPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[80].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Address32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[81].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_None); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[82].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SchedulerPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[83].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Id); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[84].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_SetFieldsCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[85].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*IdentityPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[86].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes8Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[87].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_SpConsensusBabeAppPublic); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[88].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_Legacy); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[89].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BagsList_RebagCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[90].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_Proposal); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[91].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_PlaceDecisionDepositCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[92].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_BabeTrieNodesList); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[93].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_ReportEquivocationUnsignedCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[94].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_BondExtraCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[95].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Index); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[96].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_Inline); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[97].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_SetEmergencyElectionResultCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[98].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Scheduler_TupleUint32Uint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[99].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_CancelRequestCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[100].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpCoreSr25519Signature); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[101].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollectivePallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[102].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_MaxNominatorCount); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[103].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw26); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[104].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GprimitivesCodeId); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[105].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_Index); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[106].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_ReapStashCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[107].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Root); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[108].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Fellowship1Dan); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[109].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearPaymentPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[110].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Locked6X); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[111].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Address20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[112].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_PalletGearVoucherInternalVoucherId); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[113].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_CallCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[114].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[115].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_TransferAllowDeathCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[116].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_SetControllerCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[117].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpArithmeticPerThingsPercent); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[118].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_ClaimChildBountyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[119].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_FinalityGrandpaPrevote); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[120].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_PalletStakingValidatorPrefs); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[121].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BigTipper); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[122].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BoundedCollectionsBoundedVecBoundedVec); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[123].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_ProxyAnnouncedCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[124].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Multisig_AsMultiThreshold1Call); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[125].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearMessengerPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[126].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingRewardsPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[127].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpCoreEd25519Public); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[128].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpConsensusBabeAppPublic); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[129].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_FreeBalance); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[130].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingRewards_From); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[131].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_RefundSubmissionDepositCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[132].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_Governance); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[133].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollective_Id); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[134].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingRewards_Index); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[135].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Fellowship7Dan); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[136].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Id); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[137].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw8); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[138].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_SetFeeCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[139].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_PrimaryAndSecondaryPlainSlots); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[140].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_SetInvulnerablesCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[141].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpWeightsWeightV2Weight); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[142].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Whitelist_WhitelistCallCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[143].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw28); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[144].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_Staking); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[145].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_ProposeCuratorCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[146].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PrimitiveTypesH256); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[147].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_CancelDeferredSlashCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[148].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_SetMetadataCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[149].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_GovernanceFallbackCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[150].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_NewBouncer); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[151].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_ClaimCommissionCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[152].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Remove); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[153].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_SetMinCommissionCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[154].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Legal); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[155].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[156].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_PlaceDecisionDepositCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[157].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Value1); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[158].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_FeePaid); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[159].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_KillPureCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[160].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_Address32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[161].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_ChillCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[162].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TransactionPaymentPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[163].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[164].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Gear_UploadCodeCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[165].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearBuiltinPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[166].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SessionPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[167].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipMasters); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[168].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Utility_System); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[169].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipExperts); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[170].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[171].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Reasonable); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[172].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_ProxyType); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[173].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes12Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[174].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*System_TupleSystemItemsListSystemItemsList); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[175].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_Dest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[176].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_MinValidatorBond); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[177].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_ProposalOrigin); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[178].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Index); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[179].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_System); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[180].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_SubmitUnsignedCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[181].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*System_KillStorageCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[182].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*System_RemarkWithEventCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[183].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Noop); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[184].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Utility_DispatchAsCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[185].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Raw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[186].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Address20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[187].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Web); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[188].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_Real); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[189].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_Raw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[190].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_VestCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[191].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GprimitivesMessageId); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[192].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[193].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Rewards); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[194].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw1); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[195].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_System); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[196].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_CancelCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[197].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Fellowship9Dan); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[198].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_RemoveVoteCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[199].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_At); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[200].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Value0); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[201].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Raw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[202].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*System_SetCodeCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[203].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[204].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BagsList_Dislocated); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[205].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_ProposeSpendCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[206].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Split); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[207].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ProxyPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[208].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MultisigPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[209].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_AcceptCuratorCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[210].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_SpConsensusGrandpaEquivocationProof); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[211].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_Raw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[212].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_RemoveAnnouncementCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[213].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Set); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[214].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_SetCommissionChangeRateCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[215].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_Precommit); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[216].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ImOnline_PalletImOnlineHeartbeat); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[217].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw19); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[218].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_Raw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[219].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Gear_SendReplyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[220].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_IssueCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[221].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_ApproveProposalCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[222].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_RemoveOtherVoteCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[223].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*OriginsPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[224].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Member); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[225].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BigSpender); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[226].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollective_AddMemberCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[227].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Conviction); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[228].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_CallDeprecatedCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[229].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[230].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpCoreCryptoAccountId32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[231].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[232].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpArithmeticPerThingsPerU16); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[233].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_UnassignCuratorCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[234].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Open); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[235].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollective_Address32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[236].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_Address32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[237].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Locked2X); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[238].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*System_SetHeapPagesCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[239].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Fellowship4Dan); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[240].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_BondExtraCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[241].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_PayoutCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[242].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollective_RemoveMemberCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[243].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_V1); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[244].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_Id); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[245].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_VestedTransferCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[246].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Address20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[247].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_KickCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[248].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Address32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[249].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Locked4X); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[250].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVotingPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[251].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_Seal); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[252].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_ReportEquivocationUnsignedCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[253].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_Address20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[254].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_Void); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[255].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_OutOfDate); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[256].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ReferendumCanceller); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[257].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_PalletIdentitySimpleIdentityInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[258].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_ClaimBountyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[259].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Noop); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[260].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_UploadCode); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[261].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_TupleUint64Uint64); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[262].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_ChillCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[263].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes16Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[264].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Whitelist_DispatchWhitelistedCallWithPreimageCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[265].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Riot); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[266].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BagsList_Heavier); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[267].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_ProposeCuratorCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[268].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[269].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_RevokeCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[270].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*System_KillPrefixCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[271].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GeneralAdmin); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[272].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_RefundDecisionDepositCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[273].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_Index); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[274].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_State); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[275].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingRewards_Address20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[276].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_UpdateCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[277].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Fellows); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[278].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Vote); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[279].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_DeclineCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[280].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_RemoveSubCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[281].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_ProposeBountyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[282].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_RequestJudgementCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[283].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollective_Who); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[284].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw10); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[285].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingRewards_TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[286].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[287].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw27); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[288].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BagsList_PutInFrontOfOtherCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[289].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_None); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[290].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_ChillOtherCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[291].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_Raw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[292].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_GrandpaTrieNodesList); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[293].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_UpgradeAccountsCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[294].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw4); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[295].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Email); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[296].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_RemoveProxyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[297].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPoolsPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[298].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_ForceApplyMinCommissionCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[299].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Utility_AsOrigin); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[300].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_TupleFinalityGrandpaPrecommitspConsensusGrandpaAppSignature); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[301].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollective_Address20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[302].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Standard); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[303].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Payee); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[304].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_ValidateCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[305].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_SetStakingConfigsCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[306].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_SubmitCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[307].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw7); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[308].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Keccak256); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[309].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_Id); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[310].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Extra); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[311].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpRuntimeGenericHeaderHeader); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[312].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Controller); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[313].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_ProposalOrigin); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[314].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_Raw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[315].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes5Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[316].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*System_RemarkCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[317].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_Other); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[318].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_MaxValidatorCount); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[319].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_VoteCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[320].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_UndelegateCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[321].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Display); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[322].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Permission); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[323].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_Config); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[324].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_ForceNewEraCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[325].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_SubmitCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[326].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_Id); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[327].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_BondExtraOtherCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[328].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_PermissionlessAll); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[329].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Gear_CreateProgramCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[330].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_DeclineVoucher); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[331].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_NoteStalledCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[332].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpRuntimeMultiaddressMultiAddress); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[333].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_Beneficiary); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[334].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_CloseChildBountyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[335].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Gear_ClaimValueCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[336].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_SpConsensusGrandpaAppSignature); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[337].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw31); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[338].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Session_PurgeKeysCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[339].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Utility_WithWeightCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[340].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ImOnline_PalletImOnlineSr25519AppSr25519Signature); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[341].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_MinNominatorBond); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[342].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_OneFewerDecidingCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[343].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32SpArithmeticPerThingsPerU16); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[344].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_CreateWithPoolIdCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[345].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpConsensusSlotsSlot); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[346].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*VaraRuntimeRuntimeCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[347].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes10Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[348].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[349].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_Prevote); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[350].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SmallTipper); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[351].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_KillCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[352].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_PalletIdentityTypesBitFlags); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[353].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Multisig_AsMultiCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[354].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Multisig_CancelAsMultiCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[355].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_MemberAccount); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[356].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_NominateCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[357].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Fellowship5Dan); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[358].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Target); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[359].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Blocked); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[360].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_PermissionlessWithdraw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[361].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Gear_SendMessageCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[362].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BTreeSet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[363].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpRuntimeGenericDigestDigest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[364].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SmallSpender); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[365].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Account); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[366].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Image); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[367].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearSchedulerPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[368].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Account); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[369].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_ChillThreshold); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[370].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MediumSpender); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[371].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Fellowship3Dan); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[372].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[373].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[374].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_ForceVestedTransferCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[375].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[376].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw14); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[377].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes9Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[378].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[379].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucherPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[380].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Raw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[381].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_Lookup); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[382].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_EnactmentMoment); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[383].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_Some); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[384].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_ProvideJudgementCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[385].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_Source); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[386].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BagsList_Address32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[387].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GprimitivesActorId); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[388].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Targets); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[389].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_UnbondCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[390].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_TransferKeepAliveCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[391].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BagsList_Address20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[392].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BagsList_Lighter); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[393].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Fellowship2Dan); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[394].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw24); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[395].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_KnownGood); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[396].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*System_SetCodeWithoutChecksCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[397].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpRuntimeGenericDigestDigestItem); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[398].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_PoolWithdrawUnbondedCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[399].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_UpdateRolesCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[400].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes13Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[401].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_Beneficiary); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[402].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw6); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[403].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*VaraRuntimeNposSolution16); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[404].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_Id); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[405].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Whitelist_DispatchWhitelistedCallCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[406].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw3); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[407].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_WithdrawUnbondedCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[408].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Who); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[409].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_Index); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[410].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_At); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[411].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32Uint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[412].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[413].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_ForceUnreserveCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[414].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BagsList_Raw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[415].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_SpendLocalCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[416].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*None); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[417].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_BlakeTwo256); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[418].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Erroneous); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[419].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_AddProxyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[420].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_PlanConfigChangeCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[421].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_Address20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[422].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_RenameSubCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[423].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_CreateCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[424].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw17); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[425].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[426].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[427].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[428].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_FinalityGrandpaPrecommit); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[429].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Locked1X); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[430].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BagsList_TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[431].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_SetPayeeCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[432].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw16); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[433].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpNposElectionsElectionScore); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[434].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[435].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_ForceNewEraAlwaysCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[436].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*HistoricalPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[437].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Index); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[438].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Multisig_ApproveAsMultiCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[439].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_JoinCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[440].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BagsList_Index); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[441].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ImOnline_PalletImOnlineSr25519AppSr25519Public); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[442].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_AddRegistrarCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[443].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw13); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[444].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_AddSubCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[445].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes3Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[446].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_Address20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[447].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_TransferAllCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[448].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[449].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_VoidSpendCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[450].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw2); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[451].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Index); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[452].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_CreatePureCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[453].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_SpConsensusGrandpaAppPublic); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[454].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_Address20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[455].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Session_SetKeysCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[456].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes7Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[457].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Root); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[458].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_SetCommissionMaxCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[459].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AuthorityDiscoveryPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[460].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpAuthorityDiscoveryAppPublic); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[461].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollective_VoteCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[462].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_ClearIdentityCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[463].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_CloseBountyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[464].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Destroying); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[465].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ImOnline_HeartbeatCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[466].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipAdmin); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[467].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_Origins); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[468].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_RefundDecisionDepositCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[469].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Gear_SetExecuteInherentCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[470].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_ReportEquivocationCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[471].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BalancesPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[472].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_UnassignCuratorCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[473].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_MaxPools); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[474].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingRewards_WithdrawCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[475].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SystemPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[476].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BagsList_Id); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[477].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_SetCommissionCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[478].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_SetIdentityCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[479].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_Curator); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[480].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_AwardChildBountyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[481].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_NewRoot); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[482].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Utility_Origins); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[483].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes4Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[484].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_Lookup); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[485].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_KillIdentityCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[486].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearBankPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[487].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_AllowedSlots); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[488].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_Address32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[489].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_ForceSetBalanceCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[490].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BagsList_PutInFrontOfCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[491].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[492].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UtilityPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[493].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_Curator); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[494].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_AwardBountyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[495].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpSessionMembershipProof); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[496].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_Who); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[497].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes6Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[498].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Scheduler_ScheduleNamedCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[499].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Address20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[500].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Preimage_RequestPreimageCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[501].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpNposElectionsSupport); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[502].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_ClaimPayoutCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[503].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingRewards_Raw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[504].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Fellowship8Dan); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[505].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_Proposal); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[506].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_LowQuality); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[507].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingRewards_AlignSupplyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[508].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_AppendPrograms); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[509].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Stash); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[510].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_RebondCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[511].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_Source); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[512].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw11); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[513].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw22); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[514].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_Address20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[515].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AuthorshipPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[516].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_PalletVestingVestingInfoVestingInfo); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[517].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw15); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[518].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Bouncer); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[519].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_MaxMembers); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[520].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_NewNominator); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[521].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_ForceNoErasCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[522].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Scheduler_ScheduleNamedAfterCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[523].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_TupleNull); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[524].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Address32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[525].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_Locked5X); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[526].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw30); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[527].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_IncreaseValidatorCountCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[528].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollective_Raw); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[529].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_Id); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[530].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_SetValidatorCountCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[531].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_RemoveProxiesCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[532].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*OffencesPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[533].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_SetConfigsCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[534].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingRewards_To); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[535].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*TimestampPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[536].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpConsensusSlotsEquivocationProof); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[537].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_MergeSchedulesCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[538].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_RemoveApprovalCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[539].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Utility_BatchCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[540].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw5); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[541].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw12); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[542].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleUint32ElectionProviderMultiPhaseVotes15Listuint32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[543].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Timestamp_SetCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[544].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_Equivocation); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[545].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_SendReply); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[546].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_Address32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[547].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_AdjustPoolDepositCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[548].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_Logs); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[549].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Preimage_EnsureUpdatedCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[550].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_SetAccountIdCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[551].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_RuntimeEnvironmentUpdated); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[552].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_UnbondCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[553].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_NominateCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[554].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GearVoucher_None); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[555].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpArithmeticPerThingsPerbill); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[556].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_SplitAbstain); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[557].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Signed); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[558].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Utility_ForceBatchCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[559].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_ProxyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[560].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_SetStateCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[561].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Gear_RunCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[562].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Grandpa_FinalityGrandpaEquivocation); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[563].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Balances_Index); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[564].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_QuitSubCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[565].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_Any); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[566].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhasePallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[567].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_MinCreateBond); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[568].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Whitelist_RemoveWhitelistedCallCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[569].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Target); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[570].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_PalletConvictionVotingVoteVote); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[571].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_CancelCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[572].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferendaPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[573].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Multisig_PalletMultisigTimepoint); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[574].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_PermissionlessCompound); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[575].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpCoreEd25519Signature); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[576].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_RejectProposalCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[577].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw25); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[578].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_New); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[579].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[580].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_SetMetadataCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[581].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_MinJoinBond); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[582].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BagsListPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[583].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Staked); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[584].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollective_CleanupPollCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[585].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_KillCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[586].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_ExtendBountyExpiryCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[587].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_AddChildBountyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[588].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_PrimarySlots); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[589].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_Target); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[590].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw23); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[591].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_Delegate); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[592].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Permissioned); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[593].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Preimage_NotePreimageCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[594].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*PreimagePallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[595].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_After); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[596].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingRewards_Address32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[597].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*SpCoreSr25519Public); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[598].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GrandpaPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[599].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Scheduler_CancelCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[600].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_Nominator); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[601].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*StakingRewards_Id); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[602].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Staking_Id); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[603].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipReferenda_NudgeReferendumCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[604].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Referenda_NudgeReferendumCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[605].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_SetSubsCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[606].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_RejectAnnouncementCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[607].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Babe_Consensus); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[608].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*VaraRuntimeSessionKeys); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[609].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*FellowshipCollective_Index); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[610].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_NonTransfer); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[611].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_SubmitCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[612].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_WithdrawUnbondedCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[613].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_ClaimPayoutOtherCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[614].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_VestOtherCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[615].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ConvictionVoting_UnlockCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[616].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_CheckStatusCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[617].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Utility_Void); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[618].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Scheduler_ScheduleAfterCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[619].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Preimage_UnrequestPreimageCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[620].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*BountiesPallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[621].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*System_SetStorageCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[622].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ImOnlinePallet); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[623].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Fellowship6Dan); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[624].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Address32); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[625].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Identity_Raw9); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[626].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_ApproveBountyCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[627].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Bounties_AcceptCuratorCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[628].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Vesting_Address20); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[629].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasurer); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[630].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[631].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ChildBounties_Index); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[632].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*NominationPools_SetClaimPermissionCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[633].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Treasury_SpendCall); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[634].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*Proxy_Spawner); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[0].OneofWrappers = []interface{}{ - (*GearVoucher_Call_CallSendMessage)(nil), - (*GearVoucher_Call_CallSendReply)(nil), - (*GearVoucher_Call_CallUploadCode)(nil), - (*GearVoucher_Call_CallDeclineVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[4].OneofWrappers = []interface{}{ - (*Identity_Sub_SubId)(nil), - (*Identity_Sub_SubIndex)(nil), - (*Identity_Sub_SubRaw)(nil), - (*Identity_Sub_SubAddress32)(nil), - (*Identity_Sub_SubAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[9].OneofWrappers = []interface{}{ - (*NominationPools_GlobalMaxCommission_GlobalMaxCommissionNoop)(nil), - (*NominationPools_GlobalMaxCommission_GlobalMaxCommissionSet)(nil), - (*NominationPools_GlobalMaxCommission_GlobalMaxCommissionRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[10].OneofWrappers = []interface{}{ - (*StakingRewards_ForceRefillCall_FromId)(nil), - (*StakingRewards_ForceRefillCall_FromIndex)(nil), - (*StakingRewards_ForceRefillCall_FromRaw)(nil), - (*StakingRewards_ForceRefillCall_FromAddress32)(nil), - (*StakingRewards_ForceRefillCall_FromAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[12].OneofWrappers = []interface{}{ - (*Staking_MinCommission_MinCommissionNoop)(nil), - (*Staking_MinCommission_MinCommissionSet)(nil), - (*Staking_MinCommission_MinCommissionRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[16].OneofWrappers = []interface{}{ - (*Value0_Value0Root)(nil), - (*Value0_Value0Signed)(nil), - (*Value0_Value0None)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[18].OneofWrappers = []interface{}{ - (*Treasury_Beneficiary_BeneficiaryId)(nil), - (*Treasury_Beneficiary_BeneficiaryIndex)(nil), - (*Treasury_Beneficiary_BeneficiaryRaw)(nil), - (*Treasury_Beneficiary_BeneficiaryAddress32)(nil), - (*Treasury_Beneficiary_BeneficiaryAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[19].OneofWrappers = []interface{}{ - (*TreasuryPallet_CallProposeSpendCall)(nil), - (*TreasuryPallet_CallRejectProposalCall)(nil), - (*TreasuryPallet_CallApproveProposalCall)(nil), - (*TreasuryPallet_CallSpendLocalCall)(nil), - (*TreasuryPallet_CallRemoveApprovalCall)(nil), - (*TreasuryPallet_CallSpendCall)(nil), - (*TreasuryPallet_CallPayoutCall)(nil), - (*TreasuryPallet_CallCheckStatusCall)(nil), - (*TreasuryPallet_CallVoidSpendCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[21].OneofWrappers = []interface{}{ - (*ConvictionVoting_DelegateCall_ToId)(nil), - (*ConvictionVoting_DelegateCall_ToIndex)(nil), - (*ConvictionVoting_DelegateCall_ToRaw)(nil), - (*ConvictionVoting_DelegateCall_ToAddress32)(nil), - (*ConvictionVoting_DelegateCall_ToAddress20)(nil), - (*ConvictionVoting_DelegateCall_ConvictionNone)(nil), - (*ConvictionVoting_DelegateCall_ConvictionLocked1X)(nil), - (*ConvictionVoting_DelegateCall_ConvictionLocked2X)(nil), - (*ConvictionVoting_DelegateCall_ConvictionLocked3X)(nil), - (*ConvictionVoting_DelegateCall_ConvictionLocked4X)(nil), - (*ConvictionVoting_DelegateCall_ConvictionLocked5X)(nil), - (*ConvictionVoting_DelegateCall_ConvictionLocked6X)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[26].OneofWrappers = []interface{}{ - (*FellowshipReferenda_Origins_Value0StakingAdmin)(nil), - (*FellowshipReferenda_Origins_Value0Treasurer)(nil), - (*FellowshipReferenda_Origins_Value0FellowshipAdmin)(nil), - (*FellowshipReferenda_Origins_Value0GeneralAdmin)(nil), - (*FellowshipReferenda_Origins_Value0ReferendumCanceller)(nil), - (*FellowshipReferenda_Origins_Value0ReferendumKiller)(nil), - (*FellowshipReferenda_Origins_Value0SmallTipper)(nil), - (*FellowshipReferenda_Origins_Value0BigTipper)(nil), - (*FellowshipReferenda_Origins_Value0SmallSpender)(nil), - (*FellowshipReferenda_Origins_Value0MediumSpender)(nil), - (*FellowshipReferenda_Origins_Value0BigSpender)(nil), - (*FellowshipReferenda_Origins_Value0WhitelistedCaller)(nil), - (*FellowshipReferenda_Origins_Value0FellowshipInitiates)(nil), - (*FellowshipReferenda_Origins_Value0Fellows)(nil), - (*FellowshipReferenda_Origins_Value0FellowshipExperts)(nil), - (*FellowshipReferenda_Origins_Value0FellowshipMasters)(nil), - (*FellowshipReferenda_Origins_Value0Fellowship1Dan)(nil), - (*FellowshipReferenda_Origins_Value0Fellowship2Dan)(nil), - (*FellowshipReferenda_Origins_Value0Fellowship3Dan)(nil), - (*FellowshipReferenda_Origins_Value0Fellowship4Dan)(nil), - (*FellowshipReferenda_Origins_Value0Fellowship5Dan)(nil), - (*FellowshipReferenda_Origins_Value0Fellowship6Dan)(nil), - (*FellowshipReferenda_Origins_Value0Fellowship7Dan)(nil), - (*FellowshipReferenda_Origins_Value0Fellowship8Dan)(nil), - (*FellowshipReferenda_Origins_Value0Fellowship9Dan)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[27].OneofWrappers = []interface{}{ - (*Identity_Data_DataNone)(nil), - (*Identity_Data_DataRaw0)(nil), - (*Identity_Data_DataRaw1)(nil), - (*Identity_Data_DataRaw2)(nil), - (*Identity_Data_DataRaw3)(nil), - (*Identity_Data_DataRaw4)(nil), - (*Identity_Data_DataRaw5)(nil), - (*Identity_Data_DataRaw6)(nil), - (*Identity_Data_DataRaw7)(nil), - (*Identity_Data_DataRaw8)(nil), - (*Identity_Data_DataRaw9)(nil), - (*Identity_Data_DataRaw10)(nil), - (*Identity_Data_DataRaw11)(nil), - (*Identity_Data_DataRaw12)(nil), - (*Identity_Data_DataRaw13)(nil), - (*Identity_Data_DataRaw14)(nil), - (*Identity_Data_DataRaw15)(nil), - (*Identity_Data_DataRaw16)(nil), - (*Identity_Data_DataRaw17)(nil), - (*Identity_Data_DataRaw18)(nil), - (*Identity_Data_DataRaw19)(nil), - (*Identity_Data_DataRaw20)(nil), - (*Identity_Data_DataRaw21)(nil), - (*Identity_Data_DataRaw22)(nil), - (*Identity_Data_DataRaw23)(nil), - (*Identity_Data_DataRaw24)(nil), - (*Identity_Data_DataRaw25)(nil), - (*Identity_Data_DataRaw26)(nil), - (*Identity_Data_DataRaw27)(nil), - (*Identity_Data_DataRaw28)(nil), - (*Identity_Data_DataRaw29)(nil), - (*Identity_Data_DataRaw30)(nil), - (*Identity_Data_DataRaw31)(nil), - (*Identity_Data_DataRaw32)(nil), - (*Identity_Data_DataBlakeTwo256)(nil), - (*Identity_Data_DataSha256)(nil), - (*Identity_Data_DataKeccak256)(nil), - (*Identity_Data_DataShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[30].OneofWrappers = []interface{}{ - (*Utility_AsDerivativeCall_CallSystem)(nil), - (*Utility_AsDerivativeCall_CallTimestamp)(nil), - (*Utility_AsDerivativeCall_CallBabe)(nil), - (*Utility_AsDerivativeCall_CallGrandpa)(nil), - (*Utility_AsDerivativeCall_CallBalances)(nil), - (*Utility_AsDerivativeCall_CallVesting)(nil), - (*Utility_AsDerivativeCall_CallBagsList)(nil), - (*Utility_AsDerivativeCall_CallImOnline)(nil), - (*Utility_AsDerivativeCall_CallStaking)(nil), - (*Utility_AsDerivativeCall_CallSession)(nil), - (*Utility_AsDerivativeCall_CallTreasury)(nil), - (*Utility_AsDerivativeCall_CallUtility)(nil), - (*Utility_AsDerivativeCall_CallConvictionVoting)(nil), - (*Utility_AsDerivativeCall_CallReferenda)(nil), - (*Utility_AsDerivativeCall_CallFellowshipCollective)(nil), - (*Utility_AsDerivativeCall_CallFellowshipReferenda)(nil), - (*Utility_AsDerivativeCall_CallWhitelist)(nil), - (*Utility_AsDerivativeCall_CallScheduler)(nil), - (*Utility_AsDerivativeCall_CallPreimage)(nil), - (*Utility_AsDerivativeCall_CallIdentity)(nil), - (*Utility_AsDerivativeCall_CallProxy)(nil), - (*Utility_AsDerivativeCall_CallMultisig)(nil), - (*Utility_AsDerivativeCall_CallElectionProviderMultiPhase)(nil), - (*Utility_AsDerivativeCall_CallBounties)(nil), - (*Utility_AsDerivativeCall_CallChildBounties)(nil), - (*Utility_AsDerivativeCall_CallNominationPools)(nil), - (*Utility_AsDerivativeCall_CallGear)(nil), - (*Utility_AsDerivativeCall_CallStakingRewards)(nil), - (*Utility_AsDerivativeCall_CallGearVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[32].OneofWrappers = []interface{}{ - (*Proxy_ForceProxyType_ForceProxyTypeAny)(nil), - (*Proxy_ForceProxyType_ForceProxyTypeNonTransfer)(nil), - (*Proxy_ForceProxyType_ForceProxyTypeGovernance)(nil), - (*Proxy_ForceProxyType_ForceProxyTypeStaking)(nil), - (*Proxy_ForceProxyType_ForceProxyTypeIdentityJudgement)(nil), - (*Proxy_ForceProxyType_ForceProxyTypeCancelProxy)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[33].OneofWrappers = []interface{}{ - (*NominationPools_MaxMembersPerPool_MaxMembersPerPoolNoop)(nil), - (*NominationPools_MaxMembersPerPool_MaxMembersPerPoolSet)(nil), - (*NominationPools_MaxMembersPerPool_MaxMembersPerPoolRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[36].OneofWrappers = []interface{}{ - (*Identity_Judgement_JudgementUnknown)(nil), - (*Identity_Judgement_JudgementFeePaid)(nil), - (*Identity_Judgement_JudgementReasonable)(nil), - (*Identity_Judgement_JudgementKnownGood)(nil), - (*Identity_Judgement_JudgementOutOfDate)(nil), - (*Identity_Judgement_JudgementLowQuality)(nil), - (*Identity_Judgement_JudgementErroneous)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[38].OneofWrappers = []interface{}{ - (*ReferendaPallet_CallSubmitCall)(nil), - (*ReferendaPallet_CallPlaceDecisionDepositCall)(nil), - (*ReferendaPallet_CallRefundDecisionDepositCall)(nil), - (*ReferendaPallet_CallCancelCall)(nil), - (*ReferendaPallet_CallKillCall)(nil), - (*ReferendaPallet_CallNudgeReferendumCall)(nil), - (*ReferendaPallet_CallOneFewerDecidingCall)(nil), - (*ReferendaPallet_CallRefundSubmissionDepositCall)(nil), - (*ReferendaPallet_CallSetMetadataCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[41].OneofWrappers = []interface{}{} - file_sf_gear_metadata_type_v1_output_proto_msgTypes[43].OneofWrappers = []interface{}{ - (*Scheduler_ScheduleCall_CallSystem)(nil), - (*Scheduler_ScheduleCall_CallTimestamp)(nil), - (*Scheduler_ScheduleCall_CallBabe)(nil), - (*Scheduler_ScheduleCall_CallGrandpa)(nil), - (*Scheduler_ScheduleCall_CallBalances)(nil), - (*Scheduler_ScheduleCall_CallVesting)(nil), - (*Scheduler_ScheduleCall_CallBagsList)(nil), - (*Scheduler_ScheduleCall_CallImOnline)(nil), - (*Scheduler_ScheduleCall_CallStaking)(nil), - (*Scheduler_ScheduleCall_CallSession)(nil), - (*Scheduler_ScheduleCall_CallTreasury)(nil), - (*Scheduler_ScheduleCall_CallUtility)(nil), - (*Scheduler_ScheduleCall_CallConvictionVoting)(nil), - (*Scheduler_ScheduleCall_CallReferenda)(nil), - (*Scheduler_ScheduleCall_CallFellowshipCollective)(nil), - (*Scheduler_ScheduleCall_CallFellowshipReferenda)(nil), - (*Scheduler_ScheduleCall_CallWhitelist)(nil), - (*Scheduler_ScheduleCall_CallScheduler)(nil), - (*Scheduler_ScheduleCall_CallPreimage)(nil), - (*Scheduler_ScheduleCall_CallIdentity)(nil), - (*Scheduler_ScheduleCall_CallProxy)(nil), - (*Scheduler_ScheduleCall_CallMultisig)(nil), - (*Scheduler_ScheduleCall_CallElectionProviderMultiPhase)(nil), - (*Scheduler_ScheduleCall_CallBounties)(nil), - (*Scheduler_ScheduleCall_CallChildBounties)(nil), - (*Scheduler_ScheduleCall_CallNominationPools)(nil), - (*Scheduler_ScheduleCall_CallGear)(nil), - (*Scheduler_ScheduleCall_CallStakingRewards)(nil), - (*Scheduler_ScheduleCall_CallGearVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[46].OneofWrappers = []interface{}{ - (*Balances_ForceTransferCall_SourceId)(nil), - (*Balances_ForceTransferCall_SourceIndex)(nil), - (*Balances_ForceTransferCall_SourceRaw)(nil), - (*Balances_ForceTransferCall_SourceAddress32)(nil), - (*Balances_ForceTransferCall_SourceAddress20)(nil), - (*Balances_ForceTransferCall_DestId)(nil), - (*Balances_ForceTransferCall_DestIndex)(nil), - (*Balances_ForceTransferCall_DestRaw)(nil), - (*Balances_ForceTransferCall_DestAddress32)(nil), - (*Balances_ForceTransferCall_DestAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[48].OneofWrappers = []interface{}{ - (*WhitelistPallet_CallWhitelistCallCall)(nil), - (*WhitelistPallet_CallRemoveWhitelistedCallCall)(nil), - (*WhitelistPallet_CallDispatchWhitelistedCallCall)(nil), - (*WhitelistPallet_CallDispatchWhitelistedCallWithPreimageCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[51].OneofWrappers = []interface{}{ - (*FellowshipCollective_PromoteMemberCall_WhoId)(nil), - (*FellowshipCollective_PromoteMemberCall_WhoIndex)(nil), - (*FellowshipCollective_PromoteMemberCall_WhoRaw)(nil), - (*FellowshipCollective_PromoteMemberCall_WhoAddress32)(nil), - (*FellowshipCollective_PromoteMemberCall_WhoAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[53].OneofWrappers = []interface{}{ - (*Identity_Twitter_TwitterNone)(nil), - (*Identity_Twitter_TwitterRaw0)(nil), - (*Identity_Twitter_TwitterRaw1)(nil), - (*Identity_Twitter_TwitterRaw2)(nil), - (*Identity_Twitter_TwitterRaw3)(nil), - (*Identity_Twitter_TwitterRaw4)(nil), - (*Identity_Twitter_TwitterRaw5)(nil), - (*Identity_Twitter_TwitterRaw6)(nil), - (*Identity_Twitter_TwitterRaw7)(nil), - (*Identity_Twitter_TwitterRaw8)(nil), - (*Identity_Twitter_TwitterRaw9)(nil), - (*Identity_Twitter_TwitterRaw10)(nil), - (*Identity_Twitter_TwitterRaw11)(nil), - (*Identity_Twitter_TwitterRaw12)(nil), - (*Identity_Twitter_TwitterRaw13)(nil), - (*Identity_Twitter_TwitterRaw14)(nil), - (*Identity_Twitter_TwitterRaw15)(nil), - (*Identity_Twitter_TwitterRaw16)(nil), - (*Identity_Twitter_TwitterRaw17)(nil), - (*Identity_Twitter_TwitterRaw18)(nil), - (*Identity_Twitter_TwitterRaw19)(nil), - (*Identity_Twitter_TwitterRaw20)(nil), - (*Identity_Twitter_TwitterRaw21)(nil), - (*Identity_Twitter_TwitterRaw22)(nil), - (*Identity_Twitter_TwitterRaw23)(nil), - (*Identity_Twitter_TwitterRaw24)(nil), - (*Identity_Twitter_TwitterRaw25)(nil), - (*Identity_Twitter_TwitterRaw26)(nil), - (*Identity_Twitter_TwitterRaw27)(nil), - (*Identity_Twitter_TwitterRaw28)(nil), - (*Identity_Twitter_TwitterRaw29)(nil), - (*Identity_Twitter_TwitterRaw30)(nil), - (*Identity_Twitter_TwitterRaw31)(nil), - (*Identity_Twitter_TwitterRaw32)(nil), - (*Identity_Twitter_TwitterBlakeTwo256)(nil), - (*Identity_Twitter_TwitterSha256)(nil), - (*Identity_Twitter_TwitterKeccak256)(nil), - (*Identity_Twitter_TwitterShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[56].OneofWrappers = []interface{}{ - (*Staking_BondCall_PayeeStaked)(nil), - (*Staking_BondCall_PayeeStash)(nil), - (*Staking_BondCall_PayeeController)(nil), - (*Staking_BondCall_PayeeAccount)(nil), - (*Staking_BondCall_PayeeNone)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[59].OneofWrappers = []interface{}{ - (*VestingPallet_CallVestCall)(nil), - (*VestingPallet_CallVestOtherCall)(nil), - (*VestingPallet_CallVestedTransferCall)(nil), - (*VestingPallet_CallForceVestedTransferCall)(nil), - (*VestingPallet_CallMergeSchedulesCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[60].OneofWrappers = []interface{}{ - (*FellowshipCollective_DemoteMemberCall_WhoId)(nil), - (*FellowshipCollective_DemoteMemberCall_WhoIndex)(nil), - (*FellowshipCollective_DemoteMemberCall_WhoRaw)(nil), - (*FellowshipCollective_DemoteMemberCall_WhoAddress32)(nil), - (*FellowshipCollective_DemoteMemberCall_WhoAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[61].OneofWrappers = []interface{}{ - (*ConvictionVoting_To_ToId)(nil), - (*ConvictionVoting_To_ToIndex)(nil), - (*ConvictionVoting_To_ToRaw)(nil), - (*ConvictionVoting_To_ToAddress32)(nil), - (*ConvictionVoting_To_ToAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[65].OneofWrappers = []interface{}{ - (*BabePallet_CallReportEquivocationCall)(nil), - (*BabePallet_CallReportEquivocationUnsignedCall)(nil), - (*BabePallet_CallPlanConfigChangeCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[77].OneofWrappers = []interface{}{ - (*FellowshipReferenda_EnactmentMoment_EnactmentMomentAt)(nil), - (*FellowshipReferenda_EnactmentMoment_EnactmentMomentAfter)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[78].OneofWrappers = []interface{}{ - (*Proxy_AnnounceCall_RealId)(nil), - (*Proxy_AnnounceCall_RealIndex)(nil), - (*Proxy_AnnounceCall_RealRaw)(nil), - (*Proxy_AnnounceCall_RealAddress32)(nil), - (*Proxy_AnnounceCall_RealAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[79].OneofWrappers = []interface{}{ - (*ChildBountiesPallet_CallAddChildBountyCall)(nil), - (*ChildBountiesPallet_CallProposeCuratorCall)(nil), - (*ChildBountiesPallet_CallAcceptCuratorCall)(nil), - (*ChildBountiesPallet_CallUnassignCuratorCall)(nil), - (*ChildBountiesPallet_CallAwardChildBountyCall)(nil), - (*ChildBountiesPallet_CallClaimChildBountyCall)(nil), - (*ChildBountiesPallet_CallCloseChildBountyCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[82].OneofWrappers = []interface{}{ - (*SchedulerPallet_CallScheduleCall)(nil), - (*SchedulerPallet_CallCancelCall)(nil), - (*SchedulerPallet_CallScheduleNamedCall)(nil), - (*SchedulerPallet_CallCancelNamedCall)(nil), - (*SchedulerPallet_CallScheduleAfterCall)(nil), - (*SchedulerPallet_CallScheduleNamedAfterCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[85].OneofWrappers = []interface{}{ - (*IdentityPallet_CallAddRegistrarCall)(nil), - (*IdentityPallet_CallSetIdentityCall)(nil), - (*IdentityPallet_CallSetSubsCall)(nil), - (*IdentityPallet_CallClearIdentityCall)(nil), - (*IdentityPallet_CallRequestJudgementCall)(nil), - (*IdentityPallet_CallCancelRequestCall)(nil), - (*IdentityPallet_CallSetFeeCall)(nil), - (*IdentityPallet_CallSetAccountIdCall)(nil), - (*IdentityPallet_CallSetFieldsCall)(nil), - (*IdentityPallet_CallProvideJudgementCall)(nil), - (*IdentityPallet_CallKillIdentityCall)(nil), - (*IdentityPallet_CallAddSubCall)(nil), - (*IdentityPallet_CallRenameSubCall)(nil), - (*IdentityPallet_CallRemoveSubCall)(nil), - (*IdentityPallet_CallQuitSubCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[89].OneofWrappers = []interface{}{ - (*BagsList_RebagCall_DislocatedId)(nil), - (*BagsList_RebagCall_DislocatedIndex)(nil), - (*BagsList_RebagCall_DislocatedRaw)(nil), - (*BagsList_RebagCall_DislocatedAddress32)(nil), - (*BagsList_RebagCall_DislocatedAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[90].OneofWrappers = []interface{}{ - (*Referenda_Proposal_ProposalLegacy)(nil), - (*Referenda_Proposal_ProposalInline)(nil), - (*Referenda_Proposal_ProposalLookup)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[94].OneofWrappers = []interface{}{ - (*NominationPools_BondExtraCall_ExtraFreeBalance)(nil), - (*NominationPools_BondExtraCall_ExtraRewards)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[101].OneofWrappers = []interface{}{ - (*FellowshipCollectivePallet_CallAddMemberCall)(nil), - (*FellowshipCollectivePallet_CallPromoteMemberCall)(nil), - (*FellowshipCollectivePallet_CallDemoteMemberCall)(nil), - (*FellowshipCollectivePallet_CallRemoveMemberCall)(nil), - (*FellowshipCollectivePallet_CallVoteCall)(nil), - (*FellowshipCollectivePallet_CallCleanupPollCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[102].OneofWrappers = []interface{}{ - (*Staking_MaxNominatorCount_MaxNominatorCountNoop)(nil), - (*Staking_MaxNominatorCount_MaxNominatorCountSet)(nil), - (*Staking_MaxNominatorCount_MaxNominatorCountRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[113].OneofWrappers = []interface{}{ - (*GearVoucher_CallCall_CallSendMessage)(nil), - (*GearVoucher_CallCall_CallSendReply)(nil), - (*GearVoucher_CallCall_CallUploadCode)(nil), - (*GearVoucher_CallCall_CallDeclineVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[115].OneofWrappers = []interface{}{ - (*Balances_TransferAllowDeathCall_DestId)(nil), - (*Balances_TransferAllowDeathCall_DestIndex)(nil), - (*Balances_TransferAllowDeathCall_DestRaw)(nil), - (*Balances_TransferAllowDeathCall_DestAddress32)(nil), - (*Balances_TransferAllowDeathCall_DestAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[123].OneofWrappers = []interface{}{ - (*Proxy_ProxyAnnouncedCall_DelegateId)(nil), - (*Proxy_ProxyAnnouncedCall_DelegateIndex)(nil), - (*Proxy_ProxyAnnouncedCall_DelegateRaw)(nil), - (*Proxy_ProxyAnnouncedCall_DelegateAddress32)(nil), - (*Proxy_ProxyAnnouncedCall_DelegateAddress20)(nil), - (*Proxy_ProxyAnnouncedCall_RealId)(nil), - (*Proxy_ProxyAnnouncedCall_RealIndex)(nil), - (*Proxy_ProxyAnnouncedCall_RealRaw)(nil), - (*Proxy_ProxyAnnouncedCall_RealAddress32)(nil), - (*Proxy_ProxyAnnouncedCall_RealAddress20)(nil), - (*Proxy_ProxyAnnouncedCall_ForceProxyTypeAny)(nil), - (*Proxy_ProxyAnnouncedCall_ForceProxyTypeNonTransfer)(nil), - (*Proxy_ProxyAnnouncedCall_ForceProxyTypeGovernance)(nil), - (*Proxy_ProxyAnnouncedCall_ForceProxyTypeStaking)(nil), - (*Proxy_ProxyAnnouncedCall_ForceProxyTypeIdentityJudgement)(nil), - (*Proxy_ProxyAnnouncedCall_ForceProxyTypeCancelProxy)(nil), - (*Proxy_ProxyAnnouncedCall_CallSystem)(nil), - (*Proxy_ProxyAnnouncedCall_CallTimestamp)(nil), - (*Proxy_ProxyAnnouncedCall_CallBabe)(nil), - (*Proxy_ProxyAnnouncedCall_CallGrandpa)(nil), - (*Proxy_ProxyAnnouncedCall_CallBalances)(nil), - (*Proxy_ProxyAnnouncedCall_CallVesting)(nil), - (*Proxy_ProxyAnnouncedCall_CallBagsList)(nil), - (*Proxy_ProxyAnnouncedCall_CallImOnline)(nil), - (*Proxy_ProxyAnnouncedCall_CallStaking)(nil), - (*Proxy_ProxyAnnouncedCall_CallSession)(nil), - (*Proxy_ProxyAnnouncedCall_CallTreasury)(nil), - (*Proxy_ProxyAnnouncedCall_CallUtility)(nil), - (*Proxy_ProxyAnnouncedCall_CallConvictionVoting)(nil), - (*Proxy_ProxyAnnouncedCall_CallReferenda)(nil), - (*Proxy_ProxyAnnouncedCall_CallFellowshipCollective)(nil), - (*Proxy_ProxyAnnouncedCall_CallFellowshipReferenda)(nil), - (*Proxy_ProxyAnnouncedCall_CallWhitelist)(nil), - (*Proxy_ProxyAnnouncedCall_CallScheduler)(nil), - (*Proxy_ProxyAnnouncedCall_CallPreimage)(nil), - (*Proxy_ProxyAnnouncedCall_CallIdentity)(nil), - (*Proxy_ProxyAnnouncedCall_CallProxy)(nil), - (*Proxy_ProxyAnnouncedCall_CallMultisig)(nil), - (*Proxy_ProxyAnnouncedCall_CallElectionProviderMultiPhase)(nil), - (*Proxy_ProxyAnnouncedCall_CallBounties)(nil), - (*Proxy_ProxyAnnouncedCall_CallChildBounties)(nil), - (*Proxy_ProxyAnnouncedCall_CallNominationPools)(nil), - (*Proxy_ProxyAnnouncedCall_CallGear)(nil), - (*Proxy_ProxyAnnouncedCall_CallStakingRewards)(nil), - (*Proxy_ProxyAnnouncedCall_CallGearVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[124].OneofWrappers = []interface{}{ - (*Multisig_AsMultiThreshold1Call_CallSystem)(nil), - (*Multisig_AsMultiThreshold1Call_CallTimestamp)(nil), - (*Multisig_AsMultiThreshold1Call_CallBabe)(nil), - (*Multisig_AsMultiThreshold1Call_CallGrandpa)(nil), - (*Multisig_AsMultiThreshold1Call_CallBalances)(nil), - (*Multisig_AsMultiThreshold1Call_CallVesting)(nil), - (*Multisig_AsMultiThreshold1Call_CallBagsList)(nil), - (*Multisig_AsMultiThreshold1Call_CallImOnline)(nil), - (*Multisig_AsMultiThreshold1Call_CallStaking)(nil), - (*Multisig_AsMultiThreshold1Call_CallSession)(nil), - (*Multisig_AsMultiThreshold1Call_CallTreasury)(nil), - (*Multisig_AsMultiThreshold1Call_CallUtility)(nil), - (*Multisig_AsMultiThreshold1Call_CallConvictionVoting)(nil), - (*Multisig_AsMultiThreshold1Call_CallReferenda)(nil), - (*Multisig_AsMultiThreshold1Call_CallFellowshipCollective)(nil), - (*Multisig_AsMultiThreshold1Call_CallFellowshipReferenda)(nil), - (*Multisig_AsMultiThreshold1Call_CallWhitelist)(nil), - (*Multisig_AsMultiThreshold1Call_CallScheduler)(nil), - (*Multisig_AsMultiThreshold1Call_CallPreimage)(nil), - (*Multisig_AsMultiThreshold1Call_CallIdentity)(nil), - (*Multisig_AsMultiThreshold1Call_CallProxy)(nil), - (*Multisig_AsMultiThreshold1Call_CallMultisig)(nil), - (*Multisig_AsMultiThreshold1Call_CallElectionProviderMultiPhase)(nil), - (*Multisig_AsMultiThreshold1Call_CallBounties)(nil), - (*Multisig_AsMultiThreshold1Call_CallChildBounties)(nil), - (*Multisig_AsMultiThreshold1Call_CallNominationPools)(nil), - (*Multisig_AsMultiThreshold1Call_CallGear)(nil), - (*Multisig_AsMultiThreshold1Call_CallStakingRewards)(nil), - (*Multisig_AsMultiThreshold1Call_CallGearVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[126].OneofWrappers = []interface{}{ - (*StakingRewardsPallet_CallRefillCall)(nil), - (*StakingRewardsPallet_CallForceRefillCall)(nil), - (*StakingRewardsPallet_CallWithdrawCall)(nil), - (*StakingRewardsPallet_CallAlignSupplyCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[130].OneofWrappers = []interface{}{ - (*StakingRewards_From_FromId)(nil), - (*StakingRewards_From_FromIndex)(nil), - (*StakingRewards_From_FromRaw)(nil), - (*StakingRewards_From_FromAddress32)(nil), - (*StakingRewards_From_FromAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[145].OneofWrappers = []interface{}{ - (*ChildBounties_ProposeCuratorCall_CuratorId)(nil), - (*ChildBounties_ProposeCuratorCall_CuratorIndex)(nil), - (*ChildBounties_ProposeCuratorCall_CuratorRaw)(nil), - (*ChildBounties_ProposeCuratorCall_CuratorAddress32)(nil), - (*ChildBounties_ProposeCuratorCall_CuratorAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[148].OneofWrappers = []interface{}{} - file_sf_gear_metadata_type_v1_output_proto_msgTypes[149].OneofWrappers = []interface{}{} - file_sf_gear_metadata_type_v1_output_proto_msgTypes[150].OneofWrappers = []interface{}{ - (*NominationPools_NewBouncer_NewBouncerNoop)(nil), - (*NominationPools_NewBouncer_NewBouncerSet)(nil), - (*NominationPools_NewBouncer_NewBouncerRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[154].OneofWrappers = []interface{}{ - (*Identity_Legal_LegalNone)(nil), - (*Identity_Legal_LegalRaw0)(nil), - (*Identity_Legal_LegalRaw1)(nil), - (*Identity_Legal_LegalRaw2)(nil), - (*Identity_Legal_LegalRaw3)(nil), - (*Identity_Legal_LegalRaw4)(nil), - (*Identity_Legal_LegalRaw5)(nil), - (*Identity_Legal_LegalRaw6)(nil), - (*Identity_Legal_LegalRaw7)(nil), - (*Identity_Legal_LegalRaw8)(nil), - (*Identity_Legal_LegalRaw9)(nil), - (*Identity_Legal_LegalRaw10)(nil), - (*Identity_Legal_LegalRaw11)(nil), - (*Identity_Legal_LegalRaw12)(nil), - (*Identity_Legal_LegalRaw13)(nil), - (*Identity_Legal_LegalRaw14)(nil), - (*Identity_Legal_LegalRaw15)(nil), - (*Identity_Legal_LegalRaw16)(nil), - (*Identity_Legal_LegalRaw17)(nil), - (*Identity_Legal_LegalRaw18)(nil), - (*Identity_Legal_LegalRaw19)(nil), - (*Identity_Legal_LegalRaw20)(nil), - (*Identity_Legal_LegalRaw21)(nil), - (*Identity_Legal_LegalRaw22)(nil), - (*Identity_Legal_LegalRaw23)(nil), - (*Identity_Legal_LegalRaw24)(nil), - (*Identity_Legal_LegalRaw25)(nil), - (*Identity_Legal_LegalRaw26)(nil), - (*Identity_Legal_LegalRaw27)(nil), - (*Identity_Legal_LegalRaw28)(nil), - (*Identity_Legal_LegalRaw29)(nil), - (*Identity_Legal_LegalRaw30)(nil), - (*Identity_Legal_LegalRaw31)(nil), - (*Identity_Legal_LegalRaw32)(nil), - (*Identity_Legal_LegalBlakeTwo256)(nil), - (*Identity_Legal_LegalSha256)(nil), - (*Identity_Legal_LegalKeccak256)(nil), - (*Identity_Legal_LegalShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[157].OneofWrappers = []interface{}{ - (*Identity_Value1_Value1None)(nil), - (*Identity_Value1_Value1Raw0)(nil), - (*Identity_Value1_Value1Raw1)(nil), - (*Identity_Value1_Value1Raw2)(nil), - (*Identity_Value1_Value1Raw3)(nil), - (*Identity_Value1_Value1Raw4)(nil), - (*Identity_Value1_Value1Raw5)(nil), - (*Identity_Value1_Value1Raw6)(nil), - (*Identity_Value1_Value1Raw7)(nil), - (*Identity_Value1_Value1Raw8)(nil), - (*Identity_Value1_Value1Raw9)(nil), - (*Identity_Value1_Value1Raw10)(nil), - (*Identity_Value1_Value1Raw11)(nil), - (*Identity_Value1_Value1Raw12)(nil), - (*Identity_Value1_Value1Raw13)(nil), - (*Identity_Value1_Value1Raw14)(nil), - (*Identity_Value1_Value1Raw15)(nil), - (*Identity_Value1_Value1Raw16)(nil), - (*Identity_Value1_Value1Raw17)(nil), - (*Identity_Value1_Value1Raw18)(nil), - (*Identity_Value1_Value1Raw19)(nil), - (*Identity_Value1_Value1Raw20)(nil), - (*Identity_Value1_Value1Raw21)(nil), - (*Identity_Value1_Value1Raw22)(nil), - (*Identity_Value1_Value1Raw23)(nil), - (*Identity_Value1_Value1Raw24)(nil), - (*Identity_Value1_Value1Raw25)(nil), - (*Identity_Value1_Value1Raw26)(nil), - (*Identity_Value1_Value1Raw27)(nil), - (*Identity_Value1_Value1Raw28)(nil), - (*Identity_Value1_Value1Raw29)(nil), - (*Identity_Value1_Value1Raw30)(nil), - (*Identity_Value1_Value1Raw31)(nil), - (*Identity_Value1_Value1Raw32)(nil), - (*Identity_Value1_Value1BlakeTwo256)(nil), - (*Identity_Value1_Value1Sha256)(nil), - (*Identity_Value1_Value1Keccak256)(nil), - (*Identity_Value1_Value1ShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[159].OneofWrappers = []interface{}{ - (*Proxy_KillPureCall_SpawnerId)(nil), - (*Proxy_KillPureCall_SpawnerIndex)(nil), - (*Proxy_KillPureCall_SpawnerRaw)(nil), - (*Proxy_KillPureCall_SpawnerAddress32)(nil), - (*Proxy_KillPureCall_SpawnerAddress20)(nil), - (*Proxy_KillPureCall_ProxyTypeAny)(nil), - (*Proxy_KillPureCall_ProxyTypeNonTransfer)(nil), - (*Proxy_KillPureCall_ProxyTypeGovernance)(nil), - (*Proxy_KillPureCall_ProxyTypeStaking)(nil), - (*Proxy_KillPureCall_ProxyTypeIdentityJudgement)(nil), - (*Proxy_KillPureCall_ProxyTypeCancelProxy)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[166].OneofWrappers = []interface{}{ - (*SessionPallet_CallSetKeysCall)(nil), - (*SessionPallet_CallPurgeKeysCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[168].OneofWrappers = []interface{}{ - (*Utility_System_Value0Root)(nil), - (*Utility_System_Value0Signed)(nil), - (*Utility_System_Value0None)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[170].OneofWrappers = []interface{}{ - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1None)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw0)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw1)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw2)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw3)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw4)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw5)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw6)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw7)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw8)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw9)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw10)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw11)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw12)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw13)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw14)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw15)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw16)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw17)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw18)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw19)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw20)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw21)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw22)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw23)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw24)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw25)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw26)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw27)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw28)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw29)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw30)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw31)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Raw32)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1BlakeTwo256)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Sha256)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1Keccak256)(nil), - (*Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData_Value1ShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[172].OneofWrappers = []interface{}{ - (*Proxy_ProxyType_ProxyTypeAny)(nil), - (*Proxy_ProxyType_ProxyTypeNonTransfer)(nil), - (*Proxy_ProxyType_ProxyTypeGovernance)(nil), - (*Proxy_ProxyType_ProxyTypeStaking)(nil), - (*Proxy_ProxyType_ProxyTypeIdentityJudgement)(nil), - (*Proxy_ProxyType_ProxyTypeCancelProxy)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[175].OneofWrappers = []interface{}{ - (*Balances_Dest_DestId)(nil), - (*Balances_Dest_DestIndex)(nil), - (*Balances_Dest_DestRaw)(nil), - (*Balances_Dest_DestAddress32)(nil), - (*Balances_Dest_DestAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[176].OneofWrappers = []interface{}{ - (*Staking_MinValidatorBond_MinValidatorBondNoop)(nil), - (*Staking_MinValidatorBond_MinValidatorBondSet)(nil), - (*Staking_MinValidatorBond_MinValidatorBondRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[177].OneofWrappers = []interface{}{ - (*FellowshipReferenda_ProposalOrigin_ProposalOriginSystem)(nil), - (*FellowshipReferenda_ProposalOrigin_ProposalOriginOrigins)(nil), - (*FellowshipReferenda_ProposalOrigin_ProposalOriginVoid)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[179].OneofWrappers = []interface{}{ - (*FellowshipReferenda_System_Value0Root)(nil), - (*FellowshipReferenda_System_Value0Signed)(nil), - (*FellowshipReferenda_System_Value0None)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[184].OneofWrappers = []interface{}{ - (*Utility_DispatchAsCall_AsOriginSystem)(nil), - (*Utility_DispatchAsCall_AsOriginOrigins)(nil), - (*Utility_DispatchAsCall_AsOriginVoid)(nil), - (*Utility_DispatchAsCall_CallSystem)(nil), - (*Utility_DispatchAsCall_CallTimestamp)(nil), - (*Utility_DispatchAsCall_CallBabe)(nil), - (*Utility_DispatchAsCall_CallGrandpa)(nil), - (*Utility_DispatchAsCall_CallBalances)(nil), - (*Utility_DispatchAsCall_CallVesting)(nil), - (*Utility_DispatchAsCall_CallBagsList)(nil), - (*Utility_DispatchAsCall_CallImOnline)(nil), - (*Utility_DispatchAsCall_CallStaking)(nil), - (*Utility_DispatchAsCall_CallSession)(nil), - (*Utility_DispatchAsCall_CallTreasury)(nil), - (*Utility_DispatchAsCall_CallUtility)(nil), - (*Utility_DispatchAsCall_CallConvictionVoting)(nil), - (*Utility_DispatchAsCall_CallReferenda)(nil), - (*Utility_DispatchAsCall_CallFellowshipCollective)(nil), - (*Utility_DispatchAsCall_CallFellowshipReferenda)(nil), - (*Utility_DispatchAsCall_CallWhitelist)(nil), - (*Utility_DispatchAsCall_CallScheduler)(nil), - (*Utility_DispatchAsCall_CallPreimage)(nil), - (*Utility_DispatchAsCall_CallIdentity)(nil), - (*Utility_DispatchAsCall_CallProxy)(nil), - (*Utility_DispatchAsCall_CallMultisig)(nil), - (*Utility_DispatchAsCall_CallElectionProviderMultiPhase)(nil), - (*Utility_DispatchAsCall_CallBounties)(nil), - (*Utility_DispatchAsCall_CallChildBounties)(nil), - (*Utility_DispatchAsCall_CallNominationPools)(nil), - (*Utility_DispatchAsCall_CallGear)(nil), - (*Utility_DispatchAsCall_CallStakingRewards)(nil), - (*Utility_DispatchAsCall_CallGearVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[187].OneofWrappers = []interface{}{ - (*Identity_Web_WebNone)(nil), - (*Identity_Web_WebRaw0)(nil), - (*Identity_Web_WebRaw1)(nil), - (*Identity_Web_WebRaw2)(nil), - (*Identity_Web_WebRaw3)(nil), - (*Identity_Web_WebRaw4)(nil), - (*Identity_Web_WebRaw5)(nil), - (*Identity_Web_WebRaw6)(nil), - (*Identity_Web_WebRaw7)(nil), - (*Identity_Web_WebRaw8)(nil), - (*Identity_Web_WebRaw9)(nil), - (*Identity_Web_WebRaw10)(nil), - (*Identity_Web_WebRaw11)(nil), - (*Identity_Web_WebRaw12)(nil), - (*Identity_Web_WebRaw13)(nil), - (*Identity_Web_WebRaw14)(nil), - (*Identity_Web_WebRaw15)(nil), - (*Identity_Web_WebRaw16)(nil), - (*Identity_Web_WebRaw17)(nil), - (*Identity_Web_WebRaw18)(nil), - (*Identity_Web_WebRaw19)(nil), - (*Identity_Web_WebRaw20)(nil), - (*Identity_Web_WebRaw21)(nil), - (*Identity_Web_WebRaw22)(nil), - (*Identity_Web_WebRaw23)(nil), - (*Identity_Web_WebRaw24)(nil), - (*Identity_Web_WebRaw25)(nil), - (*Identity_Web_WebRaw26)(nil), - (*Identity_Web_WebRaw27)(nil), - (*Identity_Web_WebRaw28)(nil), - (*Identity_Web_WebRaw29)(nil), - (*Identity_Web_WebRaw30)(nil), - (*Identity_Web_WebRaw31)(nil), - (*Identity_Web_WebRaw32)(nil), - (*Identity_Web_WebBlakeTwo256)(nil), - (*Identity_Web_WebSha256)(nil), - (*Identity_Web_WebKeccak256)(nil), - (*Identity_Web_WebShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[188].OneofWrappers = []interface{}{ - (*Proxy_Real_RealId)(nil), - (*Proxy_Real_RealIndex)(nil), - (*Proxy_Real_RealRaw)(nil), - (*Proxy_Real_RealAddress32)(nil), - (*Proxy_Real_RealAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[195].OneofWrappers = []interface{}{ - (*Referenda_System_Value0Root)(nil), - (*Referenda_System_Value0Signed)(nil), - (*Referenda_System_Value0None)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[198].OneofWrappers = []interface{}{} - file_sf_gear_metadata_type_v1_output_proto_msgTypes[200].OneofWrappers = []interface{}{ - (*Identity_Value0_Value0None)(nil), - (*Identity_Value0_Value0Raw0)(nil), - (*Identity_Value0_Value0Raw1)(nil), - (*Identity_Value0_Value0Raw2)(nil), - (*Identity_Value0_Value0Raw3)(nil), - (*Identity_Value0_Value0Raw4)(nil), - (*Identity_Value0_Value0Raw5)(nil), - (*Identity_Value0_Value0Raw6)(nil), - (*Identity_Value0_Value0Raw7)(nil), - (*Identity_Value0_Value0Raw8)(nil), - (*Identity_Value0_Value0Raw9)(nil), - (*Identity_Value0_Value0Raw10)(nil), - (*Identity_Value0_Value0Raw11)(nil), - (*Identity_Value0_Value0Raw12)(nil), - (*Identity_Value0_Value0Raw13)(nil), - (*Identity_Value0_Value0Raw14)(nil), - (*Identity_Value0_Value0Raw15)(nil), - (*Identity_Value0_Value0Raw16)(nil), - (*Identity_Value0_Value0Raw17)(nil), - (*Identity_Value0_Value0Raw18)(nil), - (*Identity_Value0_Value0Raw19)(nil), - (*Identity_Value0_Value0Raw20)(nil), - (*Identity_Value0_Value0Raw21)(nil), - (*Identity_Value0_Value0Raw22)(nil), - (*Identity_Value0_Value0Raw23)(nil), - (*Identity_Value0_Value0Raw24)(nil), - (*Identity_Value0_Value0Raw25)(nil), - (*Identity_Value0_Value0Raw26)(nil), - (*Identity_Value0_Value0Raw27)(nil), - (*Identity_Value0_Value0Raw28)(nil), - (*Identity_Value0_Value0Raw29)(nil), - (*Identity_Value0_Value0Raw30)(nil), - (*Identity_Value0_Value0Raw31)(nil), - (*Identity_Value0_Value0Raw32)(nil), - (*Identity_Value0_Value0BlakeTwo256)(nil), - (*Identity_Value0_Value0Sha256)(nil), - (*Identity_Value0_Value0Keccak256)(nil), - (*Identity_Value0_Value0ShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[204].OneofWrappers = []interface{}{ - (*BagsList_Dislocated_DislocatedId)(nil), - (*BagsList_Dislocated_DislocatedIndex)(nil), - (*BagsList_Dislocated_DislocatedRaw)(nil), - (*BagsList_Dislocated_DislocatedAddress32)(nil), - (*BagsList_Dislocated_DislocatedAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[205].OneofWrappers = []interface{}{ - (*Treasury_ProposeSpendCall_BeneficiaryId)(nil), - (*Treasury_ProposeSpendCall_BeneficiaryIndex)(nil), - (*Treasury_ProposeSpendCall_BeneficiaryRaw)(nil), - (*Treasury_ProposeSpendCall_BeneficiaryAddress32)(nil), - (*Treasury_ProposeSpendCall_BeneficiaryAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[207].OneofWrappers = []interface{}{ - (*ProxyPallet_CallProxyCall)(nil), - (*ProxyPallet_CallAddProxyCall)(nil), - (*ProxyPallet_CallRemoveProxyCall)(nil), - (*ProxyPallet_CallRemoveProxiesCall)(nil), - (*ProxyPallet_CallCreatePureCall)(nil), - (*ProxyPallet_CallKillPureCall)(nil), - (*ProxyPallet_CallAnnounceCall)(nil), - (*ProxyPallet_CallRemoveAnnouncementCall)(nil), - (*ProxyPallet_CallRejectAnnouncementCall)(nil), - (*ProxyPallet_CallProxyAnnouncedCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[208].OneofWrappers = []interface{}{ - (*MultisigPallet_CallAsMultiThreshold1Call)(nil), - (*MultisigPallet_CallAsMultiCall)(nil), - (*MultisigPallet_CallApproveAsMultiCall)(nil), - (*MultisigPallet_CallCancelAsMultiCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[210].OneofWrappers = []interface{}{ - (*Grandpa_SpConsensusGrandpaEquivocationProof_EquivocationPrevote)(nil), - (*Grandpa_SpConsensusGrandpaEquivocationProof_EquivocationPrecommit)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[212].OneofWrappers = []interface{}{ - (*Proxy_RemoveAnnouncementCall_RealId)(nil), - (*Proxy_RemoveAnnouncementCall_RealIndex)(nil), - (*Proxy_RemoveAnnouncementCall_RealRaw)(nil), - (*Proxy_RemoveAnnouncementCall_RealAddress32)(nil), - (*Proxy_RemoveAnnouncementCall_RealAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[220].OneofWrappers = []interface{}{} - file_sf_gear_metadata_type_v1_output_proto_msgTypes[222].OneofWrappers = []interface{}{ - (*ConvictionVoting_RemoveOtherVoteCall_TargetId)(nil), - (*ConvictionVoting_RemoveOtherVoteCall_TargetIndex)(nil), - (*ConvictionVoting_RemoveOtherVoteCall_TargetRaw)(nil), - (*ConvictionVoting_RemoveOtherVoteCall_TargetAddress32)(nil), - (*ConvictionVoting_RemoveOtherVoteCall_TargetAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[224].OneofWrappers = []interface{}{ - (*NominationPools_Member_MemberId)(nil), - (*NominationPools_Member_MemberIndex)(nil), - (*NominationPools_Member_MemberRaw)(nil), - (*NominationPools_Member_MemberAddress32)(nil), - (*NominationPools_Member_MemberAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[226].OneofWrappers = []interface{}{ - (*FellowshipCollective_AddMemberCall_WhoId)(nil), - (*FellowshipCollective_AddMemberCall_WhoIndex)(nil), - (*FellowshipCollective_AddMemberCall_WhoRaw)(nil), - (*FellowshipCollective_AddMemberCall_WhoAddress32)(nil), - (*FellowshipCollective_AddMemberCall_WhoAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[227].OneofWrappers = []interface{}{ - (*ConvictionVoting_Conviction_ConvictionNone)(nil), - (*ConvictionVoting_Conviction_ConvictionLocked1X)(nil), - (*ConvictionVoting_Conviction_ConvictionLocked2X)(nil), - (*ConvictionVoting_Conviction_ConvictionLocked3X)(nil), - (*ConvictionVoting_Conviction_ConvictionLocked4X)(nil), - (*ConvictionVoting_Conviction_ConvictionLocked5X)(nil), - (*ConvictionVoting_Conviction_ConvictionLocked6X)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[228].OneofWrappers = []interface{}{ - (*GearVoucher_CallDeprecatedCall_CallSendMessage)(nil), - (*GearVoucher_CallDeprecatedCall_CallSendReply)(nil), - (*GearVoucher_CallDeprecatedCall_CallUploadCode)(nil), - (*GearVoucher_CallDeprecatedCall_CallDeclineVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[242].OneofWrappers = []interface{}{ - (*FellowshipCollective_RemoveMemberCall_WhoId)(nil), - (*FellowshipCollective_RemoveMemberCall_WhoIndex)(nil), - (*FellowshipCollective_RemoveMemberCall_WhoRaw)(nil), - (*FellowshipCollective_RemoveMemberCall_WhoAddress32)(nil), - (*FellowshipCollective_RemoveMemberCall_WhoAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[243].OneofWrappers = []interface{}{ - (*Babe_V1_AllowedSlotsPrimarySlots)(nil), - (*Babe_V1_AllowedSlotsPrimaryAndSecondaryPlainSlots)(nil), - (*Babe_V1_AllowedSlotsPrimaryAndSecondaryVrfSlots)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[245].OneofWrappers = []interface{}{ - (*Vesting_VestedTransferCall_TargetId)(nil), - (*Vesting_VestedTransferCall_TargetIndex)(nil), - (*Vesting_VestedTransferCall_TargetRaw)(nil), - (*Vesting_VestedTransferCall_TargetAddress32)(nil), - (*Vesting_VestedTransferCall_TargetAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[250].OneofWrappers = []interface{}{ - (*ConvictionVotingPallet_CallVoteCall)(nil), - (*ConvictionVotingPallet_CallDelegateCall)(nil), - (*ConvictionVotingPallet_CallUndelegateCall)(nil), - (*ConvictionVotingPallet_CallUnlockCall)(nil), - (*ConvictionVotingPallet_CallRemoveVoteCall)(nil), - (*ConvictionVotingPallet_CallRemoveOtherVoteCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[257].OneofWrappers = []interface{}{ - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayNone)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw0)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw1)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw2)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw3)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw4)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw5)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw6)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw7)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw8)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw9)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw10)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw11)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw12)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw13)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw14)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw15)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw16)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw17)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw18)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw19)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw20)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw21)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw22)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw23)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw24)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw25)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw26)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw27)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw28)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw29)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw30)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw31)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayRaw32)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayBlakeTwo256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplaySha256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayKeccak256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_DisplayShaThree256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalNone)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw0)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw1)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw2)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw3)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw4)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw5)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw6)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw7)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw8)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw9)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw10)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw11)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw12)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw13)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw14)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw15)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw16)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw17)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw18)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw19)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw20)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw21)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw22)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw23)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw24)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw25)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw26)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw27)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw28)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw29)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw30)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw31)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalRaw32)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalBlakeTwo256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalSha256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalKeccak256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_LegalShaThree256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebNone)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw0)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw1)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw2)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw3)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw4)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw5)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw6)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw7)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw8)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw9)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw10)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw11)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw12)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw13)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw14)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw15)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw16)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw17)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw18)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw19)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw20)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw21)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw22)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw23)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw24)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw25)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw26)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw27)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw28)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw29)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw30)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw31)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebRaw32)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebBlakeTwo256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebSha256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebKeccak256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_WebShaThree256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotNone)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw0)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw1)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw2)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw3)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw4)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw5)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw6)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw7)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw8)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw9)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw10)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw11)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw12)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw13)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw14)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw15)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw16)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw17)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw18)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw19)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw20)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw21)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw22)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw23)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw24)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw25)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw26)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw27)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw28)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw29)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw30)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw31)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotRaw32)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotBlakeTwo256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotSha256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotKeccak256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_RiotShaThree256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailNone)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw0)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw1)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw2)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw3)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw4)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw5)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw6)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw7)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw8)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw9)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw10)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw11)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw12)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw13)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw14)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw15)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw16)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw17)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw18)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw19)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw20)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw21)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw22)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw23)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw24)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw25)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw26)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw27)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw28)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw29)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw30)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw31)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailRaw32)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailBlakeTwo256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailSha256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailKeccak256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_EmailShaThree256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageNone)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw0)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw1)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw2)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw3)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw4)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw5)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw6)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw7)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw8)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw9)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw10)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw11)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw12)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw13)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw14)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw15)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw16)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw17)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw18)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw19)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw20)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw21)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw22)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw23)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw24)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw25)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw26)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw27)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw28)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw29)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw30)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw31)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageRaw32)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageBlakeTwo256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageSha256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageKeccak256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_ImageShaThree256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterNone)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw0)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw1)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw2)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw3)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw4)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw5)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw6)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw7)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw8)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw9)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw10)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw11)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw12)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw13)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw14)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw15)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw16)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw17)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw18)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw19)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw20)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw21)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw22)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw23)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw24)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw25)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw26)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw27)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw28)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw29)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw30)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw31)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterRaw32)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterBlakeTwo256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterSha256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterKeccak256)(nil), - (*Identity_PalletIdentitySimpleIdentityInfo_TwitterShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[264].OneofWrappers = []interface{}{ - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallSystem)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallTimestamp)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBabe)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGrandpa)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBalances)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallVesting)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBagsList)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallImOnline)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallStaking)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallSession)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallTreasury)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallUtility)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallConvictionVoting)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallReferenda)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallFellowshipCollective)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallFellowshipReferenda)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallWhitelist)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallScheduler)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallPreimage)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallIdentity)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallProxy)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallMultisig)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallElectionProviderMultiPhase)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallBounties)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallChildBounties)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallNominationPools)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGear)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallStakingRewards)(nil), - (*Whitelist_DispatchWhitelistedCallWithPreimageCall_CallGearVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[265].OneofWrappers = []interface{}{ - (*Identity_Riot_RiotNone)(nil), - (*Identity_Riot_RiotRaw0)(nil), - (*Identity_Riot_RiotRaw1)(nil), - (*Identity_Riot_RiotRaw2)(nil), - (*Identity_Riot_RiotRaw3)(nil), - (*Identity_Riot_RiotRaw4)(nil), - (*Identity_Riot_RiotRaw5)(nil), - (*Identity_Riot_RiotRaw6)(nil), - (*Identity_Riot_RiotRaw7)(nil), - (*Identity_Riot_RiotRaw8)(nil), - (*Identity_Riot_RiotRaw9)(nil), - (*Identity_Riot_RiotRaw10)(nil), - (*Identity_Riot_RiotRaw11)(nil), - (*Identity_Riot_RiotRaw12)(nil), - (*Identity_Riot_RiotRaw13)(nil), - (*Identity_Riot_RiotRaw14)(nil), - (*Identity_Riot_RiotRaw15)(nil), - (*Identity_Riot_RiotRaw16)(nil), - (*Identity_Riot_RiotRaw17)(nil), - (*Identity_Riot_RiotRaw18)(nil), - (*Identity_Riot_RiotRaw19)(nil), - (*Identity_Riot_RiotRaw20)(nil), - (*Identity_Riot_RiotRaw21)(nil), - (*Identity_Riot_RiotRaw22)(nil), - (*Identity_Riot_RiotRaw23)(nil), - (*Identity_Riot_RiotRaw24)(nil), - (*Identity_Riot_RiotRaw25)(nil), - (*Identity_Riot_RiotRaw26)(nil), - (*Identity_Riot_RiotRaw27)(nil), - (*Identity_Riot_RiotRaw28)(nil), - (*Identity_Riot_RiotRaw29)(nil), - (*Identity_Riot_RiotRaw30)(nil), - (*Identity_Riot_RiotRaw31)(nil), - (*Identity_Riot_RiotRaw32)(nil), - (*Identity_Riot_RiotBlakeTwo256)(nil), - (*Identity_Riot_RiotSha256)(nil), - (*Identity_Riot_RiotKeccak256)(nil), - (*Identity_Riot_RiotShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[266].OneofWrappers = []interface{}{ - (*BagsList_Heavier_HeavierId)(nil), - (*BagsList_Heavier_HeavierIndex)(nil), - (*BagsList_Heavier_HeavierRaw)(nil), - (*BagsList_Heavier_HeavierAddress32)(nil), - (*BagsList_Heavier_HeavierAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[267].OneofWrappers = []interface{}{ - (*Bounties_ProposeCuratorCall_CuratorId)(nil), - (*Bounties_ProposeCuratorCall_CuratorIndex)(nil), - (*Bounties_ProposeCuratorCall_CuratorRaw)(nil), - (*Bounties_ProposeCuratorCall_CuratorAddress32)(nil), - (*Bounties_ProposeCuratorCall_CuratorAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[274].OneofWrappers = []interface{}{ - (*NominationPools_State_StateOpen)(nil), - (*NominationPools_State_StateBlocked)(nil), - (*NominationPools_State_StateDestroying)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[276].OneofWrappers = []interface{}{ - (*GearVoucher_UpdateCall_AppendProgramsNone)(nil), - (*GearVoucher_UpdateCall_AppendProgramsSome)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[278].OneofWrappers = []interface{}{ - (*ConvictionVoting_Vote_VoteStandard)(nil), - (*ConvictionVoting_Vote_VoteSplit)(nil), - (*ConvictionVoting_Vote_VoteSplitAbstain)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[280].OneofWrappers = []interface{}{ - (*Identity_RemoveSubCall_SubId)(nil), - (*Identity_RemoveSubCall_SubIndex)(nil), - (*Identity_RemoveSubCall_SubRaw)(nil), - (*Identity_RemoveSubCall_SubAddress32)(nil), - (*Identity_RemoveSubCall_SubAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[283].OneofWrappers = []interface{}{ - (*FellowshipCollective_Who_WhoId)(nil), - (*FellowshipCollective_Who_WhoIndex)(nil), - (*FellowshipCollective_Who_WhoRaw)(nil), - (*FellowshipCollective_Who_WhoAddress32)(nil), - (*FellowshipCollective_Who_WhoAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[288].OneofWrappers = []interface{}{ - (*BagsList_PutInFrontOfOtherCall_HeavierId)(nil), - (*BagsList_PutInFrontOfOtherCall_HeavierIndex)(nil), - (*BagsList_PutInFrontOfOtherCall_HeavierRaw)(nil), - (*BagsList_PutInFrontOfOtherCall_HeavierAddress32)(nil), - (*BagsList_PutInFrontOfOtherCall_HeavierAddress20)(nil), - (*BagsList_PutInFrontOfOtherCall_LighterId)(nil), - (*BagsList_PutInFrontOfOtherCall_LighterIndex)(nil), - (*BagsList_PutInFrontOfOtherCall_LighterRaw)(nil), - (*BagsList_PutInFrontOfOtherCall_LighterAddress32)(nil), - (*BagsList_PutInFrontOfOtherCall_LighterAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[295].OneofWrappers = []interface{}{ - (*Identity_Email_EmailNone)(nil), - (*Identity_Email_EmailRaw0)(nil), - (*Identity_Email_EmailRaw1)(nil), - (*Identity_Email_EmailRaw2)(nil), - (*Identity_Email_EmailRaw3)(nil), - (*Identity_Email_EmailRaw4)(nil), - (*Identity_Email_EmailRaw5)(nil), - (*Identity_Email_EmailRaw6)(nil), - (*Identity_Email_EmailRaw7)(nil), - (*Identity_Email_EmailRaw8)(nil), - (*Identity_Email_EmailRaw9)(nil), - (*Identity_Email_EmailRaw10)(nil), - (*Identity_Email_EmailRaw11)(nil), - (*Identity_Email_EmailRaw12)(nil), - (*Identity_Email_EmailRaw13)(nil), - (*Identity_Email_EmailRaw14)(nil), - (*Identity_Email_EmailRaw15)(nil), - (*Identity_Email_EmailRaw16)(nil), - (*Identity_Email_EmailRaw17)(nil), - (*Identity_Email_EmailRaw18)(nil), - (*Identity_Email_EmailRaw19)(nil), - (*Identity_Email_EmailRaw20)(nil), - (*Identity_Email_EmailRaw21)(nil), - (*Identity_Email_EmailRaw22)(nil), - (*Identity_Email_EmailRaw23)(nil), - (*Identity_Email_EmailRaw24)(nil), - (*Identity_Email_EmailRaw25)(nil), - (*Identity_Email_EmailRaw26)(nil), - (*Identity_Email_EmailRaw27)(nil), - (*Identity_Email_EmailRaw28)(nil), - (*Identity_Email_EmailRaw29)(nil), - (*Identity_Email_EmailRaw30)(nil), - (*Identity_Email_EmailRaw31)(nil), - (*Identity_Email_EmailRaw32)(nil), - (*Identity_Email_EmailBlakeTwo256)(nil), - (*Identity_Email_EmailSha256)(nil), - (*Identity_Email_EmailKeccak256)(nil), - (*Identity_Email_EmailShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[296].OneofWrappers = []interface{}{ - (*Proxy_RemoveProxyCall_DelegateId)(nil), - (*Proxy_RemoveProxyCall_DelegateIndex)(nil), - (*Proxy_RemoveProxyCall_DelegateRaw)(nil), - (*Proxy_RemoveProxyCall_DelegateAddress32)(nil), - (*Proxy_RemoveProxyCall_DelegateAddress20)(nil), - (*Proxy_RemoveProxyCall_ProxyTypeAny)(nil), - (*Proxy_RemoveProxyCall_ProxyTypeNonTransfer)(nil), - (*Proxy_RemoveProxyCall_ProxyTypeGovernance)(nil), - (*Proxy_RemoveProxyCall_ProxyTypeStaking)(nil), - (*Proxy_RemoveProxyCall_ProxyTypeIdentityJudgement)(nil), - (*Proxy_RemoveProxyCall_ProxyTypeCancelProxy)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[297].OneofWrappers = []interface{}{ - (*NominationPoolsPallet_CallJoinCall)(nil), - (*NominationPoolsPallet_CallBondExtraCall)(nil), - (*NominationPoolsPallet_CallClaimPayoutCall)(nil), - (*NominationPoolsPallet_CallUnbondCall)(nil), - (*NominationPoolsPallet_CallPoolWithdrawUnbondedCall)(nil), - (*NominationPoolsPallet_CallWithdrawUnbondedCall)(nil), - (*NominationPoolsPallet_CallCreateCall)(nil), - (*NominationPoolsPallet_CallCreateWithPoolIdCall)(nil), - (*NominationPoolsPallet_CallNominateCall)(nil), - (*NominationPoolsPallet_CallSetStateCall)(nil), - (*NominationPoolsPallet_CallSetMetadataCall)(nil), - (*NominationPoolsPallet_CallSetConfigsCall)(nil), - (*NominationPoolsPallet_CallUpdateRolesCall)(nil), - (*NominationPoolsPallet_CallChillCall)(nil), - (*NominationPoolsPallet_CallBondExtraOtherCall)(nil), - (*NominationPoolsPallet_CallSetClaimPermissionCall)(nil), - (*NominationPoolsPallet_CallClaimPayoutOtherCall)(nil), - (*NominationPoolsPallet_CallSetCommissionCall)(nil), - (*NominationPoolsPallet_CallSetCommissionMaxCall)(nil), - (*NominationPoolsPallet_CallSetCommissionChangeRateCall)(nil), - (*NominationPoolsPallet_CallClaimCommissionCall)(nil), - (*NominationPoolsPallet_CallAdjustPoolDepositCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[299].OneofWrappers = []interface{}{ - (*Utility_AsOrigin_AsOriginSystem)(nil), - (*Utility_AsOrigin_AsOriginOrigins)(nil), - (*Utility_AsOrigin_AsOriginVoid)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[303].OneofWrappers = []interface{}{ - (*Staking_Payee_PayeeStaked)(nil), - (*Staking_Payee_PayeeStash)(nil), - (*Staking_Payee_PayeeController)(nil), - (*Staking_Payee_PayeeAccount)(nil), - (*Staking_Payee_PayeeNone)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[305].OneofWrappers = []interface{}{ - (*Staking_SetStakingConfigsCall_MinNominatorBondNoop)(nil), - (*Staking_SetStakingConfigsCall_MinNominatorBondSet)(nil), - (*Staking_SetStakingConfigsCall_MinNominatorBondRemove)(nil), - (*Staking_SetStakingConfigsCall_MinValidatorBondNoop)(nil), - (*Staking_SetStakingConfigsCall_MinValidatorBondSet)(nil), - (*Staking_SetStakingConfigsCall_MinValidatorBondRemove)(nil), - (*Staking_SetStakingConfigsCall_MaxNominatorCountNoop)(nil), - (*Staking_SetStakingConfigsCall_MaxNominatorCountSet)(nil), - (*Staking_SetStakingConfigsCall_MaxNominatorCountRemove)(nil), - (*Staking_SetStakingConfigsCall_MaxValidatorCountNoop)(nil), - (*Staking_SetStakingConfigsCall_MaxValidatorCountSet)(nil), - (*Staking_SetStakingConfigsCall_MaxValidatorCountRemove)(nil), - (*Staking_SetStakingConfigsCall_ChillThresholdNoop)(nil), - (*Staking_SetStakingConfigsCall_ChillThresholdSet)(nil), - (*Staking_SetStakingConfigsCall_ChillThresholdRemove)(nil), - (*Staking_SetStakingConfigsCall_MinCommissionNoop)(nil), - (*Staking_SetStakingConfigsCall_MinCommissionSet)(nil), - (*Staking_SetStakingConfigsCall_MinCommissionRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[306].OneofWrappers = []interface{}{ - (*FellowshipReferenda_SubmitCall_ProposalOriginSystem)(nil), - (*FellowshipReferenda_SubmitCall_ProposalOriginOrigins)(nil), - (*FellowshipReferenda_SubmitCall_ProposalOriginVoid)(nil), - (*FellowshipReferenda_SubmitCall_ProposalLegacy)(nil), - (*FellowshipReferenda_SubmitCall_ProposalInline)(nil), - (*FellowshipReferenda_SubmitCall_ProposalLookup)(nil), - (*FellowshipReferenda_SubmitCall_EnactmentMomentAt)(nil), - (*FellowshipReferenda_SubmitCall_EnactmentMomentAfter)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[310].OneofWrappers = []interface{}{ - (*NominationPools_Extra_ExtraFreeBalance)(nil), - (*NominationPools_Extra_ExtraRewards)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[313].OneofWrappers = []interface{}{ - (*Referenda_ProposalOrigin_ProposalOriginSystem)(nil), - (*Referenda_ProposalOrigin_ProposalOriginOrigins)(nil), - (*Referenda_ProposalOrigin_ProposalOriginVoid)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[318].OneofWrappers = []interface{}{ - (*Staking_MaxValidatorCount_MaxValidatorCountNoop)(nil), - (*Staking_MaxValidatorCount_MaxValidatorCountSet)(nil), - (*Staking_MaxValidatorCount_MaxValidatorCountRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[319].OneofWrappers = []interface{}{ - (*ConvictionVoting_VoteCall_VoteStandard)(nil), - (*ConvictionVoting_VoteCall_VoteSplit)(nil), - (*ConvictionVoting_VoteCall_VoteSplitAbstain)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[321].OneofWrappers = []interface{}{ - (*Identity_Display_DisplayNone)(nil), - (*Identity_Display_DisplayRaw0)(nil), - (*Identity_Display_DisplayRaw1)(nil), - (*Identity_Display_DisplayRaw2)(nil), - (*Identity_Display_DisplayRaw3)(nil), - (*Identity_Display_DisplayRaw4)(nil), - (*Identity_Display_DisplayRaw5)(nil), - (*Identity_Display_DisplayRaw6)(nil), - (*Identity_Display_DisplayRaw7)(nil), - (*Identity_Display_DisplayRaw8)(nil), - (*Identity_Display_DisplayRaw9)(nil), - (*Identity_Display_DisplayRaw10)(nil), - (*Identity_Display_DisplayRaw11)(nil), - (*Identity_Display_DisplayRaw12)(nil), - (*Identity_Display_DisplayRaw13)(nil), - (*Identity_Display_DisplayRaw14)(nil), - (*Identity_Display_DisplayRaw15)(nil), - (*Identity_Display_DisplayRaw16)(nil), - (*Identity_Display_DisplayRaw17)(nil), - (*Identity_Display_DisplayRaw18)(nil), - (*Identity_Display_DisplayRaw19)(nil), - (*Identity_Display_DisplayRaw20)(nil), - (*Identity_Display_DisplayRaw21)(nil), - (*Identity_Display_DisplayRaw22)(nil), - (*Identity_Display_DisplayRaw23)(nil), - (*Identity_Display_DisplayRaw24)(nil), - (*Identity_Display_DisplayRaw25)(nil), - (*Identity_Display_DisplayRaw26)(nil), - (*Identity_Display_DisplayRaw27)(nil), - (*Identity_Display_DisplayRaw28)(nil), - (*Identity_Display_DisplayRaw29)(nil), - (*Identity_Display_DisplayRaw30)(nil), - (*Identity_Display_DisplayRaw31)(nil), - (*Identity_Display_DisplayRaw32)(nil), - (*Identity_Display_DisplayBlakeTwo256)(nil), - (*Identity_Display_DisplaySha256)(nil), - (*Identity_Display_DisplayKeccak256)(nil), - (*Identity_Display_DisplayShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[322].OneofWrappers = []interface{}{ - (*NominationPools_Permission_PermissionPermissioned)(nil), - (*NominationPools_Permission_PermissionPermissionlessCompound)(nil), - (*NominationPools_Permission_PermissionPermissionlessWithdraw)(nil), - (*NominationPools_Permission_PermissionPermissionlessAll)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[323].OneofWrappers = []interface{}{ - (*Babe_Config_ConfigV1)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[325].OneofWrappers = []interface{}{ - (*Referenda_SubmitCall_ProposalOriginSystem)(nil), - (*Referenda_SubmitCall_ProposalOriginOrigins)(nil), - (*Referenda_SubmitCall_ProposalOriginVoid)(nil), - (*Referenda_SubmitCall_ProposalLegacy)(nil), - (*Referenda_SubmitCall_ProposalInline)(nil), - (*Referenda_SubmitCall_ProposalLookup)(nil), - (*Referenda_SubmitCall_EnactmentMomentAt)(nil), - (*Referenda_SubmitCall_EnactmentMomentAfter)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[327].OneofWrappers = []interface{}{ - (*NominationPools_BondExtraOtherCall_MemberId)(nil), - (*NominationPools_BondExtraOtherCall_MemberIndex)(nil), - (*NominationPools_BondExtraOtherCall_MemberRaw)(nil), - (*NominationPools_BondExtraOtherCall_MemberAddress32)(nil), - (*NominationPools_BondExtraOtherCall_MemberAddress20)(nil), - (*NominationPools_BondExtraOtherCall_ExtraFreeBalance)(nil), - (*NominationPools_BondExtraOtherCall_ExtraRewards)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[332].OneofWrappers = []interface{}{ - (*SpRuntimeMultiaddressMultiAddress_TargetsId)(nil), - (*SpRuntimeMultiaddressMultiAddress_TargetsIndex)(nil), - (*SpRuntimeMultiaddressMultiAddress_TargetsRaw)(nil), - (*SpRuntimeMultiaddressMultiAddress_TargetsAddress32)(nil), - (*SpRuntimeMultiaddressMultiAddress_TargetsAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[333].OneofWrappers = []interface{}{ - (*ChildBounties_Beneficiary_BeneficiaryId)(nil), - (*ChildBounties_Beneficiary_BeneficiaryIndex)(nil), - (*ChildBounties_Beneficiary_BeneficiaryRaw)(nil), - (*ChildBounties_Beneficiary_BeneficiaryAddress32)(nil), - (*ChildBounties_Beneficiary_BeneficiaryAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[339].OneofWrappers = []interface{}{ - (*Utility_WithWeightCall_CallSystem)(nil), - (*Utility_WithWeightCall_CallTimestamp)(nil), - (*Utility_WithWeightCall_CallBabe)(nil), - (*Utility_WithWeightCall_CallGrandpa)(nil), - (*Utility_WithWeightCall_CallBalances)(nil), - (*Utility_WithWeightCall_CallVesting)(nil), - (*Utility_WithWeightCall_CallBagsList)(nil), - (*Utility_WithWeightCall_CallImOnline)(nil), - (*Utility_WithWeightCall_CallStaking)(nil), - (*Utility_WithWeightCall_CallSession)(nil), - (*Utility_WithWeightCall_CallTreasury)(nil), - (*Utility_WithWeightCall_CallUtility)(nil), - (*Utility_WithWeightCall_CallConvictionVoting)(nil), - (*Utility_WithWeightCall_CallReferenda)(nil), - (*Utility_WithWeightCall_CallFellowshipCollective)(nil), - (*Utility_WithWeightCall_CallFellowshipReferenda)(nil), - (*Utility_WithWeightCall_CallWhitelist)(nil), - (*Utility_WithWeightCall_CallScheduler)(nil), - (*Utility_WithWeightCall_CallPreimage)(nil), - (*Utility_WithWeightCall_CallIdentity)(nil), - (*Utility_WithWeightCall_CallProxy)(nil), - (*Utility_WithWeightCall_CallMultisig)(nil), - (*Utility_WithWeightCall_CallElectionProviderMultiPhase)(nil), - (*Utility_WithWeightCall_CallBounties)(nil), - (*Utility_WithWeightCall_CallChildBounties)(nil), - (*Utility_WithWeightCall_CallNominationPools)(nil), - (*Utility_WithWeightCall_CallGear)(nil), - (*Utility_WithWeightCall_CallStakingRewards)(nil), - (*Utility_WithWeightCall_CallGearVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[341].OneofWrappers = []interface{}{ - (*Staking_MinNominatorBond_MinNominatorBondNoop)(nil), - (*Staking_MinNominatorBond_MinNominatorBondSet)(nil), - (*Staking_MinNominatorBond_MinNominatorBondRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[344].OneofWrappers = []interface{}{ - (*NominationPools_CreateWithPoolIdCall_RootId)(nil), - (*NominationPools_CreateWithPoolIdCall_RootIndex)(nil), - (*NominationPools_CreateWithPoolIdCall_RootRaw)(nil), - (*NominationPools_CreateWithPoolIdCall_RootAddress32)(nil), - (*NominationPools_CreateWithPoolIdCall_RootAddress20)(nil), - (*NominationPools_CreateWithPoolIdCall_NominatorId)(nil), - (*NominationPools_CreateWithPoolIdCall_NominatorIndex)(nil), - (*NominationPools_CreateWithPoolIdCall_NominatorRaw)(nil), - (*NominationPools_CreateWithPoolIdCall_NominatorAddress32)(nil), - (*NominationPools_CreateWithPoolIdCall_NominatorAddress20)(nil), - (*NominationPools_CreateWithPoolIdCall_BouncerId)(nil), - (*NominationPools_CreateWithPoolIdCall_BouncerIndex)(nil), - (*NominationPools_CreateWithPoolIdCall_BouncerRaw)(nil), - (*NominationPools_CreateWithPoolIdCall_BouncerAddress32)(nil), - (*NominationPools_CreateWithPoolIdCall_BouncerAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[346].OneofWrappers = []interface{}{ - (*VaraRuntimeRuntimeCall_CallsSystem)(nil), - (*VaraRuntimeRuntimeCall_CallsTimestamp)(nil), - (*VaraRuntimeRuntimeCall_CallsBabe)(nil), - (*VaraRuntimeRuntimeCall_CallsGrandpa)(nil), - (*VaraRuntimeRuntimeCall_CallsBalances)(nil), - (*VaraRuntimeRuntimeCall_CallsVesting)(nil), - (*VaraRuntimeRuntimeCall_CallsBagsList)(nil), - (*VaraRuntimeRuntimeCall_CallsImOnline)(nil), - (*VaraRuntimeRuntimeCall_CallsStaking)(nil), - (*VaraRuntimeRuntimeCall_CallsSession)(nil), - (*VaraRuntimeRuntimeCall_CallsTreasury)(nil), - (*VaraRuntimeRuntimeCall_CallsUtility)(nil), - (*VaraRuntimeRuntimeCall_CallsConvictionVoting)(nil), - (*VaraRuntimeRuntimeCall_CallsReferenda)(nil), - (*VaraRuntimeRuntimeCall_CallsFellowshipCollective)(nil), - (*VaraRuntimeRuntimeCall_CallsFellowshipReferenda)(nil), - (*VaraRuntimeRuntimeCall_CallsWhitelist)(nil), - (*VaraRuntimeRuntimeCall_CallsScheduler)(nil), - (*VaraRuntimeRuntimeCall_CallsPreimage)(nil), - (*VaraRuntimeRuntimeCall_CallsIdentity)(nil), - (*VaraRuntimeRuntimeCall_CallsProxy)(nil), - (*VaraRuntimeRuntimeCall_CallsMultisig)(nil), - (*VaraRuntimeRuntimeCall_CallsElectionProviderMultiPhase)(nil), - (*VaraRuntimeRuntimeCall_CallsBounties)(nil), - (*VaraRuntimeRuntimeCall_CallsChildBounties)(nil), - (*VaraRuntimeRuntimeCall_CallsNominationPools)(nil), - (*VaraRuntimeRuntimeCall_CallsGear)(nil), - (*VaraRuntimeRuntimeCall_CallsStakingRewards)(nil), - (*VaraRuntimeRuntimeCall_CallsGearVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[348].OneofWrappers = []interface{}{ - (*GearPallet_CallUploadCodeCall)(nil), - (*GearPallet_CallUploadProgramCall)(nil), - (*GearPallet_CallCreateProgramCall)(nil), - (*GearPallet_CallSendMessageCall)(nil), - (*GearPallet_CallSendReplyCall)(nil), - (*GearPallet_CallClaimValueCall)(nil), - (*GearPallet_CallRunCall)(nil), - (*GearPallet_CallSetExecuteInherentCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[353].OneofWrappers = []interface{}{ - (*Multisig_AsMultiCall_CallSystem)(nil), - (*Multisig_AsMultiCall_CallTimestamp)(nil), - (*Multisig_AsMultiCall_CallBabe)(nil), - (*Multisig_AsMultiCall_CallGrandpa)(nil), - (*Multisig_AsMultiCall_CallBalances)(nil), - (*Multisig_AsMultiCall_CallVesting)(nil), - (*Multisig_AsMultiCall_CallBagsList)(nil), - (*Multisig_AsMultiCall_CallImOnline)(nil), - (*Multisig_AsMultiCall_CallStaking)(nil), - (*Multisig_AsMultiCall_CallSession)(nil), - (*Multisig_AsMultiCall_CallTreasury)(nil), - (*Multisig_AsMultiCall_CallUtility)(nil), - (*Multisig_AsMultiCall_CallConvictionVoting)(nil), - (*Multisig_AsMultiCall_CallReferenda)(nil), - (*Multisig_AsMultiCall_CallFellowshipCollective)(nil), - (*Multisig_AsMultiCall_CallFellowshipReferenda)(nil), - (*Multisig_AsMultiCall_CallWhitelist)(nil), - (*Multisig_AsMultiCall_CallScheduler)(nil), - (*Multisig_AsMultiCall_CallPreimage)(nil), - (*Multisig_AsMultiCall_CallIdentity)(nil), - (*Multisig_AsMultiCall_CallProxy)(nil), - (*Multisig_AsMultiCall_CallMultisig)(nil), - (*Multisig_AsMultiCall_CallElectionProviderMultiPhase)(nil), - (*Multisig_AsMultiCall_CallBounties)(nil), - (*Multisig_AsMultiCall_CallChildBounties)(nil), - (*Multisig_AsMultiCall_CallNominationPools)(nil), - (*Multisig_AsMultiCall_CallGear)(nil), - (*Multisig_AsMultiCall_CallStakingRewards)(nil), - (*Multisig_AsMultiCall_CallGearVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[355].OneofWrappers = []interface{}{ - (*NominationPools_MemberAccount_MemberAccountId)(nil), - (*NominationPools_MemberAccount_MemberAccountIndex)(nil), - (*NominationPools_MemberAccount_MemberAccountRaw)(nil), - (*NominationPools_MemberAccount_MemberAccountAddress32)(nil), - (*NominationPools_MemberAccount_MemberAccountAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[358].OneofWrappers = []interface{}{ - (*ConvictionVoting_Target_TargetId)(nil), - (*ConvictionVoting_Target_TargetIndex)(nil), - (*ConvictionVoting_Target_TargetRaw)(nil), - (*ConvictionVoting_Target_TargetAddress32)(nil), - (*ConvictionVoting_Target_TargetAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[365].OneofWrappers = []interface{}{ - (*Identity_Account_AccountId)(nil), - (*Identity_Account_AccountIndex)(nil), - (*Identity_Account_AccountRaw)(nil), - (*Identity_Account_AccountAddress32)(nil), - (*Identity_Account_AccountAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[366].OneofWrappers = []interface{}{ - (*Identity_Image_ImageNone)(nil), - (*Identity_Image_ImageRaw0)(nil), - (*Identity_Image_ImageRaw1)(nil), - (*Identity_Image_ImageRaw2)(nil), - (*Identity_Image_ImageRaw3)(nil), - (*Identity_Image_ImageRaw4)(nil), - (*Identity_Image_ImageRaw5)(nil), - (*Identity_Image_ImageRaw6)(nil), - (*Identity_Image_ImageRaw7)(nil), - (*Identity_Image_ImageRaw8)(nil), - (*Identity_Image_ImageRaw9)(nil), - (*Identity_Image_ImageRaw10)(nil), - (*Identity_Image_ImageRaw11)(nil), - (*Identity_Image_ImageRaw12)(nil), - (*Identity_Image_ImageRaw13)(nil), - (*Identity_Image_ImageRaw14)(nil), - (*Identity_Image_ImageRaw15)(nil), - (*Identity_Image_ImageRaw16)(nil), - (*Identity_Image_ImageRaw17)(nil), - (*Identity_Image_ImageRaw18)(nil), - (*Identity_Image_ImageRaw19)(nil), - (*Identity_Image_ImageRaw20)(nil), - (*Identity_Image_ImageRaw21)(nil), - (*Identity_Image_ImageRaw22)(nil), - (*Identity_Image_ImageRaw23)(nil), - (*Identity_Image_ImageRaw24)(nil), - (*Identity_Image_ImageRaw25)(nil), - (*Identity_Image_ImageRaw26)(nil), - (*Identity_Image_ImageRaw27)(nil), - (*Identity_Image_ImageRaw28)(nil), - (*Identity_Image_ImageRaw29)(nil), - (*Identity_Image_ImageRaw30)(nil), - (*Identity_Image_ImageRaw31)(nil), - (*Identity_Image_ImageRaw32)(nil), - (*Identity_Image_ImageBlakeTwo256)(nil), - (*Identity_Image_ImageSha256)(nil), - (*Identity_Image_ImageKeccak256)(nil), - (*Identity_Image_ImageShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[369].OneofWrappers = []interface{}{ - (*Staking_ChillThreshold_ChillThresholdNoop)(nil), - (*Staking_ChillThreshold_ChillThresholdSet)(nil), - (*Staking_ChillThreshold_ChillThresholdRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[374].OneofWrappers = []interface{}{ - (*Vesting_ForceVestedTransferCall_SourceId)(nil), - (*Vesting_ForceVestedTransferCall_SourceIndex)(nil), - (*Vesting_ForceVestedTransferCall_SourceRaw)(nil), - (*Vesting_ForceVestedTransferCall_SourceAddress32)(nil), - (*Vesting_ForceVestedTransferCall_SourceAddress20)(nil), - (*Vesting_ForceVestedTransferCall_TargetId)(nil), - (*Vesting_ForceVestedTransferCall_TargetIndex)(nil), - (*Vesting_ForceVestedTransferCall_TargetRaw)(nil), - (*Vesting_ForceVestedTransferCall_TargetAddress32)(nil), - (*Vesting_ForceVestedTransferCall_TargetAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[379].OneofWrappers = []interface{}{ - (*GearVoucherPallet_CallIssueCall)(nil), - (*GearVoucherPallet_CallCallCall)(nil), - (*GearVoucherPallet_CallRevokeCall)(nil), - (*GearVoucherPallet_CallUpdateCall)(nil), - (*GearVoucherPallet_CallCallDeprecatedCall)(nil), - (*GearVoucherPallet_CallDeclineCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[382].OneofWrappers = []interface{}{ - (*Referenda_EnactmentMoment_EnactmentMomentAt)(nil), - (*Referenda_EnactmentMoment_EnactmentMomentAfter)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[384].OneofWrappers = []interface{}{ - (*Identity_ProvideJudgementCall_TargetId)(nil), - (*Identity_ProvideJudgementCall_TargetIndex)(nil), - (*Identity_ProvideJudgementCall_TargetRaw)(nil), - (*Identity_ProvideJudgementCall_TargetAddress32)(nil), - (*Identity_ProvideJudgementCall_TargetAddress20)(nil), - (*Identity_ProvideJudgementCall_JudgementUnknown)(nil), - (*Identity_ProvideJudgementCall_JudgementFeePaid)(nil), - (*Identity_ProvideJudgementCall_JudgementReasonable)(nil), - (*Identity_ProvideJudgementCall_JudgementKnownGood)(nil), - (*Identity_ProvideJudgementCall_JudgementOutOfDate)(nil), - (*Identity_ProvideJudgementCall_JudgementLowQuality)(nil), - (*Identity_ProvideJudgementCall_JudgementErroneous)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[385].OneofWrappers = []interface{}{ - (*Balances_Source_SourceId)(nil), - (*Balances_Source_SourceIndex)(nil), - (*Balances_Source_SourceRaw)(nil), - (*Balances_Source_SourceAddress32)(nil), - (*Balances_Source_SourceAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[388].OneofWrappers = []interface{}{ - (*Staking_Targets_TargetsId)(nil), - (*Staking_Targets_TargetsIndex)(nil), - (*Staking_Targets_TargetsRaw)(nil), - (*Staking_Targets_TargetsAddress32)(nil), - (*Staking_Targets_TargetsAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[389].OneofWrappers = []interface{}{ - (*NominationPools_UnbondCall_MemberAccountId)(nil), - (*NominationPools_UnbondCall_MemberAccountIndex)(nil), - (*NominationPools_UnbondCall_MemberAccountRaw)(nil), - (*NominationPools_UnbondCall_MemberAccountAddress32)(nil), - (*NominationPools_UnbondCall_MemberAccountAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[390].OneofWrappers = []interface{}{ - (*Balances_TransferKeepAliveCall_DestId)(nil), - (*Balances_TransferKeepAliveCall_DestIndex)(nil), - (*Balances_TransferKeepAliveCall_DestRaw)(nil), - (*Balances_TransferKeepAliveCall_DestAddress32)(nil), - (*Balances_TransferKeepAliveCall_DestAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[392].OneofWrappers = []interface{}{ - (*BagsList_Lighter_LighterId)(nil), - (*BagsList_Lighter_LighterIndex)(nil), - (*BagsList_Lighter_LighterRaw)(nil), - (*BagsList_Lighter_LighterAddress32)(nil), - (*BagsList_Lighter_LighterAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[397].OneofWrappers = []interface{}{ - (*SpRuntimeGenericDigestDigestItem_LogsPreRuntime)(nil), - (*SpRuntimeGenericDigestDigestItem_LogsConsensus)(nil), - (*SpRuntimeGenericDigestDigestItem_LogsSeal)(nil), - (*SpRuntimeGenericDigestDigestItem_LogsOther)(nil), - (*SpRuntimeGenericDigestDigestItem_LogsRuntimeEnvironmentUpdated)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[399].OneofWrappers = []interface{}{ - (*NominationPools_UpdateRolesCall_NewRootNoop)(nil), - (*NominationPools_UpdateRolesCall_NewRootSet)(nil), - (*NominationPools_UpdateRolesCall_NewRootRemove)(nil), - (*NominationPools_UpdateRolesCall_NewNominatorNoop)(nil), - (*NominationPools_UpdateRolesCall_NewNominatorSet)(nil), - (*NominationPools_UpdateRolesCall_NewNominatorRemove)(nil), - (*NominationPools_UpdateRolesCall_NewBouncerNoop)(nil), - (*NominationPools_UpdateRolesCall_NewBouncerSet)(nil), - (*NominationPools_UpdateRolesCall_NewBouncerRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[401].OneofWrappers = []interface{}{ - (*Bounties_Beneficiary_BeneficiaryId)(nil), - (*Bounties_Beneficiary_BeneficiaryIndex)(nil), - (*Bounties_Beneficiary_BeneficiaryRaw)(nil), - (*Bounties_Beneficiary_BeneficiaryAddress32)(nil), - (*Bounties_Beneficiary_BeneficiaryAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[408].OneofWrappers = []interface{}{ - (*Staking_Who_WhoId)(nil), - (*Staking_Who_WhoIndex)(nil), - (*Staking_Who_WhoRaw)(nil), - (*Staking_Who_WhoAddress32)(nil), - (*Staking_Who_WhoAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[413].OneofWrappers = []interface{}{ - (*Balances_ForceUnreserveCall_WhoId)(nil), - (*Balances_ForceUnreserveCall_WhoIndex)(nil), - (*Balances_ForceUnreserveCall_WhoRaw)(nil), - (*Balances_ForceUnreserveCall_WhoAddress32)(nil), - (*Balances_ForceUnreserveCall_WhoAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[415].OneofWrappers = []interface{}{ - (*Treasury_SpendLocalCall_BeneficiaryId)(nil), - (*Treasury_SpendLocalCall_BeneficiaryIndex)(nil), - (*Treasury_SpendLocalCall_BeneficiaryRaw)(nil), - (*Treasury_SpendLocalCall_BeneficiaryAddress32)(nil), - (*Treasury_SpendLocalCall_BeneficiaryAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[419].OneofWrappers = []interface{}{ - (*Proxy_AddProxyCall_DelegateId)(nil), - (*Proxy_AddProxyCall_DelegateIndex)(nil), - (*Proxy_AddProxyCall_DelegateRaw)(nil), - (*Proxy_AddProxyCall_DelegateAddress32)(nil), - (*Proxy_AddProxyCall_DelegateAddress20)(nil), - (*Proxy_AddProxyCall_ProxyTypeAny)(nil), - (*Proxy_AddProxyCall_ProxyTypeNonTransfer)(nil), - (*Proxy_AddProxyCall_ProxyTypeGovernance)(nil), - (*Proxy_AddProxyCall_ProxyTypeStaking)(nil), - (*Proxy_AddProxyCall_ProxyTypeIdentityJudgement)(nil), - (*Proxy_AddProxyCall_ProxyTypeCancelProxy)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[420].OneofWrappers = []interface{}{ - (*Babe_PlanConfigChangeCall_ConfigV1)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[422].OneofWrappers = []interface{}{ - (*Identity_RenameSubCall_SubId)(nil), - (*Identity_RenameSubCall_SubIndex)(nil), - (*Identity_RenameSubCall_SubRaw)(nil), - (*Identity_RenameSubCall_SubAddress32)(nil), - (*Identity_RenameSubCall_SubAddress20)(nil), - (*Identity_RenameSubCall_DataNone)(nil), - (*Identity_RenameSubCall_DataRaw0)(nil), - (*Identity_RenameSubCall_DataRaw1)(nil), - (*Identity_RenameSubCall_DataRaw2)(nil), - (*Identity_RenameSubCall_DataRaw3)(nil), - (*Identity_RenameSubCall_DataRaw4)(nil), - (*Identity_RenameSubCall_DataRaw5)(nil), - (*Identity_RenameSubCall_DataRaw6)(nil), - (*Identity_RenameSubCall_DataRaw7)(nil), - (*Identity_RenameSubCall_DataRaw8)(nil), - (*Identity_RenameSubCall_DataRaw9)(nil), - (*Identity_RenameSubCall_DataRaw10)(nil), - (*Identity_RenameSubCall_DataRaw11)(nil), - (*Identity_RenameSubCall_DataRaw12)(nil), - (*Identity_RenameSubCall_DataRaw13)(nil), - (*Identity_RenameSubCall_DataRaw14)(nil), - (*Identity_RenameSubCall_DataRaw15)(nil), - (*Identity_RenameSubCall_DataRaw16)(nil), - (*Identity_RenameSubCall_DataRaw17)(nil), - (*Identity_RenameSubCall_DataRaw18)(nil), - (*Identity_RenameSubCall_DataRaw19)(nil), - (*Identity_RenameSubCall_DataRaw20)(nil), - (*Identity_RenameSubCall_DataRaw21)(nil), - (*Identity_RenameSubCall_DataRaw22)(nil), - (*Identity_RenameSubCall_DataRaw23)(nil), - (*Identity_RenameSubCall_DataRaw24)(nil), - (*Identity_RenameSubCall_DataRaw25)(nil), - (*Identity_RenameSubCall_DataRaw26)(nil), - (*Identity_RenameSubCall_DataRaw27)(nil), - (*Identity_RenameSubCall_DataRaw28)(nil), - (*Identity_RenameSubCall_DataRaw29)(nil), - (*Identity_RenameSubCall_DataRaw30)(nil), - (*Identity_RenameSubCall_DataRaw31)(nil), - (*Identity_RenameSubCall_DataRaw32)(nil), - (*Identity_RenameSubCall_DataBlakeTwo256)(nil), - (*Identity_RenameSubCall_DataSha256)(nil), - (*Identity_RenameSubCall_DataKeccak256)(nil), - (*Identity_RenameSubCall_DataShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[423].OneofWrappers = []interface{}{ - (*NominationPools_CreateCall_RootId)(nil), - (*NominationPools_CreateCall_RootIndex)(nil), - (*NominationPools_CreateCall_RootRaw)(nil), - (*NominationPools_CreateCall_RootAddress32)(nil), - (*NominationPools_CreateCall_RootAddress20)(nil), - (*NominationPools_CreateCall_NominatorId)(nil), - (*NominationPools_CreateCall_NominatorIndex)(nil), - (*NominationPools_CreateCall_NominatorRaw)(nil), - (*NominationPools_CreateCall_NominatorAddress32)(nil), - (*NominationPools_CreateCall_NominatorAddress20)(nil), - (*NominationPools_CreateCall_BouncerId)(nil), - (*NominationPools_CreateCall_BouncerIndex)(nil), - (*NominationPools_CreateCall_BouncerRaw)(nil), - (*NominationPools_CreateCall_BouncerAddress32)(nil), - (*NominationPools_CreateCall_BouncerAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[425].OneofWrappers = []interface{}{ - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0None)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw0)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw1)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw2)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw3)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw4)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw5)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw6)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw7)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw8)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw9)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw10)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw11)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw12)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw13)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw14)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw15)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw16)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw17)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw18)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw19)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw20)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw21)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw22)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw23)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw24)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw25)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw26)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw27)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw28)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw29)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw30)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw31)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Raw32)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0BlakeTwo256)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Sha256)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0Keccak256)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value0ShaThree256)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1None)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw0)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw1)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw2)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw3)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw4)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw5)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw6)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw7)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw8)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw9)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw10)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw11)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw12)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw13)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw14)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw15)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw16)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw17)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw18)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw19)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw20)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw21)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw22)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw23)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw24)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw25)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw26)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw27)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw28)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw29)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw30)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw31)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Raw32)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1BlakeTwo256)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Sha256)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1Keccak256)(nil), - (*Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData_Value1ShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[431].OneofWrappers = []interface{}{ - (*Staking_SetPayeeCall_PayeeStaked)(nil), - (*Staking_SetPayeeCall_PayeeStash)(nil), - (*Staking_SetPayeeCall_PayeeController)(nil), - (*Staking_SetPayeeCall_PayeeAccount)(nil), - (*Staking_SetPayeeCall_PayeeNone)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[434].OneofWrappers = []interface{}{} - file_sf_gear_metadata_type_v1_output_proto_msgTypes[438].OneofWrappers = []interface{}{} - file_sf_gear_metadata_type_v1_output_proto_msgTypes[442].OneofWrappers = []interface{}{ - (*Identity_AddRegistrarCall_AccountId)(nil), - (*Identity_AddRegistrarCall_AccountIndex)(nil), - (*Identity_AddRegistrarCall_AccountRaw)(nil), - (*Identity_AddRegistrarCall_AccountAddress32)(nil), - (*Identity_AddRegistrarCall_AccountAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[444].OneofWrappers = []interface{}{ - (*Identity_AddSubCall_SubId)(nil), - (*Identity_AddSubCall_SubIndex)(nil), - (*Identity_AddSubCall_SubRaw)(nil), - (*Identity_AddSubCall_SubAddress32)(nil), - (*Identity_AddSubCall_SubAddress20)(nil), - (*Identity_AddSubCall_DataNone)(nil), - (*Identity_AddSubCall_DataRaw0)(nil), - (*Identity_AddSubCall_DataRaw1)(nil), - (*Identity_AddSubCall_DataRaw2)(nil), - (*Identity_AddSubCall_DataRaw3)(nil), - (*Identity_AddSubCall_DataRaw4)(nil), - (*Identity_AddSubCall_DataRaw5)(nil), - (*Identity_AddSubCall_DataRaw6)(nil), - (*Identity_AddSubCall_DataRaw7)(nil), - (*Identity_AddSubCall_DataRaw8)(nil), - (*Identity_AddSubCall_DataRaw9)(nil), - (*Identity_AddSubCall_DataRaw10)(nil), - (*Identity_AddSubCall_DataRaw11)(nil), - (*Identity_AddSubCall_DataRaw12)(nil), - (*Identity_AddSubCall_DataRaw13)(nil), - (*Identity_AddSubCall_DataRaw14)(nil), - (*Identity_AddSubCall_DataRaw15)(nil), - (*Identity_AddSubCall_DataRaw16)(nil), - (*Identity_AddSubCall_DataRaw17)(nil), - (*Identity_AddSubCall_DataRaw18)(nil), - (*Identity_AddSubCall_DataRaw19)(nil), - (*Identity_AddSubCall_DataRaw20)(nil), - (*Identity_AddSubCall_DataRaw21)(nil), - (*Identity_AddSubCall_DataRaw22)(nil), - (*Identity_AddSubCall_DataRaw23)(nil), - (*Identity_AddSubCall_DataRaw24)(nil), - (*Identity_AddSubCall_DataRaw25)(nil), - (*Identity_AddSubCall_DataRaw26)(nil), - (*Identity_AddSubCall_DataRaw27)(nil), - (*Identity_AddSubCall_DataRaw28)(nil), - (*Identity_AddSubCall_DataRaw29)(nil), - (*Identity_AddSubCall_DataRaw30)(nil), - (*Identity_AddSubCall_DataRaw31)(nil), - (*Identity_AddSubCall_DataRaw32)(nil), - (*Identity_AddSubCall_DataBlakeTwo256)(nil), - (*Identity_AddSubCall_DataSha256)(nil), - (*Identity_AddSubCall_DataKeccak256)(nil), - (*Identity_AddSubCall_DataShaThree256)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[447].OneofWrappers = []interface{}{ - (*Balances_TransferAllCall_DestId)(nil), - (*Balances_TransferAllCall_DestIndex)(nil), - (*Balances_TransferAllCall_DestRaw)(nil), - (*Balances_TransferAllCall_DestAddress32)(nil), - (*Balances_TransferAllCall_DestAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[448].OneofWrappers = []interface{}{ - (*StakingPallet_CallBondCall)(nil), - (*StakingPallet_CallBondExtraCall)(nil), - (*StakingPallet_CallUnbondCall)(nil), - (*StakingPallet_CallWithdrawUnbondedCall)(nil), - (*StakingPallet_CallValidateCall)(nil), - (*StakingPallet_CallNominateCall)(nil), - (*StakingPallet_CallChillCall)(nil), - (*StakingPallet_CallSetPayeeCall)(nil), - (*StakingPallet_CallSetControllerCall)(nil), - (*StakingPallet_CallSetValidatorCountCall)(nil), - (*StakingPallet_CallIncreaseValidatorCountCall)(nil), - (*StakingPallet_CallScaleValidatorCountCall)(nil), - (*StakingPallet_CallForceNoErasCall)(nil), - (*StakingPallet_CallForceNewEraCall)(nil), - (*StakingPallet_CallSetInvulnerablesCall)(nil), - (*StakingPallet_CallForceUnstakeCall)(nil), - (*StakingPallet_CallForceNewEraAlwaysCall)(nil), - (*StakingPallet_CallCancelDeferredSlashCall)(nil), - (*StakingPallet_CallPayoutStakersCall)(nil), - (*StakingPallet_CallRebondCall)(nil), - (*StakingPallet_CallReapStashCall)(nil), - (*StakingPallet_CallKickCall)(nil), - (*StakingPallet_CallSetStakingConfigsCall)(nil), - (*StakingPallet_CallChillOtherCall)(nil), - (*StakingPallet_CallForceApplyMinCommissionCall)(nil), - (*StakingPallet_CallSetMinCommissionCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[452].OneofWrappers = []interface{}{ - (*Proxy_CreatePureCall_ProxyTypeAny)(nil), - (*Proxy_CreatePureCall_ProxyTypeNonTransfer)(nil), - (*Proxy_CreatePureCall_ProxyTypeGovernance)(nil), - (*Proxy_CreatePureCall_ProxyTypeStaking)(nil), - (*Proxy_CreatePureCall_ProxyTypeIdentityJudgement)(nil), - (*Proxy_CreatePureCall_ProxyTypeCancelProxy)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[457].OneofWrappers = []interface{}{ - (*NominationPools_Root_RootId)(nil), - (*NominationPools_Root_RootIndex)(nil), - (*NominationPools_Root_RootRaw)(nil), - (*NominationPools_Root_RootAddress32)(nil), - (*NominationPools_Root_RootAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[467].OneofWrappers = []interface{}{ - (*Referenda_Origins_Value0StakingAdmin)(nil), - (*Referenda_Origins_Value0Treasurer)(nil), - (*Referenda_Origins_Value0FellowshipAdmin)(nil), - (*Referenda_Origins_Value0GeneralAdmin)(nil), - (*Referenda_Origins_Value0ReferendumCanceller)(nil), - (*Referenda_Origins_Value0ReferendumKiller)(nil), - (*Referenda_Origins_Value0SmallTipper)(nil), - (*Referenda_Origins_Value0BigTipper)(nil), - (*Referenda_Origins_Value0SmallSpender)(nil), - (*Referenda_Origins_Value0MediumSpender)(nil), - (*Referenda_Origins_Value0BigSpender)(nil), - (*Referenda_Origins_Value0WhitelistedCaller)(nil), - (*Referenda_Origins_Value0FellowshipInitiates)(nil), - (*Referenda_Origins_Value0Fellows)(nil), - (*Referenda_Origins_Value0FellowshipExperts)(nil), - (*Referenda_Origins_Value0FellowshipMasters)(nil), - (*Referenda_Origins_Value0Fellowship1Dan)(nil), - (*Referenda_Origins_Value0Fellowship2Dan)(nil), - (*Referenda_Origins_Value0Fellowship3Dan)(nil), - (*Referenda_Origins_Value0Fellowship4Dan)(nil), - (*Referenda_Origins_Value0Fellowship5Dan)(nil), - (*Referenda_Origins_Value0Fellowship6Dan)(nil), - (*Referenda_Origins_Value0Fellowship7Dan)(nil), - (*Referenda_Origins_Value0Fellowship8Dan)(nil), - (*Referenda_Origins_Value0Fellowship9Dan)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[471].OneofWrappers = []interface{}{ - (*BalancesPallet_CallTransferAllowDeathCall)(nil), - (*BalancesPallet_CallForceTransferCall)(nil), - (*BalancesPallet_CallTransferKeepAliveCall)(nil), - (*BalancesPallet_CallTransferAllCall)(nil), - (*BalancesPallet_CallForceUnreserveCall)(nil), - (*BalancesPallet_CallUpgradeAccountsCall)(nil), - (*BalancesPallet_CallForceSetBalanceCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[473].OneofWrappers = []interface{}{ - (*NominationPools_MaxPools_MaxPoolsNoop)(nil), - (*NominationPools_MaxPools_MaxPoolsSet)(nil), - (*NominationPools_MaxPools_MaxPoolsRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[474].OneofWrappers = []interface{}{ - (*StakingRewards_WithdrawCall_ToId)(nil), - (*StakingRewards_WithdrawCall_ToIndex)(nil), - (*StakingRewards_WithdrawCall_ToRaw)(nil), - (*StakingRewards_WithdrawCall_ToAddress32)(nil), - (*StakingRewards_WithdrawCall_ToAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[475].OneofWrappers = []interface{}{ - (*SystemPallet_CallRemarkCall)(nil), - (*SystemPallet_CallSetHeapPagesCall)(nil), - (*SystemPallet_CallSetCodeCall)(nil), - (*SystemPallet_CallSetCodeWithoutChecksCall)(nil), - (*SystemPallet_CallSetStorageCall)(nil), - (*SystemPallet_CallKillStorageCall)(nil), - (*SystemPallet_CallKillPrefixCall)(nil), - (*SystemPallet_CallRemarkWithEventCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[477].OneofWrappers = []interface{}{} - file_sf_gear_metadata_type_v1_output_proto_msgTypes[479].OneofWrappers = []interface{}{ - (*ChildBounties_Curator_CuratorId)(nil), - (*ChildBounties_Curator_CuratorIndex)(nil), - (*ChildBounties_Curator_CuratorRaw)(nil), - (*ChildBounties_Curator_CuratorAddress32)(nil), - (*ChildBounties_Curator_CuratorAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[480].OneofWrappers = []interface{}{ - (*ChildBounties_AwardChildBountyCall_BeneficiaryId)(nil), - (*ChildBounties_AwardChildBountyCall_BeneficiaryIndex)(nil), - (*ChildBounties_AwardChildBountyCall_BeneficiaryRaw)(nil), - (*ChildBounties_AwardChildBountyCall_BeneficiaryAddress32)(nil), - (*ChildBounties_AwardChildBountyCall_BeneficiaryAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[481].OneofWrappers = []interface{}{ - (*NominationPools_NewRoot_NewRootNoop)(nil), - (*NominationPools_NewRoot_NewRootSet)(nil), - (*NominationPools_NewRoot_NewRootRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[482].OneofWrappers = []interface{}{ - (*Utility_Origins_Value0StakingAdmin)(nil), - (*Utility_Origins_Value0Treasurer)(nil), - (*Utility_Origins_Value0FellowshipAdmin)(nil), - (*Utility_Origins_Value0GeneralAdmin)(nil), - (*Utility_Origins_Value0ReferendumCanceller)(nil), - (*Utility_Origins_Value0ReferendumKiller)(nil), - (*Utility_Origins_Value0SmallTipper)(nil), - (*Utility_Origins_Value0BigTipper)(nil), - (*Utility_Origins_Value0SmallSpender)(nil), - (*Utility_Origins_Value0MediumSpender)(nil), - (*Utility_Origins_Value0BigSpender)(nil), - (*Utility_Origins_Value0WhitelistedCaller)(nil), - (*Utility_Origins_Value0FellowshipInitiates)(nil), - (*Utility_Origins_Value0Fellows)(nil), - (*Utility_Origins_Value0FellowshipExperts)(nil), - (*Utility_Origins_Value0FellowshipMasters)(nil), - (*Utility_Origins_Value0Fellowship1Dan)(nil), - (*Utility_Origins_Value0Fellowship2Dan)(nil), - (*Utility_Origins_Value0Fellowship3Dan)(nil), - (*Utility_Origins_Value0Fellowship4Dan)(nil), - (*Utility_Origins_Value0Fellowship5Dan)(nil), - (*Utility_Origins_Value0Fellowship6Dan)(nil), - (*Utility_Origins_Value0Fellowship7Dan)(nil), - (*Utility_Origins_Value0Fellowship8Dan)(nil), - (*Utility_Origins_Value0Fellowship9Dan)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[485].OneofWrappers = []interface{}{ - (*Identity_KillIdentityCall_TargetId)(nil), - (*Identity_KillIdentityCall_TargetIndex)(nil), - (*Identity_KillIdentityCall_TargetRaw)(nil), - (*Identity_KillIdentityCall_TargetAddress32)(nil), - (*Identity_KillIdentityCall_TargetAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[487].OneofWrappers = []interface{}{ - (*Babe_AllowedSlots_AllowedSlotsPrimarySlots)(nil), - (*Babe_AllowedSlots_AllowedSlotsPrimaryAndSecondaryPlainSlots)(nil), - (*Babe_AllowedSlots_AllowedSlotsPrimaryAndSecondaryVrfSlots)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[489].OneofWrappers = []interface{}{ - (*Balances_ForceSetBalanceCall_WhoId)(nil), - (*Balances_ForceSetBalanceCall_WhoIndex)(nil), - (*Balances_ForceSetBalanceCall_WhoRaw)(nil), - (*Balances_ForceSetBalanceCall_WhoAddress32)(nil), - (*Balances_ForceSetBalanceCall_WhoAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[490].OneofWrappers = []interface{}{ - (*BagsList_PutInFrontOfCall_LighterId)(nil), - (*BagsList_PutInFrontOfCall_LighterIndex)(nil), - (*BagsList_PutInFrontOfCall_LighterRaw)(nil), - (*BagsList_PutInFrontOfCall_LighterAddress32)(nil), - (*BagsList_PutInFrontOfCall_LighterAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[492].OneofWrappers = []interface{}{ - (*UtilityPallet_CallBatchCall)(nil), - (*UtilityPallet_CallAsDerivativeCall)(nil), - (*UtilityPallet_CallBatchAllCall)(nil), - (*UtilityPallet_CallDispatchAsCall)(nil), - (*UtilityPallet_CallForceBatchCall)(nil), - (*UtilityPallet_CallWithWeightCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[493].OneofWrappers = []interface{}{ - (*Bounties_Curator_CuratorId)(nil), - (*Bounties_Curator_CuratorIndex)(nil), - (*Bounties_Curator_CuratorRaw)(nil), - (*Bounties_Curator_CuratorAddress32)(nil), - (*Bounties_Curator_CuratorAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[494].OneofWrappers = []interface{}{ - (*Bounties_AwardBountyCall_BeneficiaryId)(nil), - (*Bounties_AwardBountyCall_BeneficiaryIndex)(nil), - (*Bounties_AwardBountyCall_BeneficiaryRaw)(nil), - (*Bounties_AwardBountyCall_BeneficiaryAddress32)(nil), - (*Bounties_AwardBountyCall_BeneficiaryAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[496].OneofWrappers = []interface{}{ - (*Balances_Who_WhoId)(nil), - (*Balances_Who_WhoIndex)(nil), - (*Balances_Who_WhoRaw)(nil), - (*Balances_Who_WhoAddress32)(nil), - (*Balances_Who_WhoAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[498].OneofWrappers = []interface{}{ - (*Scheduler_ScheduleNamedCall_CallSystem)(nil), - (*Scheduler_ScheduleNamedCall_CallTimestamp)(nil), - (*Scheduler_ScheduleNamedCall_CallBabe)(nil), - (*Scheduler_ScheduleNamedCall_CallGrandpa)(nil), - (*Scheduler_ScheduleNamedCall_CallBalances)(nil), - (*Scheduler_ScheduleNamedCall_CallVesting)(nil), - (*Scheduler_ScheduleNamedCall_CallBagsList)(nil), - (*Scheduler_ScheduleNamedCall_CallImOnline)(nil), - (*Scheduler_ScheduleNamedCall_CallStaking)(nil), - (*Scheduler_ScheduleNamedCall_CallSession)(nil), - (*Scheduler_ScheduleNamedCall_CallTreasury)(nil), - (*Scheduler_ScheduleNamedCall_CallUtility)(nil), - (*Scheduler_ScheduleNamedCall_CallConvictionVoting)(nil), - (*Scheduler_ScheduleNamedCall_CallReferenda)(nil), - (*Scheduler_ScheduleNamedCall_CallFellowshipCollective)(nil), - (*Scheduler_ScheduleNamedCall_CallFellowshipReferenda)(nil), - (*Scheduler_ScheduleNamedCall_CallWhitelist)(nil), - (*Scheduler_ScheduleNamedCall_CallScheduler)(nil), - (*Scheduler_ScheduleNamedCall_CallPreimage)(nil), - (*Scheduler_ScheduleNamedCall_CallIdentity)(nil), - (*Scheduler_ScheduleNamedCall_CallProxy)(nil), - (*Scheduler_ScheduleNamedCall_CallMultisig)(nil), - (*Scheduler_ScheduleNamedCall_CallElectionProviderMultiPhase)(nil), - (*Scheduler_ScheduleNamedCall_CallBounties)(nil), - (*Scheduler_ScheduleNamedCall_CallChildBounties)(nil), - (*Scheduler_ScheduleNamedCall_CallNominationPools)(nil), - (*Scheduler_ScheduleNamedCall_CallGear)(nil), - (*Scheduler_ScheduleNamedCall_CallStakingRewards)(nil), - (*Scheduler_ScheduleNamedCall_CallGearVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[505].OneofWrappers = []interface{}{ - (*FellowshipReferenda_Proposal_ProposalLegacy)(nil), - (*FellowshipReferenda_Proposal_ProposalInline)(nil), - (*FellowshipReferenda_Proposal_ProposalLookup)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[508].OneofWrappers = []interface{}{ - (*GearVoucher_AppendPrograms_AppendProgramsNone)(nil), - (*GearVoucher_AppendPrograms_AppendProgramsSome)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[511].OneofWrappers = []interface{}{ - (*Vesting_Source_SourceId)(nil), - (*Vesting_Source_SourceIndex)(nil), - (*Vesting_Source_SourceRaw)(nil), - (*Vesting_Source_SourceAddress32)(nil), - (*Vesting_Source_SourceAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[518].OneofWrappers = []interface{}{ - (*NominationPools_Bouncer_BouncerId)(nil), - (*NominationPools_Bouncer_BouncerIndex)(nil), - (*NominationPools_Bouncer_BouncerRaw)(nil), - (*NominationPools_Bouncer_BouncerAddress32)(nil), - (*NominationPools_Bouncer_BouncerAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[519].OneofWrappers = []interface{}{ - (*NominationPools_MaxMembers_MaxMembersNoop)(nil), - (*NominationPools_MaxMembers_MaxMembersSet)(nil), - (*NominationPools_MaxMembers_MaxMembersRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[520].OneofWrappers = []interface{}{ - (*NominationPools_NewNominator_NewNominatorNoop)(nil), - (*NominationPools_NewNominator_NewNominatorSet)(nil), - (*NominationPools_NewNominator_NewNominatorRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[522].OneofWrappers = []interface{}{ - (*Scheduler_ScheduleNamedAfterCall_CallSystem)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallTimestamp)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallBabe)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallGrandpa)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallBalances)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallVesting)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallBagsList)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallImOnline)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallStaking)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallSession)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallTreasury)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallUtility)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallConvictionVoting)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallReferenda)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallFellowshipCollective)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallFellowshipReferenda)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallWhitelist)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallScheduler)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallPreimage)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallIdentity)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallProxy)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallMultisig)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallElectionProviderMultiPhase)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallBounties)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallChildBounties)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallNominationPools)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallGear)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallStakingRewards)(nil), - (*Scheduler_ScheduleNamedAfterCall_CallGearVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[533].OneofWrappers = []interface{}{ - (*NominationPools_SetConfigsCall_MinJoinBondNoop)(nil), - (*NominationPools_SetConfigsCall_MinJoinBondSet)(nil), - (*NominationPools_SetConfigsCall_MinJoinBondRemove)(nil), - (*NominationPools_SetConfigsCall_MinCreateBondNoop)(nil), - (*NominationPools_SetConfigsCall_MinCreateBondSet)(nil), - (*NominationPools_SetConfigsCall_MinCreateBondRemove)(nil), - (*NominationPools_SetConfigsCall_MaxPoolsNoop)(nil), - (*NominationPools_SetConfigsCall_MaxPoolsSet)(nil), - (*NominationPools_SetConfigsCall_MaxPoolsRemove)(nil), - (*NominationPools_SetConfigsCall_MaxMembersNoop)(nil), - (*NominationPools_SetConfigsCall_MaxMembersSet)(nil), - (*NominationPools_SetConfigsCall_MaxMembersRemove)(nil), - (*NominationPools_SetConfigsCall_MaxMembersPerPoolNoop)(nil), - (*NominationPools_SetConfigsCall_MaxMembersPerPoolSet)(nil), - (*NominationPools_SetConfigsCall_MaxMembersPerPoolRemove)(nil), - (*NominationPools_SetConfigsCall_GlobalMaxCommissionNoop)(nil), - (*NominationPools_SetConfigsCall_GlobalMaxCommissionSet)(nil), - (*NominationPools_SetConfigsCall_GlobalMaxCommissionRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[534].OneofWrappers = []interface{}{ - (*StakingRewards_To_ToId)(nil), - (*StakingRewards_To_ToIndex)(nil), - (*StakingRewards_To_ToRaw)(nil), - (*StakingRewards_To_ToAddress32)(nil), - (*StakingRewards_To_ToAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[535].OneofWrappers = []interface{}{ - (*TimestampPallet_CallSetCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[544].OneofWrappers = []interface{}{ - (*Grandpa_Equivocation_EquivocationPrevote)(nil), - (*Grandpa_Equivocation_EquivocationPrecommit)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[548].OneofWrappers = []interface{}{ - (*Babe_Logs_LogsPreRuntime)(nil), - (*Babe_Logs_LogsConsensus)(nil), - (*Babe_Logs_LogsSeal)(nil), - (*Babe_Logs_LogsOther)(nil), - (*Babe_Logs_LogsRuntimeEnvironmentUpdated)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[550].OneofWrappers = []interface{}{ - (*Identity_SetAccountIdCall_NewId)(nil), - (*Identity_SetAccountIdCall_NewIndex)(nil), - (*Identity_SetAccountIdCall_NewRaw)(nil), - (*Identity_SetAccountIdCall_NewAddress32)(nil), - (*Identity_SetAccountIdCall_NewAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[559].OneofWrappers = []interface{}{ - (*Proxy_ProxyCall_RealId)(nil), - (*Proxy_ProxyCall_RealIndex)(nil), - (*Proxy_ProxyCall_RealRaw)(nil), - (*Proxy_ProxyCall_RealAddress32)(nil), - (*Proxy_ProxyCall_RealAddress20)(nil), - (*Proxy_ProxyCall_ForceProxyTypeAny)(nil), - (*Proxy_ProxyCall_ForceProxyTypeNonTransfer)(nil), - (*Proxy_ProxyCall_ForceProxyTypeGovernance)(nil), - (*Proxy_ProxyCall_ForceProxyTypeStaking)(nil), - (*Proxy_ProxyCall_ForceProxyTypeIdentityJudgement)(nil), - (*Proxy_ProxyCall_ForceProxyTypeCancelProxy)(nil), - (*Proxy_ProxyCall_CallSystem)(nil), - (*Proxy_ProxyCall_CallTimestamp)(nil), - (*Proxy_ProxyCall_CallBabe)(nil), - (*Proxy_ProxyCall_CallGrandpa)(nil), - (*Proxy_ProxyCall_CallBalances)(nil), - (*Proxy_ProxyCall_CallVesting)(nil), - (*Proxy_ProxyCall_CallBagsList)(nil), - (*Proxy_ProxyCall_CallImOnline)(nil), - (*Proxy_ProxyCall_CallStaking)(nil), - (*Proxy_ProxyCall_CallSession)(nil), - (*Proxy_ProxyCall_CallTreasury)(nil), - (*Proxy_ProxyCall_CallUtility)(nil), - (*Proxy_ProxyCall_CallConvictionVoting)(nil), - (*Proxy_ProxyCall_CallReferenda)(nil), - (*Proxy_ProxyCall_CallFellowshipCollective)(nil), - (*Proxy_ProxyCall_CallFellowshipReferenda)(nil), - (*Proxy_ProxyCall_CallWhitelist)(nil), - (*Proxy_ProxyCall_CallScheduler)(nil), - (*Proxy_ProxyCall_CallPreimage)(nil), - (*Proxy_ProxyCall_CallIdentity)(nil), - (*Proxy_ProxyCall_CallProxy)(nil), - (*Proxy_ProxyCall_CallMultisig)(nil), - (*Proxy_ProxyCall_CallElectionProviderMultiPhase)(nil), - (*Proxy_ProxyCall_CallBounties)(nil), - (*Proxy_ProxyCall_CallChildBounties)(nil), - (*Proxy_ProxyCall_CallNominationPools)(nil), - (*Proxy_ProxyCall_CallGear)(nil), - (*Proxy_ProxyCall_CallStakingRewards)(nil), - (*Proxy_ProxyCall_CallGearVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[560].OneofWrappers = []interface{}{ - (*NominationPools_SetStateCall_StateOpen)(nil), - (*NominationPools_SetStateCall_StateBlocked)(nil), - (*NominationPools_SetStateCall_StateDestroying)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[561].OneofWrappers = []interface{}{} - file_sf_gear_metadata_type_v1_output_proto_msgTypes[566].OneofWrappers = []interface{}{ - (*ElectionProviderMultiPhasePallet_CallSubmitUnsignedCall)(nil), - (*ElectionProviderMultiPhasePallet_CallSetMinimumUntrustedScoreCall)(nil), - (*ElectionProviderMultiPhasePallet_CallSetEmergencyElectionResultCall)(nil), - (*ElectionProviderMultiPhasePallet_CallSubmitCall)(nil), - (*ElectionProviderMultiPhasePallet_CallGovernanceFallbackCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[567].OneofWrappers = []interface{}{ - (*NominationPools_MinCreateBond_MinCreateBondNoop)(nil), - (*NominationPools_MinCreateBond_MinCreateBondSet)(nil), - (*NominationPools_MinCreateBond_MinCreateBondRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[569].OneofWrappers = []interface{}{ - (*Identity_Target_TargetId)(nil), - (*Identity_Target_TargetIndex)(nil), - (*Identity_Target_TargetRaw)(nil), - (*Identity_Target_TargetAddress32)(nil), - (*Identity_Target_TargetAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[572].OneofWrappers = []interface{}{ - (*FellowshipReferendaPallet_CallSubmitCall)(nil), - (*FellowshipReferendaPallet_CallPlaceDecisionDepositCall)(nil), - (*FellowshipReferendaPallet_CallRefundDecisionDepositCall)(nil), - (*FellowshipReferendaPallet_CallCancelCall)(nil), - (*FellowshipReferendaPallet_CallKillCall)(nil), - (*FellowshipReferendaPallet_CallNudgeReferendumCall)(nil), - (*FellowshipReferendaPallet_CallOneFewerDecidingCall)(nil), - (*FellowshipReferendaPallet_CallRefundSubmissionDepositCall)(nil), - (*FellowshipReferendaPallet_CallSetMetadataCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[578].OneofWrappers = []interface{}{ - (*Identity_New_NewId)(nil), - (*Identity_New_NewIndex)(nil), - (*Identity_New_NewRaw)(nil), - (*Identity_New_NewAddress32)(nil), - (*Identity_New_NewAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[581].OneofWrappers = []interface{}{ - (*NominationPools_MinJoinBond_MinJoinBondNoop)(nil), - (*NominationPools_MinJoinBond_MinJoinBondSet)(nil), - (*NominationPools_MinJoinBond_MinJoinBondRemove)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[582].OneofWrappers = []interface{}{ - (*BagsListPallet_CallRebagCall)(nil), - (*BagsListPallet_CallPutInFrontOfCall)(nil), - (*BagsListPallet_CallPutInFrontOfOtherCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[589].OneofWrappers = []interface{}{ - (*Vesting_Target_TargetId)(nil), - (*Vesting_Target_TargetIndex)(nil), - (*Vesting_Target_TargetRaw)(nil), - (*Vesting_Target_TargetAddress32)(nil), - (*Vesting_Target_TargetAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[591].OneofWrappers = []interface{}{ - (*Proxy_Delegate_DelegateId)(nil), - (*Proxy_Delegate_DelegateIndex)(nil), - (*Proxy_Delegate_DelegateRaw)(nil), - (*Proxy_Delegate_DelegateAddress32)(nil), - (*Proxy_Delegate_DelegateAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[594].OneofWrappers = []interface{}{ - (*PreimagePallet_CallNotePreimageCall)(nil), - (*PreimagePallet_CallUnnotePreimageCall)(nil), - (*PreimagePallet_CallRequestPreimageCall)(nil), - (*PreimagePallet_CallUnrequestPreimageCall)(nil), - (*PreimagePallet_CallEnsureUpdatedCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[598].OneofWrappers = []interface{}{ - (*GrandpaPallet_CallReportEquivocationCall)(nil), - (*GrandpaPallet_CallReportEquivocationUnsignedCall)(nil), - (*GrandpaPallet_CallNoteStalledCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[600].OneofWrappers = []interface{}{ - (*NominationPools_Nominator_NominatorId)(nil), - (*NominationPools_Nominator_NominatorIndex)(nil), - (*NominationPools_Nominator_NominatorRaw)(nil), - (*NominationPools_Nominator_NominatorAddress32)(nil), - (*NominationPools_Nominator_NominatorAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[606].OneofWrappers = []interface{}{ - (*Proxy_RejectAnnouncementCall_DelegateId)(nil), - (*Proxy_RejectAnnouncementCall_DelegateIndex)(nil), - (*Proxy_RejectAnnouncementCall_DelegateRaw)(nil), - (*Proxy_RejectAnnouncementCall_DelegateAddress32)(nil), - (*Proxy_RejectAnnouncementCall_DelegateAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[612].OneofWrappers = []interface{}{ - (*NominationPools_WithdrawUnbondedCall_MemberAccountId)(nil), - (*NominationPools_WithdrawUnbondedCall_MemberAccountIndex)(nil), - (*NominationPools_WithdrawUnbondedCall_MemberAccountRaw)(nil), - (*NominationPools_WithdrawUnbondedCall_MemberAccountAddress32)(nil), - (*NominationPools_WithdrawUnbondedCall_MemberAccountAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[614].OneofWrappers = []interface{}{ - (*Vesting_VestOtherCall_TargetId)(nil), - (*Vesting_VestOtherCall_TargetIndex)(nil), - (*Vesting_VestOtherCall_TargetRaw)(nil), - (*Vesting_VestOtherCall_TargetAddress32)(nil), - (*Vesting_VestOtherCall_TargetAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[615].OneofWrappers = []interface{}{ - (*ConvictionVoting_UnlockCall_TargetId)(nil), - (*ConvictionVoting_UnlockCall_TargetIndex)(nil), - (*ConvictionVoting_UnlockCall_TargetRaw)(nil), - (*ConvictionVoting_UnlockCall_TargetAddress32)(nil), - (*ConvictionVoting_UnlockCall_TargetAddress20)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[618].OneofWrappers = []interface{}{ - (*Scheduler_ScheduleAfterCall_CallSystem)(nil), - (*Scheduler_ScheduleAfterCall_CallTimestamp)(nil), - (*Scheduler_ScheduleAfterCall_CallBabe)(nil), - (*Scheduler_ScheduleAfterCall_CallGrandpa)(nil), - (*Scheduler_ScheduleAfterCall_CallBalances)(nil), - (*Scheduler_ScheduleAfterCall_CallVesting)(nil), - (*Scheduler_ScheduleAfterCall_CallBagsList)(nil), - (*Scheduler_ScheduleAfterCall_CallImOnline)(nil), - (*Scheduler_ScheduleAfterCall_CallStaking)(nil), - (*Scheduler_ScheduleAfterCall_CallSession)(nil), - (*Scheduler_ScheduleAfterCall_CallTreasury)(nil), - (*Scheduler_ScheduleAfterCall_CallUtility)(nil), - (*Scheduler_ScheduleAfterCall_CallConvictionVoting)(nil), - (*Scheduler_ScheduleAfterCall_CallReferenda)(nil), - (*Scheduler_ScheduleAfterCall_CallFellowshipCollective)(nil), - (*Scheduler_ScheduleAfterCall_CallFellowshipReferenda)(nil), - (*Scheduler_ScheduleAfterCall_CallWhitelist)(nil), - (*Scheduler_ScheduleAfterCall_CallScheduler)(nil), - (*Scheduler_ScheduleAfterCall_CallPreimage)(nil), - (*Scheduler_ScheduleAfterCall_CallIdentity)(nil), - (*Scheduler_ScheduleAfterCall_CallProxy)(nil), - (*Scheduler_ScheduleAfterCall_CallMultisig)(nil), - (*Scheduler_ScheduleAfterCall_CallElectionProviderMultiPhase)(nil), - (*Scheduler_ScheduleAfterCall_CallBounties)(nil), - (*Scheduler_ScheduleAfterCall_CallChildBounties)(nil), - (*Scheduler_ScheduleAfterCall_CallNominationPools)(nil), - (*Scheduler_ScheduleAfterCall_CallGear)(nil), - (*Scheduler_ScheduleAfterCall_CallStakingRewards)(nil), - (*Scheduler_ScheduleAfterCall_CallGearVoucher)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[620].OneofWrappers = []interface{}{ - (*BountiesPallet_CallProposeBountyCall)(nil), - (*BountiesPallet_CallApproveBountyCall)(nil), - (*BountiesPallet_CallProposeCuratorCall)(nil), - (*BountiesPallet_CallUnassignCuratorCall)(nil), - (*BountiesPallet_CallAcceptCuratorCall)(nil), - (*BountiesPallet_CallAwardBountyCall)(nil), - (*BountiesPallet_CallClaimBountyCall)(nil), - (*BountiesPallet_CallCloseBountyCall)(nil), - (*BountiesPallet_CallExtendBountyExpiryCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[622].OneofWrappers = []interface{}{ - (*ImOnlinePallet_CallHeartbeatCall)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[632].OneofWrappers = []interface{}{ - (*NominationPools_SetClaimPermissionCall_PermissionPermissioned)(nil), - (*NominationPools_SetClaimPermissionCall_PermissionPermissionlessCompound)(nil), - (*NominationPools_SetClaimPermissionCall_PermissionPermissionlessWithdraw)(nil), - (*NominationPools_SetClaimPermissionCall_PermissionPermissionlessAll)(nil), - } - file_sf_gear_metadata_type_v1_output_proto_msgTypes[633].OneofWrappers = []interface{}{} - file_sf_gear_metadata_type_v1_output_proto_msgTypes[634].OneofWrappers = []interface{}{ - (*Proxy_Spawner_SpawnerId)(nil), - (*Proxy_Spawner_SpawnerIndex)(nil), - (*Proxy_Spawner_SpawnerRaw)(nil), - (*Proxy_Spawner_SpawnerAddress32)(nil), - (*Proxy_Spawner_SpawnerAddress20)(nil), - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_sf_gear_metadata_type_v1_output_proto_rawDesc, - NumEnums: 0, - NumMessages: 635, - NumExtensions: 0, - NumServices: 0, - }, - GoTypes: file_sf_gear_metadata_type_v1_output_proto_goTypes, - DependencyIndexes: file_sf_gear_metadata_type_v1_output_proto_depIdxs, - MessageInfos: file_sf_gear_metadata_type_v1_output_proto_msgTypes, - }.Build() - File_sf_gear_metadata_type_v1_output_proto = out.File - file_sf_gear_metadata_type_v1_output_proto_rawDesc = nil - file_sf_gear_metadata_type_v1_output_proto_goTypes = nil - file_sf_gear_metadata_type_v1_output_proto_depIdxs = nil -}