mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 15:41:01 +00:00
1 line
3.7 KiB
Plaintext
1 line
3.7 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 localStorageClear: {\n description: 'Clear offchain local storage under given key and prefix',\n isUnsafe: true,\n params: [{\n name: 'kind',\n type: 'StorageKind'\n }, {\n name: 'key',\n type: 'Bytes'\n }],\n type: 'Null'\n },\n localStorageGet: {\n description: 'Get offchain local storage under given key and prefix',\n isUnsafe: true,\n params: [{\n name: 'kind',\n type: 'StorageKind'\n }, {\n name: 'key',\n type: 'Bytes'\n }],\n type: 'Option<Bytes>'\n },\n localStorageSet: {\n description: 'Set offchain local storage under given key and prefix',\n isUnsafe: true,\n params: [{\n name: 'kind',\n type: 'StorageKind'\n }, {\n name: 'key',\n type: 'Bytes'\n }, {\n name: 'value',\n type: 'Bytes'\n }],\n type: 'Null'\n }\n };\n});","lineCount":54,"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,"localStorageClear"],[14,21,2,21],[14,23,2,23],[15,6,3,8,"description"],[15,17,3,19],[15,19,3,21],[15,76,3,78],[16,6,4,8,"isUnsafe"],[16,14,4,16],[16,16,4,18],[16,20,4,22],[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,20,7,28],[19,8,8,16,"type"],[19,12,8,20],[19,14,8,22],[20,6,9,12],[20,7,9,13],[20,9,10,12],[21,8,11,16,"name"],[21,12,11,20],[21,14,11,22],[21,19,11,27],[22,8,12,16,"type"],[22,12,12,20],[22,14,12,22],[23,6,13,12],[23,7,13,13],[23,8,14,9],[24,6,15,8,"type"],[24,10,15,12],[24,12,15,14],[25,4,16,4],[25,5,16,5],[26,4,17,4,"localStorageGet"],[26,19,17,19],[26,21,17,21],[27,6,18,8,"description"],[27,17,18,19],[27,19,18,21],[27,74,18,76],[28,6,19,8,"isUnsafe"],[28,14,19,16],[28,16,19,18],[28,20,19,22],[29,6,20,8,"params"],[29,12,20,14],[29,14,20,16],[29,15,21,12],[30,8,22,16,"name"],[30,12,22,20],[30,14,22,22],[30,20,22,28],[31,8,23,16,"type"],[31,12,23,20],[31,14,23,22],[32,6,24,12],[32,7,24,13],[32,9,25,12],[33,8,26,16,"name"],[33,12,26,20],[33,14,26,22],[33,19,26,27],[34,8,27,16,"type"],[34,12,27,20],[34,14,27,22],[35,6,28,12],[35,7,28,13],[35,8,29,9],[36,6,30,8,"type"],[36,10,30,12],[36,12,30,14],[37,4,31,4],[37,5,31,5],[38,4,32,4,"localStorageSet"],[38,19,32,19],[38,21,32,21],[39,6,33,8,"description"],[39,17,33,19],[39,19,33,21],[39,74,33,76],[40,6,34,8,"isUnsafe"],[40,14,34,16],[40,16,34,18],[40,20,34,22],[41,6,35,8,"params"],[41,12,35,14],[41,14,35,16],[41,15,36,12],[42,8,37,16,"name"],[42,12,37,20],[42,14,37,22],[42,20,37,28],[43,8,38,16,"type"],[43,12,38,20],[43,14,38,22],[44,6,39,12],[44,7,39,13],[44,9,40,12],[45,8,41,16,"name"],[45,12,41,20],[45,14,41,22],[45,19,41,27],[46,8,42,16,"type"],[46,12,42,20],[46,14,42,22],[47,6,43,12],[47,7,43,13],[47,9,44,12],[48,8,45,16,"name"],[48,12,45,20],[48,14,45,22],[48,21,45,29],[49,8,46,16,"type"],[49,12,46,20],[49,14,46,22],[50,6,47,12],[50,7,47,13],[50,8,48,9],[51,6,49,8,"type"],[51,10,49,12],[51,12,49,14],[52,4,50,4],[53,2,51,0],[53,3,51,1],[54,0,51,2],[54,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]} |