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