mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 07:41:01 +00:00
1 line
2.4 KiB
Plaintext
1 line
2.4 KiB
Plaintext
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":40,"index":40}}],"key":"ISHU1ovvPMrCldqRjtd1JhW9dyo=","exportNames":["*"],"imports":1}},{"name":"./defaults.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":41},"end":{"line":2,"column":41,"index":82}}],"key":"XCWKIxVkGmzpUvwhJx9c42EufEI=","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 var _polkadotUtil = require(_dependencyMap[0], \"@polkadot/util\");\n var _defaultsJs = require(_dependencyMap[1], \"./defaults.js\");\n const l = (0, _polkadotUtil.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 _defaultsJs.defaults.prefix = prefix;\n }\n});","lineCount":19,"map":[[7,2,8,0,"exports"],[7,9,8,0],[7,10,8,0,"setSS58Format"],[7,23,8,0],[7,26,8,0,"setSS58Format"],[7,39,8,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,"_defaultsJs"],[9,17,2,0],[9,20,2,0,"require"],[9,27,2,0],[9,28,2,0,"_dependencyMap"],[9,42,2,0],[10,2,3,0],[10,8,3,6,"l"],[10,9,3,7],[10,12,3,10],[10,16,3,10,"logger"],[10,29,3,16],[10,30,3,16,"logger"],[10,36,3,16],[10,38,3,17],[10,53,3,32],[10,54,3,33],[11,2,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,2,8,7],[15,11,8,16,"setSS58Format"],[15,24,8,29,"setSS58Format"],[15,25,8,30,"prefix"],[15,31,8,36],[15,33,8,38],[16,4,9,4,"l"],[16,5,9,5],[16,6,9,6,"warn"],[16,10,9,10],[16,11,9,11],[16,158,9,158],[16,159,9,159],[17,4,10,4,"defaults"],[17,15,10,12],[17,16,10,12,"defaults"],[17,24,10,12],[17,25,10,13,"prefix"],[17,31,10,19],[17,34,10,22,"prefix"],[17,40,10,28],[18,2,11,0],[19,0,11,1],[19,3]],"functionMap":{"names":["<global>","setSS58Format"],"mappings":"AAA;OCO;CDG"},"hasCjsExports":false},"type":"js/module"}]} |