mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 18:01:02 +00:00
1 line
5.3 KiB
Plaintext
1 line
5.3 KiB
Plaintext
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":53,"index":53}}],"key":"ISHU1ovvPMrCldqRjtd1JhW9dyo=","exportNames":["*"],"imports":1}},{"name":"@polkadot/util-crypto","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":54},"end":{"line":2,"column":65,"index":119}}],"key":"i6n5nZx9jV9OWiqinE0v9Jgj+DA=","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.getHasher = getHasher;\n var _polkadotUtil = require(_dependencyMap[0], \"@polkadot/util\");\n var _polkadotUtilCrypto = require(_dependencyMap[1], \"@polkadot/util-crypto\");\n const DEFAULT_FN = data => (0, _polkadotUtilCrypto.xxhashAsU8a)(data, 128);\n const HASHERS = {\n Blake2_128: data =>\n // eslint-disable-line camelcase\n (0, _polkadotUtilCrypto.blake2AsU8a)(data, 128),\n Blake2_128Concat: data =>\n // eslint-disable-line camelcase\n (0, _polkadotUtil.u8aConcat)((0, _polkadotUtilCrypto.blake2AsU8a)(data, 128), (0, _polkadotUtil.u8aToU8a)(data)),\n Blake2_256: data =>\n // eslint-disable-line camelcase\n (0, _polkadotUtilCrypto.blake2AsU8a)(data, 256),\n Identity: data => (0, _polkadotUtil.u8aToU8a)(data),\n Twox128: data => (0, _polkadotUtilCrypto.xxhashAsU8a)(data, 128),\n Twox256: data => (0, _polkadotUtilCrypto.xxhashAsU8a)(data, 256),\n Twox64Concat: data => (0, _polkadotUtil.u8aConcat)((0, _polkadotUtilCrypto.xxhashAsU8a)(data, 64), (0, _polkadotUtil.u8aToU8a)(data))\n };\n /** @internal */\n function getHasher(hasher) {\n return HASHERS[hasher.type] || DEFAULT_FN;\n }\n});","lineCount":30,"map":[[7,2,17,0,"exports"],[7,9,17,0],[7,10,17,0,"getHasher"],[7,19,17,0],[7,22,17,0,"getHasher"],[7,31,17,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,"_polkadotUtilCrypto"],[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],[10,8,3,6,"DEFAULT_FN"],[10,18,3,16],[10,21,3,20,"data"],[10,25,3,24],[10,29,3,29],[10,33,3,29,"xxhashAsU8a"],[10,52,3,40],[10,53,3,40,"xxhashAsU8a"],[10,64,3,40],[10,66,3,41,"data"],[10,70,3,45],[10,72,3,47],[10,75,3,50],[10,76,3,51],[11,2,4,0],[11,8,4,6,"HASHERS"],[11,15,4,13],[11,18,4,16],[12,4,5,4,"Blake2_128"],[12,14,5,14],[12,16,5,17,"data"],[12,20,5,21],[13,4,5,26],[14,4,6,5],[14,8,6,5,"blake2AsU8a"],[14,27,6,16],[14,28,6,16,"blake2AsU8a"],[14,39,6,16],[14,41,6,17,"data"],[14,45,6,21],[14,47,6,23],[14,50,6,26],[14,51,6,27],[15,4,7,4,"Blake2_128Concat"],[15,20,7,20],[15,22,7,23,"data"],[15,26,7,27],[16,4,7,32],[17,4,8,5],[17,8,8,5,"u8aConcat"],[17,21,8,14],[17,22,8,14,"u8aConcat"],[17,31,8,14],[17,33,8,15],[17,37,8,15,"blake2AsU8a"],[17,56,8,26],[17,57,8,26,"blake2AsU8a"],[17,68,8,26],[17,70,8,27,"data"],[17,74,8,31],[17,76,8,33],[17,79,8,36],[17,80,8,37],[17,82,8,39],[17,86,8,39,"u8aToU8a"],[17,99,8,47],[17,100,8,47,"u8aToU8a"],[17,108,8,47],[17,110,8,48,"data"],[17,114,8,52],[17,115,8,53],[17,116,8,54],[18,4,9,4,"Blake2_256"],[18,14,9,14],[18,16,9,17,"data"],[18,20,9,21],[19,4,9,26],[20,4,10,5],[20,8,10,5,"blake2AsU8a"],[20,27,10,16],[20,28,10,16,"blake2AsU8a"],[20,39,10,16],[20,41,10,17,"data"],[20,45,10,21],[20,47,10,23],[20,50,10,26],[20,51,10,27],[21,4,11,4,"Identity"],[21,12,11,12],[21,14,11,15,"data"],[21,18,11,19],[21,22,11,24],[21,26,11,24,"u8aToU8a"],[21,39,11,32],[21,40,11,32,"u8aToU8a"],[21,48,11,32],[21,50,11,33,"data"],[21,54,11,37],[21,55,11,38],[22,4,12,4,"Twox128"],[22,11,12,11],[22,13,12,14,"data"],[22,17,12,18],[22,21,12,23],[22,25,12,23,"xxhashAsU8a"],[22,44,12,34],[22,45,12,34,"xxhashAsU8a"],[22,56,12,34],[22,58,12,35,"data"],[22,62,12,39],[22,64,12,41],[22,67,12,44],[22,68,12,45],[23,4,13,4,"Twox256"],[23,11,13,11],[23,13,13,14,"data"],[23,17,13,18],[23,21,13,23],[23,25,13,23,"xxhashAsU8a"],[23,44,13,34],[23,45,13,34,"xxhashAsU8a"],[23,56,13,34],[23,58,13,35,"data"],[23,62,13,39],[23,64,13,41],[23,67,13,44],[23,68,13,45],[24,4,14,4,"Twox64Concat"],[24,16,14,16],[24,18,14,19,"data"],[24,22,14,23],[24,26,14,28],[24,30,14,28,"u8aConcat"],[24,43,14,37],[24,44,14,37,"u8aConcat"],[24,53,14,37],[24,55,14,38],[24,59,14,38,"xxhashAsU8a"],[24,78,14,49],[24,79,14,49,"xxhashAsU8a"],[24,90,14,49],[24,92,14,50,"data"],[24,96,14,54],[24,98,14,56],[24,100,14,58],[24,101,14,59],[24,103,14,61],[24,107,14,61,"u8aToU8a"],[24,120,14,69],[24,121,14,69,"u8aToU8a"],[24,129,14,69],[24,131,14,70,"data"],[24,135,14,74],[24,136,14,75],[25,2,15,0],[25,3,15,1],[26,2,16,0],[27,2,17,7],[27,11,17,16,"getHasher"],[27,20,17,25,"getHasher"],[27,21,17,26,"hasher"],[27,27,17,32],[27,29,17,34],[28,4,18,4],[28,11,18,11,"HASHERS"],[28,18,18,18],[28,19,18,19,"hasher"],[28,25,18,25],[28,26,18,26,"type"],[28,30,18,30],[28,31,18,31],[28,35,18,35,"DEFAULT_FN"],[28,45,18,45],[29,2,19,0],[30,0,19,1],[30,3]],"functionMap":{"names":["<global>","DEFAULT_FN","HASHERS.Blake2_128","HASHERS.Blake2_128Concat","HASHERS.Blake2_256","HASHERS.Identity","HASHERS.Twox128","HASHERS.Twox256","HASHERS.Twox64Concat","getHasher"],"mappings":"AAA;mBCE,gCD;gBEE;2BFC;sBGC;sDHC;gBIC;2BJC;cKC,wBL;aMC,gCN;aOC,gCP;kBQC,0DR;OSG;CTE"},"hasCjsExports":false},"type":"js/module"}]} |