mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 07:41:01 +00:00
auto-commit for 155cdee4-7b20-4acf-ad4d-053760ff258d
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":"./asU8a.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":75},"end":{"line":4,"column":86,"index":161}}],"key":"Z0q1tL/0GhNxNUVsCMWP+FLOfSw=","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, \"keccak256AsU8a\", {\n enumerable: true,\n get: function () {\n return _asU8aJs.keccak256AsU8a;\n }\n });\n Object.defineProperty(exports, \"keccak512AsU8a\", {\n enumerable: true,\n get: function () {\n return _asU8aJs.keccak512AsU8a;\n }\n });\n Object.defineProperty(exports, \"keccakAsHex\", {\n enumerable: true,\n get: function () {\n return _asU8aJs.keccakAsHex;\n }\n });\n Object.defineProperty(exports, \"keccakAsU8a\", {\n enumerable: true,\n get: function () {\n return _asU8aJs.keccakAsU8a;\n }\n });\n var _asU8aJs = require(_dependencyMap[0], \"./asU8a.js\");\n});","lineCount":32,"map":[[7,2,4,0,"Object"],[7,8,4,0],[7,9,4,0,"defineProperty"],[7,23,4,0],[7,24,4,0,"exports"],[7,31,4,0],[8,4,4,0,"enumerable"],[8,14,4,0],[9,4,4,0,"get"],[9,7,4,0],[9,18,4,0,"get"],[9,19,4,0],[10,6,4,0],[10,13,4,0,"_asU8aJs"],[10,21,4,0],[10,22,4,0,"keccak256AsU8a"],[10,36,4,0],[11,4,4,0],[12,2,4,0],[13,2,4,0,"Object"],[13,8,4,0],[13,9,4,0,"defineProperty"],[13,23,4,0],[13,24,4,0,"exports"],[13,31,4,0],[14,4,4,0,"enumerable"],[14,14,4,0],[15,4,4,0,"get"],[15,7,4,0],[15,18,4,0,"get"],[15,19,4,0],[16,6,4,0],[16,13,4,0,"_asU8aJs"],[16,21,4,0],[16,22,4,0,"keccak512AsU8a"],[16,36,4,0],[17,4,4,0],[18,2,4,0],[19,2,4,0,"Object"],[19,8,4,0],[19,9,4,0,"defineProperty"],[19,23,4,0],[19,24,4,0,"exports"],[19,31,4,0],[20,4,4,0,"enumerable"],[20,14,4,0],[21,4,4,0,"get"],[21,7,4,0],[21,18,4,0,"get"],[21,19,4,0],[22,6,4,0],[22,13,4,0,"_asU8aJs"],[22,21,4,0],[22,22,4,0,"keccakAsHex"],[22,33,4,0],[23,4,4,0],[24,2,4,0],[25,2,4,0,"Object"],[25,8,4,0],[25,9,4,0,"defineProperty"],[25,23,4,0],[25,24,4,0,"exports"],[25,31,4,0],[26,4,4,0,"enumerable"],[26,14,4,0],[27,4,4,0,"get"],[27,7,4,0],[27,18,4,0,"get"],[27,19,4,0],[28,6,4,0],[28,13,4,0,"_asU8aJs"],[28,21,4,0],[28,22,4,0,"keccakAsU8a"],[28,33,4,0],[29,4,4,0],[30,2,4,0],[31,2,4,0],[31,6,4,0,"_asU8aJs"],[31,14,4,0],[31,17,4,0,"require"],[31,24,4,0],[31,25,4,0,"_dependencyMap"],[31,39,4,0],[32,0,4,86],[32,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/x-ws',\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,26,1,51],[15,4,1,53,"path"],[15,8,1,57],[15,10,1,60,"import"],[15,16,1,66],[15,17,1,67,"meta"],[15,21,1,71],[15,25,1,75,"import"],[15,31,1,81],[15,32,1,82,"meta"],[15,36,1,86],[15,37,1,87,"url"],[15,40,1,90],[15,43,1,94],[15,47,1,98,"URL"],[15,50,1,101],[15,51,1,102,"import"],[15,57,1,108],[15,58,1,109,"meta"],[15,62,1,113],[15,63,1,114,"url"],[15,66,1,117],[15,67,1,118],[15,68,1,119,"pathname"],[15,76,1,127],[15,77,1,128,"substring"],[15,86,1,137],[15,87,1,138],[15,88,1,139],[15,90,1,141],[15,94,1,145,"URL"],[15,97,1,148],[15,98,1,149,"import"],[15,104,1,155],[15,105,1,156,"meta"],[15,109,1,160],[15,110,1,161,"url"],[15,113,1,164],[15,114,1,165],[15,115,1,166,"pathname"],[15,123,1,174],[15,124,1,175,"lastIndexOf"],[15,135,1,186],[15,136,1,187],[15,139,1,190],[15,140,1,191],[15,143,1,194],[15,144,1,195],[15,145,1,196],[15,148,1,199],[15,154,1,205],[16,4,1,207,"type"],[16,8,1,211],[16,10,1,213],[16,15,1,218],[17,4,1,220,"version"],[17,11,1,227],[17,13,1,229],[18,2,1,238],[18,3,1,239],[19,0,1,240],[19,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./setupFastRefresh","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":7,"column":2,"index":105},"end":{"line":7,"column":31,"index":134}}],"key":"075Rscf1NoiVGBACDrZldtz8ydU=","exportNames":["*"],"imports":1}},{"name":"./setupHMR","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":8,"column":2,"index":138},"end":{"line":8,"column":23,"index":159}}],"key":"adBll7UP7qDUI2DS5zEk3m0VEQU=","exportNames":["*"],"imports":1}},{"name":"./messageSocket","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":9,"column":2,"index":163},"end":{"line":9,"column":28,"index":189}}],"key":"g2TGSjEpVXk4LefKF5VAUTrr3u8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n // Only during development.\n if (__DEV__ &&\n // Disable for SSR\n typeof window !== 'undefined') {\n require(_dependencyMap[0], \"./setupFastRefresh\");\n require(_dependencyMap[1], \"./setupHMR\");\n require(_dependencyMap[2], \"./messageSocket\");\n }\n});","lineCount":10,"map":[[2,2,1,0],[3,2,2,0],[3,6,3,2,"__DEV__"],[3,13,3,9],[4,2,4,2],[5,2,5,2],[5,9,5,9,"window"],[5,15,5,15],[5,20,5,20],[5,31,5,31],[5,33,6,2],[6,4,7,2,"require"],[6,11,7,9],[6,12,7,9,"_dependencyMap"],[6,26,7,9],[6,51,7,30],[6,52,7,31],[7,4,8,2,"require"],[7,11,8,9],[7,12,8,9,"_dependencyMap"],[7,26,8,9],[7,43,8,22],[7,44,8,23],[8,4,9,2,"require"],[8,11,9,9],[8,12,9,9,"_dependencyMap"],[8,26,9,9],[8,48,9,27],[8,49,9,28],[9,2,10,0],[10,0,10,1],[10,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user