mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 14:31:02 +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 exports.rpc = void 0;\n exports.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":136,"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,"rpc"],[7,13,3,11],[7,16,3,14],[7,21,3,19],[7,22,3,20],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"rpc"],[8,13,4,11],[8,16,4,14],[9,4,5,4,"accountNextIndex"],[9,20,5,20],[9,22,5,22],[10,6,6,8,"alias"],[10,11,6,13],[10,13,6,15],[10,14,6,16],[10,33,6,35],[10,34,6,36],[11,6,7,8,"description"],[11,17,7,19],[11,19,7,21],[11,77,7,79],[12,6,8,8,"params"],[12,12,8,14],[12,14,8,16],[12,15,9,12],[13,8,10,16,"name"],[13,12,10,20],[13,14,10,22],[13,25,10,33],[14,8,11,16,"type"],[14,12,11,20],[14,14,11,22],[15,6,12,12],[15,7,12,13],[15,8,13,9],[16,6,14,8,"type"],[16,10,14,12],[16,12,14,14],[17,4,15,4],[17,5,15,5],[18,4,16,4,"addLogFilter"],[18,16,16,16],[18,18,16,18],[19,6,17,8,"description"],[19,17,17,19],[19,19,17,21],[19,75,17,77],[20,6,18,8,"isUnsafe"],[20,14,18,16],[20,16,18,18],[20,20,18,22],[21,6,19,8,"params"],[21,12,19,14],[21,14,19,16],[21,15,20,12],[22,8,21,16,"name"],[22,12,21,20],[22,14,21,22],[22,26,21,34],[23,8,22,16,"type"],[23,12,22,20],[23,14,22,22],[24,6,23,12],[24,7,23,13],[24,8,24,9],[25,6,25,8,"type"],[25,10,25,12],[25,12,25,14],[26,4,26,4],[26,5,26,5],[27,4,27,4,"addReservedPeer"],[27,19,27,19],[27,21,27,21],[28,6,28,8,"description"],[28,17,28,19],[28,19,28,21],[28,41,28,43],[29,6,29,8,"isUnsafe"],[29,14,29,16],[29,16,29,18],[29,20,29,22],[30,6,30,8,"params"],[30,12,30,14],[30,14,30,16],[30,15,31,12],[31,8,32,16,"name"],[31,12,32,20],[31,14,32,22],[31,20,32,28],[32,8,33,16,"type"],[32,12,33,20],[32,14,33,22],[33,6,34,12],[33,7,34,13],[33,8,35,9],[34,6,36,8,"type"],[34,10,36,12],[34,12,36,14],[35,4,37,4],[35,5,37,5],[36,4,38,4,"chain"],[36,9,38,9],[36,11,38,11],[37,6,39,8,"description"],[37,17,39,19],[37,19,39,21],[37,40,39,42],[38,6,40,8,"params"],[38,12,40,14],[38,14,40,16],[38,16,40,18],[39,6,41,8,"type"],[39,10,41,12],[39,12,41,14],[40,4,42,4],[40,5,42,5],[41,4,43,4,"chainType"],[41,13,43,13],[41,15,43,15],[42,6,44,8,"description"],[42,17,44,19],[42,19,44,21],[42,45,44,47],[43,6,45,8,"params"],[43,12,45,14],[43,14,45,16],[43,16,45,18],[44,6,46,8,"type"],[44,10,46,12],[44,12,46,14],[45,4,47,4],[45,5,47,5],[46,4,48,4,"dryRun"],[46,10,48,10],[46,12,48,12],[47,6,49,8,"alias"],[47,11,49,13],[47,13,49,15],[47,14,49,16],[47,31,49,33],[47,32,49,34],[48,6,50,8,"description"],[48,17,50,19],[48,19,50,21],[48,58,50,60],[49,6,51,8,"isUnsafe"],[49,14,51,16],[49,16,51,18],[49,20,51,22],[50,6,52,8,"params"],[50,12,52,14],[50,14,52,16],[50,15,53,12],[51,8,54,16,"name"],[51,12,54,20],[51,14,54,22],[51,25,54,33],[52,8,55,16,"type"],[52,12,55,20],[52,14,55,22],[53,6,56,12],[53,7,56,13],[53,9,57,12],[54,8,58,16,"isHistoric"],[54,18,58,26],[54,20,58,28],[54,24,58,32],[55,8,59,16,"isOptional"],[55,18,59,26],[55,20,59,28],[55,24,59,32],[56,8,60,16,"name"],[56,12,60,20],[56,14,60,22],[56,18,60,26],[57,8,61,16,"type"],[57,12,61,20],[57,14,61,22],[58,6,62,12],[58,7,62,13],[58,8,63,9],[59,6,64,8,"type"],[59,10,64,12],[59,12,64,14],[60,4,65,4],[60,5,65,5],[61,4,66,4,"health"],[61,10,66,10],[61,12,66,12],[62,6,67,8,"description"],[62,17,67,19],[62,19,67,21],[62,53,67,55],[63,6,68,8,"noErrorLog"],[63,16,68,18],[63,18,68,20],[63,22,68,24],[64,6,69,8,"params"],[64,12,69,14],[64,14,69,16],[64,16,69,18],[65,6,70,8,"type"],[65,10,70,12],[65,12,70,14],[66,4,71,4],[66,5,71,5],[67,4,72,4,"localListenAddresses"],[67,24,72,24],[67,26,72,26],[68,6,73,8,"description"],[68,17,73,19],[68,19,73,21],[68,173,73,175],[69,6,74,8,"params"],[69,12,74,14],[69,14,74,16],[69,16,74,18],[70,6,75,8,"type"],[70,10,75,12],[70,12,75,14],[71,4,76,4],[71,5,76,5],[72,4,77,4,"localPeerId"],[72,15,77,15],[72,17,77,17],[73,6,78,8,"description"],[73,17,78,19],[73,19,78,21],[73,66,78,68],[74,6,79,8,"params"],[74,12,79,14],[74,14,79,16],[74,16,79,18],[75,6,80,8,"type"],[75,10,80,12],[75,12,80,14],[76,4,81,4],[76,5,81,5],[77,4,82,4,"name"],[77,8,82,8],[77,10,82,10],[78,6,83,8,"description"],[78,17,83,19],[78,19,83,21],[78,44,83,46],[79,6,84,8,"params"],[79,12,84,14],[79,14,84,16],[79,16,84,18],[80,6,85,8,"type"],[80,10,85,12],[80,12,85,14],[81,4,86,4],[81,5,86,5],[82,4,87,4,"networkState"],[82,16,87,16],[82,18,87,18],[83,6,88,8,"alias"],[83,11,88,13],[83,13,88,15],[83,14,88,16],[83,44,88,46],[83,45,88,47],[84,6,89,8,"description"],[84,17,89,19],[84,19,89,21],[84,57,89,59],[85,6,90,8,"isUnsafe"],[85,14,90,16],[85,16,90,18],[85,20,90,22],[86,6,91,8,"params"],[86,12,91,14],[86,14,91,16],[86,16,91,18],[87,6,92,8,"type"],[87,10,92,12],[87,12,92,14],[88,4,93,4],[88,5,93,5],[89,4,94,4,"nodeRoles"],[89,13,94,13],[89,15,94,15],[90,6,95,8,"description"],[90,17,95,19],[90,19,95,21],[90,61,95,63],[91,6,96,8,"params"],[91,12,96,14],[91,14,96,16],[91,16,96,18],[92,6,97,8,"type"],[92,10,97,12],[92,12,97,14],[93,4,98,4],[93,5,98,5],[94,4,99,4,"peers"],[94,9,99,9],[94,11,99,11],[95,6,100,8,"description"],[95,17,100,19],[95,19,100,21],[95,58,100,60],[96,6,101,8,"isUnsafe"],[96,14,101,16],[96,16,101,18],[96,20,101,22],[97,6,102,8,"params"],[97,12,102,14],[97,14,102,16],[97,16,102,18],[98,6,103,8,"type"],[98,10,103,12],[98,12,103,14],[99,4,104,4],[99,5,104,5],[100,4,105,4,"properties"],[100,14,105,14],[100,16,105,16],[101,6,106,8,"description"],[101,17,106,19],[101,19,106,21],[101,95,106,97],[102,6,107,8,"params"],[102,12,107,14],[102,14,107,16],[102,16,107,18],[103,6,108,8,"type"],[103,10,108,12],[103,12,108,14],[104,4,109,4],[104,5,109,5],[105,4,110,4,"removeReservedPeer"],[105,22,110,22],[105,24,110,24],[106,6,111,8,"description"],[106,17,111,19],[106,19,111,21],[106,43,111,45],[107,6,112,8,"isUnsafe"],[107,14,112,16],[107,16,112,18],[107,20,112,22],[108,6,113,8,"params"],[108,12,113,14],[108,14,113,16],[108,15,114,12],[109,8,115,16,"name"],[109,12,115,20],[109,14,115,22],[109,22,115,30],[110,8,116,16,"type"],[110,12,116,20],[110,14,116,22],[111,6,117,12],[111,7,117,13],[111,8,118,9],[112,6,119,8,"type"],[112,10,119,12],[112,12,119,14],[113,4,120,4],[113,5,120,5],[114,4,121,4,"reservedPeers"],[114,17,121,17],[114,19,121,19],[115,6,122,8,"description"],[115,17,122,19],[115,19,122,21],[115,55,122,57],[116,6,123,8,"params"],[116,12,123,14],[116,14,123,16],[116,16,123,18],[117,6,124,8,"type"],[117,10,124,12],[117,12,124,14],[118,4,125,4],[118,5,125,5],[119,4,126,4,"resetLogFilter"],[119,18,126,18],[119,20,126,20],[120,6,127,8,"description"],[120,17,127,19],[120,19,127,21],[120,64,127,66],[121,6,128,8,"isUnsafe"],[121,14,128,16],[121,16,128,18],[121,20,128,22],[122,6,129,8,"params"],[122,12,129,14],[122,14,129,16],[122,16,129,18],[123,6,130,8,"type"],[123,10,130,12],[123,12,130,14],[124,4,131,4],[124,5,131,5],[125,4,132,4,"syncState"],[125,13,132,13],[125,15,132,15],[126,6,133,8,"description"],[126,17,133,19],[126,19,133,21],[126,65,133,67],[127,6,134,8,"params"],[127,12,134,14],[127,14,134,16],[127,16,134,18],[128,6,135,8,"type"],[128,10,135,12],[128,12,135,14],[129,4,136,4],[129,5,136,5],[130,4,137,4,"version"],[130,11,137,11],[130,13,137,13],[131,6,138,8,"description"],[131,17,138,19],[131,19,138,21],[131,54,138,56],[132,6,139,8,"params"],[132,12,139,14],[132,14,139,16],[132,16,139,18],[133,6,140,8,"type"],[133,10,140,12],[133,12,140,14],[134,4,141,4],[135,2,142,0],[135,3,142,1],[136,0,142,2],[136,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]} |