mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 10:01:02 +00:00
1 line
28 KiB
Plaintext
1 line
28 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: Object.assign({}, PH_V1_TO_V2, PH_V2_TO_V3, PH_V3, PH_V4, PH_V5, PH_V6, PH_V7, PH_V8, PH_V9, PH_V10, PH_V11),\n version: 11\n }, {\n methods: Object.assign({}, PH_V1_TO_V2, PH_V2_TO_V3, PH_V3, PH_V4, PH_V5, PH_V6, PH_V7, PH_V8, PH_V9, PH_V10),\n version: 10\n }, {\n methods: Object.assign({}, PH_V1_TO_V2, PH_V2_TO_V3, PH_V3, PH_V4, PH_V5, PH_V6, PH_V7, PH_V8, PH_V9),\n version: 9\n }, {\n methods: Object.assign({}, PH_V1_TO_V2, PH_V2_TO_V3, PH_V3, PH_V4, PH_V5, PH_V6, PH_V7, PH_V8),\n version: 8\n }, {\n methods: Object.assign({}, PH_V1_TO_V2, PH_V2_TO_V3, PH_V3, PH_V4, PH_V5, PH_V6, PH_V7),\n version: 7\n }, {\n methods: Object.assign({}, PH_V1_TO_V2, PH_V2_TO_V3, PH_V3, PH_V4, PH_V5, PH_V6),\n version: 6\n }, {\n methods: Object.assign({}, PH_V1_TO_V2, PH_V2_TO_V3, PH_V3, PH_V4, PH_V5),\n version: 5\n }, {\n methods: Object.assign({}, PH_V1_TO_V2, PH_V2_TO_V3, PH_V3, PH_V4),\n version: 4\n }, {\n methods: Object.assign({}, PH_V1_TO_V2, PH_V2_TO_V3, PH_V3),\n version: 3\n }, {\n methods: Object.assign({}, PH_V1_TO_V2, PH_V2_TO_V3),\n version: 2\n }, {\n methods: Object.assign({\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 version: 1\n }]\n };\n});","lineCount":291,"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,19,"Object"],[248,21,282,19],[248,22,282,19,"assign"],[248,28,282,19],[248,33,283,19,"PH_V1_TO_V2"],[248,44,283,30],[248,46,284,19,"PH_V2_TO_V3"],[248,57,284,30],[248,59,285,19,"PH_V3"],[248,64,285,24],[248,66,286,19,"PH_V4"],[248,71,286,24],[248,73,287,19,"PH_V5"],[248,78,287,24],[248,80,288,19,"PH_V6"],[248,85,288,24],[248,87,289,19,"PH_V7"],[248,92,289,24],[248,94,290,19,"PH_V8"],[248,99,290,24],[248,101,291,19,"PH_V9"],[248,106,291,24],[248,108,292,19,"PH_V10"],[248,114,292,25],[248,116,293,19,"PH_V11"],[248,122,293,25],[248,123,294,13],[249,6,295,12,"version"],[249,13,295,19],[249,15,295,21],[250,4,296,8],[250,5,296,9],[250,7,297,8],[251,6,298,12,"methods"],[251,13,298,19],[251,15,298,19,"Object"],[251,21,298,19],[251,22,298,19,"assign"],[251,28,298,19],[251,33,299,19,"PH_V1_TO_V2"],[251,44,299,30],[251,46,300,19,"PH_V2_TO_V3"],[251,57,300,30],[251,59,301,19,"PH_V3"],[251,64,301,24],[251,66,302,19,"PH_V4"],[251,71,302,24],[251,73,303,19,"PH_V5"],[251,78,303,24],[251,80,304,19,"PH_V6"],[251,85,304,24],[251,87,305,19,"PH_V7"],[251,92,305,24],[251,94,306,19,"PH_V8"],[251,99,306,24],[251,101,307,19,"PH_V9"],[251,106,307,24],[251,108,308,19,"PH_V10"],[251,114,308,25],[251,115,309,13],[252,6,310,12,"version"],[252,13,310,19],[252,15,310,21],[253,4,311,8],[253,5,311,9],[253,7,312,8],[254,6,313,12,"methods"],[254,13,313,19],[254,15,313,19,"Object"],[254,21,313,19],[254,22,313,19,"assign"],[254,28,313,19],[254,33,314,19,"PH_V1_TO_V2"],[254,44,314,30],[254,46,315,19,"PH_V2_TO_V3"],[254,57,315,30],[254,59,316,19,"PH_V3"],[254,64,316,24],[254,66,317,19,"PH_V4"],[254,71,317,24],[254,73,318,19,"PH_V5"],[254,78,318,24],[254,80,319,19,"PH_V6"],[254,85,319,24],[254,87,320,19,"PH_V7"],[254,92,320,24],[254,94,321,19,"PH_V8"],[254,99,321,24],[254,101,322,19,"PH_V9"],[254,106,322,24],[254,107,323,13],[255,6,324,12,"version"],[255,13,324,19],[255,15,324,21],[256,4,325,8],[256,5,325,9],[256,7,326,8],[257,6,327,12,"methods"],[257,13,327,19],[257,15,327,19,"Object"],[257,21,327,19],[257,22,327,19,"assign"],[257,28,327,19],[257,33,328,19,"PH_V1_TO_V2"],[257,44,328,30],[257,46,329,19,"PH_V2_TO_V3"],[257,57,329,30],[257,59,330,19,"PH_V3"],[257,64,330,24],[257,66,331,19,"PH_V4"],[257,71,331,24],[257,73,332,19,"PH_V5"],[257,78,332,24],[257,80,333,19,"PH_V6"],[257,85,333,24],[257,87,334,19,"PH_V7"],[257,92,334,24],[257,94,335,19,"PH_V8"],[257,99,335,24],[257,100,336,13],[258,6,337,12,"version"],[258,13,337,19],[258,15,337,21],[259,4,338,8],[259,5,338,9],[259,7,339,8],[260,6,340,12,"methods"],[260,13,340,19],[260,15,340,19,"Object"],[260,21,340,19],[260,22,340,19,"assign"],[260,28,340,19],[260,33,341,19,"PH_V1_TO_V2"],[260,44,341,30],[260,46,342,19,"PH_V2_TO_V3"],[260,57,342,30],[260,59,343,19,"PH_V3"],[260,64,343,24],[260,66,344,19,"PH_V4"],[260,71,344,24],[260,73,345,19,"PH_V5"],[260,78,345,24],[260,80,346,19,"PH_V6"],[260,85,346,24],[260,87,347,19,"PH_V7"],[260,92,347,24],[260,93,348,13],[261,6,349,12,"version"],[261,13,349,19],[261,15,349,21],[262,4,350,8],[262,5,350,9],[262,7,351,8],[263,6,352,12,"methods"],[263,13,352,19],[263,15,352,19,"Object"],[263,21,352,19],[263,22,352,19,"assign"],[263,28,352,19],[263,33,353,19,"PH_V1_TO_V2"],[263,44,353,30],[263,46,354,19,"PH_V2_TO_V3"],[263,57,354,30],[263,59,355,19,"PH_V3"],[263,64,355,24],[263,66,356,19,"PH_V4"],[263,71,356,24],[263,73,357,19,"PH_V5"],[263,78,357,24],[263,80,358,19,"PH_V6"],[263,85,358,24],[263,86,359,13],[264,6,360,12,"version"],[264,13,360,19],[264,15,360,21],[265,4,361,8],[265,5,361,9],[265,7,362,8],[266,6,363,12,"methods"],[266,13,363,19],[266,15,363,19,"Object"],[266,21,363,19],[266,22,363,19,"assign"],[266,28,363,19],[266,33,364,19,"PH_V1_TO_V2"],[266,44,364,30],[266,46,365,19,"PH_V2_TO_V3"],[266,57,365,30],[266,59,366,19,"PH_V3"],[266,64,366,24],[266,66,367,19,"PH_V4"],[266,71,367,24],[266,73,368,19,"PH_V5"],[266,78,368,24],[266,79,369,13],[267,6,370,12,"version"],[267,13,370,19],[267,15,370,21],[268,4,371,8],[268,5,371,9],[268,7,372,8],[269,6,373,12,"methods"],[269,13,373,19],[269,15,373,19,"Object"],[269,21,373,19],[269,22,373,19,"assign"],[269,28,373,19],[269,33,374,19,"PH_V1_TO_V2"],[269,44,374,30],[269,46,375,19,"PH_V2_TO_V3"],[269,57,375,30],[269,59,376,19,"PH_V3"],[269,64,376,24],[269,66,377,19,"PH_V4"],[269,71,377,24],[269,72,378,13],[270,6,379,12,"version"],[270,13,379,19],[270,15,379,21],[271,4,380,8],[271,5,380,9],[271,7,381,8],[272,6,382,12,"methods"],[272,13,382,19],[272,15,382,19,"Object"],[272,21,382,19],[272,22,382,19,"assign"],[272,28,382,19],[272,33,383,19,"PH_V1_TO_V2"],[272,44,383,30],[272,46,384,19,"PH_V2_TO_V3"],[272,57,384,30],[272,59,385,19,"PH_V3"],[272,64,385,24],[272,65,386,13],[273,6,387,12,"version"],[273,13,387,19],[273,15,387,21],[274,4,388,8],[274,5,388,9],[274,7,389,8],[275,6,390,12,"methods"],[275,13,390,19],[275,15,390,19,"Object"],[275,21,390,19],[275,22,390,19,"assign"],[275,28,390,19],[275,33,391,19,"PH_V1_TO_V2"],[275,44,391,30],[275,46,392,19,"PH_V2_TO_V3"],[275,57,392,30],[275,58,393,13],[276,6,394,12,"version"],[276,13,394,19],[276,15,394,21],[277,4,395,8],[277,5,395,9],[277,7,396,8],[278,6,397,12,"methods"],[278,13,397,19],[278,15,397,19,"Object"],[278,21,397,19],[278,22,397,19,"assign"],[278,28,397,19],[279,8,398,16,"session_info"],[279,20,398,28],[279,22,398,30],[280,10,399,20,"description"],[280,21,399,31],[280,23,399,33],[280,79,399,89],[281,10,400,20,"params"],[281,16,400,26],[281,18,400,28],[281,19,401,24],[282,12,402,28,"name"],[282,16,402,32],[282,18,402,34],[282,25,402,41],[283,12,403,28,"type"],[283,16,403,32],[283,18,403,34],[284,10,404,24],[284,11,404,25],[284,12,405,21],[285,10,406,20,"type"],[285,14,406,24],[285,16,406,26],[286,8,407,16],[287,6,407,17],[287,9,408,19,"PH_V1_TO_V2"],[287,20,408,30],[287,21,409,13],[288,6,410,12,"version"],[288,13,410,19],[288,15,410,21],[289,4,411,8],[289,5,411,9],[290,2,413,0],[290,3,413,1],[291,0,413,2],[291,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]} |