mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 12:21:01 +00:00
1 line
56 KiB
Plaintext
1 line
56 KiB
Plaintext
{"dependencies":[{"name":"tslib","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":3,"column":16,"index":93},"end":{"line":3,"column":32,"index":109}}],"key":"vm88vOsSPZItrLOmMEyUuGkd1y4=","exportNames":["*"],"imports":1}},{"name":"./hrmp.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":42,"index":153},"end":{"line":4,"column":62,"index":173}}],"key":"cAYjxd+bsR/JzN/0Hfcp1El0ouM=","exportNames":["*"],"imports":1}},{"name":"./runtime.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":21,"index":197},"end":{"line":5,"column":44,"index":220}}],"key":"1Bt1nJiKs8NxyJ2wvuA5w0tRpWE=","exportNames":["*"],"imports":1}},{"name":"./slots.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":43,"index":265},"end":{"line":6,"column":64,"index":286}}],"key":"0807vMPdaa3ttspdrExOkatLjI0=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n const tslib_1 = require(_dependencyMap[0], \"tslib\");\n const hrmp_js_1 = tslib_1.__importDefault(require(_dependencyMap[1], \"./hrmp.js\"));\n const runtime_js_1 = require(_dependencyMap[2], \"./runtime.js\");\n const slots_js_1 = tslib_1.__importDefault(require(_dependencyMap[3], \"./slots.js\"));\n const proposeTypes = {\n ParachainProposal: {\n proposer: 'AccountId',\n genesisHead: 'HeadData',\n validators: 'Vec<ValidatorId>',\n name: 'Bytes',\n balance: 'Balance'\n },\n RegisteredParachainInfo: {\n validators: 'Vec<ValidatorId>',\n proposer: 'AccountId'\n }\n };\n const cumulusTypes = {\n ServiceQuality: {\n _enum: ['Ordered', 'Fast']\n }\n };\n const disputeTypes = {\n DisputeLocation: {\n _enum: ['Local', 'Remote']\n },\n DisputeResult: {\n _enum: ['Valid', 'Invalid']\n },\n DisputeState: {\n validatorsFor: 'BitVec',\n validatorsAgainst: 'BitVec',\n start: 'BlockNumber',\n concludedAt: 'Option<BlockNumber>'\n },\n DisputeStatement: {\n _enum: {\n Valid: 'ValidDisputeStatementKind',\n Invalid: 'InvalidDisputeStatementKind'\n }\n },\n DisputeStatementSet: {\n candidateHash: 'CandidateHash',\n session: 'SessionIndex',\n statements: 'Vec<(DisputeStatement, ParaValidatorIndex, ValidatorSignature)>'\n },\n ExecutorParam: {\n _enum: {\n Phantom: 'Null',\n // index starts at 1... empty slot at 0\n MaxMemoryPages: 'u32',\n StackLogicalMax: 'u32',\n StackNativeMax: 'u32',\n PrecheckingMaxMemory: 'u64',\n PvfPrepTimeout: '(PvfPrepTimeoutKind, u64)',\n PvfExecTimeout: '(PvfExecTimeoutKind, u64)'\n }\n },\n ExecutorParamsHash: 'Hash',\n ExecutorParams: 'Vec<ExecutorParam>',\n ExplicitDisputeStatement: {\n valid: 'bool',\n candidateHash: 'CandidateHash',\n session: 'SessionIndex'\n },\n InvalidDisputeStatementKind: {\n _enum: ['Explicit']\n },\n MultiDisputeStatementSet: 'Vec<DisputeStatementSet>',\n PvfExecTimeoutKind: {\n _enum: ['Backing', 'Approval']\n },\n PvfPrepTimeoutKind: {\n _enum: ['Precheck', 'Lenient']\n },\n ValidDisputeStatementKind: {\n _enum: {\n Explicit: 'Null',\n BackingSeconded: 'Hash',\n BackingValid: 'Hash',\n ApprovalChecking: 'Null'\n }\n }\n };\n exports.default = {\n rpc: {},\n runtime: runtime_js_1.runtime,\n types: {\n ...cumulusTypes,\n ...disputeTypes,\n ...hrmp_js_1.default,\n ...proposeTypes,\n ...slots_js_1.default,\n AbridgedCandidateReceipt: {\n parachainIndex: 'ParaId',\n relayParent: 'Hash',\n headData: 'HeadData',\n collator: 'CollatorId',\n signature: 'CollatorSignature',\n povBlockHash: 'Hash',\n commitments: 'CandidateCommitments'\n },\n AbridgedHostConfiguration: {\n maxCodeSize: 'u32',\n maxHeadDataSize: 'u32',\n maxUpwardQueueCount: 'u32',\n maxUpwardQueueSize: 'u32',\n maxUpwardMessageSize: 'u32',\n maxUpwardMessageNumPerCandidate: 'u32',\n hrmpMaxMessageNumPerCandidate: 'u32',\n validationUpgradeFrequency: 'BlockNumber',\n validationUpgradeDelay: 'BlockNumber'\n },\n AbridgedHrmpChannel: {\n maxCapacity: 'u32',\n maxTotalSize: 'u32',\n maxMessageSize: 'u32',\n msgCount: 'u32',\n totalSize: 'u32',\n mqcHead: 'Option<Hash>'\n },\n ApprovalVotingParams: {\n maxApprovalCoalesceCount: 'u32'\n },\n AssignmentId: 'AccountId',\n AssignmentKind: {\n _enum: {\n Parachain: 'Null',\n Parathread: '(CollatorId, u32)'\n }\n },\n AsyncBackingParams: {\n maxCandidateDepth: 'u32',\n allowedAncestryLen: 'u32'\n },\n AttestedCandidate: {\n candidate: 'AbridgedCandidateReceipt',\n validityVotes: 'Vec<ValidityAttestation>',\n validatorIndices: 'BitVec'\n },\n AuthorityDiscoveryId: 'AccountId',\n AvailabilityBitfield: 'BitVec',\n AvailabilityBitfieldRecord: {\n bitfield: 'AvailabilityBitfield',\n submittedTt: 'BlockNumber'\n },\n BackedCandidate: {\n candidate: 'CommittedCandidateReceipt',\n validityVotes: 'Vec<ValidityAttestation>',\n validatorIndices: 'BitVec'\n },\n BackingState: {\n constraints: 'Constraints',\n pendingAvailability: 'Vec<CandidatePendingAvailability>'\n },\n BufferedSessionChange: {\n applyAt: 'BlockNumber',\n validators: 'Vec<ValidatorId>',\n queued: 'Vec<ValidatorId>',\n sessionIndex: 'SessionIndex'\n },\n CandidateCommitments: {\n upwardMessages: 'Vec<UpwardMessage>',\n horizontalMessages: 'Vec<OutboundHrmpMessage>',\n newValidationCode: 'Option<ValidationCode>',\n headData: 'HeadData',\n processedDownwardMessages: 'u32',\n hrmpWatermark: 'BlockNumber'\n },\n CandidateDescriptor: {\n paraId: 'ParaId',\n relayParent: 'RelayChainHash',\n collatorId: 'CollatorId',\n persistedValidationDataHash: 'Hash',\n povHash: 'Hash',\n erasureRoot: 'Hash',\n signature: 'CollatorSignature',\n paraHead: 'Hash',\n validationCodeHash: 'ValidationCodeHash'\n },\n CandidateEvent: {\n _enum: {\n CandidateBacked: '(CandidateReceipt, HeadData, CoreIndex, GroupIndex)',\n CandidateIncluded: '(CandidateReceipt, HeadData, CoreIndex, GroupIndex)',\n CandidateTimedOut: '(CandidateReceipt, HeadData, CoreIndex)'\n }\n },\n CandidateHash: 'Hash',\n CandidateInfo: {\n who: 'AccountId',\n deposit: 'Balance'\n },\n CandidatePendingAvailability: {\n core: 'CoreIndex',\n hash: 'CandidateHash',\n descriptor: 'CandidateDescriptor',\n availabilityVotes: 'BitVec',\n backers: 'BitVec',\n relayParentNumber: 'BlockNumber',\n backedInNumber: 'BlockNumber',\n backingGroup: 'GroupIndex'\n },\n CandidateReceipt: {\n descriptor: 'CandidateDescriptor',\n commitmentsHash: 'Hash'\n },\n GlobalValidationData: {\n maxCodeSize: 'u32',\n maxHeadDataSize: 'u32',\n blockNumber: 'BlockNumber'\n },\n CollatorId: 'H256',\n CollatorSignature: 'Signature',\n CommittedCandidateReceipt: {\n descriptor: 'CandidateDescriptor',\n commitments: 'CandidateCommitments'\n },\n Constraints: {\n minRelayParentNumber: 'BlockNumber',\n maxPovSize: 'u32',\n maxCodeSize: 'u32',\n umpRemaining: 'u32',\n umpRemainingBytes: 'u32',\n maxUmpNumPerCandidate: 'u32',\n dmpRemainingMessages: 'Vec<BlockNumber>',\n hrmpInbound: 'InboundHrmpLimitations',\n hrmpChannelsOut: 'HashMap<ParaId, OutboundHrmpChannelLimitations>',\n maxHrmpNumPerCandidate: 'u32',\n requiredParent: 'HeadData',\n validationCodeHash: 'ValidationCodeHash',\n upgradeRestriction: 'Option<UpgradeRestriction>',\n futureValidationCode: 'Option<(BlockNumber, ValidationCodeHash)>'\n },\n CoreAssignment: {\n core: 'CoreIndex',\n paraId: 'ParaId',\n kind: 'AssignmentKind',\n groupIdx: 'GroupIndex'\n },\n CoreIndex: 'u32',\n CoreOccupied: {\n _enum: {\n Parathread: 'ParathreadEntry',\n Parachain: 'Null'\n }\n },\n CoreState: {\n _enum: {\n Occupied: 'OccupiedCore',\n Scheduled: 'ScheduledCore',\n Free: 'Null'\n }\n },\n DisputeProof: {\n timeSlot: 'DisputesTimeSlot',\n kind: 'SlashingOffenceKind',\n validatorIndex: 'ValidatorIndex',\n validatorId: 'ValidatorId'\n },\n DisputesTimeSlot: {\n sessionIndex: 'SessionIndex',\n candidateHash: 'CandidateHash'\n },\n DoubleVoteReport: {\n identity: 'ValidatorId',\n first: '(Statement, ValidatorSignature)',\n second: '(Statement, ValidatorSignature)',\n proof: 'MembershipProof',\n signingContext: 'SigningContext'\n },\n DownwardMessage: 'Bytes',\n GroupIndex: 'u32',\n GroupRotationInfo: {\n sessionStartBlock: 'BlockNumber',\n groupRotationFrequency: 'BlockNumber',\n now: 'BlockNumber'\n },\n GlobalValidationSchedule: {\n maxCodeSize: 'u32',\n maxHeadDataSize: 'u32',\n blockNumber: 'BlockNumber'\n },\n HeadData: 'Bytes',\n HostConfiguration: {\n maxCodeSize: 'u32',\n maxHeadDataSize: 'u32',\n maxUpwardQueueCount: 'u32',\n maxUpwardQueueSize: 'u32',\n maxUpwardMessageSize: 'u32',\n maxUpwardMessageNumPerCandidate: 'u32',\n hrmpMaxMessageNumPerCandidate: 'u32',\n validationUpgradeFrequency: 'BlockNumber',\n validationUpgradeDelay: 'BlockNumber',\n maxPovSize: 'u32',\n maxDownwardMessageSize: 'u32',\n preferredDispatchableUpwardMessagesStepWeight: 'Weight',\n hrmpMaxParachainOutboundChannels: 'u32',\n hrmpMaxParathreadOutboundChannels: 'u32',\n hrmpOpenRequestTtl: 'u32',\n hrmpSenderDeposit: 'Balance',\n hrmpRecipientDeposit: 'Balance',\n hrmpChannelMaxCapacity: 'u32',\n hrmpChannelMaxTotalSize: 'u32',\n hrmpMaxParachainInboundChannels: 'u32',\n hrmpMaxParathreadInboundChannels: 'u32',\n hrmpChannelMaxMessageSize: 'u32',\n codeRetentionPeriod: 'BlockNumber',\n parathreadCores: 'u32',\n parathreadRetries: 'u32',\n groupRotationFrequency: 'BlockNumber',\n chainAvailabilityPeriod: 'BlockNumber',\n threadAvailabilityPeriod: 'BlockNumber',\n schedulingLookahead: 'u32',\n maxValidatorsPerCore: 'Option<u32>',\n maxValidators: 'Option<u32>',\n disputePeriod: 'SessionIndex',\n disputePostConclusionAcceptancePeriod: 'BlockNumber',\n disputeMaxSpamSlots: 'u32',\n disputeConclusionByTimeOutPeriod: 'BlockNumber',\n noShowSlots: 'u32',\n nDelayTranches: 'u32',\n zerothDelayTrancheWidth: 'u32',\n neededApprovals: 'u32',\n relayVrfModuloSamples: 'u32'\n },\n InboundDownwardMessage: {\n pubSentAt: 'BlockNumber',\n pubMsg: 'DownwardMessage'\n },\n InboundHrmpMessage: {\n sentAt: 'BlockNumber',\n data: 'Bytes'\n },\n InboundHrmpLimitations: {\n validWatermarks: 'Vec<BlockNumber>'\n },\n InboundHrmpMessages: 'Vec<InboundHrmpMessage>',\n LocalValidationData: {\n parentHead: 'HeadData',\n balance: 'Balance',\n codeUpgradeAllowed: 'Option<BlockNumber>'\n },\n MessageIngestionType: {\n downwardMessages: 'Vec<InboundDownwardMessage>',\n horizontalMessages: 'BTreeMap<ParaId, InboundHrmpMessages>'\n },\n MessageQueueChain: 'RelayChainHash',\n NodeFeatures: 'BitVec',\n OccupiedCore: {\n nextUpOnAvailable: 'Option<ScheduledCore>',\n occupiedSince: 'BlockNumber',\n timeOutAt: 'BlockNumber',\n nextUpOnTimeOut: 'Option<ScheduledCore>',\n availability: 'BitVec',\n groupResponsible: 'GroupIndex',\n candidateHash: 'CandidateHash',\n candidateDescriptor: 'CandidateDescriptor'\n },\n OccupiedCoreAssumption: {\n _enum: ['Included,', 'TimedOut', 'Free']\n },\n OutboundHrmpChannelLimitations: {\n bytesRemaining: 'u32',\n messagesRemaining: 'u32'\n },\n OutboundHrmpMessage: {\n recipient: 'u32',\n data: 'Bytes'\n },\n PendingSlashes: {\n _alias: {\n slashKeys: 'keys'\n },\n slashKeys: 'BTreeMap<ValidatorIndex, ValidatorId>',\n kind: 'SlashingOffenceKind'\n },\n ParachainDispatchOrigin: {\n _enum: ['Signed', 'Parachain', 'Root']\n },\n ParachainInherentData: {\n validationData: 'PersistedValidationData',\n relayChainState: 'StorageProof',\n downwardMessages: 'Vec<InboundDownwardMessage>',\n horizontalMessages: 'BTreeMap<ParaId, VecInboundHrmpMessage>'\n },\n ParachainsInherentData: {\n bitfields: 'SignedAvailabilityBitfields',\n backedCandidates: 'Vec<BackedCandidate>',\n disputes: 'MultiDisputeStatementSet',\n parentHeader: 'Header'\n },\n ParaGenesisArgs: {\n genesisHead: 'Bytes',\n validationCode: 'Bytes',\n parachain: 'bool'\n },\n ParaId: 'u32',\n ParaInfo: {\n manager: 'AccountId',\n deposit: 'Balance',\n locked: 'bool'\n },\n ParaLifecycle: {\n _enum: ['Onboarding', 'Parathread', 'Parachain', 'UpgradingToParachain', 'DowngradingToParathread', 'OutgoingParathread', 'OutgoingParachain']\n },\n ParaPastCodeMeta: {\n upgradeTimes: 'Vec<ReplacementTimes>',\n lastPruned: 'Option<BlockNumber>'\n },\n ParaScheduling: {\n _enum: ['Always', 'Dynamic']\n },\n ParathreadClaim: '(ParaId, CollatorId)',\n ParathreadClaimQueue: {\n queue: 'Vec<QueuedParathread>',\n nextCoreOffset: 'u32'\n },\n ParathreadEntry: {\n claim: 'ParathreadClaim',\n retries: 'u32'\n },\n ParaValidatorIndex: 'u32',\n PersistedValidationData: {\n parentHead: 'HeadData',\n relayParentNumber: 'RelayChainBlockNumber',\n relayParentStorageRoot: 'Hash',\n maxPovSize: 'u32'\n },\n PvfCheckStatement: {\n accept: 'bool',\n subject: 'ValidationCodeHash',\n sessionIndex: 'SessionIndex',\n validatorIndex: 'ParaValidatorIndex'\n },\n QueuedParathread: {\n claim: 'ParathreadEntry',\n coreOffset: 'u32'\n },\n RelayBlockNumber: 'u32',\n RelayChainBlockNumber: 'RelayBlockNumber',\n RelayHash: 'Hash',\n RelayChainHash: 'RelayHash',\n Remark: '[u8; 32]',\n ReplacementTimes: {\n expectedAt: 'BlockNumber',\n activatedAt: 'BlockNumber'\n },\n Retriable: {\n _enum: {\n Never: 'Null',\n WithRetries: 'u32'\n }\n },\n ScheduledCore: {\n paraId: 'ParaId',\n collator: 'Option<CollatorId>'\n },\n Scheduling: {\n _enum: ['Always', 'Dynamic']\n },\n ScrapedOnChainVotes: {\n session: 'SessionIndex',\n backingValidatorsPerCandidate: 'Vec<(CandidateReceipt, Vec<(ParaValidatorIndex, ValidityAttestation)>)>',\n disputes: 'MultiDisputeStatementSet'\n },\n SessionInfo: {\n activeValidatorIndices: 'Vec<ParaValidatorIndex>',\n randomSeed: '[u8; 32]',\n disputePeriod: 'SessionIndex',\n validators: 'Vec<ValidatorId>',\n discoveryKeys: 'Vec<AuthorityDiscoveryId>',\n assignmentKeys: 'Vec<AssignmentId>',\n validatorGroups: 'Vec<Vec<ValidatorIndex>>',\n nCores: 'u32',\n zerothDelayTrancheWidth: 'u32',\n relayVrfModuloSamples: 'u32',\n nDelayTranches: 'u32',\n noShowSlots: 'u32',\n neededApprovals: 'u32'\n },\n OldV1SessionInfo: {\n validators: 'Vec<ValidatorId>',\n discoveryKeys: 'Vec<AuthorityDiscoveryId>',\n assignmentKeys: 'Vec<AssignmentId>',\n validatorGroups: 'Vec<Vec<ParaValidatorIndex>>',\n nCores: 'u32',\n zerothDelayTrancheWidth: 'u32',\n relayVrfModuloSamples: 'u32',\n nDelayTranches: 'u32',\n noShowSlots: 'u32',\n neededApprovals: 'u32'\n },\n SessionInfoValidatorGroup: 'Vec<ParaValidatorIndex>',\n SignedAvailabilityBitfield: {\n payload: 'BitVec',\n validatorIndex: 'ParaValidatorIndex',\n signature: 'ValidatorSignature'\n },\n SignedAvailabilityBitfields: 'Vec<SignedAvailabilityBitfield>',\n SigningContext: {\n sessionIndex: 'SessionIndex',\n parentHash: 'Hash'\n },\n SlashingOffenceKind: {\n _enum: ['ForInvalid', 'AgainstValid']\n },\n Statement: {\n _enum: {\n Never: 'Null',\n // starts at 1\n Candidate: 'Hash',\n Valid: 'Hash',\n Invalid: 'Hash'\n }\n },\n TransientValidationData: {\n maxCodeSize: 'u32',\n maxHeadDataSize: 'u32',\n balance: 'Balance',\n codeUpgradeAllowed: 'Option<BlockNumber>',\n dmqLength: 'u32'\n },\n UpgradeGoAhead: {\n _enum: ['Abort', 'GoAhead']\n },\n UpgradeRestriction: {\n _enum: ['Present']\n },\n UpwardMessage: 'Bytes',\n ValidationFunctionParams: {\n maxCodeSize: 'u32',\n relayChainHeight: 'RelayChainBlockNumber',\n codeUpgradeAllowed: 'Option<RelayChainBlockNumber>'\n },\n ValidationCode: 'Bytes',\n ValidationCodeHash: 'Hash',\n ValidationData: {\n persisted: 'PersistedValidationData',\n transient: 'TransientValidationData'\n },\n ValidationDataType: {\n validationData: 'ValidationData',\n relayChainState: 'Vec<Bytes>'\n },\n ValidatorSignature: 'Signature',\n ValidityAttestation: {\n _enum: {\n Never: 'Null',\n // starts at 1\n Implicit: 'ValidatorSignature',\n Explicit: 'ValidatorSignature'\n }\n },\n MessagingStateSnapshot: {\n relayDispatchQueueSize: '(u32, u32)',\n egressChannels: 'Vec<MessagingStateSnapshotEgressEntry>'\n },\n MessagingStateSnapshotEgressEntry: '(ParaId, AbridgedHrmpChannel)',\n SystemInherentData: 'ParachainInherentData',\n VecInboundHrmpMessage: 'Vec<InboundHrmpMessage>'\n }\n };\n});","lineCount":569,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0],[7,8,3,6,"tslib_1"],[7,15,3,13],[7,18,3,16,"require"],[7,25,3,23],[7,26,3,23,"_dependencyMap"],[7,40,3,23],[7,52,3,31],[7,53,3,32],[8,2,4,0],[8,8,4,6,"hrmp_js_1"],[8,17,4,15],[8,20,4,18,"tslib_1"],[8,27,4,25],[8,28,4,26,"__importDefault"],[8,43,4,41],[8,44,4,42,"require"],[8,51,4,49],[8,52,4,49,"_dependencyMap"],[8,66,4,49],[8,82,4,61],[8,83,4,62],[8,84,4,63],[9,2,5,0],[9,8,5,6,"runtime_js_1"],[9,20,5,18],[9,23,5,21,"require"],[9,30,5,28],[9,31,5,28,"_dependencyMap"],[9,45,5,28],[9,64,5,43],[9,65,5,44],[10,2,6,0],[10,8,6,6,"slots_js_1"],[10,18,6,16],[10,21,6,19,"tslib_1"],[10,28,6,26],[10,29,6,27,"__importDefault"],[10,44,6,42],[10,45,6,43,"require"],[10,52,6,50],[10,53,6,50,"_dependencyMap"],[10,67,6,50],[10,84,6,63],[10,85,6,64],[10,86,6,65],[11,2,7,0],[11,8,7,6,"proposeTypes"],[11,20,7,18],[11,23,7,21],[12,4,8,4,"ParachainProposal"],[12,21,8,21],[12,23,8,23],[13,6,9,8,"proposer"],[13,14,9,16],[13,16,9,18],[13,27,9,29],[14,6,10,8,"genesisHead"],[14,17,10,19],[14,19,10,21],[14,29,10,31],[15,6,11,8,"validators"],[15,16,11,18],[15,18,11,20],[15,36,11,38],[16,6,12,8,"name"],[16,10,12,12],[16,12,12,14],[16,19,12,21],[17,6,13,8,"balance"],[17,13,13,15],[17,15,13,17],[18,4,14,4],[18,5,14,5],[19,4,15,4,"RegisteredParachainInfo"],[19,27,15,27],[19,29,15,29],[20,6,16,8,"validators"],[20,16,16,18],[20,18,16,20],[20,36,16,38],[21,6,17,8,"proposer"],[21,14,17,16],[21,16,17,18],[22,4,18,4],[23,2,19,0],[23,3,19,1],[24,2,20,0],[24,8,20,6,"cumulusTypes"],[24,20,20,18],[24,23,20,21],[25,4,21,4,"ServiceQuality"],[25,18,21,18],[25,20,21,20],[26,6,22,8,"_enum"],[26,11,22,13],[26,13,22,15],[26,14,22,16],[26,23,22,25],[26,25,22,27],[26,31,22,33],[27,4,23,4],[28,2,24,0],[28,3,24,1],[29,2,25,0],[29,8,25,6,"disputeTypes"],[29,20,25,18],[29,23,25,21],[30,4,26,4,"DisputeLocation"],[30,19,26,19],[30,21,26,21],[31,6,27,8,"_enum"],[31,11,27,13],[31,13,27,15],[31,14,27,16],[31,21,27,23],[31,23,27,25],[31,31,27,33],[32,4,28,4],[32,5,28,5],[33,4,29,4,"DisputeResult"],[33,17,29,17],[33,19,29,19],[34,6,30,8,"_enum"],[34,11,30,13],[34,13,30,15],[34,14,30,16],[34,21,30,23],[34,23,30,25],[34,32,30,34],[35,4,31,4],[35,5,31,5],[36,4,32,4,"DisputeState"],[36,16,32,16],[36,18,32,18],[37,6,33,8,"validatorsFor"],[37,19,33,21],[37,21,33,23],[37,29,33,31],[38,6,34,8,"validatorsAgainst"],[38,23,34,25],[38,25,34,27],[38,33,34,35],[39,6,35,8,"start"],[39,11,35,13],[39,13,35,15],[39,26,35,28],[40,6,36,8,"concludedAt"],[40,17,36,19],[40,19,36,21],[41,4,37,4],[41,5,37,5],[42,4,38,4,"DisputeStatement"],[42,20,38,20],[42,22,38,22],[43,6,39,8,"_enum"],[43,11,39,13],[43,13,39,15],[44,8,40,12,"Valid"],[44,13,40,17],[44,15,40,19],[44,42,40,46],[45,8,41,12,"Invalid"],[45,15,41,19],[45,17,41,21],[46,6,42,8],[47,4,43,4],[47,5,43,5],[48,4,44,4,"DisputeStatementSet"],[48,23,44,23],[48,25,44,25],[49,6,45,8,"candidateHash"],[49,19,45,21],[49,21,45,23],[49,36,45,38],[50,6,46,8,"session"],[50,13,46,15],[50,15,46,17],[50,29,46,31],[51,6,47,8,"statements"],[51,16,47,18],[51,18,47,20],[52,4,48,4],[52,5,48,5],[53,4,49,4,"ExecutorParam"],[53,17,49,17],[53,19,49,19],[54,6,50,8,"_enum"],[54,11,50,13],[54,13,50,15],[55,8,51,12,"Phantom"],[55,15,51,19],[55,17,51,21],[55,23,51,27],[56,8,51,29],[57,8,52,12,"MaxMemoryPages"],[57,22,52,26],[57,24,52,28],[57,29,52,33],[58,8,53,12,"StackLogicalMax"],[58,23,53,27],[58,25,53,29],[58,30,53,34],[59,8,54,12,"StackNativeMax"],[59,22,54,26],[59,24,54,28],[59,29,54,33],[60,8,55,12,"PrecheckingMaxMemory"],[60,28,55,32],[60,30,55,34],[60,35,55,39],[61,8,56,12,"PvfPrepTimeout"],[61,22,56,26],[61,24,56,28],[61,51,56,55],[62,8,57,12,"PvfExecTimeout"],[62,22,57,26],[62,24,57,28],[63,6,58,8],[64,4,59,4],[64,5,59,5],[65,4,60,4,"ExecutorParamsHash"],[65,22,60,22],[65,24,60,24],[65,30,60,30],[66,4,61,4,"ExecutorParams"],[66,18,61,18],[66,20,61,20],[66,40,61,40],[67,4,62,4,"ExplicitDisputeStatement"],[67,28,62,28],[67,30,62,30],[68,6,63,8,"valid"],[68,11,63,13],[68,13,63,15],[68,19,63,21],[69,6,64,8,"candidateHash"],[69,19,64,21],[69,21,64,23],[69,36,64,38],[70,6,65,8,"session"],[70,13,65,15],[70,15,65,17],[71,4,66,4],[71,5,66,5],[72,4,67,4,"InvalidDisputeStatementKind"],[72,31,67,31],[72,33,67,33],[73,6,68,8,"_enum"],[73,11,68,13],[73,13,68,15],[73,14,68,16],[73,24,68,26],[74,4,69,4],[74,5,69,5],[75,4,70,4,"MultiDisputeStatementSet"],[75,28,70,28],[75,30,70,30],[75,56,70,56],[76,4,71,4,"PvfExecTimeoutKind"],[76,22,71,22],[76,24,71,24],[77,6,72,8,"_enum"],[77,11,72,13],[77,13,72,15],[77,14,72,16],[77,23,72,25],[77,25,72,27],[77,35,72,37],[78,4,73,4],[78,5,73,5],[79,4,74,4,"PvfPrepTimeoutKind"],[79,22,74,22],[79,24,74,24],[80,6,75,8,"_enum"],[80,11,75,13],[80,13,75,15],[80,14,75,16],[80,24,75,26],[80,26,75,28],[80,35,75,37],[81,4,76,4],[81,5,76,5],[82,4,77,4,"ValidDisputeStatementKind"],[82,29,77,29],[82,31,77,31],[83,6,78,8,"_enum"],[83,11,78,13],[83,13,78,15],[84,8,79,12,"Explicit"],[84,16,79,20],[84,18,79,22],[84,24,79,28],[85,8,80,12,"BackingSeconded"],[85,23,80,27],[85,25,80,29],[85,31,80,35],[86,8,81,12,"BackingValid"],[86,20,81,24],[86,22,81,26],[86,28,81,32],[87,8,82,12,"ApprovalChecking"],[87,24,82,28],[87,26,82,30],[88,6,83,8],[89,4,84,4],[90,2,85,0],[90,3,85,1],[91,2,86,0,"exports"],[91,9,86,7],[91,10,86,8,"default"],[91,17,86,15],[91,20,86,18],[92,4,87,4,"rpc"],[92,7,87,7],[92,9,87,9],[92,10,87,10],[92,11,87,11],[93,4,88,4,"runtime"],[93,11,88,11],[93,13,88,13,"runtime_js_1"],[93,25,88,25],[93,26,88,26,"runtime"],[93,33,88,33],[94,4,89,4,"types"],[94,9,89,9],[94,11,89,11],[95,6,90,8],[95,9,90,11,"cumulusTypes"],[95,21,90,23],[96,6,91,8],[96,9,91,11,"disputeTypes"],[96,21,91,23],[97,6,92,8],[97,9,92,11,"hrmp_js_1"],[97,18,92,20],[97,19,92,21,"default"],[97,26,92,28],[98,6,93,8],[98,9,93,11,"proposeTypes"],[98,21,93,23],[99,6,94,8],[99,9,94,11,"slots_js_1"],[99,19,94,21],[99,20,94,22,"default"],[99,27,94,29],[100,6,95,8,"AbridgedCandidateReceipt"],[100,30,95,32],[100,32,95,34],[101,8,96,12,"parachainIndex"],[101,22,96,26],[101,24,96,28],[101,32,96,36],[102,8,97,12,"relayParent"],[102,19,97,23],[102,21,97,25],[102,27,97,31],[103,8,98,12,"headData"],[103,16,98,20],[103,18,98,22],[103,28,98,32],[104,8,99,12,"collator"],[104,16,99,20],[104,18,99,22],[104,30,99,34],[105,8,100,12,"signature"],[105,17,100,21],[105,19,100,23],[105,38,100,42],[106,8,101,12,"povBlockHash"],[106,20,101,24],[106,22,101,26],[106,28,101,32],[107,8,102,12,"commitments"],[107,19,102,23],[107,21,102,25],[108,6,103,8],[108,7,103,9],[109,6,104,8,"AbridgedHostConfiguration"],[109,31,104,33],[109,33,104,35],[110,8,105,12,"maxCodeSize"],[110,19,105,23],[110,21,105,25],[110,26,105,30],[111,8,106,12,"maxHeadDataSize"],[111,23,106,27],[111,25,106,29],[111,30,106,34],[112,8,107,12,"maxUpwardQueueCount"],[112,27,107,31],[112,29,107,33],[112,34,107,38],[113,8,108,12,"maxUpwardQueueSize"],[113,26,108,30],[113,28,108,32],[113,33,108,37],[114,8,109,12,"maxUpwardMessageSize"],[114,28,109,32],[114,30,109,34],[114,35,109,39],[115,8,110,12,"maxUpwardMessageNumPerCandidate"],[115,39,110,43],[115,41,110,45],[115,46,110,50],[116,8,111,12,"hrmpMaxMessageNumPerCandidate"],[116,37,111,41],[116,39,111,43],[116,44,111,48],[117,8,112,12,"validationUpgradeFrequency"],[117,34,112,38],[117,36,112,40],[117,49,112,53],[118,8,113,12,"validationUpgradeDelay"],[118,30,113,34],[118,32,113,36],[119,6,114,8],[119,7,114,9],[120,6,115,8,"AbridgedHrmpChannel"],[120,25,115,27],[120,27,115,29],[121,8,116,12,"maxCapacity"],[121,19,116,23],[121,21,116,25],[121,26,116,30],[122,8,117,12,"maxTotalSize"],[122,20,117,24],[122,22,117,26],[122,27,117,31],[123,8,118,12,"maxMessageSize"],[123,22,118,26],[123,24,118,28],[123,29,118,33],[124,8,119,12,"msgCount"],[124,16,119,20],[124,18,119,22],[124,23,119,27],[125,8,120,12,"totalSize"],[125,17,120,21],[125,19,120,23],[125,24,120,28],[126,8,121,12,"mqcHead"],[126,15,121,19],[126,17,121,21],[127,6,122,8],[127,7,122,9],[128,6,123,8,"ApprovalVotingParams"],[128,26,123,28],[128,28,123,30],[129,8,124,12,"maxApprovalCoalesceCount"],[129,32,124,36],[129,34,124,38],[130,6,125,8],[130,7,125,9],[131,6,126,8,"AssignmentId"],[131,18,126,20],[131,20,126,22],[131,31,126,33],[132,6,127,8,"AssignmentKind"],[132,20,127,22],[132,22,127,24],[133,8,128,12,"_enum"],[133,13,128,17],[133,15,128,19],[134,10,129,16,"Parachain"],[134,19,129,25],[134,21,129,27],[134,27,129,33],[135,10,130,16,"Parathread"],[135,20,130,26],[135,22,130,28],[136,8,131,12],[137,6,132,8],[137,7,132,9],[138,6,133,8,"AsyncBackingParams"],[138,24,133,26],[138,26,133,28],[139,8,134,12,"maxCandidateDepth"],[139,25,134,29],[139,27,134,31],[139,32,134,36],[140,8,135,12,"allowedAncestryLen"],[140,26,135,30],[140,28,135,32],[141,6,136,8],[141,7,136,9],[142,6,137,8,"AttestedCandidate"],[142,23,137,25],[142,25,137,27],[143,8,138,12,"candidate"],[143,17,138,21],[143,19,138,23],[143,45,138,49],[144,8,139,12,"validityVotes"],[144,21,139,25],[144,23,139,27],[144,49,139,53],[145,8,140,12,"validatorIndices"],[145,24,140,28],[145,26,140,30],[146,6,141,8],[146,7,141,9],[147,6,142,8,"AuthorityDiscoveryId"],[147,26,142,28],[147,28,142,30],[147,39,142,41],[148,6,143,8,"AvailabilityBitfield"],[148,26,143,28],[148,28,143,30],[148,36,143,38],[149,6,144,8,"AvailabilityBitfieldRecord"],[149,32,144,34],[149,34,144,36],[150,8,145,12,"bitfield"],[150,16,145,20],[150,18,145,22],[150,40,145,44],[151,8,146,12,"submittedTt"],[151,19,146,23],[151,21,146,25],[152,6,147,8],[152,7,147,9],[153,6,148,8,"BackedCandidate"],[153,21,148,23],[153,23,148,25],[154,8,149,12,"candidate"],[154,17,149,21],[154,19,149,23],[154,46,149,50],[155,8,150,12,"validityVotes"],[155,21,150,25],[155,23,150,27],[155,49,150,53],[156,8,151,12,"validatorIndices"],[156,24,151,28],[156,26,151,30],[157,6,152,8],[157,7,152,9],[158,6,153,8,"BackingState"],[158,18,153,20],[158,20,153,22],[159,8,154,12,"constraints"],[159,19,154,23],[159,21,154,25],[159,34,154,38],[160,8,155,12,"pendingAvailability"],[160,27,155,31],[160,29,155,33],[161,6,156,8],[161,7,156,9],[162,6,157,8,"BufferedSessionChange"],[162,27,157,29],[162,29,157,31],[163,8,158,12,"applyAt"],[163,15,158,19],[163,17,158,21],[163,30,158,34],[164,8,159,12,"validators"],[164,18,159,22],[164,20,159,24],[164,38,159,42],[165,8,160,12,"queued"],[165,14,160,18],[165,16,160,20],[165,34,160,38],[166,8,161,12,"sessionIndex"],[166,20,161,24],[166,22,161,26],[167,6,162,8],[167,7,162,9],[168,6,163,8,"CandidateCommitments"],[168,26,163,28],[168,28,163,30],[169,8,164,12,"upwardMessages"],[169,22,164,26],[169,24,164,28],[169,44,164,48],[170,8,165,12,"horizontalMessages"],[170,26,165,30],[170,28,165,32],[170,54,165,58],[171,8,166,12,"newValidationCode"],[171,25,166,29],[171,27,166,31],[171,51,166,55],[172,8,167,12,"headData"],[172,16,167,20],[172,18,167,22],[172,28,167,32],[173,8,168,12,"processedDownwardMessages"],[173,33,168,37],[173,35,168,39],[173,40,168,44],[174,8,169,12,"hrmpWatermark"],[174,21,169,25],[174,23,169,27],[175,6,170,8],[175,7,170,9],[176,6,171,8,"CandidateDescriptor"],[176,25,171,27],[176,27,171,29],[177,8,172,12,"paraId"],[177,14,172,18],[177,16,172,20],[177,24,172,28],[178,8,173,12,"relayParent"],[178,19,173,23],[178,21,173,25],[178,37,173,41],[179,8,174,12,"collatorId"],[179,18,174,22],[179,20,174,24],[179,32,174,36],[180,8,175,12,"persistedValidationDataHash"],[180,35,175,39],[180,37,175,41],[180,43,175,47],[181,8,176,12,"povHash"],[181,15,176,19],[181,17,176,21],[181,23,176,27],[182,8,177,12,"erasureRoot"],[182,19,177,23],[182,21,177,25],[182,27,177,31],[183,8,178,12,"signature"],[183,17,178,21],[183,19,178,23],[183,38,178,42],[184,8,179,12,"paraHead"],[184,16,179,20],[184,18,179,22],[184,24,179,28],[185,8,180,12,"validationCodeHash"],[185,26,180,30],[185,28,180,32],[186,6,181,8],[186,7,181,9],[187,6,182,8,"CandidateEvent"],[187,20,182,22],[187,22,182,24],[188,8,183,12,"_enum"],[188,13,183,17],[188,15,183,19],[189,10,184,16,"CandidateBacked"],[189,25,184,31],[189,27,184,33],[189,80,184,86],[190,10,185,16,"CandidateIncluded"],[190,27,185,33],[190,29,185,35],[190,82,185,88],[191,10,186,16,"CandidateTimedOut"],[191,27,186,33],[191,29,186,35],[192,8,187,12],[193,6,188,8],[193,7,188,9],[194,6,189,8,"CandidateHash"],[194,19,189,21],[194,21,189,23],[194,27,189,29],[195,6,190,8,"CandidateInfo"],[195,19,190,21],[195,21,190,23],[196,8,191,12,"who"],[196,11,191,15],[196,13,191,17],[196,24,191,28],[197,8,192,12,"deposit"],[197,15,192,19],[197,17,192,21],[198,6,193,8],[198,7,193,9],[199,6,194,8,"CandidatePendingAvailability"],[199,34,194,36],[199,36,194,38],[200,8,195,12,"core"],[200,12,195,16],[200,14,195,18],[200,25,195,29],[201,8,196,12,"hash"],[201,12,196,16],[201,14,196,18],[201,29,196,33],[202,8,197,12,"descriptor"],[202,18,197,22],[202,20,197,24],[202,41,197,45],[203,8,198,12,"availabilityVotes"],[203,25,198,29],[203,27,198,31],[203,35,198,39],[204,8,199,12,"backers"],[204,15,199,19],[204,17,199,21],[204,25,199,29],[205,8,200,12,"relayParentNumber"],[205,25,200,29],[205,27,200,31],[205,40,200,44],[206,8,201,12,"backedInNumber"],[206,22,201,26],[206,24,201,28],[206,37,201,41],[207,8,202,12,"backingGroup"],[207,20,202,24],[207,22,202,26],[208,6,203,8],[208,7,203,9],[209,6,204,8,"CandidateReceipt"],[209,22,204,24],[209,24,204,26],[210,8,205,12,"descriptor"],[210,18,205,22],[210,20,205,24],[210,41,205,45],[211,8,206,12,"commitmentsHash"],[211,23,206,27],[211,25,206,29],[212,6,207,8],[212,7,207,9],[213,6,208,8,"GlobalValidationData"],[213,26,208,28],[213,28,208,30],[214,8,209,12,"maxCodeSize"],[214,19,209,23],[214,21,209,25],[214,26,209,30],[215,8,210,12,"maxHeadDataSize"],[215,23,210,27],[215,25,210,29],[215,30,210,34],[216,8,211,12,"blockNumber"],[216,19,211,23],[216,21,211,25],[217,6,212,8],[217,7,212,9],[218,6,213,8,"CollatorId"],[218,16,213,18],[218,18,213,20],[218,24,213,26],[219,6,214,8,"CollatorSignature"],[219,23,214,25],[219,25,214,27],[219,36,214,38],[220,6,215,8,"CommittedCandidateReceipt"],[220,31,215,33],[220,33,215,35],[221,8,216,12,"descriptor"],[221,18,216,22],[221,20,216,24],[221,41,216,45],[222,8,217,12,"commitments"],[222,19,217,23],[222,21,217,25],[223,6,218,8],[223,7,218,9],[224,6,219,8,"Constraints"],[224,17,219,19],[224,19,219,21],[225,8,220,12,"minRelayParentNumber"],[225,28,220,32],[225,30,220,34],[225,43,220,47],[226,8,221,12,"maxPovSize"],[226,18,221,22],[226,20,221,24],[226,25,221,29],[227,8,222,12,"maxCodeSize"],[227,19,222,23],[227,21,222,25],[227,26,222,30],[228,8,223,12,"umpRemaining"],[228,20,223,24],[228,22,223,26],[228,27,223,31],[229,8,224,12,"umpRemainingBytes"],[229,25,224,29],[229,27,224,31],[229,32,224,36],[230,8,225,12,"maxUmpNumPerCandidate"],[230,29,225,33],[230,31,225,35],[230,36,225,40],[231,8,226,12,"dmpRemainingMessages"],[231,28,226,32],[231,30,226,34],[231,48,226,52],[232,8,227,12,"hrmpInbound"],[232,19,227,23],[232,21,227,25],[232,45,227,49],[233,8,228,12,"hrmpChannelsOut"],[233,23,228,27],[233,25,228,29],[233,74,228,78],[234,8,229,12,"maxHrmpNumPerCandidate"],[234,30,229,34],[234,32,229,36],[234,37,229,41],[235,8,230,12,"requiredParent"],[235,22,230,26],[235,24,230,28],[235,34,230,38],[236,8,231,12,"validationCodeHash"],[236,26,231,30],[236,28,231,32],[236,48,231,52],[237,8,232,12,"upgradeRestriction"],[237,26,232,30],[237,28,232,32],[237,56,232,60],[238,8,233,12,"futureValidationCode"],[238,28,233,32],[238,30,233,34],[239,6,234,8],[239,7,234,9],[240,6,235,8,"CoreAssignment"],[240,20,235,22],[240,22,235,24],[241,8,236,12,"core"],[241,12,236,16],[241,14,236,18],[241,25,236,29],[242,8,237,12,"paraId"],[242,14,237,18],[242,16,237,20],[242,24,237,28],[243,8,238,12,"kind"],[243,12,238,16],[243,14,238,18],[243,30,238,34],[244,8,239,12,"groupIdx"],[244,16,239,20],[244,18,239,22],[245,6,240,8],[245,7,240,9],[246,6,241,8,"CoreIndex"],[246,15,241,17],[246,17,241,19],[246,22,241,24],[247,6,242,8,"CoreOccupied"],[247,18,242,20],[247,20,242,22],[248,8,243,12,"_enum"],[248,13,243,17],[248,15,243,19],[249,10,244,16,"Parathread"],[249,20,244,26],[249,22,244,28],[249,39,244,45],[250,10,245,16,"Parachain"],[250,19,245,25],[250,21,245,27],[251,8,246,12],[252,6,247,8],[252,7,247,9],[253,6,248,8,"CoreState"],[253,15,248,17],[253,17,248,19],[254,8,249,12,"_enum"],[254,13,249,17],[254,15,249,19],[255,10,250,16,"Occupied"],[255,18,250,24],[255,20,250,26],[255,34,250,40],[256,10,251,16,"Scheduled"],[256,19,251,25],[256,21,251,27],[256,36,251,42],[257,10,252,16,"Free"],[257,14,252,20],[257,16,252,22],[258,8,253,12],[259,6,254,8],[259,7,254,9],[260,6,255,8,"DisputeProof"],[260,18,255,20],[260,20,255,22],[261,8,256,12,"timeSlot"],[261,16,256,20],[261,18,256,22],[261,36,256,40],[262,8,257,12,"kind"],[262,12,257,16],[262,14,257,18],[262,35,257,39],[263,8,258,12,"validatorIndex"],[263,22,258,26],[263,24,258,28],[263,40,258,44],[264,8,259,12,"validatorId"],[264,19,259,23],[264,21,259,25],[265,6,260,8],[265,7,260,9],[266,6,261,8,"DisputesTimeSlot"],[266,22,261,24],[266,24,261,26],[267,8,262,12,"sessionIndex"],[267,20,262,24],[267,22,262,26],[267,36,262,40],[268,8,263,12,"candidateHash"],[268,21,263,25],[268,23,263,27],[269,6,264,8],[269,7,264,9],[270,6,265,8,"DoubleVoteReport"],[270,22,265,24],[270,24,265,26],[271,8,266,12,"identity"],[271,16,266,20],[271,18,266,22],[271,31,266,35],[272,8,267,12,"first"],[272,13,267,17],[272,15,267,19],[272,48,267,52],[273,8,268,12,"second"],[273,14,268,18],[273,16,268,20],[273,49,268,53],[274,8,269,12,"proof"],[274,13,269,17],[274,15,269,19],[274,32,269,36],[275,8,270,12,"signingContext"],[275,22,270,26],[275,24,270,28],[276,6,271,8],[276,7,271,9],[277,6,272,8,"DownwardMessage"],[277,21,272,23],[277,23,272,25],[277,30,272,32],[278,6,273,8,"GroupIndex"],[278,16,273,18],[278,18,273,20],[278,23,273,25],[279,6,274,8,"GroupRotationInfo"],[279,23,274,25],[279,25,274,27],[280,8,275,12,"sessionStartBlock"],[280,25,275,29],[280,27,275,31],[280,40,275,44],[281,8,276,12,"groupRotationFrequency"],[281,30,276,34],[281,32,276,36],[281,45,276,49],[282,8,277,12,"now"],[282,11,277,15],[282,13,277,17],[283,6,278,8],[283,7,278,9],[284,6,279,8,"GlobalValidationSchedule"],[284,30,279,32],[284,32,279,34],[285,8,280,12,"maxCodeSize"],[285,19,280,23],[285,21,280,25],[285,26,280,30],[286,8,281,12,"maxHeadDataSize"],[286,23,281,27],[286,25,281,29],[286,30,281,34],[287,8,282,12,"blockNumber"],[287,19,282,23],[287,21,282,25],[288,6,283,8],[288,7,283,9],[289,6,284,8,"HeadData"],[289,14,284,16],[289,16,284,18],[289,23,284,25],[290,6,285,8,"HostConfiguration"],[290,23,285,25],[290,25,285,27],[291,8,286,12,"maxCodeSize"],[291,19,286,23],[291,21,286,25],[291,26,286,30],[292,8,287,12,"maxHeadDataSize"],[292,23,287,27],[292,25,287,29],[292,30,287,34],[293,8,288,12,"maxUpwardQueueCount"],[293,27,288,31],[293,29,288,33],[293,34,288,38],[294,8,289,12,"maxUpwardQueueSize"],[294,26,289,30],[294,28,289,32],[294,33,289,37],[295,8,290,12,"maxUpwardMessageSize"],[295,28,290,32],[295,30,290,34],[295,35,290,39],[296,8,291,12,"maxUpwardMessageNumPerCandidate"],[296,39,291,43],[296,41,291,45],[296,46,291,50],[297,8,292,12,"hrmpMaxMessageNumPerCandidate"],[297,37,292,41],[297,39,292,43],[297,44,292,48],[298,8,293,12,"validationUpgradeFrequency"],[298,34,293,38],[298,36,293,40],[298,49,293,53],[299,8,294,12,"validationUpgradeDelay"],[299,30,294,34],[299,32,294,36],[299,45,294,49],[300,8,295,12,"maxPovSize"],[300,18,295,22],[300,20,295,24],[300,25,295,29],[301,8,296,12,"maxDownwardMessageSize"],[301,30,296,34],[301,32,296,36],[301,37,296,41],[302,8,297,12,"preferredDispatchableUpwardMessagesStepWeight"],[302,53,297,57],[302,55,297,59],[302,63,297,67],[303,8,298,12,"hrmpMaxParachainOutboundChannels"],[303,40,298,44],[303,42,298,46],[303,47,298,51],[304,8,299,12,"hrmpMaxParathreadOutboundChannels"],[304,41,299,45],[304,43,299,47],[304,48,299,52],[305,8,300,12,"hrmpOpenRequestTtl"],[305,26,300,30],[305,28,300,32],[305,33,300,37],[306,8,301,12,"hrmpSenderDeposit"],[306,25,301,29],[306,27,301,31],[306,36,301,40],[307,8,302,12,"hrmpRecipientDeposit"],[307,28,302,32],[307,30,302,34],[307,39,302,43],[308,8,303,12,"hrmpChannelMaxCapacity"],[308,30,303,34],[308,32,303,36],[308,37,303,41],[309,8,304,12,"hrmpChannelMaxTotalSize"],[309,31,304,35],[309,33,304,37],[309,38,304,42],[310,8,305,12,"hrmpMaxParachainInboundChannels"],[310,39,305,43],[310,41,305,45],[310,46,305,50],[311,8,306,12,"hrmpMaxParathreadInboundChannels"],[311,40,306,44],[311,42,306,46],[311,47,306,51],[312,8,307,12,"hrmpChannelMaxMessageSize"],[312,33,307,37],[312,35,307,39],[312,40,307,44],[313,8,308,12,"codeRetentionPeriod"],[313,27,308,31],[313,29,308,33],[313,42,308,46],[314,8,309,12,"parathreadCores"],[314,23,309,27],[314,25,309,29],[314,30,309,34],[315,8,310,12,"parathreadRetries"],[315,25,310,29],[315,27,310,31],[315,32,310,36],[316,8,311,12,"groupRotationFrequency"],[316,30,311,34],[316,32,311,36],[316,45,311,49],[317,8,312,12,"chainAvailabilityPeriod"],[317,31,312,35],[317,33,312,37],[317,46,312,50],[318,8,313,12,"threadAvailabilityPeriod"],[318,32,313,36],[318,34,313,38],[318,47,313,51],[319,8,314,12,"schedulingLookahead"],[319,27,314,31],[319,29,314,33],[319,34,314,38],[320,8,315,12,"maxValidatorsPerCore"],[320,28,315,32],[320,30,315,34],[320,43,315,47],[321,8,316,12,"maxValidators"],[321,21,316,25],[321,23,316,27],[321,36,316,40],[322,8,317,12,"disputePeriod"],[322,21,317,25],[322,23,317,27],[322,37,317,41],[323,8,318,12,"disputePostConclusionAcceptancePeriod"],[323,45,318,49],[323,47,318,51],[323,60,318,64],[324,8,319,12,"disputeMaxSpamSlots"],[324,27,319,31],[324,29,319,33],[324,34,319,38],[325,8,320,12,"disputeConclusionByTimeOutPeriod"],[325,40,320,44],[325,42,320,46],[325,55,320,59],[326,8,321,12,"noShowSlots"],[326,19,321,23],[326,21,321,25],[326,26,321,30],[327,8,322,12,"nDelayTranches"],[327,22,322,26],[327,24,322,28],[327,29,322,33],[328,8,323,12,"zerothDelayTrancheWidth"],[328,31,323,35],[328,33,323,37],[328,38,323,42],[329,8,324,12,"neededApprovals"],[329,23,324,27],[329,25,324,29],[329,30,324,34],[330,8,325,12,"relayVrfModuloSamples"],[330,29,325,33],[330,31,325,35],[331,6,326,8],[331,7,326,9],[332,6,327,8,"InboundDownwardMessage"],[332,28,327,30],[332,30,327,32],[333,8,328,12,"pubSentAt"],[333,17,328,21],[333,19,328,23],[333,32,328,36],[334,8,329,12,"pubMsg"],[334,14,329,18],[334,16,329,20],[335,6,330,8],[335,7,330,9],[336,6,331,8,"InboundHrmpMessage"],[336,24,331,26],[336,26,331,28],[337,8,332,12,"sentAt"],[337,14,332,18],[337,16,332,20],[337,29,332,33],[338,8,333,12,"data"],[338,12,333,16],[338,14,333,18],[339,6,334,8],[339,7,334,9],[340,6,335,8,"InboundHrmpLimitations"],[340,28,335,30],[340,30,335,32],[341,8,336,12,"validWatermarks"],[341,23,336,27],[341,25,336,29],[342,6,337,8],[342,7,337,9],[343,6,338,8,"InboundHrmpMessages"],[343,25,338,27],[343,27,338,29],[343,52,338,54],[344,6,339,8,"LocalValidationData"],[344,25,339,27],[344,27,339,29],[345,8,340,12,"parentHead"],[345,18,340,22],[345,20,340,24],[345,30,340,34],[346,8,341,12,"balance"],[346,15,341,19],[346,17,341,21],[346,26,341,30],[347,8,342,12,"codeUpgradeAllowed"],[347,26,342,30],[347,28,342,32],[348,6,343,8],[348,7,343,9],[349,6,344,8,"MessageIngestionType"],[349,26,344,28],[349,28,344,30],[350,8,345,12,"downwardMessages"],[350,24,345,28],[350,26,345,30],[350,55,345,59],[351,8,346,12,"horizontalMessages"],[351,26,346,30],[351,28,346,32],[352,6,347,8],[352,7,347,9],[353,6,348,8,"MessageQueueChain"],[353,23,348,25],[353,25,348,27],[353,41,348,43],[354,6,349,8,"NodeFeatures"],[354,18,349,20],[354,20,349,22],[354,28,349,30],[355,6,350,8,"OccupiedCore"],[355,18,350,20],[355,20,350,22],[356,8,351,12,"nextUpOnAvailable"],[356,25,351,29],[356,27,351,31],[356,50,351,54],[357,8,352,12,"occupiedSince"],[357,21,352,25],[357,23,352,27],[357,36,352,40],[358,8,353,12,"timeOutAt"],[358,17,353,21],[358,19,353,23],[358,32,353,36],[359,8,354,12,"nextUpOnTimeOut"],[359,23,354,27],[359,25,354,29],[359,48,354,52],[360,8,355,12,"availability"],[360,20,355,24],[360,22,355,26],[360,30,355,34],[361,8,356,12,"groupResponsible"],[361,24,356,28],[361,26,356,30],[361,38,356,42],[362,8,357,12,"candidateHash"],[362,21,357,25],[362,23,357,27],[362,38,357,42],[363,8,358,12,"candidateDescriptor"],[363,27,358,31],[363,29,358,33],[364,6,359,8],[364,7,359,9],[365,6,360,8,"OccupiedCoreAssumption"],[365,28,360,30],[365,30,360,32],[366,8,361,12,"_enum"],[366,13,361,17],[366,15,361,19],[366,16,361,20],[366,27,361,31],[366,29,361,33],[366,39,361,43],[366,41,361,45],[366,47,361,51],[367,6,362,8],[367,7,362,9],[368,6,363,8,"OutboundHrmpChannelLimitations"],[368,36,363,38],[368,38,363,40],[369,8,364,12,"bytesRemaining"],[369,22,364,26],[369,24,364,28],[369,29,364,33],[370,8,365,12,"messagesRemaining"],[370,25,365,29],[370,27,365,31],[371,6,366,8],[371,7,366,9],[372,6,367,8,"OutboundHrmpMessage"],[372,25,367,27],[372,27,367,29],[373,8,368,12,"recipient"],[373,17,368,21],[373,19,368,23],[373,24,368,28],[374,8,369,12,"data"],[374,12,369,16],[374,14,369,18],[375,6,370,8],[375,7,370,9],[376,6,371,8,"PendingSlashes"],[376,20,371,22],[376,22,371,24],[377,8,372,12,"_alias"],[377,14,372,18],[377,16,372,20],[378,10,373,16,"slashKeys"],[378,19,373,25],[378,21,373,27],[379,8,374,12],[379,9,374,13],[380,8,375,12,"slashKeys"],[380,17,375,21],[380,19,375,23],[380,58,375,62],[381,8,376,12,"kind"],[381,12,376,16],[381,14,376,18],[382,6,377,8],[382,7,377,9],[383,6,378,8,"ParachainDispatchOrigin"],[383,29,378,31],[383,31,378,33],[384,8,379,12,"_enum"],[384,13,379,17],[384,15,379,19],[384,16,379,20],[384,24,379,28],[384,26,379,30],[384,37,379,41],[384,39,379,43],[384,45,379,49],[385,6,380,8],[385,7,380,9],[386,6,381,8,"ParachainInherentData"],[386,27,381,29],[386,29,381,31],[387,8,382,12,"validationData"],[387,22,382,26],[387,24,382,28],[387,49,382,53],[388,8,383,12,"relayChainState"],[388,23,383,27],[388,25,383,29],[388,39,383,43],[389,8,384,12,"downwardMessages"],[389,24,384,28],[389,26,384,30],[389,55,384,59],[390,8,385,12,"horizontalMessages"],[390,26,385,30],[390,28,385,32],[391,6,386,8],[391,7,386,9],[392,6,387,8,"ParachainsInherentData"],[392,28,387,30],[392,30,387,32],[393,8,388,12,"bitfields"],[393,17,388,21],[393,19,388,23],[393,48,388,52],[394,8,389,12,"backedCandidates"],[394,24,389,28],[394,26,389,30],[394,48,389,52],[395,8,390,12,"disputes"],[395,16,390,20],[395,18,390,22],[395,44,390,48],[396,8,391,12,"parentHeader"],[396,20,391,24],[396,22,391,26],[397,6,392,8],[397,7,392,9],[398,6,393,8,"ParaGenesisArgs"],[398,21,393,23],[398,23,393,25],[399,8,394,12,"genesisHead"],[399,19,394,23],[399,21,394,25],[399,28,394,32],[400,8,395,12,"validationCode"],[400,22,395,26],[400,24,395,28],[400,31,395,35],[401,8,396,12,"parachain"],[401,17,396,21],[401,19,396,23],[402,6,397,8],[402,7,397,9],[403,6,398,8,"ParaId"],[403,12,398,14],[403,14,398,16],[403,19,398,21],[404,6,399,8,"ParaInfo"],[404,14,399,16],[404,16,399,18],[405,8,400,12,"manager"],[405,15,400,19],[405,17,400,21],[405,28,400,32],[406,8,401,12,"deposit"],[406,15,401,19],[406,17,401,21],[406,26,401,30],[407,8,402,12,"locked"],[407,14,402,18],[407,16,402,20],[408,6,403,8],[408,7,403,9],[409,6,404,8,"ParaLifecycle"],[409,19,404,21],[409,21,404,23],[410,8,405,12,"_enum"],[410,13,405,17],[410,15,405,19],[410,16,405,20],[410,28,405,32],[410,30,405,34],[410,42,405,46],[410,44,405,48],[410,55,405,59],[410,57,405,61],[410,79,405,83],[410,81,405,85],[410,106,405,110],[410,108,405,112],[410,128,405,132],[410,130,405,134],[410,149,405,153],[411,6,406,8],[411,7,406,9],[412,6,407,8,"ParaPastCodeMeta"],[412,22,407,24],[412,24,407,26],[413,8,408,12,"upgradeTimes"],[413,20,408,24],[413,22,408,26],[413,45,408,49],[414,8,409,12,"lastPruned"],[414,18,409,22],[414,20,409,24],[415,6,410,8],[415,7,410,9],[416,6,411,8,"ParaScheduling"],[416,20,411,22],[416,22,411,24],[417,8,412,12,"_enum"],[417,13,412,17],[417,15,412,19],[417,16,412,20],[417,24,412,28],[417,26,412,30],[417,35,412,39],[418,6,413,8],[418,7,413,9],[419,6,414,8,"ParathreadClaim"],[419,21,414,23],[419,23,414,25],[419,45,414,47],[420,6,415,8,"ParathreadClaimQueue"],[420,26,415,28],[420,28,415,30],[421,8,416,12,"queue"],[421,13,416,17],[421,15,416,19],[421,38,416,42],[422,8,417,12,"nextCoreOffset"],[422,22,417,26],[422,24,417,28],[423,6,418,8],[423,7,418,9],[424,6,419,8,"ParathreadEntry"],[424,21,419,23],[424,23,419,25],[425,8,420,12,"claim"],[425,13,420,17],[425,15,420,19],[425,32,420,36],[426,8,421,12,"retries"],[426,15,421,19],[426,17,421,21],[427,6,422,8],[427,7,422,9],[428,6,423,8,"ParaValidatorIndex"],[428,24,423,26],[428,26,423,28],[428,31,423,33],[429,6,424,8,"PersistedValidationData"],[429,29,424,31],[429,31,424,33],[430,8,425,12,"parentHead"],[430,18,425,22],[430,20,425,24],[430,30,425,34],[431,8,426,12,"relayParentNumber"],[431,25,426,29],[431,27,426,31],[431,50,426,54],[432,8,427,12,"relayParentStorageRoot"],[432,30,427,34],[432,32,427,36],[432,38,427,42],[433,8,428,12,"maxPovSize"],[433,18,428,22],[433,20,428,24],[434,6,429,8],[434,7,429,9],[435,6,430,8,"PvfCheckStatement"],[435,23,430,25],[435,25,430,27],[436,8,431,12,"accept"],[436,14,431,18],[436,16,431,20],[436,22,431,26],[437,8,432,12,"subject"],[437,15,432,19],[437,17,432,21],[437,37,432,41],[438,8,433,12,"sessionIndex"],[438,20,433,24],[438,22,433,26],[438,36,433,40],[439,8,434,12,"validatorIndex"],[439,22,434,26],[439,24,434,28],[440,6,435,8],[440,7,435,9],[441,6,436,8,"QueuedParathread"],[441,22,436,24],[441,24,436,26],[442,8,437,12,"claim"],[442,13,437,17],[442,15,437,19],[442,32,437,36],[443,8,438,12,"coreOffset"],[443,18,438,22],[443,20,438,24],[444,6,439,8],[444,7,439,9],[445,6,440,8,"RelayBlockNumber"],[445,22,440,24],[445,24,440,26],[445,29,440,31],[446,6,441,8,"RelayChainBlockNumber"],[446,27,441,29],[446,29,441,31],[446,47,441,49],[447,6,442,8,"RelayHash"],[447,15,442,17],[447,17,442,19],[447,23,442,25],[448,6,443,8,"RelayChainHash"],[448,20,443,22],[448,22,443,24],[448,33,443,35],[449,6,444,8,"Remark"],[449,12,444,14],[449,14,444,16],[449,24,444,26],[450,6,445,8,"ReplacementTimes"],[450,22,445,24],[450,24,445,26],[451,8,446,12,"expectedAt"],[451,18,446,22],[451,20,446,24],[451,33,446,37],[452,8,447,12,"activatedAt"],[452,19,447,23],[452,21,447,25],[453,6,448,8],[453,7,448,9],[454,6,449,8,"Retriable"],[454,15,449,17],[454,17,449,19],[455,8,450,12,"_enum"],[455,13,450,17],[455,15,450,19],[456,10,451,16,"Never"],[456,15,451,21],[456,17,451,23],[456,23,451,29],[457,10,452,16,"WithRetries"],[457,21,452,27],[457,23,452,29],[458,8,453,12],[459,6,454,8],[459,7,454,9],[460,6,455,8,"ScheduledCore"],[460,19,455,21],[460,21,455,23],[461,8,456,12,"paraId"],[461,14,456,18],[461,16,456,20],[461,24,456,28],[462,8,457,12,"collator"],[462,16,457,20],[462,18,457,22],[463,6,458,8],[463,7,458,9],[464,6,459,8,"Scheduling"],[464,16,459,18],[464,18,459,20],[465,8,460,12,"_enum"],[465,13,460,17],[465,15,460,19],[465,16,460,20],[465,24,460,28],[465,26,460,30],[465,35,460,39],[466,6,461,8],[466,7,461,9],[467,6,462,8,"ScrapedOnChainVotes"],[467,25,462,27],[467,27,462,29],[468,8,463,12,"session"],[468,15,463,19],[468,17,463,21],[468,31,463,35],[469,8,464,12,"backingValidatorsPerCandidate"],[469,37,464,41],[469,39,464,43],[469,112,464,116],[470,8,465,12,"disputes"],[470,16,465,20],[470,18,465,22],[471,6,466,8],[471,7,466,9],[472,6,467,8,"SessionInfo"],[472,17,467,19],[472,19,467,21],[473,8,468,12,"activeValidatorIndices"],[473,30,468,34],[473,32,468,36],[473,57,468,61],[474,8,469,12,"randomSeed"],[474,18,469,22],[474,20,469,24],[474,30,469,34],[475,8,470,12,"disputePeriod"],[475,21,470,25],[475,23,470,27],[475,37,470,41],[476,8,471,12,"validators"],[476,18,471,22],[476,20,471,24],[476,38,471,42],[477,8,472,12,"discoveryKeys"],[477,21,472,25],[477,23,472,27],[477,50,472,54],[478,8,473,12,"assignmentKeys"],[478,22,473,26],[478,24,473,28],[478,43,473,47],[479,8,474,12,"validatorGroups"],[479,23,474,27],[479,25,474,29],[479,51,474,55],[480,8,475,12,"nCores"],[480,14,475,18],[480,16,475,20],[480,21,475,25],[481,8,476,12,"zerothDelayTrancheWidth"],[481,31,476,35],[481,33,476,37],[481,38,476,42],[482,8,477,12,"relayVrfModuloSamples"],[482,29,477,33],[482,31,477,35],[482,36,477,40],[483,8,478,12,"nDelayTranches"],[483,22,478,26],[483,24,478,28],[483,29,478,33],[484,8,479,12,"noShowSlots"],[484,19,479,23],[484,21,479,25],[484,26,479,30],[485,8,480,12,"neededApprovals"],[485,23,480,27],[485,25,480,29],[486,6,481,8],[486,7,481,9],[487,6,482,8,"OldV1SessionInfo"],[487,22,482,24],[487,24,482,26],[488,8,483,12,"validators"],[488,18,483,22],[488,20,483,24],[488,38,483,42],[489,8,484,12,"discoveryKeys"],[489,21,484,25],[489,23,484,27],[489,50,484,54],[490,8,485,12,"assignmentKeys"],[490,22,485,26],[490,24,485,28],[490,43,485,47],[491,8,486,12,"validatorGroups"],[491,23,486,27],[491,25,486,29],[491,55,486,59],[492,8,487,12,"nCores"],[492,14,487,18],[492,16,487,20],[492,21,487,25],[493,8,488,12,"zerothDelayTrancheWidth"],[493,31,488,35],[493,33,488,37],[493,38,488,42],[494,8,489,12,"relayVrfModuloSamples"],[494,29,489,33],[494,31,489,35],[494,36,489,40],[495,8,490,12,"nDelayTranches"],[495,22,490,26],[495,24,490,28],[495,29,490,33],[496,8,491,12,"noShowSlots"],[496,19,491,23],[496,21,491,25],[496,26,491,30],[497,8,492,12,"neededApprovals"],[497,23,492,27],[497,25,492,29],[498,6,493,8],[498,7,493,9],[499,6,494,8,"SessionInfoValidatorGroup"],[499,31,494,33],[499,33,494,35],[499,58,494,60],[500,6,495,8,"SignedAvailabilityBitfield"],[500,32,495,34],[500,34,495,36],[501,8,496,12,"payload"],[501,15,496,19],[501,17,496,21],[501,25,496,29],[502,8,497,12,"validatorIndex"],[502,22,497,26],[502,24,497,28],[502,44,497,48],[503,8,498,12,"signature"],[503,17,498,21],[503,19,498,23],[504,6,499,8],[504,7,499,9],[505,6,500,8,"SignedAvailabilityBitfields"],[505,33,500,35],[505,35,500,37],[505,68,500,70],[506,6,501,8,"SigningContext"],[506,20,501,22],[506,22,501,24],[507,8,502,12,"sessionIndex"],[507,20,502,24],[507,22,502,26],[507,36,502,40],[508,8,503,12,"parentHash"],[508,18,503,22],[508,20,503,24],[509,6,504,8],[509,7,504,9],[510,6,505,8,"SlashingOffenceKind"],[510,25,505,27],[510,27,505,29],[511,8,506,12,"_enum"],[511,13,506,17],[511,15,506,19],[511,16,506,20],[511,28,506,32],[511,30,506,34],[511,44,506,48],[512,6,507,8],[512,7,507,9],[513,6,508,8,"Statement"],[513,15,508,17],[513,17,508,19],[514,8,509,12,"_enum"],[514,13,509,17],[514,15,509,19],[515,10,510,16,"Never"],[515,15,510,21],[515,17,510,23],[515,23,510,29],[516,10,510,31],[517,10,511,16,"Candidate"],[517,19,511,25],[517,21,511,27],[517,27,511,33],[518,10,512,16,"Valid"],[518,15,512,21],[518,17,512,23],[518,23,512,29],[519,10,513,16,"Invalid"],[519,17,513,23],[519,19,513,25],[520,8,514,12],[521,6,515,8],[521,7,515,9],[522,6,516,8,"TransientValidationData"],[522,29,516,31],[522,31,516,33],[523,8,517,12,"maxCodeSize"],[523,19,517,23],[523,21,517,25],[523,26,517,30],[524,8,518,12,"maxHeadDataSize"],[524,23,518,27],[524,25,518,29],[524,30,518,34],[525,8,519,12,"balance"],[525,15,519,19],[525,17,519,21],[525,26,519,30],[526,8,520,12,"codeUpgradeAllowed"],[526,26,520,30],[526,28,520,32],[526,49,520,53],[527,8,521,12,"dmqLength"],[527,17,521,21],[527,19,521,23],[528,6,522,8],[528,7,522,9],[529,6,523,8,"UpgradeGoAhead"],[529,20,523,22],[529,22,523,24],[530,8,524,12,"_enum"],[530,13,524,17],[530,15,524,19],[530,16,524,20],[530,23,524,27],[530,25,524,29],[530,34,524,38],[531,6,525,8],[531,7,525,9],[532,6,526,8,"UpgradeRestriction"],[532,24,526,26],[532,26,526,28],[533,8,527,12,"_enum"],[533,13,527,17],[533,15,527,19],[533,16,527,20],[533,25,527,29],[534,6,528,8],[534,7,528,9],[535,6,529,8,"UpwardMessage"],[535,19,529,21],[535,21,529,23],[535,28,529,30],[536,6,530,8,"ValidationFunctionParams"],[536,30,530,32],[536,32,530,34],[537,8,531,12,"maxCodeSize"],[537,19,531,23],[537,21,531,25],[537,26,531,30],[538,8,532,12,"relayChainHeight"],[538,24,532,28],[538,26,532,30],[538,49,532,53],[539,8,533,12,"codeUpgradeAllowed"],[539,26,533,30],[539,28,533,32],[540,6,534,8],[540,7,534,9],[541,6,535,8,"ValidationCode"],[541,20,535,22],[541,22,535,24],[541,29,535,31],[542,6,536,8,"ValidationCodeHash"],[542,24,536,26],[542,26,536,28],[542,32,536,34],[543,6,537,8,"ValidationData"],[543,20,537,22],[543,22,537,24],[544,8,538,12,"persisted"],[544,17,538,21],[544,19,538,23],[544,44,538,48],[545,8,539,12,"transient"],[545,17,539,21],[545,19,539,23],[546,6,540,8],[546,7,540,9],[547,6,541,8,"ValidationDataType"],[547,24,541,26],[547,26,541,28],[548,8,542,12,"validationData"],[548,22,542,26],[548,24,542,28],[548,40,542,44],[549,8,543,12,"relayChainState"],[549,23,543,27],[549,25,543,29],[550,6,544,8],[550,7,544,9],[551,6,545,8,"ValidatorSignature"],[551,24,545,26],[551,26,545,28],[551,37,545,39],[552,6,546,8,"ValidityAttestation"],[552,25,546,27],[552,27,546,29],[553,8,547,12,"_enum"],[553,13,547,17],[553,15,547,19],[554,10,548,16,"Never"],[554,15,548,21],[554,17,548,23],[554,23,548,29],[555,10,548,31],[556,10,549,16,"Implicit"],[556,18,549,24],[556,20,549,26],[556,40,549,46],[557,10,550,16,"Explicit"],[557,18,550,24],[557,20,550,26],[558,8,551,12],[559,6,552,8],[559,7,552,9],[560,6,553,8,"MessagingStateSnapshot"],[560,28,553,30],[560,30,553,32],[561,8,554,12,"relayDispatchQueueSize"],[561,30,554,34],[561,32,554,36],[561,44,554,48],[562,8,555,12,"egressChannels"],[562,22,555,26],[562,24,555,28],[563,6,556,8],[563,7,556,9],[564,6,557,8,"MessagingStateSnapshotEgressEntry"],[564,39,557,41],[564,41,557,43],[564,72,557,74],[565,6,558,8,"SystemInherentData"],[565,24,558,26],[565,26,558,28],[565,49,558,51],[566,6,559,8,"VecInboundHrmpMessage"],[566,27,559,29],[566,29,559,31],[567,4,560,4],[568,2,561,0],[568,3,561,1],[569,0,561,2],[569,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]} |