mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-29 23:31:05 +00:00
1 line
11 KiB
Plaintext
1 line
11 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, \"rpc\", {\n enumerable: true,\n get: function () {\n return rpc;\n }\n });\n const rpc = {\n accountNextIndex: {\n alias: ['account_nextIndex'],\n description: 'Retrieves the next accountIndex as available on the node',\n params: [{\n name: 'accountId',\n type: 'AccountId'\n }],\n type: 'Index'\n },\n addLogFilter: {\n description: 'Adds the supplied directives to the current log filter',\n isUnsafe: true,\n params: [{\n name: 'directives',\n type: 'Text'\n }],\n type: 'Null'\n },\n addReservedPeer: {\n description: 'Adds a reserved peer',\n isUnsafe: true,\n params: [{\n name: 'peer',\n type: 'Text'\n }],\n type: 'Text'\n },\n chain: {\n description: 'Retrieves the chain',\n params: [],\n type: 'Text'\n },\n chainType: {\n description: 'Retrieves the chain type',\n params: [],\n type: 'ChainType'\n },\n dryRun: {\n alias: ['system_dryRunAt'],\n description: 'Dry run an extrinsic at a given block',\n isUnsafe: true,\n params: [{\n name: 'extrinsic',\n type: 'Bytes'\n }, {\n isHistoric: true,\n isOptional: true,\n name: 'at',\n type: 'BlockHash'\n }],\n type: 'ApplyExtrinsicResult'\n },\n health: {\n description: 'Return health status of the node',\n noErrorLog: true,\n params: [],\n type: 'Health'\n },\n localListenAddresses: {\n description: 'The addresses include a trailing /p2p/ with the local PeerId, and are thus suitable to be passed to addReservedPeer or as a bootnode address for example',\n params: [],\n type: 'Vec<Text>'\n },\n localPeerId: {\n description: 'Returns the base58-encoded PeerId of the node',\n params: [],\n type: 'Text'\n },\n name: {\n description: 'Retrieves the node name',\n params: [],\n type: 'Text'\n },\n networkState: {\n alias: ['system_unstable_networkState'],\n description: 'Returns current state of the network',\n isUnsafe: true,\n params: [],\n type: 'NetworkState'\n },\n nodeRoles: {\n description: 'Returns the roles the node is running as',\n params: [],\n type: 'Vec<NodeRole>'\n },\n peers: {\n description: 'Returns the currently connected peers',\n isUnsafe: true,\n params: [],\n type: 'Vec<PeerInfo>'\n },\n properties: {\n description: 'Get a custom set of properties as a JSON object, defined in the chain spec',\n params: [],\n type: 'ChainProperties'\n },\n removeReservedPeer: {\n description: 'Remove a reserved peer',\n isUnsafe: true,\n params: [{\n name: 'peerId',\n type: 'Text'\n }],\n type: 'Text'\n },\n reservedPeers: {\n description: 'Returns the list of reserved peers',\n params: [],\n type: 'Vec<Text>'\n },\n resetLogFilter: {\n description: 'Resets the log filter to Substrate defaults',\n isUnsafe: true,\n params: [],\n type: 'Null'\n },\n syncState: {\n description: 'Returns the state of the syncing of the node',\n params: [],\n type: 'SyncState'\n },\n version: {\n description: 'Retrieves the version of the node',\n params: [],\n type: 'Text'\n }\n };\n});","lineCount":141,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"rpc"],[10,16,1,0],[11,4,1,0],[12,2,1,0],[13,2,1,7],[13,8,1,13,"rpc"],[13,11,1,16],[13,14,1,19],[14,4,2,4,"accountNextIndex"],[14,20,2,20],[14,22,2,22],[15,6,3,8,"alias"],[15,11,3,13],[15,13,3,15],[15,14,3,16],[15,33,3,35],[15,34,3,36],[16,6,4,8,"description"],[16,17,4,19],[16,19,4,21],[16,77,4,79],[17,6,5,8,"params"],[17,12,5,14],[17,14,5,16],[17,15,6,12],[18,8,7,16,"name"],[18,12,7,20],[18,14,7,22],[18,25,7,33],[19,8,8,16,"type"],[19,12,8,20],[19,14,8,22],[20,6,9,12],[20,7,9,13],[20,8,10,9],[21,6,11,8,"type"],[21,10,11,12],[21,12,11,14],[22,4,12,4],[22,5,12,5],[23,4,13,4,"addLogFilter"],[23,16,13,16],[23,18,13,18],[24,6,14,8,"description"],[24,17,14,19],[24,19,14,21],[24,75,14,77],[25,6,15,8,"isUnsafe"],[25,14,15,16],[25,16,15,18],[25,20,15,22],[26,6,16,8,"params"],[26,12,16,14],[26,14,16,16],[26,15,17,12],[27,8,18,16,"name"],[27,12,18,20],[27,14,18,22],[27,26,18,34],[28,8,19,16,"type"],[28,12,19,20],[28,14,19,22],[29,6,20,12],[29,7,20,13],[29,8,21,9],[30,6,22,8,"type"],[30,10,22,12],[30,12,22,14],[31,4,23,4],[31,5,23,5],[32,4,24,4,"addReservedPeer"],[32,19,24,19],[32,21,24,21],[33,6,25,8,"description"],[33,17,25,19],[33,19,25,21],[33,41,25,43],[34,6,26,8,"isUnsafe"],[34,14,26,16],[34,16,26,18],[34,20,26,22],[35,6,27,8,"params"],[35,12,27,14],[35,14,27,16],[35,15,28,12],[36,8,29,16,"name"],[36,12,29,20],[36,14,29,22],[36,20,29,28],[37,8,30,16,"type"],[37,12,30,20],[37,14,30,22],[38,6,31,12],[38,7,31,13],[38,8,32,9],[39,6,33,8,"type"],[39,10,33,12],[39,12,33,14],[40,4,34,4],[40,5,34,5],[41,4,35,4,"chain"],[41,9,35,9],[41,11,35,11],[42,6,36,8,"description"],[42,17,36,19],[42,19,36,21],[42,40,36,42],[43,6,37,8,"params"],[43,12,37,14],[43,14,37,16],[43,16,37,18],[44,6,38,8,"type"],[44,10,38,12],[44,12,38,14],[45,4,39,4],[45,5,39,5],[46,4,40,4,"chainType"],[46,13,40,13],[46,15,40,15],[47,6,41,8,"description"],[47,17,41,19],[47,19,41,21],[47,45,41,47],[48,6,42,8,"params"],[48,12,42,14],[48,14,42,16],[48,16,42,18],[49,6,43,8,"type"],[49,10,43,12],[49,12,43,14],[50,4,44,4],[50,5,44,5],[51,4,45,4,"dryRun"],[51,10,45,10],[51,12,45,12],[52,6,46,8,"alias"],[52,11,46,13],[52,13,46,15],[52,14,46,16],[52,31,46,33],[52,32,46,34],[53,6,47,8,"description"],[53,17,47,19],[53,19,47,21],[53,58,47,60],[54,6,48,8,"isUnsafe"],[54,14,48,16],[54,16,48,18],[54,20,48,22],[55,6,49,8,"params"],[55,12,49,14],[55,14,49,16],[55,15,50,12],[56,8,51,16,"name"],[56,12,51,20],[56,14,51,22],[56,25,51,33],[57,8,52,16,"type"],[57,12,52,20],[57,14,52,22],[58,6,53,12],[58,7,53,13],[58,9,54,12],[59,8,55,16,"isHistoric"],[59,18,55,26],[59,20,55,28],[59,24,55,32],[60,8,56,16,"isOptional"],[60,18,56,26],[60,20,56,28],[60,24,56,32],[61,8,57,16,"name"],[61,12,57,20],[61,14,57,22],[61,18,57,26],[62,8,58,16,"type"],[62,12,58,20],[62,14,58,22],[63,6,59,12],[63,7,59,13],[63,8,60,9],[64,6,61,8,"type"],[64,10,61,12],[64,12,61,14],[65,4,62,4],[65,5,62,5],[66,4,63,4,"health"],[66,10,63,10],[66,12,63,12],[67,6,64,8,"description"],[67,17,64,19],[67,19,64,21],[67,53,64,55],[68,6,65,8,"noErrorLog"],[68,16,65,18],[68,18,65,20],[68,22,65,24],[69,6,66,8,"params"],[69,12,66,14],[69,14,66,16],[69,16,66,18],[70,6,67,8,"type"],[70,10,67,12],[70,12,67,14],[71,4,68,4],[71,5,68,5],[72,4,69,4,"localListenAddresses"],[72,24,69,24],[72,26,69,26],[73,6,70,8,"description"],[73,17,70,19],[73,19,70,21],[73,173,70,175],[74,6,71,8,"params"],[74,12,71,14],[74,14,71,16],[74,16,71,18],[75,6,72,8,"type"],[75,10,72,12],[75,12,72,14],[76,4,73,4],[76,5,73,5],[77,4,74,4,"localPeerId"],[77,15,74,15],[77,17,74,17],[78,6,75,8,"description"],[78,17,75,19],[78,19,75,21],[78,66,75,68],[79,6,76,8,"params"],[79,12,76,14],[79,14,76,16],[79,16,76,18],[80,6,77,8,"type"],[80,10,77,12],[80,12,77,14],[81,4,78,4],[81,5,78,5],[82,4,79,4,"name"],[82,8,79,8],[82,10,79,10],[83,6,80,8,"description"],[83,17,80,19],[83,19,80,21],[83,44,80,46],[84,6,81,8,"params"],[84,12,81,14],[84,14,81,16],[84,16,81,18],[85,6,82,8,"type"],[85,10,82,12],[85,12,82,14],[86,4,83,4],[86,5,83,5],[87,4,84,4,"networkState"],[87,16,84,16],[87,18,84,18],[88,6,85,8,"alias"],[88,11,85,13],[88,13,85,15],[88,14,85,16],[88,44,85,46],[88,45,85,47],[89,6,86,8,"description"],[89,17,86,19],[89,19,86,21],[89,57,86,59],[90,6,87,8,"isUnsafe"],[90,14,87,16],[90,16,87,18],[90,20,87,22],[91,6,88,8,"params"],[91,12,88,14],[91,14,88,16],[91,16,88,18],[92,6,89,8,"type"],[92,10,89,12],[92,12,89,14],[93,4,90,4],[93,5,90,5],[94,4,91,4,"nodeRoles"],[94,13,91,13],[94,15,91,15],[95,6,92,8,"description"],[95,17,92,19],[95,19,92,21],[95,61,92,63],[96,6,93,8,"params"],[96,12,93,14],[96,14,93,16],[96,16,93,18],[97,6,94,8,"type"],[97,10,94,12],[97,12,94,14],[98,4,95,4],[98,5,95,5],[99,4,96,4,"peers"],[99,9,96,9],[99,11,96,11],[100,6,97,8,"description"],[100,17,97,19],[100,19,97,21],[100,58,97,60],[101,6,98,8,"isUnsafe"],[101,14,98,16],[101,16,98,18],[101,20,98,22],[102,6,99,8,"params"],[102,12,99,14],[102,14,99,16],[102,16,99,18],[103,6,100,8,"type"],[103,10,100,12],[103,12,100,14],[104,4,101,4],[104,5,101,5],[105,4,102,4,"properties"],[105,14,102,14],[105,16,102,16],[106,6,103,8,"description"],[106,17,103,19],[106,19,103,21],[106,95,103,97],[107,6,104,8,"params"],[107,12,104,14],[107,14,104,16],[107,16,104,18],[108,6,105,8,"type"],[108,10,105,12],[108,12,105,14],[109,4,106,4],[109,5,106,5],[110,4,107,4,"removeReservedPeer"],[110,22,107,22],[110,24,107,24],[111,6,108,8,"description"],[111,17,108,19],[111,19,108,21],[111,43,108,45],[112,6,109,8,"isUnsafe"],[112,14,109,16],[112,16,109,18],[112,20,109,22],[113,6,110,8,"params"],[113,12,110,14],[113,14,110,16],[113,15,111,12],[114,8,112,16,"name"],[114,12,112,20],[114,14,112,22],[114,22,112,30],[115,8,113,16,"type"],[115,12,113,20],[115,14,113,22],[116,6,114,12],[116,7,114,13],[116,8,115,9],[117,6,116,8,"type"],[117,10,116,12],[117,12,116,14],[118,4,117,4],[118,5,117,5],[119,4,118,4,"reservedPeers"],[119,17,118,17],[119,19,118,19],[120,6,119,8,"description"],[120,17,119,19],[120,19,119,21],[120,55,119,57],[121,6,120,8,"params"],[121,12,120,14],[121,14,120,16],[121,16,120,18],[122,6,121,8,"type"],[122,10,121,12],[122,12,121,14],[123,4,122,4],[123,5,122,5],[124,4,123,4,"resetLogFilter"],[124,18,123,18],[124,20,123,20],[125,6,124,8,"description"],[125,17,124,19],[125,19,124,21],[125,64,124,66],[126,6,125,8,"isUnsafe"],[126,14,125,16],[126,16,125,18],[126,20,125,22],[127,6,126,8,"params"],[127,12,126,14],[127,14,126,16],[127,16,126,18],[128,6,127,8,"type"],[128,10,127,12],[128,12,127,14],[129,4,128,4],[129,5,128,5],[130,4,129,4,"syncState"],[130,13,129,13],[130,15,129,15],[131,6,130,8,"description"],[131,17,130,19],[131,19,130,21],[131,65,130,67],[132,6,131,8,"params"],[132,12,131,14],[132,14,131,16],[132,16,131,18],[133,6,132,8,"type"],[133,10,132,12],[133,12,132,14],[134,4,133,4],[134,5,133,5],[135,4,134,4,"version"],[135,11,134,11],[135,13,134,13],[136,6,135,8,"description"],[136,17,135,19],[136,19,135,21],[136,54,135,56],[137,6,136,8,"params"],[137,12,136,14],[137,14,136,16],[137,16,136,18],[138,6,137,8,"type"],[138,10,137,12],[138,12,137,14],[139,4,138,4],[140,2,139,0],[140,3,139,1],[141,0,139,2],[141,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]} |