mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 15:41:01 +00:00
1 line
3.4 KiB
Plaintext
1 line
3.4 KiB
Plaintext
{"dependencies":[{"name":"./decode.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":20,"index":150},"end":{"line":4,"column":42,"index":172}}],"key":"NjDZuONZNxCfNbNOGpYxcMs1w6o=","exportNames":["*"],"imports":1}},{"name":"./encode.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":20,"index":194},"end":{"line":5,"column":42,"index":216}}],"key":"6FztT/DfTVBhkTe+9OSAQ47EebM=","exportNames":["*"],"imports":1}},{"name":"./keyDerived.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":24,"index":242},"end":{"line":6,"column":50,"index":268}}],"key":"nlHgMXZXTW46HHX1jMgg87ZXM9E=","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.encodeDerivedAddress = encodeDerivedAddress;\n const decode_js_1 = require(_dependencyMap[0], \"./decode.js\");\n const encode_js_1 = require(_dependencyMap[1], \"./encode.js\");\n const keyDerived_js_1 = require(_dependencyMap[2], \"./keyDerived.js\");\n /**\n * @name encodeDerivedAddress\n * @summary Creates a derived address as used in Substrate utility.\n * @description\n * Creates a Substrate derived address based on the input address/publicKey and the index supplied.\n */\n function encodeDerivedAddress(who, index, ss58Format) {\n return (0, encode_js_1.encodeAddress)((0, keyDerived_js_1.createKeyDerived)((0, decode_js_1.decodeAddress)(who), index), ss58Format);\n }\n});","lineCount":20,"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,"encodeDerivedAddress"],[7,30,3,28],[7,33,3,31,"encodeDerivedAddress"],[7,53,3,51],[8,2,4,0],[8,8,4,6,"decode_js_1"],[8,19,4,17],[8,22,4,20,"require"],[8,29,4,27],[8,30,4,27,"_dependencyMap"],[8,44,4,27],[8,62,4,41],[8,63,4,42],[9,2,5,0],[9,8,5,6,"encode_js_1"],[9,19,5,17],[9,22,5,20,"require"],[9,29,5,27],[9,30,5,27,"_dependencyMap"],[9,44,5,27],[9,62,5,41],[9,63,5,42],[10,2,6,0],[10,8,6,6,"keyDerived_js_1"],[10,23,6,21],[10,26,6,24,"require"],[10,33,6,31],[10,34,6,31,"_dependencyMap"],[10,48,6,31],[10,70,6,49],[10,71,6,50],[11,2,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,2,13,0],[17,11,13,9,"encodeDerivedAddress"],[17,31,13,29,"encodeDerivedAddress"],[17,32,13,30,"who"],[17,35,13,33],[17,37,13,35,"index"],[17,42,13,40],[17,44,13,42,"ss58Format"],[17,54,13,52],[17,56,13,54],[18,4,14,4],[18,11,14,11],[18,12,14,12],[18,13,14,13],[18,15,14,15,"encode_js_1"],[18,26,14,26],[18,27,14,27,"encodeAddress"],[18,40,14,40],[18,42,14,42],[18,43,14,43],[18,44,14,44],[18,46,14,46,"keyDerived_js_1"],[18,61,14,61],[18,62,14,62,"createKeyDerived"],[18,78,14,78],[18,80,14,80],[18,81,14,81],[18,82,14,82],[18,84,14,84,"decode_js_1"],[18,95,14,95],[18,96,14,96,"decodeAddress"],[18,109,14,109],[18,111,14,111,"who"],[18,114,14,114],[18,115,14,115],[18,117,14,117,"index"],[18,122,14,122],[18,123,14,123],[18,125,14,125,"ss58Format"],[18,135,14,135],[18,136,14,136],[19,2,15,0],[20,0,15,1],[20,3]],"functionMap":{"names":["<global>","encodeDerivedAddress"],"mappings":"AAA;ACY;CDE"},"hasCjsExports":true},"type":"js/module"}]} |