Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/52/ee11495376049e5141e2b454f155dc04e2dc58e2cb44adf84e6a9e61ef99e6aaec9bec
T
2025-10-24 02:50:33 +00:00

1 line
3.4 KiB
Plaintext

{"dependencies":[{"name":"../u8a/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":123},"end":{"line":4,"column":45,"index":149}}],"key":"dEG4NOO3lS4XIYROdhTL9E2mvmQ=","exportNames":["*"],"imports":1}},{"name":"./toU8a.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":170},"end":{"line":5,"column":40,"index":191}}],"key":"Tcj3fJY+iCFcEHg4eIK/gqKeizo=","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.bnToHex = bnToHex;\n const index_js_1 = require(_dependencyMap[0], \"../u8a/index.js\");\n const toU8a_js_1 = require(_dependencyMap[1], \"./toU8a.js\");\n /**\n * @name bnToHex\n * @summary Creates a hex value from a BN.js bignumber object.\n * @description\n * `null` inputs returns a `0x` result, BN values return the actual value as a `0x` prefixed hex value. Anything that is not a BN object throws an error. With `bitLength` set, it fixes the number to the specified length.\n * @example\n * <BR>\n *\n * ```javascript\n * import BN from 'bn.js';\n * import { bnToHex } from '@polkadot/util';\n *\n * bnToHex(new BN(0x123456)); // => '0x123456'\n * ```\n */\n function bnToHex(value, {\n bitLength = -1,\n isLe = false,\n isNegative = false\n } = {}) {\n return (0, index_js_1.u8aToHex)((0, toU8a_js_1.bnToU8a)(value, {\n bitLength,\n isLe,\n isNegative\n }));\n }\n});","lineCount":36,"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,"bnToHex"],[7,17,3,15],[7,20,3,18,"bnToHex"],[7,27,3,25],[8,2,4,0],[8,8,4,6,"index_js_1"],[8,18,4,16],[8,21,4,19,"require"],[8,28,4,26],[8,29,4,26,"_dependencyMap"],[8,43,4,26],[8,65,4,44],[8,66,4,45],[9,2,5,0],[9,8,5,6,"toU8a_js_1"],[9,18,5,16],[9,21,5,19,"require"],[9,28,5,26],[9,29,5,26,"_dependencyMap"],[9,43,5,26],[9,60,5,39],[9,61,5,40],[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,0,20,0],[25,2,21,0],[25,11,21,9,"bnToHex"],[25,18,21,16,"bnToHex"],[25,19,21,17,"value"],[25,24,21,22],[25,26,21,24],[26,4,21,26,"bitLength"],[26,13,21,35],[26,16,21,38],[26,17,21,39],[26,18,21,40],[27,4,21,42,"isLe"],[27,8,21,46],[27,11,21,49],[27,16,21,54],[28,4,21,56,"isNegative"],[28,14,21,66],[28,17,21,69],[29,2,21,75],[29,3,21,76],[29,6,21,79],[29,7,21,80],[29,8,21,81],[29,10,21,83],[30,4,22,4],[30,11,22,11],[30,12,22,12],[30,13,22,13],[30,15,22,15,"index_js_1"],[30,25,22,25],[30,26,22,26,"u8aToHex"],[30,34,22,34],[30,36,22,36],[30,37,22,37],[30,38,22,38],[30,40,22,40,"toU8a_js_1"],[30,50,22,50],[30,51,22,51,"bnToU8a"],[30,58,22,58],[30,60,22,60,"value"],[30,65,22,65],[30,67,22,67],[31,6,22,69,"bitLength"],[31,15,22,78],[32,6,22,80,"isLe"],[32,10,22,84],[33,6,22,86,"isNegative"],[34,4,22,97],[34,5,22,98],[34,6,22,99],[34,7,22,100],[35,2,23,0],[36,0,23,1],[36,3]],"functionMap":{"names":["<global>","bnToHex"],"mappings":"AAA;ACoB;CDE"},"hasCjsExports":true},"type":"js/module"}]}