mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 07:41:01 +00:00
1 line
8.5 KiB
Plaintext
1 line
8.5 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}}],"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 /**\n * @name members\n * @description Retrieves the list of members in the \"allianceMotion\" collective.\n * @example\n * ```javascript\n * const members = await api.derive.alliance.members();\n * console.log(`Members: ${JSON.stringify(members)});\n * ```\n */\n const members = /*#__PURE__*/(0, _collectiveIndexJs.members)('allianceMotion');\n /**\n * @name hasProposals\n * @description Checks if there are any active proposals in the \"allianceMotion\" collective.\n * @example\n * ```javascript\n * const exists = await api.derive.alliance.hasProposals();\n * console.log(exists);\n * ```\n */\n const hasProposals = /*#__PURE__*/(0, _collectiveIndexJs.hasProposals)('allianceMotion');\n /**\n * @name proposal\n * @description Retrieves details of a specific proposal in the \"allianceMotion\" collective by its hash.\n * @example\n * ```javascript\n * const proposalDetails = await api.derive.alliance.proposal(PROPOSAL_HASH);\n * console.log(proposalDetails);\n * ```\n */\n const proposal = /*#__PURE__*/(0, _collectiveIndexJs.proposal)('allianceMotion');\n /**\n * @name proposalCount\n * @description Retrieves the total number of proposals in the \"allianceMotion\" collective.\n * @example\n * ```javascript\n * const count = await api.derive.alliance.proposalCount();\n * console.log(`Amount of proposals: ${count}`);\n * ```\n */\n const proposalCount = /*#__PURE__*/(0, _collectiveIndexJs.proposalCount)('allianceMotion');\n /**\n * @name proposalHashes\n * @description Retrieves an array of hashes for all active proposals in the \"allianceMotion\" collective.\n * @example\n * ```javascript\n * const hashes = await api.derive.alliance.proposalHashes();\n * console.log(`Proposals ${JSON.stringify(hashes)}`);\n * ```\n */\n const proposalHashes = /*#__PURE__*/(0, _collectiveIndexJs.proposalHashes)('allianceMotion');\n /**\n * @name proposals\n * @description Retrieves a list of all active proposals in the \"allianceMotion\" collective.\n * @example\n * ```javascript\n * const proposals = await api.derive.alliance.proposals();\n * console.log(proposals);\n * ```\n */\n const proposals = /*#__PURE__*/(0, _collectiveIndexJs.proposals)('allianceMotion');\n /**\n * @name prime\n * @description Retrieves the prime member of the \"allianceMotion\" collective, if one exists.\n * @example\n * ```javascript\n * const primeMember = await api.derive.alliance.prime();\n * console.log(primeMember);\n * ```\n */\n const prime = /*#__PURE__*/(0, _collectiveIndexJs.prime)('allianceMotion');\n});","lineCount":120,"map":[[7,2,11,0,"Object"],[7,8,11,0],[7,9,11,0,"defineProperty"],[7,23,11,0],[7,24,11,0,"exports"],[7,31,11,0],[8,4,11,0,"enumerable"],[8,14,11,0],[9,4,11,0,"get"],[9,7,11,0],[9,18,11,0,"get"],[9,19,11,0],[10,6,11,0],[10,13,11,0,"members"],[10,20,11,0],[11,4,11,0],[12,2,11,0],[13,2,21,0,"Object"],[13,8,21,0],[13,9,21,0,"defineProperty"],[13,23,21,0],[13,24,21,0,"exports"],[13,31,21,0],[14,4,21,0,"enumerable"],[14,14,21,0],[15,4,21,0,"get"],[15,7,21,0],[15,18,21,0,"get"],[15,19,21,0],[16,6,21,0],[16,13,21,0,"hasProposals"],[16,25,21,0],[17,4,21,0],[18,2,21,0],[19,2,31,0,"Object"],[19,8,31,0],[19,9,31,0,"defineProperty"],[19,23,31,0],[19,24,31,0,"exports"],[19,31,31,0],[20,4,31,0,"enumerable"],[20,14,31,0],[21,4,31,0,"get"],[21,7,31,0],[21,18,31,0,"get"],[21,19,31,0],[22,6,31,0],[22,13,31,0,"proposal"],[22,21,31,0],[23,4,31,0],[24,2,31,0],[25,2,41,0,"Object"],[25,8,41,0],[25,9,41,0,"defineProperty"],[25,23,41,0],[25,24,41,0,"exports"],[25,31,41,0],[26,4,41,0,"enumerable"],[26,14,41,0],[27,4,41,0,"get"],[27,7,41,0],[27,18,41,0,"get"],[27,19,41,0],[28,6,41,0],[28,13,41,0,"proposalCount"],[28,26,41,0],[29,4,41,0],[30,2,41,0],[31,2,51,0,"Object"],[31,8,51,0],[31,9,51,0,"defineProperty"],[31,23,51,0],[31,24,51,0,"exports"],[31,31,51,0],[32,4,51,0,"enumerable"],[32,14,51,0],[33,4,51,0,"get"],[33,7,51,0],[33,18,51,0,"get"],[33,19,51,0],[34,6,51,0],[34,13,51,0,"proposalHashes"],[34,27,51,0],[35,4,51,0],[36,2,51,0],[37,2,61,0,"Object"],[37,8,61,0],[37,9,61,0,"defineProperty"],[37,23,61,0],[37,24,61,0,"exports"],[37,31,61,0],[38,4,61,0,"enumerable"],[38,14,61,0],[39,4,61,0,"get"],[39,7,61,0],[39,18,61,0,"get"],[39,19,61,0],[40,6,61,0],[40,13,61,0,"proposals"],[40,22,61,0],[41,4,61,0],[42,2,61,0],[43,2,71,0,"Object"],[43,8,71,0],[43,9,71,0,"defineProperty"],[43,23,71,0],[43,24,71,0,"exports"],[43,31,71,0],[44,4,71,0,"enumerable"],[44,14,71,0],[45,4,71,0,"get"],[45,7,71,0],[45,18,71,0,"get"],[45,19,71,0],[46,6,71,0],[46,13,71,0,"prime"],[46,18,71,0],[47,4,71,0],[48,2,71,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],[51,0,3,0],[52,0,4,0],[53,0,5,0],[54,0,6,0],[55,0,7,0],[56,0,8,0],[57,0,9,0],[58,0,10,0],[59,2,11,7],[59,8,11,13,"members"],[59,15,11,20],[59,18,11,23],[59,31,11,37],[59,35,11,37,"collectiveMembers"],[59,53,11,54],[59,54,11,54,"members"],[59,61,11,54],[59,63,11,55],[59,79,11,71],[59,80,11,72],[60,2,12,0],[61,0,13,0],[62,0,14,0],[63,0,15,0],[64,0,16,0],[65,0,17,0],[66,0,18,0],[67,0,19,0],[68,0,20,0],[69,2,21,7],[69,8,21,13,"hasProposals"],[69,20,21,25],[69,23,21,28],[69,36,21,42],[69,40,21,42,"collectiveHasProposals"],[69,58,21,64],[69,59,21,64,"hasProposals"],[69,71,21,64],[69,73,21,65],[69,89,21,81],[69,90,21,82],[70,2,22,0],[71,0,23,0],[72,0,24,0],[73,0,25,0],[74,0,26,0],[75,0,27,0],[76,0,28,0],[77,0,29,0],[78,0,30,0],[79,2,31,7],[79,8,31,13,"proposal"],[79,16,31,21],[79,19,31,24],[79,32,31,38],[79,36,31,38,"collectiveProposal"],[79,54,31,56],[79,55,31,56,"proposal"],[79,63,31,56],[79,65,31,57],[79,81,31,73],[79,82,31,74],[80,2,32,0],[81,0,33,0],[82,0,34,0],[83,0,35,0],[84,0,36,0],[85,0,37,0],[86,0,38,0],[87,0,39,0],[88,0,40,0],[89,2,41,7],[89,8,41,13,"proposalCount"],[89,21,41,26],[89,24,41,29],[89,37,41,43],[89,41,41,43,"collectiveProposalCount"],[89,59,41,66],[89,60,41,66,"proposalCount"],[89,73,41,66],[89,75,41,67],[89,91,41,83],[89,92,41,84],[90,2,42,0],[91,0,43,0],[92,0,44,0],[93,0,45,0],[94,0,46,0],[95,0,47,0],[96,0,48,0],[97,0,49,0],[98,0,50,0],[99,2,51,7],[99,8,51,13,"proposalHashes"],[99,22,51,27],[99,25,51,30],[99,38,51,44],[99,42,51,44,"collectiveProposalHashes"],[99,60,51,68],[99,61,51,68,"proposalHashes"],[99,75,51,68],[99,77,51,69],[99,93,51,85],[99,94,51,86],[100,2,52,0],[101,0,53,0],[102,0,54,0],[103,0,55,0],[104,0,56,0],[105,0,57,0],[106,0,58,0],[107,0,59,0],[108,0,60,0],[109,2,61,7],[109,8,61,13,"proposals"],[109,17,61,22],[109,20,61,25],[109,33,61,39],[109,37,61,39,"collectiveProposals"],[109,55,61,58],[109,56,61,58,"proposals"],[109,65,61,58],[109,67,61,59],[109,83,61,75],[109,84,61,76],[110,2,62,0],[111,0,63,0],[112,0,64,0],[113,0,65,0],[114,0,66,0],[115,0,67,0],[116,0,68,0],[117,0,69,0],[118,0,70,0],[119,2,71,7],[119,8,71,13,"prime"],[119,13,71,18],[119,16,71,21],[119,29,71,35],[119,33,71,35,"collectivePrime"],[119,51,71,50],[119,52,71,50,"prime"],[119,57,71,50],[119,59,71,51],[119,75,71,67],[119,76,71,68],[120,0,71,69],[120,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]} |