mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 03:01:04 +00:00
auto-commit for cec575c0-476c-4bef-83da-9ee19fcf043c
This commit is contained in:
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"rxjs","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":133},"end":{"line":4,"column":30,"index":148}}],"key":"atDzfUGaJNRNtwyVumomzH/5ygw=","exportNames":["*"],"imports":1}},{"name":"../util/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":169},"end":{"line":5,"column":46,"index":196}}],"key":"H94lp+EitftSFqDHaenrSs5zKB0=","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.votingBalances = votingBalances;\n var rxjs_1 = require(_dependencyMap[0], \"rxjs\");\n var index_js_1 = require(_dependencyMap[1], \"../util/index.js\");\n /**\n * @name votingBalances\n * @description Retrieves the balance information for multiple accounts, typically used in governance-related contexts to check voting power.\n * @param {(AccountId | AccountIndex | Address | string)[]} addresses An array of account identifiers.\n * @example\n * ```javascript\n * const addresses = [\"5D4b...Zf1\", \"5HGj...yrV\"];\n * const balances = await api.derive.balances.votingBalances(addresses);\n * console.log(\"Voting Balances:\", balances);\n * ```\n */\n function votingBalances(instanceId, api) {\n return (0, index_js_1.memo)(instanceId, function (addresses) {\n return !(addresses != null && addresses.length) ? (0, rxjs_1.of)([]) : (0, rxjs_1.combineLatest)(addresses.map(function (accountId) {\n return api.derive.balances.account(accountId);\n }));\n });\n }\n});","lineCount":28,"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,"votingBalances"],[7,24,3,22],[7,27,3,25,"votingBalances"],[7,41,3,39],[8,2,4,0],[8,6,4,6,"rxjs_1"],[8,12,4,12],[8,15,4,15,"require"],[8,22,4,22],[8,23,4,22,"_dependencyMap"],[8,37,4,22],[8,48,4,29],[8,49,4,30],[9,2,5,0],[9,6,5,6,"index_js_1"],[9,16,5,16],[9,19,5,19,"require"],[9,26,5,26],[9,27,5,26,"_dependencyMap"],[9,41,5,26],[9,64,5,45],[9,65,5,46],[10,2,6,0],[11,0,7,0],[12,0,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],[21,11,17,9,"votingBalances"],[21,25,17,23,"votingBalances"],[21,26,17,24,"instanceId"],[21,36,17,34],[21,38,17,36,"api"],[21,41,17,39],[21,43,17,41],[22,4,18,4],[22,11,18,11],[22,12,18,12],[22,13,18,13],[22,15,18,15,"index_js_1"],[22,25,18,25],[22,26,18,26,"memo"],[22,30,18,30],[22,32,18,32,"instanceId"],[22,42,18,42],[22,44,18,44],[22,54,18,45,"addresses"],[22,63,18,54],[23,6,18,54],[23,13,18,59],[23,15,18,60,"addresses"],[23,24,18,69],[23,36,18,60,"addresses"],[23,45,18,69],[23,46,18,71,"length"],[23,52,18,77],[23,56,19,10],[23,57,19,11],[23,58,19,12],[23,60,19,14,"rxjs_1"],[23,66,19,20],[23,67,19,21,"of"],[23,69,19,23],[23,71,19,25],[23,73,19,27],[23,74,19,28],[23,77,20,10],[23,78,20,11],[23,79,20,12],[23,81,20,14,"rxjs_1"],[23,87,20,20],[23,88,20,21,"combineLatest"],[23,101,20,34],[23,103,20,36,"addresses"],[23,112,20,45],[23,113,20,46,"map"],[23,116,20,49],[23,117,20,50],[23,127,20,51,"accountId"],[23,136,20,60],[24,8,20,60],[24,15,20,65,"api"],[24,18,20,68],[24,19,20,69,"derive"],[24,25,20,75],[24,26,20,76,"balances"],[24,34,20,84],[24,35,20,85,"account"],[24,42,20,92],[24,43,20,93,"accountId"],[24,52,20,102],[24,53,20,103],[25,6,20,103],[25,8,20,104],[25,9,20,105],[26,4,20,105],[26,6,20,106],[27,2,21,0],[28,0,21,1],[28,3]],"functionMap":{"names":["<global>","votingBalances","<anonymous>","addresses.map$argument_0"],"mappings":"AAA;ACgB;4CCC;kDCE,qDD,ED;CDC"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"../../tokenizer","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":1,"column":11,"index":11},"end":{"line":1,"column":37,"index":37}}],"key":"aNRU9n3c7yINqZkqLGUbbiGwGn8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var TYPE = require(_dependencyMap[0], \"../../tokenizer\").TYPE;\n var HASH = TYPE.Hash;\n\n // '#' ident\n module.exports = {\n name: 'Hash',\n structure: {\n value: String\n },\n parse: function parse() {\n var start = this.scanner.tokenStart;\n this.eat(HASH);\n return {\n type: 'Hash',\n loc: this.getLocation(start, this.scanner.tokenStart),\n value: this.scanner.substrToCursor(start + 1)\n };\n },\n generate: function generate(node) {\n this.chunk('#');\n this.chunk(node.value);\n }\n };\n});","lineCount":25,"map":[[2,2,1,0],[2,6,1,4,"TYPE"],[2,10,1,8],[2,13,1,11,"require"],[2,20,1,18],[2,21,1,18,"_dependencyMap"],[2,35,1,18],[2,57,1,36],[2,58,1,37],[2,59,1,38,"TYPE"],[2,63,1,42],[3,2,3,0],[3,6,3,4,"HASH"],[3,10,3,8],[3,13,3,11,"TYPE"],[3,17,3,15],[3,18,3,16,"Hash"],[3,22,3,20],[5,2,5,0],[6,2,6,0,"module"],[6,8,6,6],[6,9,6,7,"exports"],[6,16,6,14],[6,19,6,17],[7,4,7,4,"name"],[7,8,7,8],[7,10,7,10],[7,16,7,16],[8,4,8,4,"structure"],[8,13,8,13],[8,15,8,15],[9,6,9,8,"value"],[9,11,9,13],[9,13,9,15,"String"],[10,4,10,4],[10,5,10,5],[11,4,11,4,"parse"],[11,9,11,9],[11,11,11,11],[11,20,11,4,"parse"],[11,25,11,9,"parse"],[11,26,11,9],[11,28,11,22],[12,6,12,8],[12,10,12,12,"start"],[12,15,12,17],[12,18,12,20],[12,22,12,24],[12,23,12,25,"scanner"],[12,30,12,32],[12,31,12,33,"tokenStart"],[12,41,12,43],[13,6,14,8],[13,10,14,12],[13,11,14,13,"eat"],[13,14,14,16],[13,15,14,17,"HASH"],[13,19,14,21],[13,20,14,22],[14,6,16,8],[14,13,16,15],[15,8,17,12,"type"],[15,12,17,16],[15,14,17,18],[15,20,17,24],[16,8,18,12,"loc"],[16,11,18,15],[16,13,18,17],[16,17,18,21],[16,18,18,22,"getLocation"],[16,29,18,33],[16,30,18,34,"start"],[16,35,18,39],[16,37,18,41],[16,41,18,45],[16,42,18,46,"scanner"],[16,49,18,53],[16,50,18,54,"tokenStart"],[16,60,18,64],[16,61,18,65],[17,8,19,12,"value"],[17,13,19,17],[17,15,19,19],[17,19,19,23],[17,20,19,24,"scanner"],[17,27,19,31],[17,28,19,32,"substrToCursor"],[17,42,19,46],[17,43,19,47,"start"],[17,48,19,52],[17,51,19,55],[17,52,19,56],[18,6,20,8],[18,7,20,9],[19,4,21,4],[19,5,21,5],[20,4,22,4,"generate"],[20,12,22,12],[20,14,22,14],[20,23,22,4,"generate"],[20,31,22,12,"generate"],[20,32,22,23,"node"],[20,36,22,27],[20,38,22,29],[21,6,23,8],[21,10,23,12],[21,11,23,13,"chunk"],[21,16,23,18],[21,17,23,19],[21,20,23,22],[21,21,23,23],[22,6,24,8],[22,10,24,12],[22,11,24,13,"chunk"],[22,16,24,18],[22,17,24,19,"node"],[22,21,24,23],[22,22,24,24,"value"],[22,27,24,29],[22,28,24,30],[23,4,25,4],[24,2,26,0],[24,3,26,1],[25,0,26,2],[25,3]],"functionMap":{"names":["<global>","module.exports.parse","module.exports.generate"],"mappings":"AAA;WCU;KDU;cEC;KFG"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./switchMap","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":18,"index":124},"end":{"line":4,"column":40,"index":146}}],"key":"D7DlYsrO9PhMJc71E5UOGeyw/P0=","exportNames":["*"],"imports":1}},{"name":"../util/lift","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":13,"index":161},"end":{"line":5,"column":36,"index":184}}],"key":"QCxE0PdfaUm4cT9qPVYaaaoo46A=","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.switchScan = void 0;\n var switchMap_1 = require(_dependencyMap[0], \"./switchMap\");\n var lift_1 = require(_dependencyMap[1], \"../util/lift\");\n function switchScan(accumulator, seed) {\n return lift_1.operate(function (source, subscriber) {\n var state = seed;\n switchMap_1.switchMap(function (value, index) {\n return accumulator(state, value, index);\n }, function (_, innerValue) {\n return state = innerValue, innerValue;\n })(source).subscribe(subscriber);\n return function () {\n state = null;\n };\n });\n }\n exports.switchScan = switchScan;\n});","lineCount":24,"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,"switchScan"],[7,20,3,18],[7,23,3,21],[7,28,3,26],[7,29,3,27],[8,2,4,0],[8,6,4,4,"switchMap_1"],[8,17,4,15],[8,20,4,18,"require"],[8,27,4,25],[8,28,4,25,"_dependencyMap"],[8,42,4,25],[8,60,4,39],[8,61,4,40],[9,2,5,0],[9,6,5,4,"lift_1"],[9,12,5,10],[9,15,5,13,"require"],[9,22,5,20],[9,23,5,20,"_dependencyMap"],[9,37,5,20],[9,56,5,35],[9,57,5,36],[10,2,6,0],[10,11,6,9,"switchScan"],[10,21,6,19,"switchScan"],[10,22,6,20,"accumulator"],[10,33,6,31],[10,35,6,33,"seed"],[10,39,6,37],[10,41,6,39],[11,4,7,4],[11,11,7,11,"lift_1"],[11,17,7,17],[11,18,7,18,"operate"],[11,25,7,25],[11,26,7,26],[11,36,7,36,"source"],[11,42,7,42],[11,44,7,44,"subscriber"],[11,54,7,54],[11,56,7,56],[12,6,8,8],[12,10,8,12,"state"],[12,15,8,17],[12,18,8,20,"seed"],[12,22,8,24],[13,6,9,8,"switchMap_1"],[13,17,9,19],[13,18,9,20,"switchMap"],[13,27,9,29],[13,28,9,30],[13,38,9,40,"value"],[13,43,9,45],[13,45,9,47,"index"],[13,50,9,52],[13,52,9,54],[14,8,9,56],[14,15,9,63,"accumulator"],[14,26,9,74],[14,27,9,75,"state"],[14,32,9,80],[14,34,9,82,"value"],[14,39,9,87],[14,41,9,89,"index"],[14,46,9,94],[14,47,9,95],[15,6,9,97],[15,7,9,98],[15,9,9,100],[15,19,9,110,"_"],[15,20,9,111],[15,22,9,113,"innerValue"],[15,32,9,123],[15,34,9,125],[16,8,9,127],[16,15,9,136,"state"],[16,20,9,141],[16,23,9,144,"innerValue"],[16,33,9,154],[16,35,9,157,"innerValue"],[16,45,9,167],[17,6,9,170],[17,7,9,171],[17,8,9,172],[17,9,9,173,"source"],[17,15,9,179],[17,16,9,180],[17,17,9,181,"subscribe"],[17,26,9,190],[17,27,9,191,"subscriber"],[17,37,9,201],[17,38,9,202],[18,6,10,8],[18,13,10,15],[18,25,10,27],[19,8,11,12,"state"],[19,13,11,17],[19,16,11,20],[19,20,11,24],[20,6,12,8],[20,7,12,9],[21,4,13,4],[21,5,13,5],[21,6,13,6],[22,2,14,0],[23,2,15,0,"exports"],[23,9,15,7],[23,10,15,8,"switchScan"],[23,20,15,18],[23,23,15,21,"switchScan"],[23,33,15,31],[24,0,15,32],[24,3]],"functionMap":{"names":["<global>","switchScan","lift_1.operate$argument_0","switchMap_1.switchMap$argument_0","switchMap_1.switchMap$argument_1","<anonymous>"],"mappings":"AAA;ACK;0BCC;8BCE,oED,EE,uEF;eGC;SHE;KDC;CDC"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n function _isNativeReflectConstruct() {\n try {\n var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));\n } catch (t) {}\n return (module.exports = _isNativeReflectConstruct = function _isNativeReflectConstruct() {\n return !!t;\n }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports)();\n }\n module.exports = _isNativeReflectConstruct, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;\n});","lineCount":11,"map":[[2,2,1,0],[2,11,1,9,"_isNativeReflectConstruct"],[2,36,1,34,"_isNativeReflectConstruct"],[2,37,1,34],[2,39,1,37],[3,4,2,2],[3,8,2,6],[4,6,3,4],[4,10,3,8,"t"],[4,11,3,9],[4,14,3,12],[4,15,3,13,"Boolean"],[4,22,3,20],[4,23,3,21,"prototype"],[4,32,3,30],[4,33,3,31,"valueOf"],[4,40,3,38],[4,41,3,39,"call"],[4,45,3,43],[4,46,3,44,"Reflect"],[4,53,3,51],[4,54,3,52,"construct"],[4,63,3,61],[4,64,3,62,"Boolean"],[4,71,3,69],[4,73,3,71],[4,75,3,73],[4,77,3,75],[4,89,3,87],[4,90,3,88],[4,91,3,89],[4,92,3,90],[4,93,3,91],[5,4,4,2],[5,5,4,3],[5,6,4,4],[5,13,4,11,"t"],[5,14,4,12],[5,16,4,14],[5,17,4,15],[6,4,5,2],[6,11,5,9],[6,12,5,10,"module"],[6,18,5,16],[6,19,5,17,"exports"],[6,26,5,24],[6,29,5,27,"_isNativeReflectConstruct"],[6,54,5,52],[6,57,5,55],[6,66,5,64,"_isNativeReflectConstruct"],[6,91,5,89,"_isNativeReflectConstruct"],[6,92,5,89],[6,94,5,92],[7,6,6,4],[7,13,6,11],[7,14,6,12],[7,15,6,13,"t"],[7,16,6,14],[8,4,7,2],[8,5,7,3],[8,7,7,5,"module"],[8,13,7,11],[8,14,7,12,"exports"],[8,21,7,19],[8,22,7,20,"__esModule"],[8,32,7,30],[8,35,7,33],[8,39,7,37],[8,41,7,39,"module"],[8,47,7,45],[8,48,7,46,"exports"],[8,55,7,53],[8,56,7,54],[8,65,7,63],[8,66,7,64],[8,69,7,67,"module"],[8,75,7,73],[8,76,7,74,"exports"],[8,83,7,81],[8,85,7,83],[8,86,7,84],[9,2,8,0],[10,2,9,0,"module"],[10,8,9,6],[10,9,9,7,"exports"],[10,16,9,14],[10,19,9,17,"_isNativeReflectConstruct"],[10,44,9,42],[10,46,9,44,"module"],[10,52,9,50],[10,53,9,51,"exports"],[10,60,9,58],[10,61,9,59,"__esModule"],[10,71,9,69],[10,74,9,72],[10,78,9,76],[10,80,9,78,"module"],[10,86,9,84],[10,87,9,85,"exports"],[10,94,9,92],[10,95,9,93],[10,104,9,102],[10,105,9,103],[10,108,9,106,"module"],[10,114,9,112],[10,115,9,113,"exports"],[10,122,9,120],[11,0,9,121],[11,3]],"functionMap":{"names":["_isNativeReflectConstruct","Reflect.construct$argument_2","<global>"],"mappings":"AAA;2ECE,cD;CEK"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"tslib","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":3,"column":16,"index":93},"end":{"line":3,"column":32,"index":109}}],"key":"vm88vOsSPZItrLOmMEyUuGkd1y4=","exportNames":["*"],"imports":1}},{"name":"./packageDetect.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":0,"index":111},"end":{"line":4,"column":29,"index":140}}],"key":"6wfJhxiZsUlUZpTrbglZlrYne1I=","exportNames":["*"],"imports":1}},{"name":"./bundle.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":21,"index":163},"end":{"line":5,"column":43,"index":185}}],"key":"qgv0ioRoiyx5tPp690zbl2FdD2M=","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 var tslib_1 = require(_dependencyMap[0], \"tslib\");\n require(_dependencyMap[1], \"./packageDetect.js\");\n tslib_1.__exportStar(require(_dependencyMap[2], \"./bundle.js\"), exports);\n});","lineCount":10,"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],[7,6,3,6,"tslib_1"],[7,13,3,13],[7,16,3,16,"require"],[7,23,3,23],[7,24,3,23,"_dependencyMap"],[7,38,3,23],[7,50,3,31],[7,51,3,32],[8,2,4,0,"require"],[8,9,4,7],[8,10,4,7,"_dependencyMap"],[8,24,4,7],[8,49,4,28],[8,50,4,29],[9,2,5,0,"tslib_1"],[9,9,5,7],[9,10,5,8,"__exportStar"],[9,22,5,20],[9,23,5,21,"require"],[9,30,5,28],[9,31,5,28,"_dependencyMap"],[9,45,5,28],[9,63,5,42],[9,64,5,43],[9,66,5,45,"exports"],[9,73,5,52],[9,74,5,53],[10,0,5,54],[10,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user