mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 11:11:01 +00:00
1 line
7.9 KiB
Plaintext
1 line
7.9 KiB
Plaintext
{"dependencies":[{"name":"tslib","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":16,"index":246},"end":{"line":4,"column":32,"index":262}}],"key":"vm88vOsSPZItrLOmMEyUuGkd1y4=","exportNames":["*"],"imports":1}},{"name":"../collective/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":283},"end":{"line":5,"column":52,"index":316}}],"key":"lGH7fEhgsRoNxjRdU1ttT1DPAR0=","exportNames":["*"],"imports":1}},{"name":"./votes.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":21,"index":339},"end":{"line":6,"column":42,"index":360}}],"key":"XKneOhTU10179IlMLf7st4qPL98=","exportNames":["*"],"imports":1}},{"name":"./votesOf.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":7,"column":21,"index":393},"end":{"line":7,"column":44,"index":416}}],"key":"nh0CXEVBMLWO5Yq2AX0GUVYrRUs=","exportNames":["*"],"imports":1}}],"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.prime = exports.proposals = exports.proposalHashes = exports.proposalCount = exports.proposal = exports.hasProposals = exports.members = void 0;\n const tslib_1 = require(_dependencyMap[0], \"tslib\");\n const index_js_1 = require(_dependencyMap[1], \"../collective/index.js\");\n tslib_1.__exportStar(require(_dependencyMap[2], \"./votes.js\"), exports);\n tslib_1.__exportStar(require(_dependencyMap[3], \"./votesOf.js\"), exports);\n /**\n * @name members\n * @description Retrieves the list of members in the \"council\" collective.\n * @example\n * ```javascript\n * const members = await api.derive.council.members();\n * console.log(`Members: ${JSON.stringify(members)});\n * ```\n */\n exports.members = (0, index_js_1.members)('council');\n /**\n * @name hasProposals\n * @description Checks if there are any active proposals in the \"council\" collective.\n * @example\n * ```javascript\n * const exists = await api.derive.council.hasProposals();\n * console.log(exists);\n * ```\n */\n exports.hasProposals = (0, index_js_1.hasProposals)('council');\n /**\n * @name proposal\n * @description Retrieves details of a specific proposal in the \"councilMotion\" collective by its hash.\n * @example\n * ```javascript\n * const proposalDetails = await api.derive.council.proposal(PROPOSAL_HASH);\n * console.log(proposalDetails);\n * ```\n */\n exports.proposal = (0, index_js_1.proposal)('council');\n /**\n * @name proposalCount\n * @description Retrieves the total number of proposals in the \"council\" collective.\n * @example\n * ```javascript\n * const count = await api.derive.council.proposalCount();\n * console.log(`Amount of proposals: ${count}`);\n * ```\n */\n exports.proposalCount = (0, index_js_1.proposalCount)('council');\n /**\n * @name proposalHashes\n * @description Retrieves an array of hashes for all active proposals in the \"council\" collective.\n * @example\n * ```javascript\n * const hashes = await api.derive.council.proposalHashes();\n * console.log(`Proposals ${JSON.stringify(hashes)}`);\n * ```\n */\n exports.proposalHashes = (0, index_js_1.proposalHashes)('council');\n /**\n * @name proposals\n * @description Retrieves a list of all active proposals in the \"council\" collective.\n * @example\n * ```javascript\n * const proposals = await api.derive.council.proposals();\n * console.log(proposals);\n * ```\n */\n exports.proposals = (0, index_js_1.proposals)('council');\n /**\n * @name prime\n * @description Retrieves the prime member of the \"council\" collective, if one exists.\n * @example\n * ```javascript\n * const primeMember = await api.derive.council.prime();\n * console.log(primeMember);\n * ```\n */\n exports.prime = (0, index_js_1.prime)('council');\n});","lineCount":82,"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,"prime"],[7,15,3,13],[7,18,3,16,"exports"],[7,25,3,23],[7,26,3,24,"proposals"],[7,35,3,33],[7,38,3,36,"exports"],[7,45,3,43],[7,46,3,44,"proposalHashes"],[7,60,3,58],[7,63,3,61,"exports"],[7,70,3,68],[7,71,3,69,"proposalCount"],[7,84,3,82],[7,87,3,85,"exports"],[7,94,3,92],[7,95,3,93,"proposal"],[7,103,3,101],[7,106,3,104,"exports"],[7,113,3,111],[7,114,3,112,"hasProposals"],[7,126,3,124],[7,129,3,127,"exports"],[7,136,3,134],[7,137,3,135,"members"],[7,144,3,142],[7,147,3,145],[7,152,3,150],[7,153,3,151],[8,2,4,0],[8,8,4,6,"tslib_1"],[8,15,4,13],[8,18,4,16,"require"],[8,25,4,23],[8,26,4,23,"_dependencyMap"],[8,40,4,23],[8,52,4,31],[8,53,4,32],[9,2,5,0],[9,8,5,6,"index_js_1"],[9,18,5,16],[9,21,5,19,"require"],[9,28,5,26],[9,29,5,26,"_dependencyMap"],[9,43,5,26],[9,72,5,51],[9,73,5,52],[10,2,6,0,"tslib_1"],[10,9,6,7],[10,10,6,8,"__exportStar"],[10,22,6,20],[10,23,6,21,"require"],[10,30,6,28],[10,31,6,28,"_dependencyMap"],[10,45,6,28],[10,62,6,41],[10,63,6,42],[10,65,6,44,"exports"],[10,72,6,51],[10,73,6,52],[11,2,7,0,"tslib_1"],[11,9,7,7],[11,10,7,8,"__exportStar"],[11,22,7,20],[11,23,7,21,"require"],[11,30,7,28],[11,31,7,28,"_dependencyMap"],[11,45,7,28],[11,64,7,43],[11,65,7,44],[11,67,7,46,"exports"],[11,74,7,53],[11,75,7,54],[12,2,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,0,14,0],[19,0,15,0],[20,0,16,0],[21,2,17,0,"exports"],[21,9,17,7],[21,10,17,8,"members"],[21,17,17,15],[21,20,17,18],[21,21,17,19],[21,22,17,20],[21,24,17,22,"index_js_1"],[21,34,17,32],[21,35,17,33,"members"],[21,42,17,40],[21,44,17,42],[21,53,17,51],[21,54,17,52],[22,2,18,0],[23,0,19,0],[24,0,20,0],[25,0,21,0],[26,0,22,0],[27,0,23,0],[28,0,24,0],[29,0,25,0],[30,0,26,0],[31,2,27,0,"exports"],[31,9,27,7],[31,10,27,8,"hasProposals"],[31,22,27,20],[31,25,27,23],[31,26,27,24],[31,27,27,25],[31,29,27,27,"index_js_1"],[31,39,27,37],[31,40,27,38,"hasProposals"],[31,52,27,50],[31,54,27,52],[31,63,27,61],[31,64,27,62],[32,2,28,0],[33,0,29,0],[34,0,30,0],[35,0,31,0],[36,0,32,0],[37,0,33,0],[38,0,34,0],[39,0,35,0],[40,0,36,0],[41,2,37,0,"exports"],[41,9,37,7],[41,10,37,8,"proposal"],[41,18,37,16],[41,21,37,19],[41,22,37,20],[41,23,37,21],[41,25,37,23,"index_js_1"],[41,35,37,33],[41,36,37,34,"proposal"],[41,44,37,42],[41,46,37,44],[41,55,37,53],[41,56,37,54],[42,2,38,0],[43,0,39,0],[44,0,40,0],[45,0,41,0],[46,0,42,0],[47,0,43,0],[48,0,44,0],[49,0,45,0],[50,0,46,0],[51,2,47,0,"exports"],[51,9,47,7],[51,10,47,8,"proposalCount"],[51,23,47,21],[51,26,47,24],[51,27,47,25],[51,28,47,26],[51,30,47,28,"index_js_1"],[51,40,47,38],[51,41,47,39,"proposalCount"],[51,54,47,52],[51,56,47,54],[51,65,47,63],[51,66,47,64],[52,2,48,0],[53,0,49,0],[54,0,50,0],[55,0,51,0],[56,0,52,0],[57,0,53,0],[58,0,54,0],[59,0,55,0],[60,0,56,0],[61,2,57,0,"exports"],[61,9,57,7],[61,10,57,8,"proposalHashes"],[61,24,57,22],[61,27,57,25],[61,28,57,26],[61,29,57,27],[61,31,57,29,"index_js_1"],[61,41,57,39],[61,42,57,40,"proposalHashes"],[61,56,57,54],[61,58,57,56],[61,67,57,65],[61,68,57,66],[62,2,58,0],[63,0,59,0],[64,0,60,0],[65,0,61,0],[66,0,62,0],[67,0,63,0],[68,0,64,0],[69,0,65,0],[70,0,66,0],[71,2,67,0,"exports"],[71,9,67,7],[71,10,67,8,"proposals"],[71,19,67,17],[71,22,67,20],[71,23,67,21],[71,24,67,22],[71,26,67,24,"index_js_1"],[71,36,67,34],[71,37,67,35,"proposals"],[71,46,67,44],[71,48,67,46],[71,57,67,55],[71,58,67,56],[72,2,68,0],[73,0,69,0],[74,0,70,0],[75,0,71,0],[76,0,72,0],[77,0,73,0],[78,0,74,0],[79,0,75,0],[80,0,76,0],[81,2,77,0,"exports"],[81,9,77,7],[81,10,77,8,"prime"],[81,15,77,13],[81,18,77,16],[81,19,77,17],[81,20,77,18],[81,22,77,20,"index_js_1"],[81,32,77,30],[81,33,77,31,"prime"],[81,38,77,36],[81,40,77,38],[81,49,77,47],[81,50,77,48],[82,0,77,49],[82,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]} |