mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 05:21:02 +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 Object.defineProperty(exports, \"runtime\", {\n enumerable: true,\n get: function () {\n return runtime;\n }\n });\n const 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 const 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 const PH_V3 = {\n disputes: {\n description: 'Returns all onchain disputes.',\n params: [],\n type: 'Vec<(SessionIndex, CandidateHash, DisputeState)>'\n }\n };\n const 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 const 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 const 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 const 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 const 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 const 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 const PH_V10 = {\n approval_voting_params: {\n description: 'Approval voting configuration parameters',\n params: [],\n type: 'ApprovalVotingParams'\n }\n };\n const PH_V11 = {\n claim_queue: {\n description: 'Claim queue',\n params: [],\n type: 'BTreeMap<CoreIndex, Vec<u32>>'\n }\n };\n const 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":372,"map":[[7,2,276,0,"Object"],[7,8,276,0],[7,9,276,0,"defineProperty"],[7,23,276,0],[7,24,276,0,"exports"],[7,31,276,0],[8,4,276,0,"enumerable"],[8,14,276,0],[9,4,276,0,"get"],[9,7,276,0],[9,18,276,0,"get"],[9,19,276,0],[10,6,276,0],[10,13,276,0,"runtime"],[10,20,276,0],[11,4,276,0],[12,2,276,0],[13,2,1,0],[13,8,1,6,"PH_V1_TO_V2"],[13,19,1,17],[13,22,1,20],[14,4,2,4,"assumed_validation_data"],[14,27,2,27],[14,29,2,29],[15,6,3,8,"description"],[15,17,3,19],[15,19,3,21],[15,132,3,134],[16,6,4,8,"params"],[16,12,4,14],[16,14,4,16],[16,15,5,12],[17,8,6,16,"name"],[17,12,6,20],[17,14,6,22],[17,22,6,30],[18,8,7,16,"type"],[18,12,7,20],[18,14,7,22],[19,6,8,12],[19,7,8,13],[19,9,9,12],[20,8,10,16,"name"],[20,12,10,20],[20,14,10,22],[20,20,10,28],[21,8,11,16,"type"],[21,12,11,20],[21,14,11,22],[22,6,12,12],[22,7,12,13],[22,8,13,9],[23,6,14,8,"type"],[23,10,14,12],[23,12,14,14],[24,4,15,4],[24,5,15,5],[25,4,16,4,"availability_cores"],[25,22,16,22],[25,24,16,24],[26,6,17,8,"description"],[26,17,17,19],[26,19,17,21],[26,97,17,99],[27,6,18,8,"params"],[27,12,18,14],[27,14,18,16],[27,16,18,18],[28,6,19,8,"type"],[28,10,19,12],[28,12,19,14],[29,4,20,4],[29,5,20,5],[30,4,21,4,"candidate_events"],[30,20,21,20],[30,22,21,22],[31,6,22,8,"description"],[31,17,22,19],[31,19,22,21],[31,95,22,97],[32,6,23,8,"params"],[32,12,23,14],[32,14,23,16],[32,16,23,18],[33,6,24,8,"type"],[33,10,24,12],[33,12,24,14],[34,4,25,4],[34,5,25,5],[35,4,26,4,"candidate_pending_availability"],[35,34,26,34],[35,36,26,36],[36,6,27,8,"description"],[36,17,27,19],[36,19,27,21],[36,73,27,75],[37,6,28,8,"params"],[37,12,28,14],[37,14,28,16],[37,15,29,12],[38,8,30,16,"name"],[38,12,30,20],[38,14,30,22],[38,22,30,30],[39,8,31,16,"type"],[39,12,31,20],[39,14,31,22],[40,6,32,12],[40,7,32,13],[40,8,33,9],[41,6,34,8,"type"],[41,10,34,12],[41,12,34,14],[42,4,35,4],[42,5,35,5],[43,4,36,4,"check_validation_outputs"],[43,28,36,28],[43,30,36,30],[44,6,37,8,"description"],[44,17,37,19],[44,19,37,21],[44,89,37,91],[45,6,38,8,"params"],[45,12,38,14],[45,14,38,16],[45,15,39,12],[46,8,40,16,"name"],[46,12,40,20],[46,14,40,22],[46,22,40,30],[47,8,41,16,"type"],[47,12,41,20],[47,14,41,22],[48,6,42,12],[48,7,42,13],[48,9,43,12],[49,8,44,16,"name"],[49,12,44,20],[49,14,44,22],[49,23,44,31],[50,8,45,16,"type"],[50,12,45,20],[50,14,45,22],[51,6,46,12],[51,7,46,13],[51,8,47,9],[52,6,48,8,"type"],[52,10,48,12],[52,12,48,14],[53,4,49,4],[53,5,49,5],[54,4,50,4,"dmq_contents"],[54,16,50,16],[54,18,50,18],[55,6,51,8,"description"],[55,17,51,19],[55,19,51,21],[55,99,51,101],[56,6,52,8,"params"],[56,12,52,14],[56,14,52,16],[56,15,53,12],[57,8,54,16,"name"],[57,12,54,20],[57,14,54,22],[57,22,54,30],[58,8,55,16,"type"],[58,12,55,20],[58,14,55,22],[59,6,56,12],[59,7,56,13],[59,8,57,9],[60,6,58,8,"type"],[60,10,58,12],[60,12,58,14],[61,4,59,4],[61,5,59,5],[62,4,60,4,"inbound_hrmp_channels_contents"],[62,34,60,34],[62,36,60,36],[63,6,61,8,"description"],[63,17,61,19],[63,19,61,21],[63,87,61,89],[64,6,62,8,"params"],[64,12,62,14],[64,14,62,16],[64,15,63,12],[65,8,64,16,"name"],[65,12,64,20],[65,14,64,22],[65,22,64,30],[66,8,65,16,"type"],[66,12,65,20],[66,14,65,22],[67,6,66,12],[67,7,66,13],[67,8,67,9],[68,6,68,8,"type"],[68,10,68,12],[68,12,68,14],[69,4,69,4],[69,5,69,5],[70,4,70,4,"on_chain_votes"],[70,18,70,18],[70,20,70,20],[71,6,71,8,"description"],[71,17,71,19],[71,19,71,21],[71,96,71,98],[72,6,72,8,"params"],[72,12,72,14],[72,14,72,16],[72,16,72,18],[73,6,73,8,"type"],[73,10,73,12],[73,12,73,14],[74,4,74,4],[74,5,74,5],[75,4,75,4,"persisted_validation_data"],[75,29,75,29],[75,31,75,31],[76,6,76,8,"description"],[76,17,76,19],[76,19,76,21],[76,164,76,166],[77,6,77,8,"params"],[77,12,77,14],[77,14,77,16],[77,15,78,12],[78,8,79,16,"name"],[78,12,79,20],[78,14,79,22],[78,22,79,30],[79,8,80,16,"type"],[79,12,80,20],[79,14,80,22],[80,6,81,12],[80,7,81,13],[80,9,82,12],[81,8,83,16,"name"],[81,12,83,20],[81,14,83,22],[81,26,83,34],[82,8,84,16,"type"],[82,12,84,20],[82,14,84,22],[83,6,85,12],[83,7,85,13],[83,8,86,9],[84,6,87,8,"type"],[84,10,87,12],[84,12,87,14],[85,4,88,4],[85,5,88,5],[86,4,89,4,"session_index_for_child"],[86,27,89,27],[86,29,89,29],[87,6,90,8,"description"],[87,17,90,19],[87,19,90,21],[87,80,90,82],[88,6,91,8,"params"],[88,12,91,14],[88,14,91,16],[88,16,91,18],[89,6,92,8,"type"],[89,10,92,12],[89,12,92,14],[90,4,93,4],[90,5,93,5],[91,4,94,4,"validation_code"],[91,19,94,19],[91,21,94,21],[92,6,95,8,"description"],[92,17,95,19],[92,19,95,21],[92,105,95,107],[93,6,96,8,"params"],[93,12,96,14],[93,14,96,16],[93,15,97,12],[94,8,98,16,"name"],[94,12,98,20],[94,14,98,22],[94,22,98,30],[95,8,99,16,"type"],[95,12,99,20],[95,14,99,22],[96,6,100,12],[96,7,100,13],[96,9,101,12],[97,8,102,16,"name"],[97,12,102,20],[97,14,102,22],[97,26,102,34],[98,8,103,16,"type"],[98,12,103,20],[98,14,103,22],[99,6,104,12],[99,7,104,13],[99,8,105,9],[100,6,106,8,"type"],[100,10,106,12],[100,12,106,14],[101,4,107,4],[101,5,107,5],[102,4,108,4,"validation_code_by_hash"],[102,27,108,27],[102,29,108,29],[103,6,109,8,"description"],[103,17,109,19],[103,19,109,21],[103,59,109,61],[104,6,110,8,"params"],[104,12,110,14],[104,14,110,16],[104,15,111,12],[105,8,112,16,"name"],[105,12,112,20],[105,14,112,22],[105,20,112,28],[106,8,113,16,"type"],[106,12,113,20],[106,14,113,22],[107,6,114,12],[107,7,114,13],[107,8,115,9],[108,6,116,8,"type"],[108,10,116,12],[108,12,116,14],[109,4,117,4],[109,5,117,5],[110,4,118,4,"validator_groups"],[110,20,118,20],[110,22,118,22],[111,6,119,8,"description"],[111,17,119,19],[111,19,119,21],[111,152,119,154],[112,6,120,8,"params"],[112,12,120,14],[112,14,120,16],[112,16,120,18],[113,6,121,8,"type"],[113,10,121,12],[113,12,121,14],[114,4,122,4],[114,5,122,5],[115,4,123,4,"validators"],[115,14,123,14],[115,16,123,16],[116,6,124,8,"description"],[116,17,124,19],[116,19,124,21],[116,48,124,50],[117,6,125,8,"params"],[117,12,125,14],[117,14,125,16],[117,16,125,18],[118,6,126,8,"type"],[118,10,126,12],[118,12,126,14],[119,4,127,4],[120,2,128,0],[120,3,128,1],[121,2,129,0],[121,8,129,6,"PH_V2_TO_V3"],[121,19,129,17],[121,22,129,20],[122,4,130,4,"pvfs_require_precheck"],[122,25,130,25],[122,27,130,27],[123,6,131,8,"description"],[123,17,131,19],[123,19,131,21],[123,107,131,109],[124,6,132,8,"params"],[124,12,132,14],[124,14,132,16],[124,16,132,18],[125,6,133,8,"type"],[125,10,133,12],[125,12,133,14],[126,4,134,4],[126,5,134,5],[127,4,135,4,"session_info"],[127,16,135,16],[127,18,135,18],[128,6,136,8,"description"],[128,17,136,19],[128,19,136,21],[128,75,136,77],[129,6,137,8,"params"],[129,12,137,14],[129,14,137,16],[129,15,138,12],[130,8,139,16,"name"],[130,12,139,20],[130,14,139,22],[130,21,139,29],[131,8,140,16,"type"],[131,12,140,20],[131,14,140,22],[132,6,141,12],[132,7,141,13],[132,8,142,9],[133,6,143,8,"type"],[133,10,143,12],[133,12,143,14],[134,4,144,4],[134,5,144,5],[135,4,145,4,"submit_pvf_check_statement"],[135,30,145,30],[135,32,145,32],[136,6,146,8,"description"],[136,17,146,19],[136,19,146,21],[136,84,146,86],[137,6,147,8,"params"],[137,12,147,14],[137,14,147,16],[137,15,148,12],[138,8,149,16,"name"],[138,12,149,20],[138,14,149,22],[138,20,149,28],[139,8,150,16,"type"],[139,12,150,20],[139,14,150,22],[140,6,151,12],[140,7,151,13],[140,9,152,12],[141,8,153,16,"name"],[141,12,153,20],[141,14,153,22],[141,25,153,33],[142,8,154,16,"type"],[142,12,154,20],[142,14,154,22],[143,6,155,12],[143,7,155,13],[143,8,156,9],[144,6,157,8,"type"],[144,10,157,12],[144,12,157,14],[145,4,158,4],[145,5,158,5],[146,4,159,4,"validation_code_hash"],[146,24,159,24],[146,26,159,26],[147,6,160,8,"description"],[147,17,160,19],[147,19,160,21],[147,117,160,119],[148,6,161,8,"params"],[148,12,161,14],[148,14,161,16],[148,15,162,12],[149,8,163,16,"name"],[149,12,163,20],[149,14,163,22],[149,22,163,30],[150,8,164,16,"type"],[150,12,164,20],[150,14,164,22],[151,6,165,12],[151,7,165,13],[151,9,166,12],[152,8,167,16,"name"],[152,12,167,20],[152,14,167,22],[152,26,167,34],[153,8,168,16,"type"],[153,12,168,20],[153,14,168,22],[154,6,169,12],[154,7,169,13],[154,8,170,9],[155,6,171,8,"type"],[155,10,171,12],[155,12,171,14],[156,4,172,4],[157,2,173,0],[157,3,173,1],[158,2,174,0],[158,8,174,6,"PH_V3"],[158,13,174,11],[158,16,174,14],[159,4,175,4,"disputes"],[159,12,175,12],[159,14,175,14],[160,6,176,8,"description"],[160,17,176,19],[160,19,176,21],[160,50,176,52],[161,6,177,8,"params"],[161,12,177,14],[161,14,177,16],[161,16,177,18],[162,6,178,8,"type"],[162,10,178,12],[162,12,178,14],[163,4,179,4],[164,2,180,0],[164,3,180,1],[165,2,181,0],[165,8,181,6,"PH_V4"],[165,13,181,11],[165,16,181,14],[166,4,182,4,"session_executor_params"],[166,27,182,27],[166,29,182,29],[167,6,183,8,"description"],[167,17,183,19],[167,19,183,21],[167,66,183,68],[168,6,184,8,"params"],[168,12,184,14],[168,14,184,16],[168,15,185,12],[169,8,186,16,"name"],[169,12,186,20],[169,14,186,22],[169,28,186,36],[170,8,187,16,"type"],[170,12,187,20],[170,14,187,22],[171,6,188,12],[171,7,188,13],[171,8,189,9],[172,6,190,8,"type"],[172,10,190,12],[172,12,190,14],[173,4,191,4],[174,2,192,0],[174,3,192,1],[175,2,193,0],[175,8,193,6,"PH_V5"],[175,13,193,11],[175,16,193,14],[176,4,194,4,"key_ownership_proof"],[176,23,194,23],[176,25,194,25],[177,6,195,8,"description"],[177,17,195,19],[177,19,195,21],[177,70,195,72],[178,6,196,8,"params"],[178,12,196,14],[178,14,196,16],[178,15,197,12],[179,8,198,16,"name"],[179,12,198,20],[179,14,198,22],[179,27,198,35],[180,8,199,16,"type"],[180,12,199,20],[180,14,199,22],[181,6,200,12],[181,7,200,13],[181,8,201,9],[182,6,202,8,"type"],[182,10,202,12],[182,12,202,14],[183,4,203,4],[183,5,203,5],[184,4,204,4,"submit_report_dispute_lost"],[184,30,204,30],[184,32,204,32],[185,6,205,8,"description"],[185,17,205,19],[185,19,205,21],[185,124,205,126],[186,6,206,8,"params"],[186,12,206,14],[186,14,206,16],[186,15,207,12],[187,8,208,16,"name"],[187,12,208,20],[187,14,208,22],[187,28,208,36],[188,8,209,16,"type"],[188,12,209,20],[188,14,209,22],[189,6,210,12],[189,7,210,13],[189,9,211,12],[190,8,212,16,"name"],[190,12,212,20],[190,14,212,22],[190,33,212,41],[191,8,213,16,"type"],[191,12,213,20],[191,14,213,22],[192,6,214,12],[192,7,214,13],[192,8,215,9],[193,6,216,8,"type"],[193,10,216,12],[193,12,216,14],[194,4,217,4],[194,5,217,5],[195,4,218,4,"unapplied_slashes"],[195,21,218,21],[195,23,218,23],[196,6,219,8,"description"],[196,17,219,19],[196,19,219,21],[196,105,219,107],[197,6,220,8,"params"],[197,12,220,14],[197,14,220,16],[197,16,220,18],[198,6,221,8,"type"],[198,10,221,12],[198,12,221,14],[199,4,222,4],[200,2,223,0],[200,3,223,1],[201,2,224,0],[201,8,224,6,"PH_V6"],[201,13,224,11],[201,16,224,14],[202,4,225,4,"minimum_backing_votes"],[202,25,225,25],[202,27,225,27],[203,6,226,8,"description"],[203,17,226,19],[203,19,226,21],[203,148,226,150],[204,6,227,8,"params"],[204,12,227,14],[204,14,227,16],[204,16,227,18],[205,6,228,8,"type"],[205,10,228,12],[205,12,228,14],[206,4,229,4],[207,2,230,0],[207,3,230,1],[208,2,231,0],[208,8,231,6,"PH_V7"],[208,13,231,11],[208,16,231,14],[209,4,232,4,"async_backing_params"],[209,24,232,24],[209,26,232,26],[210,6,233,8,"description"],[210,17,233,19],[210,19,233,21],[210,108,233,110],[211,6,234,8,"params"],[211,12,234,14],[211,14,234,16],[211,16,234,18],[212,6,235,8,"type"],[212,10,235,12],[212,12,235,14],[213,4,236,4],[213,5,236,5],[214,4,237,4,"para_backing_state"],[214,22,237,22],[214,24,237,24],[215,6,238,8,"description"],[215,17,238,19],[215,19,238,21],[215,76,238,78],[216,6,239,8,"params"],[216,12,239,14],[216,14,239,16],[216,15,240,12],[217,8,241,16,"name"],[217,12,241,20],[217,14,241,22],[217,22,241,30],[218,8,242,16,"type"],[218,12,242,20],[218,14,242,22],[219,6,243,12],[219,7,243,13],[219,8,244,9],[220,6,245,8,"type"],[220,10,245,12],[220,12,245,14],[221,4,246,4],[222,2,247,0],[222,3,247,1],[223,2,248,0],[223,8,248,6,"PH_V8"],[223,13,248,11],[223,16,248,14],[224,4,249,4,"disabled_validators"],[224,23,249,23],[224,25,249,25],[225,6,250,8,"description"],[225,17,250,19],[225,19,250,21],[225,81,250,83],[226,6,251,8,"params"],[226,12,251,14],[226,14,251,16],[226,16,251,18],[227,6,252,8,"type"],[227,10,252,12],[227,12,252,14],[228,4,253,4],[229,2,254,0],[229,3,254,1],[230,2,255,0],[230,8,255,6,"PH_V9"],[230,13,255,11],[230,16,255,14],[231,4,256,4,"node_features"],[231,17,256,17],[231,19,256,19],[232,6,257,8,"description"],[232,17,257,19],[232,19,257,21],[232,100,257,102],[233,6,258,8,"params"],[233,12,258,14],[233,14,258,16],[233,16,258,18],[234,6,259,8,"type"],[234,10,259,12],[234,12,259,14],[235,4,260,4],[236,2,261,0],[236,3,261,1],[237,2,262,0],[237,8,262,6,"PH_V10"],[237,14,262,12],[237,17,262,15],[238,4,263,4,"approval_voting_params"],[238,26,263,26],[238,28,263,28],[239,6,264,8,"description"],[239,17,264,19],[239,19,264,21],[239,61,264,63],[240,6,265,8,"params"],[240,12,265,14],[240,14,265,16],[240,16,265,18],[241,6,266,8,"type"],[241,10,266,12],[241,12,266,14],[242,4,267,4],[243,2,268,0],[243,3,268,1],[244,2,269,0],[244,8,269,6,"PH_V11"],[244,14,269,12],[244,17,269,15],[245,4,270,4,"claim_queue"],[245,15,270,15],[245,17,270,17],[246,6,271,8,"description"],[246,17,271,19],[246,19,271,21],[246,32,271,34],[247,6,272,8,"params"],[247,12,272,14],[247,14,272,16],[247,16,272,18],[248,6,273,8,"type"],[248,10,273,12],[248,12,273,14],[249,4,274,4],[250,2,275,0],[250,3,275,1],[251,2,276,7],[251,8,276,13,"runtime"],[251,15,276,20],[251,18,276,23],[252,4,277,4,"ParachainHost"],[252,17,277,17],[252,19,277,19],[252,20,278,8],[253,6,279,12,"methods"],[253,13,279,19],[253,15,279,21],[254,8,280,16],[254,11,280,19,"PH_V1_TO_V2"],[254,22,280,30],[255,8,281,16],[255,11,281,19,"PH_V2_TO_V3"],[255,22,281,30],[256,8,282,16],[256,11,282,19,"PH_V3"],[256,16,282,24],[257,8,283,16],[257,11,283,19,"PH_V4"],[257,16,283,24],[258,8,284,16],[258,11,284,19,"PH_V5"],[258,16,284,24],[259,8,285,16],[259,11,285,19,"PH_V6"],[259,16,285,24],[260,8,286,16],[260,11,286,19,"PH_V7"],[260,16,286,24],[261,8,287,16],[261,11,287,19,"PH_V8"],[261,16,287,24],[262,8,288,16],[262,11,288,19,"PH_V9"],[262,16,288,24],[263,8,289,16],[263,11,289,19,"PH_V10"],[263,17,289,25],[264,8,290,16],[264,11,290,19,"PH_V11"],[265,6,291,12],[265,7,291,13],[266,6,292,12,"version"],[266,13,292,19],[266,15,292,21],[267,4,293,8],[267,5,293,9],[267,7,294,8],[268,6,295,12,"methods"],[268,13,295,19],[268,15,295,21],[269,8,296,16],[269,11,296,19,"PH_V1_TO_V2"],[269,22,296,30],[270,8,297,16],[270,11,297,19,"PH_V2_TO_V3"],[270,22,297,30],[271,8,298,16],[271,11,298,19,"PH_V3"],[271,16,298,24],[272,8,299,16],[272,11,299,19,"PH_V4"],[272,16,299,24],[273,8,300,16],[273,11,300,19,"PH_V5"],[273,16,300,24],[274,8,301,16],[274,11,301,19,"PH_V6"],[274,16,301,24],[275,8,302,16],[275,11,302,19,"PH_V7"],[275,16,302,24],[276,8,303,16],[276,11,303,19,"PH_V8"],[276,16,303,24],[277,8,304,16],[277,11,304,19,"PH_V9"],[277,16,304,24],[278,8,305,16],[278,11,305,19,"PH_V10"],[279,6,306,12],[279,7,306,13],[280,6,307,12,"version"],[280,13,307,19],[280,15,307,21],[281,4,308,8],[281,5,308,9],[281,7,309,8],[282,6,310,12,"methods"],[282,13,310,19],[282,15,310,21],[283,8,311,16],[283,11,311,19,"PH_V1_TO_V2"],[283,22,311,30],[284,8,312,16],[284,11,312,19,"PH_V2_TO_V3"],[284,22,312,30],[285,8,313,16],[285,11,313,19,"PH_V3"],[285,16,313,24],[286,8,314,16],[286,11,314,19,"PH_V4"],[286,16,314,24],[287,8,315,16],[287,11,315,19,"PH_V5"],[287,16,315,24],[288,8,316,16],[288,11,316,19,"PH_V6"],[288,16,316,24],[289,8,317,16],[289,11,317,19,"PH_V7"],[289,16,317,24],[290,8,318,16],[290,11,318,19,"PH_V8"],[290,16,318,24],[291,8,319,16],[291,11,319,19,"PH_V9"],[292,6,320,12],[292,7,320,13],[293,6,321,12,"version"],[293,13,321,19],[293,15,321,21],[294,4,322,8],[294,5,322,9],[294,7,323,8],[295,6,324,12,"methods"],[295,13,324,19],[295,15,324,21],[296,8,325,16],[296,11,325,19,"PH_V1_TO_V2"],[296,22,325,30],[297,8,326,16],[297,11,326,19,"PH_V2_TO_V3"],[297,22,326,30],[298,8,327,16],[298,11,327,19,"PH_V3"],[298,16,327,24],[299,8,328,16],[299,11,328,19,"PH_V4"],[299,16,328,24],[300,8,329,16],[300,11,329,19,"PH_V5"],[300,16,329,24],[301,8,330,16],[301,11,330,19,"PH_V6"],[301,16,330,24],[302,8,331,16],[302,11,331,19,"PH_V7"],[302,16,331,24],[303,8,332,16],[303,11,332,19,"PH_V8"],[304,6,333,12],[304,7,333,13],[305,6,334,12,"version"],[305,13,334,19],[305,15,334,21],[306,4,335,8],[306,5,335,9],[306,7,336,8],[307,6,337,12,"methods"],[307,13,337,19],[307,15,337,21],[308,8,338,16],[308,11,338,19,"PH_V1_TO_V2"],[308,22,338,30],[309,8,339,16],[309,11,339,19,"PH_V2_TO_V3"],[309,22,339,30],[310,8,340,16],[310,11,340,19,"PH_V3"],[310,16,340,24],[311,8,341,16],[311,11,341,19,"PH_V4"],[311,16,341,24],[312,8,342,16],[312,11,342,19,"PH_V5"],[312,16,342,24],[313,8,343,16],[313,11,343,19,"PH_V6"],[313,16,343,24],[314,8,344,16],[314,11,344,19,"PH_V7"],[315,6,345,12],[315,7,345,13],[316,6,346,12,"version"],[316,13,346,19],[316,15,346,21],[317,4,347,8],[317,5,347,9],[317,7,348,8],[318,6,349,12,"methods"],[318,13,349,19],[318,15,349,21],[319,8,350,16],[319,11,350,19,"PH_V1_TO_V2"],[319,22,350,30],[320,8,351,16],[320,11,351,19,"PH_V2_TO_V3"],[320,22,351,30],[321,8,352,16],[321,11,352,19,"PH_V3"],[321,16,352,24],[322,8,353,16],[322,11,353,19,"PH_V4"],[322,16,353,24],[323,8,354,16],[323,11,354,19,"PH_V5"],[323,16,354,24],[324,8,355,16],[324,11,355,19,"PH_V6"],[325,6,356,12],[325,7,356,13],[326,6,357,12,"version"],[326,13,357,19],[326,15,357,21],[327,4,358,8],[327,5,358,9],[327,7,359,8],[328,6,360,12,"methods"],[328,13,360,19],[328,15,360,21],[329,8,361,16],[329,11,361,19,"PH_V1_TO_V2"],[329,22,361,30],[330,8,362,16],[330,11,362,19,"PH_V2_TO_V3"],[330,22,362,30],[331,8,363,16],[331,11,363,19,"PH_V3"],[331,16,363,24],[332,8,364,16],[332,11,364,19,"PH_V4"],[332,16,364,24],[333,8,365,16],[333,11,365,19,"PH_V5"],[334,6,366,12],[334,7,366,13],[335,6,367,12,"version"],[335,13,367,19],[335,15,367,21],[336,4,368,8],[336,5,368,9],[336,7,369,8],[337,6,370,12,"methods"],[337,13,370,19],[337,15,370,21],[338,8,371,16],[338,11,371,19,"PH_V1_TO_V2"],[338,22,371,30],[339,8,372,16],[339,11,372,19,"PH_V2_TO_V3"],[339,22,372,30],[340,8,373,16],[340,11,373,19,"PH_V3"],[340,16,373,24],[341,8,374,16],[341,11,374,19,"PH_V4"],[342,6,375,12],[342,7,375,13],[343,6,376,12,"version"],[343,13,376,19],[343,15,376,21],[344,4,377,8],[344,5,377,9],[344,7,378,8],[345,6,379,12,"methods"],[345,13,379,19],[345,15,379,21],[346,8,380,16],[346,11,380,19,"PH_V1_TO_V2"],[346,22,380,30],[347,8,381,16],[347,11,381,19,"PH_V2_TO_V3"],[347,22,381,30],[348,8,382,16],[348,11,382,19,"PH_V3"],[349,6,383,12],[349,7,383,13],[350,6,384,12,"version"],[350,13,384,19],[350,15,384,21],[351,4,385,8],[351,5,385,9],[351,7,386,8],[352,6,387,12,"methods"],[352,13,387,19],[352,15,387,21],[353,8,388,16],[353,11,388,19,"PH_V1_TO_V2"],[353,22,388,30],[354,8,389,16],[354,11,389,19,"PH_V2_TO_V3"],[355,6,390,12],[355,7,390,13],[356,6,391,12,"version"],[356,13,391,19],[356,15,391,21],[357,4,392,8],[357,5,392,9],[357,7,393,8],[358,6,394,12,"methods"],[358,13,394,19],[358,15,394,21],[359,8,395,16,"session_info"],[359,20,395,28],[359,22,395,30],[360,10,396,20,"description"],[360,21,396,31],[360,23,396,33],[360,79,396,89],[361,10,397,20,"params"],[361,16,397,26],[361,18,397,28],[361,19,398,24],[362,12,399,28,"name"],[362,16,399,32],[362,18,399,34],[362,25,399,41],[363,12,400,28,"type"],[363,16,400,32],[363,18,400,34],[364,10,401,24],[364,11,401,25],[364,12,402,21],[365,10,403,20,"type"],[365,14,403,24],[365,16,403,26],[366,8,404,16],[366,9,404,17],[367,8,405,16],[367,11,405,19,"PH_V1_TO_V2"],[368,6,406,12],[368,7,406,13],[369,6,407,12,"version"],[369,13,407,19],[369,15,407,21],[370,4,408,8],[370,5,408,9],[371,2,410,0],[371,3,410,1],[372,0,410,2],[372,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]} |