mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 03:01:04 +00:00
auto-commit for 49610908-ca1e-46b7-8671-ad75c85b7aa2
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./asU8a.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":69},"end":{"line":4,"column":54,"index":123}}],"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, \"xxhashAsHex\", {\n enumerable: true,\n get: function () {\n return _asU8aJs.xxhashAsHex;\n }\n });\n Object.defineProperty(exports, \"xxhashAsU8a\", {\n enumerable: true,\n get: function () {\n return _asU8aJs.xxhashAsU8a;\n }\n });\n var _asU8aJs = require(_dependencyMap[0], \"./asU8a.js\");\n});","lineCount":20,"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,"xxhashAsHex"],[10,33,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,"xxhashAsU8a"],[16,33,4,0],[17,4,4,0],[18,2,4,0],[19,2,4,0],[19,6,4,0,"_asU8aJs"],[19,14,4,0],[19,17,4,0,"require"],[19,24,4,0],[19,25,4,0,"_dependencyMap"],[19,39,4,0],[20,0,4,54],[20,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":[{"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":53,"index":96}}],"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.sr25519Agreement = sr25519Agreement;\n var _polkadotUtil = require(_dependencyMap[0], \"@polkadot/util\");\n var _polkadotWasmCrypto = require(_dependencyMap[1], \"@polkadot/wasm-crypto\");\n /**\n * @name sr25519Agreement\n * @description Key agreement between other's public key and self secret key\n */\n function sr25519Agreement(secretKey, publicKey) {\n const secretKeyU8a = (0, _polkadotUtil.u8aToU8a)(secretKey);\n const publicKeyU8a = (0, _polkadotUtil.u8aToU8a)(publicKey);\n if (publicKeyU8a.length !== 32) {\n throw new Error(`Invalid publicKey, received ${publicKeyU8a.length} bytes, expected 32`);\n } else if (secretKeyU8a.length !== 64) {\n throw new Error(`Invalid secretKey, received ${secretKeyU8a.length} bytes, expected 64`);\n }\n return (0, _polkadotWasmCrypto.sr25519Agree)(publicKeyU8a, secretKeyU8a);\n }\n});","lineCount":24,"map":[[7,2,7,0,"exports"],[7,9,7,0],[7,10,7,0,"sr25519Agreement"],[7,26,7,0],[7,29,7,0,"sr25519Agreement"],[7,45,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,"sr25519Agreement"],[14,27,7,32,"sr25519Agreement"],[14,28,7,33,"secretKey"],[14,37,7,42],[14,39,7,44,"publicKey"],[14,48,7,53],[14,50,7,55],[15,4,8,4],[15,10,8,10,"secretKeyU8a"],[15,22,8,22],[15,25,8,25],[15,29,8,25,"u8aToU8a"],[15,42,8,33],[15,43,8,33,"u8aToU8a"],[15,51,8,33],[15,53,8,34,"secretKey"],[15,62,8,43],[15,63,8,44],[16,4,9,4],[16,10,9,10,"publicKeyU8a"],[16,22,9,22],[16,25,9,25],[16,29,9,25,"u8aToU8a"],[16,42,9,33],[16,43,9,33,"u8aToU8a"],[16,51,9,33],[16,53,9,34,"publicKey"],[16,62,9,43],[16,63,9,44],[17,4,10,4],[17,8,10,8,"publicKeyU8a"],[17,20,10,20],[17,21,10,21,"length"],[17,27,10,27],[17,32,10,32],[17,34,10,34],[17,36,10,36],[18,6,11,8],[18,12,11,14],[18,16,11,18,"Error"],[18,21,11,23],[18,22,11,24],[18,53,11,55,"publicKeyU8a"],[18,65,11,67],[18,66,11,68,"length"],[18,72,11,74],[18,93,11,95],[18,94,11,96],[19,4,12,4],[19,5,12,5],[19,11,13,9],[19,15,13,13,"secretKeyU8a"],[19,27,13,25],[19,28,13,26,"length"],[19,34,13,32],[19,39,13,37],[19,41,13,39],[19,43,13,41],[20,6,14,8],[20,12,14,14],[20,16,14,18,"Error"],[20,21,14,23],[20,22,14,24],[20,53,14,55,"secretKeyU8a"],[20,65,14,67],[20,66,14,68,"length"],[20,72,14,74],[20,93,14,95],[20,94,14,96],[21,4,15,4],[22,4,16,4],[22,11,16,11],[22,15,16,11,"sr25519Agree"],[22,34,16,23],[22,35,16,23,"sr25519Agree"],[22,47,16,23],[22,49,16,24,"publicKeyU8a"],[22,61,16,36],[22,63,16,38,"secretKeyU8a"],[22,75,16,50],[22,76,16,51],[23,2,17,0],[24,0,17,1],[24,3]],"functionMap":{"names":["<global>","sr25519Agreement"],"mappings":"AAA;OCM;CDU"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"../u8a/index.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":43,"index":43}}],"key":"ni7N8kFqexhxzrkt71zvvxQnrBA=","exportNames":["*"],"imports":1}},{"name":"./toU8a.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":44},"end":{"line":2,"column":37,"index":81}}],"key":"3bOyH77e/8Wc8K55bqHxvmXdM0A=","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.bnToHex = bnToHex;\n var _u8aIndexJs = require(_dependencyMap[0], \"../u8a/index.js\");\n var _toU8aJs = require(_dependencyMap[1], \"./toU8a.js\");\n /**\n * @name bnToHex\n * @summary Creates a hex value from a BN.js bignumber object.\n * @description\n * `null` inputs returns a `0x` result, BN values return the actual value as a `0x` prefixed hex value. Anything that is not a BN object throws an error. With `bitLength` set, it fixes the number to the specified length.\n * @example\n * <BR>\n *\n * ```javascript\n * import BN from 'bn.js';\n * import { bnToHex } from '@polkadot/util';\n *\n * bnToHex(new BN(0x123456)); // => '0x123456'\n * ```\n */\n function bnToHex(value, {\n bitLength = -1,\n isLe = false,\n isNegative = false\n } = {}) {\n return (0, _u8aIndexJs.u8aToHex)((0, _toU8aJs.bnToU8a)(value, {\n bitLength,\n isLe,\n isNegative\n }));\n }\n});","lineCount":36,"map":[[7,2,18,0,"exports"],[7,9,18,0],[7,10,18,0,"bnToHex"],[7,17,18,0],[7,20,18,0,"bnToHex"],[7,27,18,0],[8,2,1,0],[8,6,1,0,"_u8aIndexJs"],[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],[9,6,2,0,"_toU8aJs"],[9,14,2,0],[9,17,2,0,"require"],[9,24,2,0],[9,25,2,0,"_dependencyMap"],[9,39,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,0,14,0],[22,0,15,0],[23,0,16,0],[24,0,17,0],[25,2,18,7],[25,11,18,16,"bnToHex"],[25,18,18,23,"bnToHex"],[25,19,18,24,"value"],[25,24,18,29],[25,26,18,31],[26,4,18,33,"bitLength"],[26,13,18,42],[26,16,18,45],[26,17,18,46],[26,18,18,47],[27,4,18,49,"isLe"],[27,8,18,53],[27,11,18,56],[27,16,18,61],[28,4,18,63,"isNegative"],[28,14,18,73],[28,17,18,76],[29,2,18,82],[29,3,18,83],[29,6,18,86],[29,7,18,87],[29,8,18,88],[29,10,18,90],[30,4,19,4],[30,11,19,11],[30,15,19,11,"u8aToHex"],[30,26,19,19],[30,27,19,19,"u8aToHex"],[30,35,19,19],[30,37,19,20],[30,41,19,20,"bnToU8a"],[30,49,19,27],[30,50,19,27,"bnToU8a"],[30,57,19,27],[30,59,19,28,"value"],[30,64,19,33],[30,66,19,35],[31,6,19,37,"bitLength"],[31,15,19,46],[32,6,19,48,"isLe"],[32,10,19,52],[33,6,19,54,"isNegative"],[34,4,19,65],[34,5,19,66],[34,6,19,67],[34,7,19,68],[35,2,20,0],[36,0,20,1],[36,3]],"functionMap":{"names":["<global>","bnToHex"],"mappings":"AAA;OCiB;CDE"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user