mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 03:01:04 +00:00
1 line
12 KiB
Plaintext
1 line
12 KiB
Plaintext
{"dependencies":[{"name":"./rpc.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":3,"column":17,"index":94},"end":{"line":3,"column":36,"index":113}}],"key":"HM5SWdtr7pQCI/dpW5F7o9eBHJM=","exportNames":["*"],"imports":1}},{"name":"./runtime.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":21,"index":136},"end":{"line":4,"column":44,"index":159}}],"key":"1Bt1nJiKs8NxyJ2wvuA5w0tRpWE=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n var rpc_js_1 = require(_dependencyMap[0], \"./rpc.js\");\n var runtime_js_1 = require(_dependencyMap[1], \"./runtime.js\");\n exports.default = {\n rpc: rpc_js_1.rpc,\n runtime: runtime_js_1.runtime,\n types: {\n AuthorityIndex: 'u64',\n AuthorityList: 'Vec<NextAuthority>',\n AuthoritySet: {\n currentAuthorities: 'AuthorityList',\n setId: 'u64',\n pendingStandardChanges: 'ForkTreePendingChange',\n pendingForcedChanges: 'Vec<PendingChange>',\n authoritySetChanges: 'AuthoritySetChanges'\n },\n ForkTreePendingChange: {\n roots: 'Vec<ForkTreePendingChangeNode>',\n bestFinalizedNumber: 'Option<BlockNumber>'\n },\n ForkTreePendingChangeNode: {\n hash: 'BlockHash',\n number: 'BlockNumber',\n data: 'PendingChange',\n // actual data, here PendingChange\n children: 'Vec<ForkTreePendingChangeNode>'\n },\n AuthoritySetChange: '(U64, BlockNumber)',\n AuthoritySetChanges: 'Vec<AuthoritySetChange>',\n AuthorityWeight: 'u64',\n DelayKind: {\n _enum: {\n Finalized: 'Null',\n Best: 'DelayKindBest'\n }\n },\n DelayKindBest: {\n medianLastFinalized: 'BlockNumber'\n },\n EncodedFinalityProofs: 'Bytes',\n GrandpaEquivocation: {\n _enum: {\n Prevote: 'GrandpaEquivocationValue',\n Precommit: 'GrandpaEquivocationValue'\n }\n },\n GrandpaEquivocationProof: {\n setId: 'SetId',\n equivocation: 'GrandpaEquivocation'\n },\n GrandpaEquivocationValue: {\n roundNumber: 'u64',\n identity: 'AuthorityId',\n first: '(GrandpaPrevote, AuthoritySignature)',\n second: '(GrandpaPrevote, AuthoritySignature)'\n },\n GrandpaPrevote: {\n targetHash: 'Hash',\n targetNumber: 'BlockNumber'\n },\n GrandpaCommit: {\n targetHash: 'BlockHash',\n targetNumber: 'BlockNumber',\n precommits: 'Vec<GrandpaSignedPrecommit>'\n },\n GrandpaPrecommit: {\n targetHash: 'BlockHash',\n targetNumber: 'BlockNumber'\n },\n GrandpaSignedPrecommit: {\n precommit: 'GrandpaPrecommit',\n signature: 'AuthoritySignature',\n id: 'AuthorityId'\n },\n GrandpaJustification: {\n round: 'u64',\n commit: 'GrandpaCommit',\n votesAncestries: 'Vec<Header>'\n },\n JustificationNotification: 'Bytes',\n KeyOwnerProof: 'MembershipProof',\n NextAuthority: '(AuthorityId, AuthorityWeight)',\n PendingChange: {\n nextAuthorities: 'AuthorityList',\n delay: 'BlockNumber',\n canonHeight: 'BlockNumber',\n canonHash: 'BlockHash',\n delayKind: 'DelayKind'\n },\n PendingPause: {\n scheduledAt: 'BlockNumber',\n delay: 'BlockNumber'\n },\n PendingResume: {\n scheduledAt: 'BlockNumber',\n delay: 'BlockNumber'\n },\n Precommits: {\n currentWeight: 'u32',\n missing: 'BTreeSet<AuthorityId>'\n },\n Prevotes: {\n currentWeight: 'u32',\n missing: 'BTreeSet<AuthorityId>'\n },\n ReportedRoundStates: {\n setId: 'u32',\n best: 'RoundState',\n background: 'Vec<RoundState>'\n },\n RoundState: {\n round: 'u32',\n totalWeight: 'u32',\n thresholdWeight: 'u32',\n prevotes: 'Prevotes',\n precommits: 'Precommits'\n },\n SetId: 'u64',\n StoredPendingChange: {\n scheduledAt: 'BlockNumber',\n delay: 'BlockNumber',\n nextAuthorities: 'AuthorityList'\n },\n StoredState: {\n _enum: {\n Live: 'Null',\n PendingPause: 'PendingPause',\n Paused: 'Null',\n PendingResume: 'PendingResume'\n }\n }\n }\n };\n});","lineCount":139,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0],[7,6,3,6,"rpc_js_1"],[7,14,3,14],[7,17,3,17,"require"],[7,24,3,24],[7,25,3,24,"_dependencyMap"],[7,39,3,24],[7,54,3,35],[7,55,3,36],[8,2,4,0],[8,6,4,6,"runtime_js_1"],[8,18,4,18],[8,21,4,21,"require"],[8,28,4,28],[8,29,4,28,"_dependencyMap"],[8,43,4,28],[8,62,4,43],[8,63,4,44],[9,2,5,0,"exports"],[9,9,5,7],[9,10,5,8,"default"],[9,17,5,15],[9,20,5,18],[10,4,6,4,"rpc"],[10,7,6,7],[10,9,6,9,"rpc_js_1"],[10,17,6,17],[10,18,6,18,"rpc"],[10,21,6,21],[11,4,7,4,"runtime"],[11,11,7,11],[11,13,7,13,"runtime_js_1"],[11,25,7,25],[11,26,7,26,"runtime"],[11,33,7,33],[12,4,8,4,"types"],[12,9,8,9],[12,11,8,11],[13,6,9,8,"AuthorityIndex"],[13,20,9,22],[13,22,9,24],[13,27,9,29],[14,6,10,8,"AuthorityList"],[14,19,10,21],[14,21,10,23],[14,41,10,43],[15,6,11,8,"AuthoritySet"],[15,18,11,20],[15,20,11,22],[16,8,12,12,"currentAuthorities"],[16,26,12,30],[16,28,12,32],[16,43,12,47],[17,8,13,12,"setId"],[17,13,13,17],[17,15,13,19],[17,20,13,24],[18,8,14,12,"pendingStandardChanges"],[18,30,14,34],[18,32,14,36],[18,55,14,59],[19,8,15,12,"pendingForcedChanges"],[19,28,15,32],[19,30,15,34],[19,50,15,54],[20,8,16,12,"authoritySetChanges"],[20,27,16,31],[20,29,16,33],[21,6,17,8],[21,7,17,9],[22,6,18,8,"ForkTreePendingChange"],[22,27,18,29],[22,29,18,31],[23,8,19,12,"roots"],[23,13,19,17],[23,15,19,19],[23,47,19,51],[24,8,20,12,"bestFinalizedNumber"],[24,27,20,31],[24,29,20,33],[25,6,21,8],[25,7,21,9],[26,6,22,8,"ForkTreePendingChangeNode"],[26,31,22,33],[26,33,22,35],[27,8,23,12,"hash"],[27,12,23,16],[27,14,23,18],[27,25,23,29],[28,8,24,12,"number"],[28,14,24,18],[28,16,24,20],[28,29,24,33],[29,8,25,12,"data"],[29,12,25,16],[29,14,25,18],[29,29,25,33],[30,8,25,35],[31,8,26,12,"children"],[31,16,26,20],[31,18,26,22],[32,6,27,8],[32,7,27,9],[33,6,28,8,"AuthoritySetChange"],[33,24,28,26],[33,26,28,28],[33,46,28,48],[34,6,29,8,"AuthoritySetChanges"],[34,25,29,27],[34,27,29,29],[34,52,29,54],[35,6,30,8,"AuthorityWeight"],[35,21,30,23],[35,23,30,25],[35,28,30,30],[36,6,31,8,"DelayKind"],[36,15,31,17],[36,17,31,19],[37,8,32,12,"_enum"],[37,13,32,17],[37,15,32,19],[38,10,33,16,"Finalized"],[38,19,33,25],[38,21,33,27],[38,27,33,33],[39,10,34,16,"Best"],[39,14,34,20],[39,16,34,22],[40,8,35,12],[41,6,36,8],[41,7,36,9],[42,6,37,8,"DelayKindBest"],[42,19,37,21],[42,21,37,23],[43,8,38,12,"medianLastFinalized"],[43,27,38,31],[43,29,38,33],[44,6,39,8],[44,7,39,9],[45,6,40,8,"EncodedFinalityProofs"],[45,27,40,29],[45,29,40,31],[45,36,40,38],[46,6,41,8,"GrandpaEquivocation"],[46,25,41,27],[46,27,41,29],[47,8,42,12,"_enum"],[47,13,42,17],[47,15,42,19],[48,10,43,16,"Prevote"],[48,17,43,23],[48,19,43,25],[48,45,43,51],[49,10,44,16,"Precommit"],[49,19,44,25],[49,21,44,27],[50,8,45,12],[51,6,46,8],[51,7,46,9],[52,6,47,8,"GrandpaEquivocationProof"],[52,30,47,32],[52,32,47,34],[53,8,48,12,"setId"],[53,13,48,17],[53,15,48,19],[53,22,48,26],[54,8,49,12,"equivocation"],[54,20,49,24],[54,22,49,26],[55,6,50,8],[55,7,50,9],[56,6,51,8,"GrandpaEquivocationValue"],[56,30,51,32],[56,32,51,34],[57,8,52,12,"roundNumber"],[57,19,52,23],[57,21,52,25],[57,26,52,30],[58,8,53,12,"identity"],[58,16,53,20],[58,18,53,22],[58,31,53,35],[59,8,54,12,"first"],[59,13,54,17],[59,15,54,19],[59,53,54,57],[60,8,55,12,"second"],[60,14,55,18],[60,16,55,20],[61,6,56,8],[61,7,56,9],[62,6,57,8,"GrandpaPrevote"],[62,20,57,22],[62,22,57,24],[63,8,58,12,"targetHash"],[63,18,58,22],[63,20,58,24],[63,26,58,30],[64,8,59,12,"targetNumber"],[64,20,59,24],[64,22,59,26],[65,6,60,8],[65,7,60,9],[66,6,61,8,"GrandpaCommit"],[66,19,61,21],[66,21,61,23],[67,8,62,12,"targetHash"],[67,18,62,22],[67,20,62,24],[67,31,62,35],[68,8,63,12,"targetNumber"],[68,20,63,24],[68,22,63,26],[68,35,63,39],[69,8,64,12,"precommits"],[69,18,64,22],[69,20,64,24],[70,6,65,8],[70,7,65,9],[71,6,66,8,"GrandpaPrecommit"],[71,22,66,24],[71,24,66,26],[72,8,67,12,"targetHash"],[72,18,67,22],[72,20,67,24],[72,31,67,35],[73,8,68,12,"targetNumber"],[73,20,68,24],[73,22,68,26],[74,6,69,8],[74,7,69,9],[75,6,70,8,"GrandpaSignedPrecommit"],[75,28,70,30],[75,30,70,32],[76,8,71,12,"precommit"],[76,17,71,21],[76,19,71,23],[76,37,71,41],[77,8,72,12,"signature"],[77,17,72,21],[77,19,72,23],[77,39,72,43],[78,8,73,12,"id"],[78,10,73,14],[78,12,73,16],[79,6,74,8],[79,7,74,9],[80,6,75,8,"GrandpaJustification"],[80,26,75,28],[80,28,75,30],[81,8,76,12,"round"],[81,13,76,17],[81,15,76,19],[81,20,76,24],[82,8,77,12,"commit"],[82,14,77,18],[82,16,77,20],[82,31,77,35],[83,8,78,12,"votesAncestries"],[83,23,78,27],[83,25,78,29],[84,6,79,8],[84,7,79,9],[85,6,80,8,"JustificationNotification"],[85,31,80,33],[85,33,80,35],[85,40,80,42],[86,6,81,8,"KeyOwnerProof"],[86,19,81,21],[86,21,81,23],[86,38,81,40],[87,6,82,8,"NextAuthority"],[87,19,82,21],[87,21,82,23],[87,53,82,55],[88,6,83,8,"PendingChange"],[88,19,83,21],[88,21,83,23],[89,8,84,12,"nextAuthorities"],[89,23,84,27],[89,25,84,29],[89,40,84,44],[90,8,85,12,"delay"],[90,13,85,17],[90,15,85,19],[90,28,85,32],[91,8,86,12,"canonHeight"],[91,19,86,23],[91,21,86,25],[91,34,86,38],[92,8,87,12,"canonHash"],[92,17,87,21],[92,19,87,23],[92,30,87,34],[93,8,88,12,"delayKind"],[93,17,88,21],[93,19,88,23],[94,6,89,8],[94,7,89,9],[95,6,90,8,"PendingPause"],[95,18,90,20],[95,20,90,22],[96,8,91,12,"scheduledAt"],[96,19,91,23],[96,21,91,25],[96,34,91,38],[97,8,92,12,"delay"],[97,13,92,17],[97,15,92,19],[98,6,93,8],[98,7,93,9],[99,6,94,8,"PendingResume"],[99,19,94,21],[99,21,94,23],[100,8,95,12,"scheduledAt"],[100,19,95,23],[100,21,95,25],[100,34,95,38],[101,8,96,12,"delay"],[101,13,96,17],[101,15,96,19],[102,6,97,8],[102,7,97,9],[103,6,98,8,"Precommits"],[103,16,98,18],[103,18,98,20],[104,8,99,12,"currentWeight"],[104,21,99,25],[104,23,99,27],[104,28,99,32],[105,8,100,12,"missing"],[105,15,100,19],[105,17,100,21],[106,6,101,8],[106,7,101,9],[107,6,102,8,"Prevotes"],[107,14,102,16],[107,16,102,18],[108,8,103,12,"currentWeight"],[108,21,103,25],[108,23,103,27],[108,28,103,32],[109,8,104,12,"missing"],[109,15,104,19],[109,17,104,21],[110,6,105,8],[110,7,105,9],[111,6,106,8,"ReportedRoundStates"],[111,25,106,27],[111,27,106,29],[112,8,107,12,"setId"],[112,13,107,17],[112,15,107,19],[112,20,107,24],[113,8,108,12,"best"],[113,12,108,16],[113,14,108,18],[113,26,108,30],[114,8,109,12,"background"],[114,18,109,22],[114,20,109,24],[115,6,110,8],[115,7,110,9],[116,6,111,8,"RoundState"],[116,16,111,18],[116,18,111,20],[117,8,112,12,"round"],[117,13,112,17],[117,15,112,19],[117,20,112,24],[118,8,113,12,"totalWeight"],[118,19,113,23],[118,21,113,25],[118,26,113,30],[119,8,114,12,"thresholdWeight"],[119,23,114,27],[119,25,114,29],[119,30,114,34],[120,8,115,12,"prevotes"],[120,16,115,20],[120,18,115,22],[120,28,115,32],[121,8,116,12,"precommits"],[121,18,116,22],[121,20,116,24],[122,6,117,8],[122,7,117,9],[123,6,118,8,"SetId"],[123,11,118,13],[123,13,118,15],[123,18,118,20],[124,6,119,8,"StoredPendingChange"],[124,25,119,27],[124,27,119,29],[125,8,120,12,"scheduledAt"],[125,19,120,23],[125,21,120,25],[125,34,120,38],[126,8,121,12,"delay"],[126,13,121,17],[126,15,121,19],[126,28,121,32],[127,8,122,12,"nextAuthorities"],[127,23,122,27],[127,25,122,29],[128,6,123,8],[128,7,123,9],[129,6,124,8,"StoredState"],[129,17,124,19],[129,19,124,21],[130,8,125,12,"_enum"],[130,13,125,17],[130,15,125,19],[131,10,126,16,"Live"],[131,14,126,20],[131,16,126,22],[131,22,126,28],[132,10,127,16,"PendingPause"],[132,22,127,28],[132,24,127,30],[132,38,127,44],[133,10,128,16,"Paused"],[133,16,128,22],[133,18,128,24],[133,24,128,30],[134,10,129,16,"PendingResume"],[134,23,129,29],[134,25,129,31],[135,8,130,12],[136,6,131,8],[137,4,132,4],[138,2,133,0],[138,3,133,1],[139,0,133,2],[139,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]} |