mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 22:41:02 +00:00
1 line
3.3 KiB
Plaintext
1 line
3.3 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.runtime = void 0;\n exports.runtime = {\n // https://github.com/open-web3-stack/open-runtime-module-library/blob/b57f88b39cd547e2fb51727d8bb9bcc64fddf8b5/oracle/rpc/runtime-api/src/lib.rs#L12-L21\n OracleApi: [{\n methods: {\n get_all_values: {\n description: 'Retrieves all values',\n params: [{\n name: 'providerId',\n // This is a Codec type\n type: 'Raw'\n }],\n // This won't actually work as expected - since we have\n // no information about the actual Raw sizes, we cannot\n // handle it in this format (it would need an override\n // for the specific Codec). So return the Raw value.\n // type: 'Vec<(Raw, Option<Raw>)>'\n type: 'Raw'\n },\n get_value: {\n description: 'Retrieves a single value',\n params: [{\n name: 'providerId',\n // This is a Codec type\n type: 'Raw'\n }, {\n name: 'key',\n // This is a Codec type\n type: 'Raw'\n }],\n // This is an Option<Codec> type\n type: 'Option<Raw>'\n }\n },\n version: 1\n }]\n };\n});","lineCount":44,"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,"runtime"],[7,17,3,15],[7,20,3,18],[7,25,3,23],[7,26,3,24],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"runtime"],[8,17,4,15],[8,20,4,18],[9,4,5,4],[10,4,6,4,"OracleApi"],[10,13,6,13],[10,15,6,15],[10,16,7,8],[11,6,8,12,"methods"],[11,13,8,19],[11,15,8,21],[12,8,9,16,"get_all_values"],[12,22,9,30],[12,24,9,32],[13,10,10,20,"description"],[13,21,10,31],[13,23,10,33],[13,45,10,55],[14,10,11,20,"params"],[14,16,11,26],[14,18,11,28],[14,19,12,24],[15,12,13,28,"name"],[15,16,13,32],[15,18,13,34],[15,30,13,46],[16,12,14,28],[17,12,15,28,"type"],[17,16,15,32],[17,18,15,34],[18,10,16,24],[18,11,16,25],[18,12,17,21],[19,10,18,20],[20,10,19,20],[21,10,20,20],[22,10,21,20],[23,10,22,20],[24,10,23,20,"type"],[24,14,23,24],[24,16,23,26],[25,8,24,16],[25,9,24,17],[26,8,25,16,"get_value"],[26,17,25,25],[26,19,25,27],[27,10,26,20,"description"],[27,21,26,31],[27,23,26,33],[27,49,26,59],[28,10,27,20,"params"],[28,16,27,26],[28,18,27,28],[28,19,28,24],[29,12,29,28,"name"],[29,16,29,32],[29,18,29,34],[29,30,29,46],[30,12,30,28],[31,12,31,28,"type"],[31,16,31,32],[31,18,31,34],[32,10,32,24],[32,11,32,25],[32,13,33,24],[33,12,34,28,"name"],[33,16,34,32],[33,18,34,34],[33,23,34,39],[34,12,35,28],[35,12,36,28,"type"],[35,16,36,32],[35,18,36,34],[36,10,37,24],[36,11,37,25],[36,12,38,21],[37,10,39,20],[38,10,40,20,"type"],[38,14,40,24],[38,16,40,26],[39,8,41,16],[40,6,42,12],[40,7,42,13],[41,6,43,12,"version"],[41,13,43,19],[41,15,43,21],[42,4,44,8],[42,5,44,9],[43,2,46,0],[43,3,46,1],[44,0,46,2],[44,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]} |