mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 01:51:03 +00:00
1 line
9.0 KiB
Plaintext
1 line
9.0 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 getKeys: {\n description: 'Returns the keys with prefix from a child storage, leave empty to get all the keys',\n params: [{\n name: 'childKey',\n type: 'PrefixedStorageKey'\n }, {\n name: 'prefix',\n type: 'StorageKey'\n }, {\n isHistoric: true,\n isOptional: true,\n name: 'at',\n type: 'Hash'\n }],\n type: 'Vec<StorageKey>'\n },\n getKeysPaged: {\n alias: ['childstate_getKeysPagedAt'],\n description: 'Returns the keys with prefix from a child storage with pagination support',\n params: [{\n name: 'childKey',\n type: 'PrefixedStorageKey'\n }, {\n name: 'prefix',\n type: 'StorageKey'\n }, {\n name: 'count',\n type: 'u32'\n }, {\n isOptional: true,\n name: 'startKey',\n type: 'StorageKey'\n }, {\n isHistoric: true,\n isOptional: true,\n name: 'at',\n type: 'Hash'\n }],\n type: 'Vec<StorageKey>'\n },\n getStorage: {\n description: 'Returns a child storage entry at a specific block state',\n params: [{\n name: 'childKey',\n type: 'PrefixedStorageKey'\n }, {\n name: 'key',\n type: 'StorageKey'\n }, {\n isHistoric: true,\n isOptional: true,\n name: 'at',\n type: 'Hash'\n }],\n type: 'Option<StorageData>'\n },\n getStorageEntries: {\n description: 'Returns child storage entries for multiple keys at a specific block state',\n params: [{\n name: 'childKey',\n type: 'PrefixedStorageKey'\n }, {\n name: 'keys',\n type: 'Vec<StorageKey>'\n }, {\n isHistoric: true,\n isOptional: true,\n name: 'at',\n type: 'Hash'\n }],\n type: 'Vec<Option<StorageData>>'\n },\n getStorageHash: {\n description: 'Returns the hash of a child storage entry at a block state',\n params: [{\n name: 'childKey',\n type: 'PrefixedStorageKey'\n }, {\n name: 'key',\n type: 'StorageKey'\n }, {\n isHistoric: true,\n isOptional: true,\n name: 'at',\n type: 'Hash'\n }],\n type: 'Option<Hash>'\n },\n getStorageSize: {\n description: 'Returns the size of a child storage entry at a block state',\n params: [{\n name: 'childKey',\n type: 'PrefixedStorageKey'\n }, {\n name: 'key',\n type: 'StorageKey'\n }, {\n isHistoric: true,\n isOptional: true,\n name: 'at',\n type: 'Hash'\n }],\n type: 'Option<u64>'\n }\n };\n});","lineCount":119,"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,"getKeys"],[14,11,2,11],[14,13,2,13],[15,6,3,8,"description"],[15,17,3,19],[15,19,3,21],[15,103,3,105],[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,24,6,32],[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,22,10,30],[21,8,11,16,"type"],[21,12,11,20],[21,14,11,22],[22,6,12,12],[22,7,12,13],[22,9,13,12],[23,8,14,16,"isHistoric"],[23,18,14,26],[23,20,14,28],[23,24,14,32],[24,8,15,16,"isOptional"],[24,18,15,26],[24,20,15,28],[24,24,15,32],[25,8,16,16,"name"],[25,12,16,20],[25,14,16,22],[25,18,16,26],[26,8,17,16,"type"],[26,12,17,20],[26,14,17,22],[27,6,18,12],[27,7,18,13],[27,8,19,9],[28,6,20,8,"type"],[28,10,20,12],[28,12,20,14],[29,4,21,4],[29,5,21,5],[30,4,22,4,"getKeysPaged"],[30,16,22,16],[30,18,22,18],[31,6,23,8,"alias"],[31,11,23,13],[31,13,23,15],[31,14,23,16],[31,41,23,43],[31,42,23,44],[32,6,24,8,"description"],[32,17,24,19],[32,19,24,21],[32,94,24,96],[33,6,25,8,"params"],[33,12,25,14],[33,14,25,16],[33,15,26,12],[34,8,27,16,"name"],[34,12,27,20],[34,14,27,22],[34,24,27,32],[35,8,28,16,"type"],[35,12,28,20],[35,14,28,22],[36,6,29,12],[36,7,29,13],[36,9,30,12],[37,8,31,16,"name"],[37,12,31,20],[37,14,31,22],[37,22,31,30],[38,8,32,16,"type"],[38,12,32,20],[38,14,32,22],[39,6,33,12],[39,7,33,13],[39,9,34,12],[40,8,35,16,"name"],[40,12,35,20],[40,14,35,22],[40,21,35,29],[41,8,36,16,"type"],[41,12,36,20],[41,14,36,22],[42,6,37,12],[42,7,37,13],[42,9,38,12],[43,8,39,16,"isOptional"],[43,18,39,26],[43,20,39,28],[43,24,39,32],[44,8,40,16,"name"],[44,12,40,20],[44,14,40,22],[44,24,40,32],[45,8,41,16,"type"],[45,12,41,20],[45,14,41,22],[46,6,42,12],[46,7,42,13],[46,9,43,12],[47,8,44,16,"isHistoric"],[47,18,44,26],[47,20,44,28],[47,24,44,32],[48,8,45,16,"isOptional"],[48,18,45,26],[48,20,45,28],[48,24,45,32],[49,8,46,16,"name"],[49,12,46,20],[49,14,46,22],[49,18,46,26],[50,8,47,16,"type"],[50,12,47,20],[50,14,47,22],[51,6,48,12],[51,7,48,13],[51,8,49,9],[52,6,50,8,"type"],[52,10,50,12],[52,12,50,14],[53,4,51,4],[53,5,51,5],[54,4,52,4,"getStorage"],[54,14,52,14],[54,16,52,16],[55,6,53,8,"description"],[55,17,53,19],[55,19,53,21],[55,76,53,78],[56,6,54,8,"params"],[56,12,54,14],[56,14,54,16],[56,15,55,12],[57,8,56,16,"name"],[57,12,56,20],[57,14,56,22],[57,24,56,32],[58,8,57,16,"type"],[58,12,57,20],[58,14,57,22],[59,6,58,12],[59,7,58,13],[59,9,59,12],[60,8,60,16,"name"],[60,12,60,20],[60,14,60,22],[60,19,60,27],[61,8,61,16,"type"],[61,12,61,20],[61,14,61,22],[62,6,62,12],[62,7,62,13],[62,9,63,12],[63,8,64,16,"isHistoric"],[63,18,64,26],[63,20,64,28],[63,24,64,32],[64,8,65,16,"isOptional"],[64,18,65,26],[64,20,65,28],[64,24,65,32],[65,8,66,16,"name"],[65,12,66,20],[65,14,66,22],[65,18,66,26],[66,8,67,16,"type"],[66,12,67,20],[66,14,67,22],[67,6,68,12],[67,7,68,13],[67,8,69,9],[68,6,70,8,"type"],[68,10,70,12],[68,12,70,14],[69,4,71,4],[69,5,71,5],[70,4,72,4,"getStorageEntries"],[70,21,72,21],[70,23,72,23],[71,6,73,8,"description"],[71,17,73,19],[71,19,73,21],[71,94,73,96],[72,6,74,8,"params"],[72,12,74,14],[72,14,74,16],[72,15,75,12],[73,8,76,16,"name"],[73,12,76,20],[73,14,76,22],[73,24,76,32],[74,8,77,16,"type"],[74,12,77,20],[74,14,77,22],[75,6,78,12],[75,7,78,13],[75,9,79,12],[76,8,80,16,"name"],[76,12,80,20],[76,14,80,22],[76,20,80,28],[77,8,81,16,"type"],[77,12,81,20],[77,14,81,22],[78,6,82,12],[78,7,82,13],[78,9,83,12],[79,8,84,16,"isHistoric"],[79,18,84,26],[79,20,84,28],[79,24,84,32],[80,8,85,16,"isOptional"],[80,18,85,26],[80,20,85,28],[80,24,85,32],[81,8,86,16,"name"],[81,12,86,20],[81,14,86,22],[81,18,86,26],[82,8,87,16,"type"],[82,12,87,20],[82,14,87,22],[83,6,88,12],[83,7,88,13],[83,8,89,9],[84,6,90,8,"type"],[84,10,90,12],[84,12,90,14],[85,4,91,4],[85,5,91,5],[86,4,92,4,"getStorageHash"],[86,18,92,18],[86,20,92,20],[87,6,93,8,"description"],[87,17,93,19],[87,19,93,21],[87,79,93,81],[88,6,94,8,"params"],[88,12,94,14],[88,14,94,16],[88,15,95,12],[89,8,96,16,"name"],[89,12,96,20],[89,14,96,22],[89,24,96,32],[90,8,97,16,"type"],[90,12,97,20],[90,14,97,22],[91,6,98,12],[91,7,98,13],[91,9,99,12],[92,8,100,16,"name"],[92,12,100,20],[92,14,100,22],[92,19,100,27],[93,8,101,16,"type"],[93,12,101,20],[93,14,101,22],[94,6,102,12],[94,7,102,13],[94,9,103,12],[95,8,104,16,"isHistoric"],[95,18,104,26],[95,20,104,28],[95,24,104,32],[96,8,105,16,"isOptional"],[96,18,105,26],[96,20,105,28],[96,24,105,32],[97,8,106,16,"name"],[97,12,106,20],[97,14,106,22],[97,18,106,26],[98,8,107,16,"type"],[98,12,107,20],[98,14,107,22],[99,6,108,12],[99,7,108,13],[99,8,109,9],[100,6,110,8,"type"],[100,10,110,12],[100,12,110,14],[101,4,111,4],[101,5,111,5],[102,4,112,4,"getStorageSize"],[102,18,112,18],[102,20,112,20],[103,6,113,8,"description"],[103,17,113,19],[103,19,113,21],[103,79,113,81],[104,6,114,8,"params"],[104,12,114,14],[104,14,114,16],[104,15,115,12],[105,8,116,16,"name"],[105,12,116,20],[105,14,116,22],[105,24,116,32],[106,8,117,16,"type"],[106,12,117,20],[106,14,117,22],[107,6,118,12],[107,7,118,13],[107,9,119,12],[108,8,120,16,"name"],[108,12,120,20],[108,14,120,22],[108,19,120,27],[109,8,121,16,"type"],[109,12,121,20],[109,14,121,22],[110,6,122,12],[110,7,122,13],[110,9,123,12],[111,8,124,16,"isHistoric"],[111,18,124,26],[111,20,124,28],[111,24,124,32],[112,8,125,16,"isOptional"],[112,18,125,26],[112,20,125,28],[112,24,125,32],[113,8,126,16,"name"],[113,12,126,20],[113,14,126,22],[113,18,126,26],[114,8,127,16,"type"],[114,12,127,20],[114,14,127,22],[115,6,128,12],[115,7,128,13],[115,8,129,9],[116,6,130,8,"type"],[116,10,130,12],[116,12,130,14],[117,4,131,4],[118,2,132,0],[118,3,132,1],[119,0,132,2],[119,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]} |