mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 14:31:02 +00:00
1 line
2.7 KiB
Plaintext
1 line
2.7 KiB
Plaintext
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":131},"end":{"line":4,"column":40,"index":156}}],"key":"u0mzEw2nilnHoUWtEdZl0JKHutA=","exportNames":["*"],"imports":1}},{"name":"./defaults.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":22,"index":180},"end":{"line":5,"column":46,"index":204}}],"key":"8zlNL/bdiu3zO8WGWvKdyGqOG5I=","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.setSS58Format = setSS58Format;\n const util_1 = require(_dependencyMap[0], \"@polkadot/util\");\n const defaults_js_1 = require(_dependencyMap[1], \"./defaults.js\");\n const l = (0, util_1.logger)('setSS58Format');\n /**\n * @description Sets the global SS58 format to use for address encoding\n * @deprecated Use keyring.setSS58Format\n */\n function setSS58Format(prefix) {\n l.warn('Global setting of the ss58Format is deprecated and not recommended. Set format on the keyring (if used) or as part of the address encode function');\n defaults_js_1.defaults.prefix = prefix;\n }\n});","lineCount":19,"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,"setSS58Format"],[7,23,3,21],[7,26,3,24,"setSS58Format"],[7,39,3,37],[8,2,4,0],[8,8,4,6,"util_1"],[8,14,4,12],[8,17,4,15,"require"],[8,24,4,22],[8,25,4,22,"_dependencyMap"],[8,39,4,22],[8,60,4,39],[8,61,4,40],[9,2,5,0],[9,8,5,6,"defaults_js_1"],[9,21,5,19],[9,24,5,22,"require"],[9,31,5,29],[9,32,5,29,"_dependencyMap"],[9,46,5,29],[9,66,5,45],[9,67,5,46],[10,2,6,0],[10,8,6,6,"l"],[10,9,6,7],[10,12,6,10],[10,13,6,11],[10,14,6,12],[10,16,6,14,"util_1"],[10,22,6,20],[10,23,6,21,"logger"],[10,29,6,27],[10,31,6,29],[10,46,6,44],[10,47,6,45],[11,2,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,2,11,0],[15,11,11,9,"setSS58Format"],[15,24,11,22,"setSS58Format"],[15,25,11,23,"prefix"],[15,31,11,29],[15,33,11,31],[16,4,12,4,"l"],[16,5,12,5],[16,6,12,6,"warn"],[16,10,12,10],[16,11,12,11],[16,158,12,158],[16,159,12,159],[17,4,13,4,"defaults_js_1"],[17,17,13,17],[17,18,13,18,"defaults"],[17,26,13,26],[17,27,13,27,"prefix"],[17,33,13,33],[17,36,13,36,"prefix"],[17,42,13,42],[18,2,14,0],[19,0,14,1],[19,3]],"functionMap":{"names":["<global>","setSS58Format"],"mappings":"AAA;ACU;CDG"},"hasCjsExports":true},"type":"js/module"}]} |