mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 08:51:01 +00:00
auto-commit for 419f22ef-909a-4d7d-ab8a-e053a891ce1f
This commit is contained in:
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"rxjs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":41,"index":41}}],"key":"PnOMrhZAPWoeW3ygrvUJ7ff768Y=","exportNames":["*"],"imports":1}},{"name":"../util/index.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":42},"end":{"line":2,"column":40,"index":82}}],"key":"GRJlO1cmIj14nBxcasNpiq30og4=","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 = require(_dependencyMap[0], \"rxjs\");\n var _utilIndexJs = 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, _utilIndexJs.memo)(instanceId, addresses => !addresses?.length ? (0, _rxjs.of)([]) : (0, _rxjs.combineLatest)(addresses.map(accountId => api.derive.balances.account(accountId))));\n }\n});","lineCount":24,"map":[[7,2,14,0,"exports"],[7,9,14,0],[7,10,14,0,"votingBalances"],[7,24,14,0],[7,27,14,0,"votingBalances"],[7,41,14,0],[8,2,1,0],[8,6,1,0,"_rxjs"],[8,11,1,0],[8,14,1,0,"require"],[8,21,1,0],[8,22,1,0,"_dependencyMap"],[8,36,1,0],[9,2,2,0],[9,6,2,0,"_utilIndexJs"],[9,18,2,0],[9,21,2,0,"require"],[9,28,2,0],[9,29,2,0,"_dependencyMap"],[9,43,2,0],[10,2,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[16,0,9,0],[17,0,10,0],[18,0,11,0],[19,0,12,0],[20,0,13,0],[21,2,14,7],[21,11,14,16,"votingBalances"],[21,25,14,30,"votingBalances"],[21,26,14,31,"instanceId"],[21,36,14,41],[21,38,14,43,"api"],[21,41,14,46],[21,43,14,48],[22,4,15,4],[22,11,15,11],[22,15,15,11,"memo"],[22,27,15,15],[22,28,15,15,"memo"],[22,32,15,15],[22,34,15,16,"instanceId"],[22,44,15,26],[22,46,15,29,"addresses"],[22,55,15,38],[22,59,15,43],[22,60,15,44,"addresses"],[22,69,15,53],[22,71,15,55,"length"],[22,77,15,61],[22,80,16,10],[22,84,16,10,"of"],[22,89,16,12],[22,90,16,12,"of"],[22,92,16,12],[22,94,16,13],[22,96,16,15],[22,97,16,16],[22,100,17,10],[22,104,17,10,"combineLatest"],[22,109,17,23],[22,110,17,23,"combineLatest"],[22,123,17,23],[22,125,17,24,"addresses"],[22,134,17,33],[22,135,17,34,"map"],[22,138,17,37],[22,139,17,39,"accountId"],[22,148,17,48],[22,152,17,53,"api"],[22,155,17,56],[22,156,17,57,"derive"],[22,162,17,63],[22,163,17,64,"balances"],[22,171,17,72],[22,172,17,73,"account"],[22,179,17,80],[22,180,17,81,"accountId"],[22,189,17,90],[22,190,17,91],[22,191,17,92],[22,192,17,93],[22,193,17,94],[23,2,18,0],[24,0,18,1],[24,3]],"functionMap":{"names":["<global>","votingBalances","memo$argument_1","addresses.map$argument_0"],"mappings":"AAA;OCa;4BCC;sCCE,qDD,ED;CDC"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"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 Object.defineProperty(exports, \"AllHashers\", {\n enumerable: true,\n get: function () {\n return AllHashers;\n }\n });\n /* eslint-disable sort-keys */\n const AllHashers = {\n Blake2_128: null,\n // eslint-disable-line camelcase\n Blake2_256: null,\n // eslint-disable-line camelcase\n Blake2_128Concat: null,\n // eslint-disable-line camelcase\n Twox128: null,\n Twox256: null,\n Twox64Concat: null,\n // new in v11\n Identity: null\n };\n});","lineCount":27,"map":[[7,2,2,0,"Object"],[7,8,2,0],[7,9,2,0,"defineProperty"],[7,23,2,0],[7,24,2,0,"exports"],[7,31,2,0],[8,4,2,0,"enumerable"],[8,14,2,0],[9,4,2,0,"get"],[9,7,2,0],[9,18,2,0,"get"],[9,19,2,0],[10,6,2,0],[10,13,2,0,"AllHashers"],[10,23,2,0],[11,4,2,0],[12,2,2,0],[13,2,1,0],[14,2,2,7],[14,8,2,13,"AllHashers"],[14,18,2,23],[14,21,2,26],[15,4,3,4,"Blake2_128"],[15,14,3,14],[15,16,3,16],[15,20,3,20],[16,4,3,22],[17,4,4,4,"Blake2_256"],[17,14,4,14],[17,16,4,16],[17,20,4,20],[18,4,4,22],[19,4,5,4,"Blake2_128Concat"],[19,20,5,20],[19,22,5,22],[19,26,5,26],[20,4,5,28],[21,4,6,4,"Twox128"],[21,11,6,11],[21,13,6,13],[21,17,6,17],[22,4,7,4,"Twox256"],[22,11,7,11],[22,13,7,13],[22,17,7,17],[23,4,8,4,"Twox64Concat"],[23,16,8,16],[23,18,8,18],[23,22,8,22],[24,4,9,4],[25,4,10,4,"Identity"],[25,12,10,12],[25,14,10,14],[26,2,11,0],[26,3,11,1],[27,0,11,2],[27,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"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 Object.defineProperty(exports, \"packageInfo\", {\n enumerable: true,\n get: function () {\n return packageInfo;\n }\n });\n const packageInfo = {\n name: '@polkadot/wasm-crypto-asmjs',\n path: import.meta && import.meta.url ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',\n type: 'esm',\n version: '7.5.1'\n };\n});","lineCount":19,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"packageInfo"],[10,24,1,0],[11,4,1,0],[12,2,1,0],[13,2,1,7],[13,8,1,13,"packageInfo"],[13,19,1,24],[13,22,1,27],[14,4,1,29,"name"],[14,8,1,33],[14,10,1,35],[14,39,1,64],[15,4,1,66,"path"],[15,8,1,70],[15,10,1,73,"import"],[15,16,1,79],[15,17,1,80,"meta"],[15,21,1,84],[15,25,1,88,"import"],[15,31,1,94],[15,32,1,95,"meta"],[15,36,1,99],[15,37,1,100,"url"],[15,40,1,103],[15,43,1,107],[15,47,1,111,"URL"],[15,50,1,114],[15,51,1,115,"import"],[15,57,1,121],[15,58,1,122,"meta"],[15,62,1,126],[15,63,1,127,"url"],[15,66,1,130],[15,67,1,131],[15,68,1,132,"pathname"],[15,76,1,140],[15,77,1,141,"substring"],[15,86,1,150],[15,87,1,151],[15,88,1,152],[15,90,1,154],[15,94,1,158,"URL"],[15,97,1,161],[15,98,1,162,"import"],[15,104,1,168],[15,105,1,169,"meta"],[15,109,1,173],[15,110,1,174,"url"],[15,113,1,177],[15,114,1,178],[15,115,1,179,"pathname"],[15,123,1,187],[15,124,1,188,"lastIndexOf"],[15,135,1,199],[15,136,1,200],[15,139,1,203],[15,140,1,204],[15,143,1,207],[15,144,1,208],[15,145,1,209],[15,148,1,212],[15,154,1,218],[16,4,1,220,"type"],[16,8,1,224],[16,10,1,226],[16,15,1,231],[17,4,1,233,"version"],[17,11,1,240],[17,13,1,242],[18,2,1,250],[18,3,1,251],[19,0,1,252],[19,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"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 \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"packageInfo\", {\n enumerable: true,\n get: function () {\n return packageInfo;\n }\n });\n const packageInfo = {\n name: '@polkadot/util-crypto',\n path: import.meta && import.meta.url ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',\n type: 'esm',\n version: '13.5.7'\n };\n});","lineCount":19,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"packageInfo"],[10,24,1,0],[11,4,1,0],[12,2,1,0],[13,2,1,7],[13,8,1,13,"packageInfo"],[13,19,1,24],[13,22,1,27],[14,4,1,29,"name"],[14,8,1,33],[14,10,1,35],[14,33,1,58],[15,4,1,60,"path"],[15,8,1,64],[15,10,1,67,"import"],[15,16,1,73],[15,17,1,74,"meta"],[15,21,1,78],[15,25,1,82,"import"],[15,31,1,88],[15,32,1,89,"meta"],[15,36,1,93],[15,37,1,94,"url"],[15,40,1,97],[15,43,1,101],[15,47,1,105,"URL"],[15,50,1,108],[15,51,1,109,"import"],[15,57,1,115],[15,58,1,116,"meta"],[15,62,1,120],[15,63,1,121,"url"],[15,66,1,124],[15,67,1,125],[15,68,1,126,"pathname"],[15,76,1,134],[15,77,1,135,"substring"],[15,86,1,144],[15,87,1,145],[15,88,1,146],[15,90,1,148],[15,94,1,152,"URL"],[15,97,1,155],[15,98,1,156,"import"],[15,104,1,162],[15,105,1,163,"meta"],[15,109,1,167],[15,110,1,168,"url"],[15,113,1,171],[15,114,1,172],[15,115,1,173,"pathname"],[15,123,1,181],[15,124,1,182,"lastIndexOf"],[15,135,1,193],[15,136,1,194],[15,139,1,197],[15,140,1,198],[15,143,1,201],[15,144,1,202],[15,145,1,203],[15,148,1,206],[15,154,1,212],[16,4,1,214,"type"],[16,8,1,218],[16,10,1,220],[16,15,1,225],[17,4,1,227,"version"],[17,11,1,234],[17,13,1,236],[18,2,1,245],[18,3,1,246],[19,0,1,247],[19,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":15},"end":{"line":3,"column":31,"index":46}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","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 function _interopNamespace(e) {\n if (e && e.__esModule) return e;\n var n = {};\n if (e) Object.keys(e).forEach(function (k) {\n var d = Object.getOwnPropertyDescriptor(e, k);\n Object.defineProperty(n, k, d.get ? d : {\n enumerable: true,\n get: function () {\n return e[k];\n }\n });\n });\n n.default = e;\n return n;\n }\n Object.defineProperty(exports, \"AnimatedHeaderHeightContext\", {\n enumerable: true,\n get: function () {\n return AnimatedHeaderHeightContext;\n }\n });\n exports.useAnimatedHeaderHeight = useAnimatedHeaderHeight;\n var _react = require(_dependencyMap[0], \"react\");\n var React = _interopNamespace(_react);\n const AnimatedHeaderHeightContext = /*#__PURE__*/React.createContext(undefined);\n function useAnimatedHeaderHeight() {\n const animatedValue = React.useContext(AnimatedHeaderHeightContext);\n if (animatedValue === undefined) {\n throw new Error(\"Couldn't find the header height. Are you inside a screen in a native stack navigator?\");\n }\n return animatedValue;\n }\n});","lineCount":39,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13,"Object"],[4,8,1,13],[4,9,1,13,"defineProperty"],[4,23,1,13],[4,24,1,13,"exports"],[4,31,1,13],[5,4,1,13,"value"],[5,9,1,13],[6,2,1,13],[7,2,1,13],[7,11,1,13,"_interopNamespace"],[7,29,1,13,"e"],[7,30,1,13],[8,4,1,13],[8,8,1,13,"e"],[8,9,1,13],[8,13,1,13,"e"],[8,14,1,13],[8,15,1,13,"__esModule"],[8,25,1,13],[8,34,1,13,"e"],[8,35,1,13],[9,4,1,13],[9,8,1,13,"n"],[9,9,1,13],[10,4,1,13],[10,8,1,13,"e"],[10,9,1,13],[10,11,1,13,"Object"],[10,17,1,13],[10,18,1,13,"keys"],[10,22,1,13],[10,23,1,13,"e"],[10,24,1,13],[10,26,1,13,"forEach"],[10,33,1,13],[10,44,1,13,"k"],[10,45,1,13],[11,6,1,13],[11,10,1,13,"d"],[11,11,1,13],[11,14,1,13,"Object"],[11,20,1,13],[11,21,1,13,"getOwnPropertyDescriptor"],[11,45,1,13],[11,46,1,13,"e"],[11,47,1,13],[11,49,1,13,"k"],[11,50,1,13],[12,6,1,13,"Object"],[12,12,1,13],[12,13,1,13,"defineProperty"],[12,27,1,13],[12,28,1,13,"n"],[12,29,1,13],[12,31,1,13,"k"],[12,32,1,13],[12,34,1,13,"d"],[12,35,1,13],[12,36,1,13,"get"],[12,39,1,13],[12,42,1,13,"d"],[12,43,1,13],[13,8,1,13,"enumerable"],[13,18,1,13],[14,8,1,13,"get"],[14,11,1,13],[14,22,1,13,"get"],[14,23,1,13],[15,10,1,13],[15,17,1,13,"e"],[15,18,1,13],[15,19,1,13,"k"],[15,20,1,13],[16,8,1,13],[17,6,1,13],[18,4,1,13],[19,4,1,13,"n"],[19,5,1,13],[19,6,1,13,"default"],[19,13,1,13],[19,16,1,13,"e"],[19,17,1,13],[20,4,1,13],[20,11,1,13,"n"],[20,12,1,13],[21,2,1,13],[22,2,4,0,"Object"],[22,8,4,0],[22,9,4,0,"defineProperty"],[22,23,4,0],[22,24,4,0,"exports"],[22,31,4,0],[23,4,4,0,"enumerable"],[23,14,4,0],[24,4,4,0,"get"],[24,7,4,0],[24,18,4,0,"get"],[24,19,4,0],[25,6,4,0],[25,13,4,0,"AnimatedHeaderHeightContext"],[25,40,4,0],[26,4,4,0],[27,2,4,0],[28,2,5,0,"exports"],[28,9,5,0],[28,10,5,0,"useAnimatedHeaderHeight"],[28,33,5,0],[28,36,5,0,"useAnimatedHeaderHeight"],[28,59,5,0],[29,2,3,0],[29,6,3,0,"_react"],[29,12,3,0],[29,15,3,0,"require"],[29,22,3,0],[29,23,3,0,"_dependencyMap"],[29,37,3,0],[30,2,3,0],[30,6,3,0,"React"],[30,11,3,0],[30,14,3,0,"_interopNamespace"],[30,31,3,0],[30,32,3,0,"_react"],[30,38,3,0],[31,2,4,7],[31,8,4,13,"AnimatedHeaderHeightContext"],[31,35,4,40],[31,38,4,43],[31,51,4,56,"React"],[31,56,4,61],[31,57,4,62,"createContext"],[31,70,4,75],[31,71,4,76,"undefined"],[31,80,4,85],[31,81,4,86],[32,2,5,7],[32,11,5,16,"useAnimatedHeaderHeight"],[32,34,5,39,"useAnimatedHeaderHeight"],[32,35,5,39],[32,37,5,42],[33,4,6,2],[33,10,6,8,"animatedValue"],[33,23,6,21],[33,26,6,24,"React"],[33,31,6,29],[33,32,6,30,"useContext"],[33,42,6,40],[33,43,6,41,"AnimatedHeaderHeightContext"],[33,70,6,68],[33,71,6,69],[34,4,7,2],[34,8,7,6,"animatedValue"],[34,21,7,19],[34,26,7,24,"undefined"],[34,35,7,33],[34,37,7,35],[35,6,8,4],[35,12,8,10],[35,16,8,14,"Error"],[35,21,8,19],[35,22,8,20],[35,109,8,107],[35,110,8,108],[36,4,9,2],[37,4,10,2],[37,11,10,9,"animatedValue"],[37,24,10,22],[38,2,11,0],[39,0,11,1],[39,3]],"functionMap":{"names":["<global>","useAnimatedHeaderHeight"],"mappings":"AAA;OCI;CDM"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user