mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 01:51:03 +00:00
1 line
29 KiB
Plaintext
1 line
29 KiB
Plaintext
{"dependencies":[],"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 exports.runtime = void 0;\n var PH_V1_TO_V2 = {\n assumed_validation_data: {\n description: 'Returns the persisted validation data for the given `ParaId` along with the corresponding validation code hash.',\n params: [{\n name: 'paraId',\n type: 'ParaId'\n }, {\n name: 'hash',\n type: 'Hash'\n }],\n type: 'Option<(PersistedValidationData, ValidationCodeHash)>'\n },\n availability_cores: {\n description: 'Yields information on all availability cores as relevant to the child block.',\n params: [],\n type: 'Vec<CoreState>'\n },\n candidate_events: {\n description: 'Get a vector of events concerning candidates that occurred within a block.',\n params: [],\n type: 'Vec<CandidateEvent>'\n },\n candidate_pending_availability: {\n description: 'Get the receipt of a candidate pending availability.',\n params: [{\n name: 'paraId',\n type: 'ParaId'\n }],\n type: 'Option<CommittedCandidateReceipt>'\n },\n check_validation_outputs: {\n description: 'Checks if the given validation outputs pass the acceptance criteria.',\n params: [{\n name: 'paraId',\n type: 'ParaId'\n }, {\n name: 'outputs',\n type: 'CandidateCommitments'\n }],\n type: 'bool'\n },\n dmq_contents: {\n description: 'Get all the pending inbound messages in the downward message queue for a para.',\n params: [{\n name: 'paraId',\n type: 'ParaId'\n }],\n type: 'Vec<InboundDownwardMessage>'\n },\n inbound_hrmp_channels_contents: {\n description: 'Get the contents of all channels addressed to the given recipient.',\n params: [{\n name: 'paraId',\n type: 'ParaId'\n }],\n type: 'Vec<InboundHrmpMessage>'\n },\n on_chain_votes: {\n description: 'Scrape dispute relevant from on-chain, backing votes and resolved disputes.',\n params: [],\n type: 'Option<ScrapedOnChainVotes>'\n },\n persisted_validation_data: {\n description: 'Yields the persisted validation data for the given `ParaId` along with an assumption that should be used if the para currently occupies a core.',\n params: [{\n name: 'paraId',\n type: 'ParaId'\n }, {\n name: 'assumption',\n type: 'OccupiedCoreAssumption'\n }],\n type: 'Option<PersistedValidationData>'\n },\n session_index_for_child: {\n description: 'Returns the session index expected at a child of the block.',\n params: [],\n type: 'SessionIndex'\n },\n validation_code: {\n description: 'Fetch the validation code used by a para, making the given `OccupiedCoreAssumption`.',\n params: [{\n name: 'paraId',\n type: 'ParaId'\n }, {\n name: 'assumption',\n type: 'OccupiedCoreAssumption'\n }],\n type: 'Option<ValidationCode>'\n },\n validation_code_by_hash: {\n description: 'Get the validation code from its hash.',\n params: [{\n name: 'hash',\n type: 'ValidationCodeHash'\n }],\n type: 'Option<ValidationCode>'\n },\n validator_groups: {\n description: 'Returns the validator groups and rotation info localized based on the hypothetical child of a block whose state this is invoked on',\n params: [],\n type: '(Vec<Vec<ParaValidatorIndex>>, GroupRotationInfo)'\n },\n validators: {\n description: 'Get the current validators.',\n params: [],\n type: 'Vec<ValidatorId>'\n }\n };\n var PH_V2_TO_V3 = {\n pvfs_require_precheck: {\n description: 'Returns code hashes of PVFs that require pre-checking by validators in the active set.',\n params: [],\n type: 'Vec<ValidationCodeHash>'\n },\n session_info: {\n description: 'Get the session info for the given session, if stored.',\n params: [{\n name: 'index',\n type: 'SessionIndex'\n }],\n type: 'Option<SessionInfo>'\n },\n submit_pvf_check_statement: {\n description: 'Submits a PVF pre-checking statement into the transaction pool.',\n params: [{\n name: 'stmt',\n type: 'PvfCheckStatement'\n }, {\n name: 'signature',\n type: 'ValidatorSignature'\n }],\n type: 'Null'\n },\n validation_code_hash: {\n description: 'Fetch the hash of the validation code used by a para, making the given `OccupiedCoreAssumption`.',\n params: [{\n name: 'paraId',\n type: 'ParaId'\n }, {\n name: 'assumption',\n type: 'OccupiedCoreAssumption'\n }],\n type: 'Option<ValidationCodeHash>'\n }\n };\n var PH_V3 = {\n disputes: {\n description: 'Returns all onchain disputes.',\n params: [],\n type: 'Vec<(SessionIndex, CandidateHash, DisputeState)>'\n }\n };\n var PH_V4 = {\n session_executor_params: {\n description: 'Returns execution parameters for the session.',\n params: [{\n name: 'sessionIndex',\n type: 'SessionIndex'\n }],\n type: 'Option<ExecutorParams>'\n }\n };\n var PH_V5 = {\n key_ownership_proof: {\n description: 'Returns a merkle proof of a validator session key',\n params: [{\n name: 'validatorId',\n type: 'ValidatorId'\n }],\n type: 'Option<OpaqueKeyOwnershipProof>'\n },\n submit_report_dispute_lost: {\n description: 'Submit an unsigned extrinsic to slash validators who lost a dispute about a candidate of a past session',\n params: [{\n name: 'disputeProof',\n type: 'DisputeProof'\n }, {\n name: 'keyOwnershipProof',\n type: 'OpaqueKeyOwnershipProof'\n }],\n type: 'Option<Null>'\n },\n unapplied_slashes: {\n description: 'Returns a list of validators that lost a past session dispute and need to be slashed',\n params: [],\n type: 'Vec<(SessionIndex, CandidateHash, PendingSlashes)>'\n }\n };\n var PH_V6 = {\n minimum_backing_votes: {\n description: 'Get the minimum number of backing votes for a parachain candidate. This is a staging method! Do not use on production runtimes!',\n params: [],\n type: 'u32'\n }\n };\n var PH_V7 = {\n async_backing_params: {\n description: 'Returns candidate\\'s acceptance limitations for asynchronous backing for a relay parent',\n params: [],\n type: 'AsyncBackingParams'\n },\n para_backing_state: {\n description: 'Returns the state of parachain backing for a given para',\n params: [{\n name: 'paraId',\n type: 'ParaId'\n }],\n type: 'Option<BackingState>'\n }\n };\n var PH_V8 = {\n disabled_validators: {\n description: 'Returns a list of all disabled validators at the given block',\n params: [],\n type: 'ValidatorIndex'\n }\n };\n var PH_V9 = {\n node_features: {\n description: 'Get node features. This is a staging method! Do not use on production runtimes!',\n params: [],\n type: 'NodeFeatures'\n }\n };\n var PH_V10 = {\n approval_voting_params: {\n description: 'Approval voting configuration parameters',\n params: [],\n type: 'ApprovalVotingParams'\n }\n };\n var PH_V11 = {\n claim_queue: {\n description: 'Claim queue',\n params: [],\n type: 'BTreeMap<CoreIndex, Vec<u32>>'\n }\n };\n exports.runtime = {\n ParachainHost: [{\n methods: {\n ...PH_V1_TO_V2,\n ...PH_V2_TO_V3,\n ...PH_V3,\n ...PH_V4,\n ...PH_V5,\n ...PH_V6,\n ...PH_V7,\n ...PH_V8,\n ...PH_V9,\n ...PH_V10,\n ...PH_V11\n },\n version: 11\n }, {\n methods: {\n ...PH_V1_TO_V2,\n ...PH_V2_TO_V3,\n ...PH_V3,\n ...PH_V4,\n ...PH_V5,\n ...PH_V6,\n ...PH_V7,\n ...PH_V8,\n ...PH_V9,\n ...PH_V10\n },\n version: 10\n }, {\n methods: {\n ...PH_V1_TO_V2,\n ...PH_V2_TO_V3,\n ...PH_V3,\n ...PH_V4,\n ...PH_V5,\n ...PH_V6,\n ...PH_V7,\n ...PH_V8,\n ...PH_V9\n },\n version: 9\n }, {\n methods: {\n ...PH_V1_TO_V2,\n ...PH_V2_TO_V3,\n ...PH_V3,\n ...PH_V4,\n ...PH_V5,\n ...PH_V6,\n ...PH_V7,\n ...PH_V8\n },\n version: 8\n }, {\n methods: {\n ...PH_V1_TO_V2,\n ...PH_V2_TO_V3,\n ...PH_V3,\n ...PH_V4,\n ...PH_V5,\n ...PH_V6,\n ...PH_V7\n },\n version: 7\n }, {\n methods: {\n ...PH_V1_TO_V2,\n ...PH_V2_TO_V3,\n ...PH_V3,\n ...PH_V4,\n ...PH_V5,\n ...PH_V6\n },\n version: 6\n }, {\n methods: {\n ...PH_V1_TO_V2,\n ...PH_V2_TO_V3,\n ...PH_V3,\n ...PH_V4,\n ...PH_V5\n },\n version: 5\n }, {\n methods: {\n ...PH_V1_TO_V2,\n ...PH_V2_TO_V3,\n ...PH_V3,\n ...PH_V4\n },\n version: 4\n }, {\n methods: {\n ...PH_V1_TO_V2,\n ...PH_V2_TO_V3,\n ...PH_V3\n },\n version: 3\n }, {\n methods: {\n ...PH_V1_TO_V2,\n ...PH_V2_TO_V3\n },\n version: 2\n }, {\n methods: {\n session_info: {\n description: 'Get the session info for the given session, if stored.',\n params: [{\n name: 'index',\n type: 'SessionIndex'\n }],\n type: 'Option<OldV1SessionInfo>'\n },\n ...PH_V1_TO_V2\n },\n version: 1\n }]\n };\n});","lineCount":367,"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,"exports"],[7,9,3,7],[7,10,3,8,"runtime"],[7,17,3,15],[7,20,3,18],[7,25,3,23],[7,26,3,24],[8,2,4,0],[8,6,4,6,"PH_V1_TO_V2"],[8,17,4,17],[8,20,4,20],[9,4,5,4,"assumed_validation_data"],[9,27,5,27],[9,29,5,29],[10,6,6,8,"description"],[10,17,6,19],[10,19,6,21],[10,132,6,134],[11,6,7,8,"params"],[11,12,7,14],[11,14,7,16],[11,15,8,12],[12,8,9,16,"name"],[12,12,9,20],[12,14,9,22],[12,22,9,30],[13,8,10,16,"type"],[13,12,10,20],[13,14,10,22],[14,6,11,12],[14,7,11,13],[14,9,12,12],[15,8,13,16,"name"],[15,12,13,20],[15,14,13,22],[15,20,13,28],[16,8,14,16,"type"],[16,12,14,20],[16,14,14,22],[17,6,15,12],[17,7,15,13],[17,8,16,9],[18,6,17,8,"type"],[18,10,17,12],[18,12,17,14],[19,4,18,4],[19,5,18,5],[20,4,19,4,"availability_cores"],[20,22,19,22],[20,24,19,24],[21,6,20,8,"description"],[21,17,20,19],[21,19,20,21],[21,97,20,99],[22,6,21,8,"params"],[22,12,21,14],[22,14,21,16],[22,16,21,18],[23,6,22,8,"type"],[23,10,22,12],[23,12,22,14],[24,4,23,4],[24,5,23,5],[25,4,24,4,"candidate_events"],[25,20,24,20],[25,22,24,22],[26,6,25,8,"description"],[26,17,25,19],[26,19,25,21],[26,95,25,97],[27,6,26,8,"params"],[27,12,26,14],[27,14,26,16],[27,16,26,18],[28,6,27,8,"type"],[28,10,27,12],[28,12,27,14],[29,4,28,4],[29,5,28,5],[30,4,29,4,"candidate_pending_availability"],[30,34,29,34],[30,36,29,36],[31,6,30,8,"description"],[31,17,30,19],[31,19,30,21],[31,73,30,75],[32,6,31,8,"params"],[32,12,31,14],[32,14,31,16],[32,15,32,12],[33,8,33,16,"name"],[33,12,33,20],[33,14,33,22],[33,22,33,30],[34,8,34,16,"type"],[34,12,34,20],[34,14,34,22],[35,6,35,12],[35,7,35,13],[35,8,36,9],[36,6,37,8,"type"],[36,10,37,12],[36,12,37,14],[37,4,38,4],[37,5,38,5],[38,4,39,4,"check_validation_outputs"],[38,28,39,28],[38,30,39,30],[39,6,40,8,"description"],[39,17,40,19],[39,19,40,21],[39,89,40,91],[40,6,41,8,"params"],[40,12,41,14],[40,14,41,16],[40,15,42,12],[41,8,43,16,"name"],[41,12,43,20],[41,14,43,22],[41,22,43,30],[42,8,44,16,"type"],[42,12,44,20],[42,14,44,22],[43,6,45,12],[43,7,45,13],[43,9,46,12],[44,8,47,16,"name"],[44,12,47,20],[44,14,47,22],[44,23,47,31],[45,8,48,16,"type"],[45,12,48,20],[45,14,48,22],[46,6,49,12],[46,7,49,13],[46,8,50,9],[47,6,51,8,"type"],[47,10,51,12],[47,12,51,14],[48,4,52,4],[48,5,52,5],[49,4,53,4,"dmq_contents"],[49,16,53,16],[49,18,53,18],[50,6,54,8,"description"],[50,17,54,19],[50,19,54,21],[50,99,54,101],[51,6,55,8,"params"],[51,12,55,14],[51,14,55,16],[51,15,56,12],[52,8,57,16,"name"],[52,12,57,20],[52,14,57,22],[52,22,57,30],[53,8,58,16,"type"],[53,12,58,20],[53,14,58,22],[54,6,59,12],[54,7,59,13],[54,8,60,9],[55,6,61,8,"type"],[55,10,61,12],[55,12,61,14],[56,4,62,4],[56,5,62,5],[57,4,63,4,"inbound_hrmp_channels_contents"],[57,34,63,34],[57,36,63,36],[58,6,64,8,"description"],[58,17,64,19],[58,19,64,21],[58,87,64,89],[59,6,65,8,"params"],[59,12,65,14],[59,14,65,16],[59,15,66,12],[60,8,67,16,"name"],[60,12,67,20],[60,14,67,22],[60,22,67,30],[61,8,68,16,"type"],[61,12,68,20],[61,14,68,22],[62,6,69,12],[62,7,69,13],[62,8,70,9],[63,6,71,8,"type"],[63,10,71,12],[63,12,71,14],[64,4,72,4],[64,5,72,5],[65,4,73,4,"on_chain_votes"],[65,18,73,18],[65,20,73,20],[66,6,74,8,"description"],[66,17,74,19],[66,19,74,21],[66,96,74,98],[67,6,75,8,"params"],[67,12,75,14],[67,14,75,16],[67,16,75,18],[68,6,76,8,"type"],[68,10,76,12],[68,12,76,14],[69,4,77,4],[69,5,77,5],[70,4,78,4,"persisted_validation_data"],[70,29,78,29],[70,31,78,31],[71,6,79,8,"description"],[71,17,79,19],[71,19,79,21],[71,164,79,166],[72,6,80,8,"params"],[72,12,80,14],[72,14,80,16],[72,15,81,12],[73,8,82,16,"name"],[73,12,82,20],[73,14,82,22],[73,22,82,30],[74,8,83,16,"type"],[74,12,83,20],[74,14,83,22],[75,6,84,12],[75,7,84,13],[75,9,85,12],[76,8,86,16,"name"],[76,12,86,20],[76,14,86,22],[76,26,86,34],[77,8,87,16,"type"],[77,12,87,20],[77,14,87,22],[78,6,88,12],[78,7,88,13],[78,8,89,9],[79,6,90,8,"type"],[79,10,90,12],[79,12,90,14],[80,4,91,4],[80,5,91,5],[81,4,92,4,"session_index_for_child"],[81,27,92,27],[81,29,92,29],[82,6,93,8,"description"],[82,17,93,19],[82,19,93,21],[82,80,93,82],[83,6,94,8,"params"],[83,12,94,14],[83,14,94,16],[83,16,94,18],[84,6,95,8,"type"],[84,10,95,12],[84,12,95,14],[85,4,96,4],[85,5,96,5],[86,4,97,4,"validation_code"],[86,19,97,19],[86,21,97,21],[87,6,98,8,"description"],[87,17,98,19],[87,19,98,21],[87,105,98,107],[88,6,99,8,"params"],[88,12,99,14],[88,14,99,16],[88,15,100,12],[89,8,101,16,"name"],[89,12,101,20],[89,14,101,22],[89,22,101,30],[90,8,102,16,"type"],[90,12,102,20],[90,14,102,22],[91,6,103,12],[91,7,103,13],[91,9,104,12],[92,8,105,16,"name"],[92,12,105,20],[92,14,105,22],[92,26,105,34],[93,8,106,16,"type"],[93,12,106,20],[93,14,106,22],[94,6,107,12],[94,7,107,13],[94,8,108,9],[95,6,109,8,"type"],[95,10,109,12],[95,12,109,14],[96,4,110,4],[96,5,110,5],[97,4,111,4,"validation_code_by_hash"],[97,27,111,27],[97,29,111,29],[98,6,112,8,"description"],[98,17,112,19],[98,19,112,21],[98,59,112,61],[99,6,113,8,"params"],[99,12,113,14],[99,14,113,16],[99,15,114,12],[100,8,115,16,"name"],[100,12,115,20],[100,14,115,22],[100,20,115,28],[101,8,116,16,"type"],[101,12,116,20],[101,14,116,22],[102,6,117,12],[102,7,117,13],[102,8,118,9],[103,6,119,8,"type"],[103,10,119,12],[103,12,119,14],[104,4,120,4],[104,5,120,5],[105,4,121,4,"validator_groups"],[105,20,121,20],[105,22,121,22],[106,6,122,8,"description"],[106,17,122,19],[106,19,122,21],[106,152,122,154],[107,6,123,8,"params"],[107,12,123,14],[107,14,123,16],[107,16,123,18],[108,6,124,8,"type"],[108,10,124,12],[108,12,124,14],[109,4,125,4],[109,5,125,5],[110,4,126,4,"validators"],[110,14,126,14],[110,16,126,16],[111,6,127,8,"description"],[111,17,127,19],[111,19,127,21],[111,48,127,50],[112,6,128,8,"params"],[112,12,128,14],[112,14,128,16],[112,16,128,18],[113,6,129,8,"type"],[113,10,129,12],[113,12,129,14],[114,4,130,4],[115,2,131,0],[115,3,131,1],[116,2,132,0],[116,6,132,6,"PH_V2_TO_V3"],[116,17,132,17],[116,20,132,20],[117,4,133,4,"pvfs_require_precheck"],[117,25,133,25],[117,27,133,27],[118,6,134,8,"description"],[118,17,134,19],[118,19,134,21],[118,107,134,109],[119,6,135,8,"params"],[119,12,135,14],[119,14,135,16],[119,16,135,18],[120,6,136,8,"type"],[120,10,136,12],[120,12,136,14],[121,4,137,4],[121,5,137,5],[122,4,138,4,"session_info"],[122,16,138,16],[122,18,138,18],[123,6,139,8,"description"],[123,17,139,19],[123,19,139,21],[123,75,139,77],[124,6,140,8,"params"],[124,12,140,14],[124,14,140,16],[124,15,141,12],[125,8,142,16,"name"],[125,12,142,20],[125,14,142,22],[125,21,142,29],[126,8,143,16,"type"],[126,12,143,20],[126,14,143,22],[127,6,144,12],[127,7,144,13],[127,8,145,9],[128,6,146,8,"type"],[128,10,146,12],[128,12,146,14],[129,4,147,4],[129,5,147,5],[130,4,148,4,"submit_pvf_check_statement"],[130,30,148,30],[130,32,148,32],[131,6,149,8,"description"],[131,17,149,19],[131,19,149,21],[131,84,149,86],[132,6,150,8,"params"],[132,12,150,14],[132,14,150,16],[132,15,151,12],[133,8,152,16,"name"],[133,12,152,20],[133,14,152,22],[133,20,152,28],[134,8,153,16,"type"],[134,12,153,20],[134,14,153,22],[135,6,154,12],[135,7,154,13],[135,9,155,12],[136,8,156,16,"name"],[136,12,156,20],[136,14,156,22],[136,25,156,33],[137,8,157,16,"type"],[137,12,157,20],[137,14,157,22],[138,6,158,12],[138,7,158,13],[138,8,159,9],[139,6,160,8,"type"],[139,10,160,12],[139,12,160,14],[140,4,161,4],[140,5,161,5],[141,4,162,4,"validation_code_hash"],[141,24,162,24],[141,26,162,26],[142,6,163,8,"description"],[142,17,163,19],[142,19,163,21],[142,117,163,119],[143,6,164,8,"params"],[143,12,164,14],[143,14,164,16],[143,15,165,12],[144,8,166,16,"name"],[144,12,166,20],[144,14,166,22],[144,22,166,30],[145,8,167,16,"type"],[145,12,167,20],[145,14,167,22],[146,6,168,12],[146,7,168,13],[146,9,169,12],[147,8,170,16,"name"],[147,12,170,20],[147,14,170,22],[147,26,170,34],[148,8,171,16,"type"],[148,12,171,20],[148,14,171,22],[149,6,172,12],[149,7,172,13],[149,8,173,9],[150,6,174,8,"type"],[150,10,174,12],[150,12,174,14],[151,4,175,4],[152,2,176,0],[152,3,176,1],[153,2,177,0],[153,6,177,6,"PH_V3"],[153,11,177,11],[153,14,177,14],[154,4,178,4,"disputes"],[154,12,178,12],[154,14,178,14],[155,6,179,8,"description"],[155,17,179,19],[155,19,179,21],[155,50,179,52],[156,6,180,8,"params"],[156,12,180,14],[156,14,180,16],[156,16,180,18],[157,6,181,8,"type"],[157,10,181,12],[157,12,181,14],[158,4,182,4],[159,2,183,0],[159,3,183,1],[160,2,184,0],[160,6,184,6,"PH_V4"],[160,11,184,11],[160,14,184,14],[161,4,185,4,"session_executor_params"],[161,27,185,27],[161,29,185,29],[162,6,186,8,"description"],[162,17,186,19],[162,19,186,21],[162,66,186,68],[163,6,187,8,"params"],[163,12,187,14],[163,14,187,16],[163,15,188,12],[164,8,189,16,"name"],[164,12,189,20],[164,14,189,22],[164,28,189,36],[165,8,190,16,"type"],[165,12,190,20],[165,14,190,22],[166,6,191,12],[166,7,191,13],[166,8,192,9],[167,6,193,8,"type"],[167,10,193,12],[167,12,193,14],[168,4,194,4],[169,2,195,0],[169,3,195,1],[170,2,196,0],[170,6,196,6,"PH_V5"],[170,11,196,11],[170,14,196,14],[171,4,197,4,"key_ownership_proof"],[171,23,197,23],[171,25,197,25],[172,6,198,8,"description"],[172,17,198,19],[172,19,198,21],[172,70,198,72],[173,6,199,8,"params"],[173,12,199,14],[173,14,199,16],[173,15,200,12],[174,8,201,16,"name"],[174,12,201,20],[174,14,201,22],[174,27,201,35],[175,8,202,16,"type"],[175,12,202,20],[175,14,202,22],[176,6,203,12],[176,7,203,13],[176,8,204,9],[177,6,205,8,"type"],[177,10,205,12],[177,12,205,14],[178,4,206,4],[178,5,206,5],[179,4,207,4,"submit_report_dispute_lost"],[179,30,207,30],[179,32,207,32],[180,6,208,8,"description"],[180,17,208,19],[180,19,208,21],[180,124,208,126],[181,6,209,8,"params"],[181,12,209,14],[181,14,209,16],[181,15,210,12],[182,8,211,16,"name"],[182,12,211,20],[182,14,211,22],[182,28,211,36],[183,8,212,16,"type"],[183,12,212,20],[183,14,212,22],[184,6,213,12],[184,7,213,13],[184,9,214,12],[185,8,215,16,"name"],[185,12,215,20],[185,14,215,22],[185,33,215,41],[186,8,216,16,"type"],[186,12,216,20],[186,14,216,22],[187,6,217,12],[187,7,217,13],[187,8,218,9],[188,6,219,8,"type"],[188,10,219,12],[188,12,219,14],[189,4,220,4],[189,5,220,5],[190,4,221,4,"unapplied_slashes"],[190,21,221,21],[190,23,221,23],[191,6,222,8,"description"],[191,17,222,19],[191,19,222,21],[191,105,222,107],[192,6,223,8,"params"],[192,12,223,14],[192,14,223,16],[192,16,223,18],[193,6,224,8,"type"],[193,10,224,12],[193,12,224,14],[194,4,225,4],[195,2,226,0],[195,3,226,1],[196,2,227,0],[196,6,227,6,"PH_V6"],[196,11,227,11],[196,14,227,14],[197,4,228,4,"minimum_backing_votes"],[197,25,228,25],[197,27,228,27],[198,6,229,8,"description"],[198,17,229,19],[198,19,229,21],[198,148,229,150],[199,6,230,8,"params"],[199,12,230,14],[199,14,230,16],[199,16,230,18],[200,6,231,8,"type"],[200,10,231,12],[200,12,231,14],[201,4,232,4],[202,2,233,0],[202,3,233,1],[203,2,234,0],[203,6,234,6,"PH_V7"],[203,11,234,11],[203,14,234,14],[204,4,235,4,"async_backing_params"],[204,24,235,24],[204,26,235,26],[205,6,236,8,"description"],[205,17,236,19],[205,19,236,21],[205,108,236,110],[206,6,237,8,"params"],[206,12,237,14],[206,14,237,16],[206,16,237,18],[207,6,238,8,"type"],[207,10,238,12],[207,12,238,14],[208,4,239,4],[208,5,239,5],[209,4,240,4,"para_backing_state"],[209,22,240,22],[209,24,240,24],[210,6,241,8,"description"],[210,17,241,19],[210,19,241,21],[210,76,241,78],[211,6,242,8,"params"],[211,12,242,14],[211,14,242,16],[211,15,243,12],[212,8,244,16,"name"],[212,12,244,20],[212,14,244,22],[212,22,244,30],[213,8,245,16,"type"],[213,12,245,20],[213,14,245,22],[214,6,246,12],[214,7,246,13],[214,8,247,9],[215,6,248,8,"type"],[215,10,248,12],[215,12,248,14],[216,4,249,4],[217,2,250,0],[217,3,250,1],[218,2,251,0],[218,6,251,6,"PH_V8"],[218,11,251,11],[218,14,251,14],[219,4,252,4,"disabled_validators"],[219,23,252,23],[219,25,252,25],[220,6,253,8,"description"],[220,17,253,19],[220,19,253,21],[220,81,253,83],[221,6,254,8,"params"],[221,12,254,14],[221,14,254,16],[221,16,254,18],[222,6,255,8,"type"],[222,10,255,12],[222,12,255,14],[223,4,256,4],[224,2,257,0],[224,3,257,1],[225,2,258,0],[225,6,258,6,"PH_V9"],[225,11,258,11],[225,14,258,14],[226,4,259,4,"node_features"],[226,17,259,17],[226,19,259,19],[227,6,260,8,"description"],[227,17,260,19],[227,19,260,21],[227,100,260,102],[228,6,261,8,"params"],[228,12,261,14],[228,14,261,16],[228,16,261,18],[229,6,262,8,"type"],[229,10,262,12],[229,12,262,14],[230,4,263,4],[231,2,264,0],[231,3,264,1],[232,2,265,0],[232,6,265,6,"PH_V10"],[232,12,265,12],[232,15,265,15],[233,4,266,4,"approval_voting_params"],[233,26,266,26],[233,28,266,28],[234,6,267,8,"description"],[234,17,267,19],[234,19,267,21],[234,61,267,63],[235,6,268,8,"params"],[235,12,268,14],[235,14,268,16],[235,16,268,18],[236,6,269,8,"type"],[236,10,269,12],[236,12,269,14],[237,4,270,4],[238,2,271,0],[238,3,271,1],[239,2,272,0],[239,6,272,6,"PH_V11"],[239,12,272,12],[239,15,272,15],[240,4,273,4,"claim_queue"],[240,15,273,15],[240,17,273,17],[241,6,274,8,"description"],[241,17,274,19],[241,19,274,21],[241,32,274,34],[242,6,275,8,"params"],[242,12,275,14],[242,14,275,16],[242,16,275,18],[243,6,276,8,"type"],[243,10,276,12],[243,12,276,14],[244,4,277,4],[245,2,278,0],[245,3,278,1],[246,2,279,0,"exports"],[246,9,279,7],[246,10,279,8,"runtime"],[246,17,279,15],[246,20,279,18],[247,4,280,4,"ParachainHost"],[247,17,280,17],[247,19,280,19],[247,20,281,8],[248,6,282,12,"methods"],[248,13,282,19],[248,15,282,21],[249,8,283,16],[249,11,283,19,"PH_V1_TO_V2"],[249,22,283,30],[250,8,284,16],[250,11,284,19,"PH_V2_TO_V3"],[250,22,284,30],[251,8,285,16],[251,11,285,19,"PH_V3"],[251,16,285,24],[252,8,286,16],[252,11,286,19,"PH_V4"],[252,16,286,24],[253,8,287,16],[253,11,287,19,"PH_V5"],[253,16,287,24],[254,8,288,16],[254,11,288,19,"PH_V6"],[254,16,288,24],[255,8,289,16],[255,11,289,19,"PH_V7"],[255,16,289,24],[256,8,290,16],[256,11,290,19,"PH_V8"],[256,16,290,24],[257,8,291,16],[257,11,291,19,"PH_V9"],[257,16,291,24],[258,8,292,16],[258,11,292,19,"PH_V10"],[258,17,292,25],[259,8,293,16],[259,11,293,19,"PH_V11"],[260,6,294,12],[260,7,294,13],[261,6,295,12,"version"],[261,13,295,19],[261,15,295,21],[262,4,296,8],[262,5,296,9],[262,7,297,8],[263,6,298,12,"methods"],[263,13,298,19],[263,15,298,21],[264,8,299,16],[264,11,299,19,"PH_V1_TO_V2"],[264,22,299,30],[265,8,300,16],[265,11,300,19,"PH_V2_TO_V3"],[265,22,300,30],[266,8,301,16],[266,11,301,19,"PH_V3"],[266,16,301,24],[267,8,302,16],[267,11,302,19,"PH_V4"],[267,16,302,24],[268,8,303,16],[268,11,303,19,"PH_V5"],[268,16,303,24],[269,8,304,16],[269,11,304,19,"PH_V6"],[269,16,304,24],[270,8,305,16],[270,11,305,19,"PH_V7"],[270,16,305,24],[271,8,306,16],[271,11,306,19,"PH_V8"],[271,16,306,24],[272,8,307,16],[272,11,307,19,"PH_V9"],[272,16,307,24],[273,8,308,16],[273,11,308,19,"PH_V10"],[274,6,309,12],[274,7,309,13],[275,6,310,12,"version"],[275,13,310,19],[275,15,310,21],[276,4,311,8],[276,5,311,9],[276,7,312,8],[277,6,313,12,"methods"],[277,13,313,19],[277,15,313,21],[278,8,314,16],[278,11,314,19,"PH_V1_TO_V2"],[278,22,314,30],[279,8,315,16],[279,11,315,19,"PH_V2_TO_V3"],[279,22,315,30],[280,8,316,16],[280,11,316,19,"PH_V3"],[280,16,316,24],[281,8,317,16],[281,11,317,19,"PH_V4"],[281,16,317,24],[282,8,318,16],[282,11,318,19,"PH_V5"],[282,16,318,24],[283,8,319,16],[283,11,319,19,"PH_V6"],[283,16,319,24],[284,8,320,16],[284,11,320,19,"PH_V7"],[284,16,320,24],[285,8,321,16],[285,11,321,19,"PH_V8"],[285,16,321,24],[286,8,322,16],[286,11,322,19,"PH_V9"],[287,6,323,12],[287,7,323,13],[288,6,324,12,"version"],[288,13,324,19],[288,15,324,21],[289,4,325,8],[289,5,325,9],[289,7,326,8],[290,6,327,12,"methods"],[290,13,327,19],[290,15,327,21],[291,8,328,16],[291,11,328,19,"PH_V1_TO_V2"],[291,22,328,30],[292,8,329,16],[292,11,329,19,"PH_V2_TO_V3"],[292,22,329,30],[293,8,330,16],[293,11,330,19,"PH_V3"],[293,16,330,24],[294,8,331,16],[294,11,331,19,"PH_V4"],[294,16,331,24],[295,8,332,16],[295,11,332,19,"PH_V5"],[295,16,332,24],[296,8,333,16],[296,11,333,19,"PH_V6"],[296,16,333,24],[297,8,334,16],[297,11,334,19,"PH_V7"],[297,16,334,24],[298,8,335,16],[298,11,335,19,"PH_V8"],[299,6,336,12],[299,7,336,13],[300,6,337,12,"version"],[300,13,337,19],[300,15,337,21],[301,4,338,8],[301,5,338,9],[301,7,339,8],[302,6,340,12,"methods"],[302,13,340,19],[302,15,340,21],[303,8,341,16],[303,11,341,19,"PH_V1_TO_V2"],[303,22,341,30],[304,8,342,16],[304,11,342,19,"PH_V2_TO_V3"],[304,22,342,30],[305,8,343,16],[305,11,343,19,"PH_V3"],[305,16,343,24],[306,8,344,16],[306,11,344,19,"PH_V4"],[306,16,344,24],[307,8,345,16],[307,11,345,19,"PH_V5"],[307,16,345,24],[308,8,346,16],[308,11,346,19,"PH_V6"],[308,16,346,24],[309,8,347,16],[309,11,347,19,"PH_V7"],[310,6,348,12],[310,7,348,13],[311,6,349,12,"version"],[311,13,349,19],[311,15,349,21],[312,4,350,8],[312,5,350,9],[312,7,351,8],[313,6,352,12,"methods"],[313,13,352,19],[313,15,352,21],[314,8,353,16],[314,11,353,19,"PH_V1_TO_V2"],[314,22,353,30],[315,8,354,16],[315,11,354,19,"PH_V2_TO_V3"],[315,22,354,30],[316,8,355,16],[316,11,355,19,"PH_V3"],[316,16,355,24],[317,8,356,16],[317,11,356,19,"PH_V4"],[317,16,356,24],[318,8,357,16],[318,11,357,19,"PH_V5"],[318,16,357,24],[319,8,358,16],[319,11,358,19,"PH_V6"],[320,6,359,12],[320,7,359,13],[321,6,360,12,"version"],[321,13,360,19],[321,15,360,21],[322,4,361,8],[322,5,361,9],[322,7,362,8],[323,6,363,12,"methods"],[323,13,363,19],[323,15,363,21],[324,8,364,16],[324,11,364,19,"PH_V1_TO_V2"],[324,22,364,30],[325,8,365,16],[325,11,365,19,"PH_V2_TO_V3"],[325,22,365,30],[326,8,366,16],[326,11,366,19,"PH_V3"],[326,16,366,24],[327,8,367,16],[327,11,367,19,"PH_V4"],[327,16,367,24],[328,8,368,16],[328,11,368,19,"PH_V5"],[329,6,369,12],[329,7,369,13],[330,6,370,12,"version"],[330,13,370,19],[330,15,370,21],[331,4,371,8],[331,5,371,9],[331,7,372,8],[332,6,373,12,"methods"],[332,13,373,19],[332,15,373,21],[333,8,374,16],[333,11,374,19,"PH_V1_TO_V2"],[333,22,374,30],[334,8,375,16],[334,11,375,19,"PH_V2_TO_V3"],[334,22,375,30],[335,8,376,16],[335,11,376,19,"PH_V3"],[335,16,376,24],[336,8,377,16],[336,11,377,19,"PH_V4"],[337,6,378,12],[337,7,378,13],[338,6,379,12,"version"],[338,13,379,19],[338,15,379,21],[339,4,380,8],[339,5,380,9],[339,7,381,8],[340,6,382,12,"methods"],[340,13,382,19],[340,15,382,21],[341,8,383,16],[341,11,383,19,"PH_V1_TO_V2"],[341,22,383,30],[342,8,384,16],[342,11,384,19,"PH_V2_TO_V3"],[342,22,384,30],[343,8,385,16],[343,11,385,19,"PH_V3"],[344,6,386,12],[344,7,386,13],[345,6,387,12,"version"],[345,13,387,19],[345,15,387,21],[346,4,388,8],[346,5,388,9],[346,7,389,8],[347,6,390,12,"methods"],[347,13,390,19],[347,15,390,21],[348,8,391,16],[348,11,391,19,"PH_V1_TO_V2"],[348,22,391,30],[349,8,392,16],[349,11,392,19,"PH_V2_TO_V3"],[350,6,393,12],[350,7,393,13],[351,6,394,12,"version"],[351,13,394,19],[351,15,394,21],[352,4,395,8],[352,5,395,9],[352,7,396,8],[353,6,397,12,"methods"],[353,13,397,19],[353,15,397,21],[354,8,398,16,"session_info"],[354,20,398,28],[354,22,398,30],[355,10,399,20,"description"],[355,21,399,31],[355,23,399,33],[355,79,399,89],[356,10,400,20,"params"],[356,16,400,26],[356,18,400,28],[356,19,401,24],[357,12,402,28,"name"],[357,16,402,32],[357,18,402,34],[357,25,402,41],[358,12,403,28,"type"],[358,16,403,32],[358,18,403,34],[359,10,404,24],[359,11,404,25],[359,12,405,21],[360,10,406,20,"type"],[360,14,406,24],[360,16,406,26],[361,8,407,16],[361,9,407,17],[362,8,408,16],[362,11,408,19,"PH_V1_TO_V2"],[363,6,409,12],[363,7,409,13],[364,6,410,12,"version"],[364,13,410,19],[364,15,410,21],[365,4,411,8],[365,5,411,9],[366,2,413,0],[366,3,413,1],[367,0,413,2],[367,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]} |