mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 03:01:04 +00:00
auto-commit for 419f22ef-909a-4d7d-ab8a-e053a891ce1f
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":42,"index":42}}],"key":"ISHU1ovvPMrCldqRjtd1JhW9dyo=","exportNames":["*"],"imports":1}},{"name":"@polkadot/wasm-crypto","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":43},"end":{"line":2,"column":64,"index":107}}],"key":"2/wMT/y5UfnEdVow79e3G5+65jw=","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.sr25519Sign = sr25519Sign;\n var _polkadotUtil = require(_dependencyMap[0], \"@polkadot/util\");\n var _polkadotWasmCrypto = require(_dependencyMap[1], \"@polkadot/wasm-crypto\");\n /**\n * @name sr25519Sign\n * @description Returns message signature of `message`, using the supplied pair\n */\n function sr25519Sign(message, {\n publicKey,\n secretKey\n }) {\n if (publicKey?.length !== 32) {\n throw new Error('Expected a valid publicKey, 32-bytes');\n } else if (secretKey?.length !== 64) {\n throw new Error('Expected a valid secretKey, 64-bytes');\n }\n return (0, _polkadotWasmCrypto.sr25519Sign)(publicKey, secretKey, (0, _polkadotUtil.u8aToU8a)(message));\n }\n});","lineCount":25,"map":[[7,2,7,0,"exports"],[7,9,7,0],[7,10,7,0,"sr25519Sign"],[7,21,7,0],[7,24,7,0,"sr25519Sign"],[7,35,7,0],[8,2,1,0],[8,6,1,0,"_polkadotUtil"],[8,19,1,0],[8,22,1,0,"require"],[8,29,1,0],[8,30,1,0,"_dependencyMap"],[8,44,1,0],[9,2,2,0],[9,6,2,0,"_polkadotWasmCrypto"],[9,25,2,0],[9,28,2,0,"require"],[9,35,2,0],[9,36,2,0,"_dependencyMap"],[9,50,2,0],[10,2,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,2,7,7],[14,11,7,16,"sr25519Sign"],[14,22,7,27,"sr25519Sign"],[14,23,7,28,"message"],[14,30,7,35],[14,32,7,37],[15,4,7,39,"publicKey"],[15,13,7,48],[16,4,7,50,"secretKey"],[17,2,7,60],[17,3,7,61],[17,5,7,63],[18,4,8,4],[18,8,8,8,"publicKey"],[18,17,8,17],[18,19,8,19,"length"],[18,25,8,25],[18,30,8,30],[18,32,8,32],[18,34,8,34],[19,6,9,8],[19,12,9,14],[19,16,9,18,"Error"],[19,21,9,23],[19,22,9,24],[19,60,9,62],[19,61,9,63],[20,4,10,4],[20,5,10,5],[20,11,11,9],[20,15,11,13,"secretKey"],[20,24,11,22],[20,26,11,24,"length"],[20,32,11,30],[20,37,11,35],[20,39,11,37],[20,41,11,39],[21,6,12,8],[21,12,12,14],[21,16,12,18,"Error"],[21,21,12,23],[21,22,12,24],[21,60,12,62],[21,61,12,63],[22,4,13,4],[23,4,14,4],[23,11,14,11],[23,15,14,11,"wasmSign"],[23,34,14,19],[23,35,14,19,"sr25519Sign"],[23,46,14,19],[23,48,14,20,"publicKey"],[23,57,14,29],[23,59,14,31,"secretKey"],[23,68,14,40],[23,70,14,42],[23,74,14,42,"u8aToU8a"],[23,87,14,50],[23,88,14,50,"u8aToU8a"],[23,96,14,50],[23,98,14,51,"message"],[23,105,14,58],[23,106,14,59],[23,107,14,60],[24,2,15,0],[25,0,15,1],[25,3]],"functionMap":{"names":["<global>","sr25519Sign"],"mappings":"AAA;OCM;CDQ"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"rxjs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":37,"index":37}}],"key":"PnOMrhZAPWoeW3ygrvUJ7ff768Y=","exportNames":["*"],"imports":1}},{"name":"../util/index.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":38},"end":{"line":2,"column":40,"index":78}}],"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.referendumsActive = referendumsActive;\n var _rxjs = require(_dependencyMap[0], \"rxjs\");\n var _utilIndexJs = require(_dependencyMap[1], \"../util/index.js\");\n /**\n * @name referendumsActive\n * @description Retrieves information about active referendums.\n * @example\n * ```javascript\n * const referendums = await api.derive.democracy.referendumsActive();\n * console.log(\"Active Referendums:\", referendums);\n * ```\n */\n function referendumsActive(instanceId, api) {\n return (0, _utilIndexJs.memo)(instanceId, () => api.derive.democracy.referendumIds().pipe((0, _rxjs.switchMap)(ids => ids.length ? api.derive.democracy.referendumsInfo(ids) : (0, _rxjs.of)([]))));\n }\n});","lineCount":22,"map":[[7,2,12,0,"exports"],[7,9,12,0],[7,10,12,0,"referendumsActive"],[7,27,12,0],[7,30,12,0,"referendumsActive"],[7,47,12,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,2,12,7],[19,11,12,16,"referendumsActive"],[19,28,12,33,"referendumsActive"],[19,29,12,34,"instanceId"],[19,39,12,44],[19,41,12,46,"api"],[19,44,12,49],[19,46,12,51],[20,4,13,4],[20,11,13,11],[20,15,13,11,"memo"],[20,27,13,15],[20,28,13,15,"memo"],[20,32,13,15],[20,34,13,16,"instanceId"],[20,44,13,26],[20,46,13,28],[20,52,13,34,"api"],[20,55,13,37],[20,56,13,38,"derive"],[20,62,13,44],[20,63,13,45,"democracy"],[20,72,13,54],[20,73,13,55,"referendumIds"],[20,86,13,68],[20,87,13,69],[20,88,13,70],[20,89,13,71,"pipe"],[20,93,13,75],[20,94,13,76],[20,98,13,76,"switchMap"],[20,103,13,85],[20,104,13,85,"switchMap"],[20,113,13,85],[20,115,13,87,"ids"],[20,118,13,90],[20,122,13,95,"ids"],[20,125,13,98],[20,126,13,99,"length"],[20,132,13,105],[20,135,14,10,"api"],[20,138,14,13],[20,139,14,14,"derive"],[20,145,14,20],[20,146,14,21,"democracy"],[20,155,14,30],[20,156,14,31,"referendumsInfo"],[20,171,14,46],[20,172,14,47,"ids"],[20,175,14,50],[20,176,14,51],[20,179,15,10],[20,183,15,10,"of"],[20,188,15,12],[20,189,15,12,"of"],[20,191,15,12],[20,193,15,13],[20,195,15,15],[20,196,15,16],[20,197,15,17],[20,198,15,18],[20,199,15,19],[21,2,16,0],[22,0,16,1],[22,3]],"functionMap":{"names":["<global>","referendumsActive","memo$argument_1","switchMap$argument_0"],"mappings":"AAA;OCW;4BCC,0DC;gBDE,ED;CDC"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./is/function.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":46,"index":46}}],"key":"zFzQbG/5AVUER6wk5cSYtPcSudE=","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.assert = assert;\n exports.assertReturn = assertReturn;\n exports.assertUnreachable = assertUnreachable;\n var _isFunctionJs = require(_dependencyMap[0], \"./is/function.js\");\n /**\n * @name assert\n * @summary Checks for a valid test, if not Error is thrown.\n * @description\n * Checks that `test` is a truthy value. If value is falsy (`null`, `undefined`, `false`, ...), it throws an Error with the supplied `message`. When `test` passes, `true` is returned.\n * @example\n * <BR>\n *\n * ```javascript\n * const { assert } from '@polkadot/util';\n *\n * assert(true, 'True should be true'); // passes\n * assert(false, 'False should not be true'); // Error thrown\n * assert(false, () => 'message'); // Error with 'message'\n * ```\n */\n function assert(condition, message) {\n if (!condition) {\n throw new Error((0, _isFunctionJs.isFunction)(message) ? message() : message);\n }\n }\n /**\n * @name assertReturn\n * @description Returns when the value is not undefined/null, otherwise throws assertion error\n */\n function assertReturn(value, message) {\n assert(value !== undefined && value !== null, message);\n return value;\n }\n /**\n * @name assertUnreachable\n * @description An assertion helper that ensures all codepaths are followed\n */\n function assertUnreachable(x) {\n throw new Error(`This codepath should be unreachable. Unhandled input: ${x}`);\n }\n});","lineCount":47,"map":[[7,2,18,0,"exports"],[7,9,18,0],[7,10,18,0,"assert"],[7,16,18,0],[7,19,18,0,"assert"],[7,25,18,0],[8,2,29,0,"exports"],[8,9,29,0],[8,10,29,0,"assertReturn"],[8,22,29,0],[8,25,29,0,"assertReturn"],[8,37,29,0],[9,2,37,0,"exports"],[9,9,37,0],[9,10,37,0,"assertUnreachable"],[9,27,37,0],[9,30,37,0,"assertUnreachable"],[9,47,37,0],[10,2,1,0],[10,6,1,0,"_isFunctionJs"],[10,19,1,0],[10,22,1,0,"require"],[10,29,1,0],[10,30,1,0,"_dependencyMap"],[10,44,1,0],[11,2,2,0],[12,0,3,0],[13,0,4,0],[14,0,5,0],[15,0,6,0],[16,0,7,0],[17,0,8,0],[18,0,9,0],[19,0,10,0],[20,0,11,0],[21,0,12,0],[22,0,13,0],[23,0,14,0],[24,0,15,0],[25,0,16,0],[26,0,17,0],[27,2,18,7],[27,11,18,16,"assert"],[27,17,18,22,"assert"],[27,18,18,23,"condition"],[27,27,18,32],[27,29,18,34,"message"],[27,36,18,41],[27,38,18,43],[28,4,19,4],[28,8,19,8],[28,9,19,9,"condition"],[28,18,19,18],[28,20,19,20],[29,6,20,8],[29,12,20,14],[29,16,20,18,"Error"],[29,21,20,23],[29,22,20,24],[29,26,20,24,"isFunction"],[29,39,20,34],[29,40,20,34,"isFunction"],[29,50,20,34],[29,52,20,35,"message"],[29,59,20,42],[29,60,20,43],[29,63,21,14,"message"],[29,70,21,21],[29,71,21,22],[29,72,21,23],[29,75,22,14,"message"],[29,82,22,21],[29,83,22,22],[30,4,23,4],[31,2,24,0],[32,2,25,0],[33,0,26,0],[34,0,27,0],[35,0,28,0],[36,2,29,7],[36,11,29,16,"assertReturn"],[36,23,29,28,"assertReturn"],[36,24,29,29,"value"],[36,29,29,34],[36,31,29,36,"message"],[36,38,29,43],[36,40,29,45],[37,4,30,4,"assert"],[37,10,30,10],[37,11,30,11,"value"],[37,16,30,16],[37,21,30,21,"undefined"],[37,30,30,30],[37,34,30,34,"value"],[37,39,30,39],[37,44,30,44],[37,48,30,48],[37,50,30,50,"message"],[37,57,30,57],[37,58,30,58],[38,4,31,4],[38,11,31,11,"value"],[38,16,31,16],[39,2,32,0],[40,2,33,0],[41,0,34,0],[42,0,35,0],[43,0,36,0],[44,2,37,7],[44,11,37,16,"assertUnreachable"],[44,28,37,33,"assertUnreachable"],[44,29,37,34,"x"],[44,30,37,35],[44,32,37,37],[45,4,38,4],[45,10,38,10],[45,14,38,14,"Error"],[45,19,38,19],[45,20,38,20],[45,77,38,77,"x"],[45,78,38,78],[45,80,38,80],[45,81,38,81],[46,2,39,0],[47,0,39,1],[47,3]],"functionMap":{"names":["<global>","assert","assertReturn","assertUnreachable"],"mappings":"AAA;OCiB;CDM;OEK;CFG;OGK;CHE"},"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, \"UnhandledActionContext\", {\n enumerable: true,\n get: function () {\n return UnhandledActionContext;\n }\n });\n var _react = require(_dependencyMap[0], \"react\");\n var React = _interopNamespace(_react);\n const UnhandledActionContext = /*#__PURE__*/React.createContext(undefined);\n});","lineCount":31,"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,"UnhandledActionContext"],[25,35,4,0],[26,4,4,0],[27,2,4,0],[28,2,3,0],[28,6,3,0,"_react"],[28,12,3,0],[28,15,3,0,"require"],[28,22,3,0],[28,23,3,0,"_dependencyMap"],[28,37,3,0],[29,2,3,0],[29,6,3,0,"React"],[29,11,3,0],[29,14,3,0,"_interopNamespace"],[29,31,3,0],[29,32,3,0,"_react"],[29,38,3,0],[30,2,4,7],[30,8,4,13,"UnhandledActionContext"],[30,30,4,35],[30,33,4,38],[30,46,4,51,"React"],[30,51,4,56],[30,52,4,57,"createContext"],[30,65,4,70],[30,66,4,71,"undefined"],[30,75,4,80],[30,76,4,81],[31,0,4,82],[31,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./is/bigInt.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":42,"index":42}}],"key":"A5hN5Fui+sKPBdZLLY3S3zekGC0=","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.stringify = stringify;\n var _isBigIntJs = require(_dependencyMap[0], \"./is/bigInt.js\");\n /** @internal */\n function replacer(_, v) {\n return (0, _isBigIntJs.isBigInt)(v) ? v.toString() : v;\n }\n /**\n * @name stringify\n * @summary Performs a JSON.stringify, with BigInt handling\n * @description A wrapper for JSON.stringify that handles BigInt values transparently, converting them to string. No differences from the native JSON.stringify function otherwise.\n */\n function stringify(value, space) {\n return JSON.stringify(value, replacer, space);\n }\n});","lineCount":21,"map":[[7,2,13,0,"exports"],[7,9,13,0],[7,10,13,0,"stringify"],[7,19,13,0],[7,22,13,0,"stringify"],[7,31,13,0],[8,2,1,0],[8,6,1,0,"_isBigIntJs"],[8,17,1,0],[8,20,1,0,"require"],[8,27,1,0],[8,28,1,0,"_dependencyMap"],[8,42,1,0],[9,2,2,0],[10,2,3,0],[10,11,3,9,"replacer"],[10,19,3,17,"replacer"],[10,20,3,18,"_"],[10,21,3,19],[10,23,3,21,"v"],[10,24,3,22],[10,26,3,24],[11,4,4,4],[11,11,4,11],[11,15,4,11,"isBigInt"],[11,26,4,19],[11,27,4,19,"isBigInt"],[11,35,4,19],[11,37,4,20,"v"],[11,38,4,21],[11,39,4,22],[11,42,5,10,"v"],[11,43,5,11],[11,44,5,12,"toString"],[11,52,5,20],[11,53,5,21],[11,54,5,22],[11,57,6,10,"v"],[11,58,6,11],[12,2,7,0],[13,2,8,0],[14,0,9,0],[15,0,10,0],[16,0,11,0],[17,0,12,0],[18,2,13,7],[18,11,13,16,"stringify"],[18,20,13,25,"stringify"],[18,21,13,26,"value"],[18,26,13,31],[18,28,13,33,"space"],[18,33,13,38],[18,35,13,40],[19,4,14,4],[19,11,14,11,"JSON"],[19,15,14,15],[19,16,14,16,"stringify"],[19,25,14,25],[19,26,14,26,"value"],[19,31,14,31],[19,33,14,33,"replacer"],[19,41,14,41],[19,43,14,43,"space"],[19,48,14,48],[19,49,14,49],[20,2,15,0],[21,0,15,1],[21,3]],"functionMap":{"names":["<global>","replacer","stringify"],"mappings":"AAA;ACE;CDI;OEM;CFE"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user