mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 06:31:03 +00:00
1 line
11 KiB
Plaintext
1 line
11 KiB
Plaintext
{"dependencies":[{"name":"../collective/index.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":288,"index":288}}],"key":"JyHJB8MKnYMznE0GX89imgoCsKA=","exportNames":["*"],"imports":1}},{"name":"./votes.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":289},"end":{"line":2,"column":27,"index":316}}],"key":"cvfDHOn59xHmOpxa5T8j+oTzats=","exportNames":["*"],"imports":1}},{"name":"./votesOf.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":317},"end":{"line":3,"column":29,"index":346}}],"key":"0OZDetJwltxut2qnepEUcB5iXT0=","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 Object.defineProperty(exports, \"members\", {\n enumerable: true,\n get: function () {\n return members;\n }\n });\n Object.defineProperty(exports, \"hasProposals\", {\n enumerable: true,\n get: function () {\n return hasProposals;\n }\n });\n Object.defineProperty(exports, \"proposal\", {\n enumerable: true,\n get: function () {\n return proposal;\n }\n });\n Object.defineProperty(exports, \"proposalCount\", {\n enumerable: true,\n get: function () {\n return proposalCount;\n }\n });\n Object.defineProperty(exports, \"proposalHashes\", {\n enumerable: true,\n get: function () {\n return proposalHashes;\n }\n });\n Object.defineProperty(exports, \"proposals\", {\n enumerable: true,\n get: function () {\n return proposals;\n }\n });\n Object.defineProperty(exports, \"prime\", {\n enumerable: true,\n get: function () {\n return prime;\n }\n });\n var _collectiveIndexJs = require(_dependencyMap[0], \"../collective/index.js\");\n var _votesJs = require(_dependencyMap[1], \"./votes.js\");\n Object.keys(_votesJs).forEach(function (k) {\n if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) {\n Object.defineProperty(exports, k, {\n enumerable: true,\n get: function () {\n return _votesJs[k];\n }\n });\n }\n });\n var _votesOfJs = require(_dependencyMap[2], \"./votesOf.js\");\n Object.keys(_votesOfJs).forEach(function (k) {\n if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) {\n Object.defineProperty(exports, k, {\n enumerable: true,\n get: function () {\n return _votesOfJs[k];\n }\n });\n }\n });\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 const members = /*#__PURE__*/(0, _collectiveIndexJs.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 const hasProposals = /*#__PURE__*/(0, _collectiveIndexJs.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 const proposal = /*#__PURE__*/(0, _collectiveIndexJs.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 const proposalCount = /*#__PURE__*/(0, _collectiveIndexJs.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 const proposalHashes = /*#__PURE__*/(0, _collectiveIndexJs.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 const proposals = /*#__PURE__*/(0, _collectiveIndexJs.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 const prime = /*#__PURE__*/(0, _collectiveIndexJs.prime)('council');\n});","lineCount":142,"map":[[7,2,13,0,"Object"],[7,8,13,0],[7,9,13,0,"defineProperty"],[7,23,13,0],[7,24,13,0,"exports"],[7,31,13,0],[8,4,13,0,"enumerable"],[8,14,13,0],[9,4,13,0,"get"],[9,7,13,0],[9,18,13,0,"get"],[9,19,13,0],[10,6,13,0],[10,13,13,0,"members"],[10,20,13,0],[11,4,13,0],[12,2,13,0],[13,2,23,0,"Object"],[13,8,23,0],[13,9,23,0,"defineProperty"],[13,23,23,0],[13,24,23,0,"exports"],[13,31,23,0],[14,4,23,0,"enumerable"],[14,14,23,0],[15,4,23,0,"get"],[15,7,23,0],[15,18,23,0,"get"],[15,19,23,0],[16,6,23,0],[16,13,23,0,"hasProposals"],[16,25,23,0],[17,4,23,0],[18,2,23,0],[19,2,33,0,"Object"],[19,8,33,0],[19,9,33,0,"defineProperty"],[19,23,33,0],[19,24,33,0,"exports"],[19,31,33,0],[20,4,33,0,"enumerable"],[20,14,33,0],[21,4,33,0,"get"],[21,7,33,0],[21,18,33,0,"get"],[21,19,33,0],[22,6,33,0],[22,13,33,0,"proposal"],[22,21,33,0],[23,4,33,0],[24,2,33,0],[25,2,43,0,"Object"],[25,8,43,0],[25,9,43,0,"defineProperty"],[25,23,43,0],[25,24,43,0,"exports"],[25,31,43,0],[26,4,43,0,"enumerable"],[26,14,43,0],[27,4,43,0,"get"],[27,7,43,0],[27,18,43,0,"get"],[27,19,43,0],[28,6,43,0],[28,13,43,0,"proposalCount"],[28,26,43,0],[29,4,43,0],[30,2,43,0],[31,2,53,0,"Object"],[31,8,53,0],[31,9,53,0,"defineProperty"],[31,23,53,0],[31,24,53,0,"exports"],[31,31,53,0],[32,4,53,0,"enumerable"],[32,14,53,0],[33,4,53,0,"get"],[33,7,53,0],[33,18,53,0,"get"],[33,19,53,0],[34,6,53,0],[34,13,53,0,"proposalHashes"],[34,27,53,0],[35,4,53,0],[36,2,53,0],[37,2,63,0,"Object"],[37,8,63,0],[37,9,63,0,"defineProperty"],[37,23,63,0],[37,24,63,0,"exports"],[37,31,63,0],[38,4,63,0,"enumerable"],[38,14,63,0],[39,4,63,0,"get"],[39,7,63,0],[39,18,63,0,"get"],[39,19,63,0],[40,6,63,0],[40,13,63,0,"proposals"],[40,22,63,0],[41,4,63,0],[42,2,63,0],[43,2,73,0,"Object"],[43,8,73,0],[43,9,73,0,"defineProperty"],[43,23,73,0],[43,24,73,0,"exports"],[43,31,73,0],[44,4,73,0,"enumerable"],[44,14,73,0],[45,4,73,0,"get"],[45,7,73,0],[45,18,73,0,"get"],[45,19,73,0],[46,6,73,0],[46,13,73,0,"prime"],[46,18,73,0],[47,4,73,0],[48,2,73,0],[49,2,1,0],[49,6,1,0,"_collectiveIndexJs"],[49,24,1,0],[49,27,1,0,"require"],[49,34,1,0],[49,35,1,0,"_dependencyMap"],[49,49,1,0],[50,2,2,0],[50,6,2,0,"_votesJs"],[50,14,2,0],[50,17,2,0,"require"],[50,24,2,0],[50,25,2,0,"_dependencyMap"],[50,39,2,0],[51,2,2,0,"Object"],[51,8,2,0],[51,9,2,0,"keys"],[51,13,2,0],[51,14,2,0,"_votesJs"],[51,22,2,0],[51,24,2,0,"forEach"],[51,31,2,0],[51,42,2,0,"k"],[51,43,2,0],[52,4,2,0],[52,8,2,0,"k"],[52,9,2,0],[52,28,2,0,"Object"],[52,34,2,0],[52,35,2,0,"prototype"],[52,44,2,0],[52,45,2,0,"hasOwnProperty"],[52,59,2,0],[52,60,2,0,"call"],[52,64,2,0],[52,65,2,0,"exports"],[52,72,2,0],[52,74,2,0,"k"],[52,75,2,0],[53,6,2,0,"Object"],[53,12,2,0],[53,13,2,0,"defineProperty"],[53,27,2,0],[53,28,2,0,"exports"],[53,35,2,0],[53,37,2,0,"k"],[53,38,2,0],[54,8,2,0,"enumerable"],[54,18,2,0],[55,8,2,0,"get"],[55,11,2,0],[55,22,2,0,"get"],[55,23,2,0],[56,10,2,0],[56,17,2,0,"_votesJs"],[56,25,2,0],[56,26,2,0,"k"],[56,27,2,0],[57,8,2,0],[58,6,2,0],[59,4,2,0],[60,2,2,0],[61,2,3,0],[61,6,3,0,"_votesOfJs"],[61,16,3,0],[61,19,3,0,"require"],[61,26,3,0],[61,27,3,0,"_dependencyMap"],[61,41,3,0],[62,2,3,0,"Object"],[62,8,3,0],[62,9,3,0,"keys"],[62,13,3,0],[62,14,3,0,"_votesOfJs"],[62,24,3,0],[62,26,3,0,"forEach"],[62,33,3,0],[62,44,3,0,"k"],[62,45,3,0],[63,4,3,0],[63,8,3,0,"k"],[63,9,3,0],[63,28,3,0,"Object"],[63,34,3,0],[63,35,3,0,"prototype"],[63,44,3,0],[63,45,3,0,"hasOwnProperty"],[63,59,3,0],[63,60,3,0,"call"],[63,64,3,0],[63,65,3,0,"exports"],[63,72,3,0],[63,74,3,0,"k"],[63,75,3,0],[64,6,3,0,"Object"],[64,12,3,0],[64,13,3,0,"defineProperty"],[64,27,3,0],[64,28,3,0,"exports"],[64,35,3,0],[64,37,3,0,"k"],[64,38,3,0],[65,8,3,0,"enumerable"],[65,18,3,0],[66,8,3,0,"get"],[66,11,3,0],[66,22,3,0,"get"],[66,23,3,0],[67,10,3,0],[67,17,3,0,"_votesOfJs"],[67,27,3,0],[67,28,3,0,"k"],[67,29,3,0],[68,8,3,0],[69,6,3,0],[70,4,3,0],[71,2,3,0],[72,2,4,0],[73,0,5,0],[74,0,6,0],[75,0,7,0],[76,0,8,0],[77,0,9,0],[78,0,10,0],[79,0,11,0],[80,0,12,0],[81,2,13,7],[81,8,13,13,"members"],[81,15,13,20],[81,18,13,23],[81,31,13,37],[81,35,13,37,"collectiveMembers"],[81,53,13,54],[81,54,13,54,"members"],[81,61,13,54],[81,63,13,55],[81,72,13,64],[81,73,13,65],[82,2,14,0],[83,0,15,0],[84,0,16,0],[85,0,17,0],[86,0,18,0],[87,0,19,0],[88,0,20,0],[89,0,21,0],[90,0,22,0],[91,2,23,7],[91,8,23,13,"hasProposals"],[91,20,23,25],[91,23,23,28],[91,36,23,42],[91,40,23,42,"collectiveHasProposals"],[91,58,23,64],[91,59,23,64,"hasProposals"],[91,71,23,64],[91,73,23,65],[91,82,23,74],[91,83,23,75],[92,2,24,0],[93,0,25,0],[94,0,26,0],[95,0,27,0],[96,0,28,0],[97,0,29,0],[98,0,30,0],[99,0,31,0],[100,0,32,0],[101,2,33,7],[101,8,33,13,"proposal"],[101,16,33,21],[101,19,33,24],[101,32,33,38],[101,36,33,38,"collectiveProposal"],[101,54,33,56],[101,55,33,56,"proposal"],[101,63,33,56],[101,65,33,57],[101,74,33,66],[101,75,33,67],[102,2,34,0],[103,0,35,0],[104,0,36,0],[105,0,37,0],[106,0,38,0],[107,0,39,0],[108,0,40,0],[109,0,41,0],[110,0,42,0],[111,2,43,7],[111,8,43,13,"proposalCount"],[111,21,43,26],[111,24,43,29],[111,37,43,43],[111,41,43,43,"collectiveProposalCount"],[111,59,43,66],[111,60,43,66,"proposalCount"],[111,73,43,66],[111,75,43,67],[111,84,43,76],[111,85,43,77],[112,2,44,0],[113,0,45,0],[114,0,46,0],[115,0,47,0],[116,0,48,0],[117,0,49,0],[118,0,50,0],[119,0,51,0],[120,0,52,0],[121,2,53,7],[121,8,53,13,"proposalHashes"],[121,22,53,27],[121,25,53,30],[121,38,53,44],[121,42,53,44,"collectiveProposalHashes"],[121,60,53,68],[121,61,53,68,"proposalHashes"],[121,75,53,68],[121,77,53,69],[121,86,53,78],[121,87,53,79],[122,2,54,0],[123,0,55,0],[124,0,56,0],[125,0,57,0],[126,0,58,0],[127,0,59,0],[128,0,60,0],[129,0,61,0],[130,0,62,0],[131,2,63,7],[131,8,63,13,"proposals"],[131,17,63,22],[131,20,63,25],[131,33,63,39],[131,37,63,39,"collectiveProposals"],[131,55,63,58],[131,56,63,58,"proposals"],[131,65,63,58],[131,67,63,59],[131,76,63,68],[131,77,63,69],[132,2,64,0],[133,0,65,0],[134,0,66,0],[135,0,67,0],[136,0,68,0],[137,0,69,0],[138,0,70,0],[139,0,71,0],[140,0,72,0],[141,2,73,7],[141,8,73,13,"prime"],[141,13,73,18],[141,16,73,21],[141,29,73,35],[141,33,73,35,"collectivePrime"],[141,51,73,50],[141,52,73,50,"prime"],[141,57,73,50],[141,59,73,51],[141,68,73,60],[141,69,73,61],[142,0,73,62],[142,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]} |