mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 08:51:01 +00:00
1 line
2.9 KiB
Plaintext
1 line
2.9 KiB
Plaintext
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":123},"end":{"line":4,"column":40,"index":148}}],"key":"u0mzEw2nilnHoUWtEdZl0JKHutA=","exportNames":["*"],"imports":1}},{"name":"./decode.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":20,"index":170},"end":{"line":5,"column":42,"index":192}}],"key":"NjDZuONZNxCfNbNOGpYxcMs1w6o=","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.addressEq = addressEq;\n var util_1 = require(_dependencyMap[0], \"@polkadot/util\");\n var decode_js_1 = require(_dependencyMap[1], \"./decode.js\");\n /**\n * @name addressEq\n * @summary Compares two addresses, either in ss58, Uint8Array or hex format.\n * @description\n * For the input values, return true is the underlying public keys do match.\n * @example\n * <BR>\n *\n * ```javascript\n * import { u8aEq } from '@polkadot/util';\n *\n * u8aEq(new Uint8Array([0x68, 0x65]), new Uint8Array([0x68, 0x65])); // true\n * ```\n */\n function addressEq(a, b) {\n return (0, util_1.u8aEq)((0, decode_js_1.decodeAddress)(a), (0, decode_js_1.decodeAddress)(b));\n }\n});","lineCount":27,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"addressEq"],[7,19,3,17],[7,22,3,20,"addressEq"],[7,31,3,29],[8,2,4,0],[8,6,4,6,"util_1"],[8,12,4,12],[8,15,4,15,"require"],[8,22,4,22],[8,23,4,22,"_dependencyMap"],[8,37,4,22],[8,58,4,39],[8,59,4,40],[9,2,5,0],[9,6,5,6,"decode_js_1"],[9,17,5,17],[9,20,5,20,"require"],[9,27,5,27],[9,28,5,27,"_dependencyMap"],[9,42,5,27],[9,60,5,41],[9,61,5,42],[10,2,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,0,14,0],[19,0,15,0],[20,0,16,0],[21,0,17,0],[22,0,18,0],[23,0,19,0],[24,2,20,0],[24,11,20,9,"addressEq"],[24,20,20,18,"addressEq"],[24,21,20,19,"a"],[24,22,20,20],[24,24,20,22,"b"],[24,25,20,23],[24,27,20,25],[25,4,21,4],[25,11,21,11],[25,12,21,12],[25,13,21,13],[25,15,21,15,"util_1"],[25,21,21,21],[25,22,21,22,"u8aEq"],[25,27,21,27],[25,29,21,29],[25,30,21,30],[25,31,21,31],[25,33,21,33,"decode_js_1"],[25,44,21,44],[25,45,21,45,"decodeAddress"],[25,58,21,58],[25,60,21,60,"a"],[25,61,21,61],[25,62,21,62],[25,64,21,64],[25,65,21,65],[25,66,21,66],[25,68,21,68,"decode_js_1"],[25,79,21,79],[25,80,21,80,"decodeAddress"],[25,93,21,93],[25,95,21,95,"b"],[25,96,21,96],[25,97,21,97],[25,98,21,98],[26,2,22,0],[27,0,22,1],[27,3]],"functionMap":{"names":["<global>","addressEq"],"mappings":"AAA;ACmB;CDE"},"hasCjsExports":true},"type":"js/module"}]} |