mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 12:21:01 +00:00
1 line
3.2 KiB
Plaintext
1 line
3.2 KiB
Plaintext
{"dependencies":[{"name":"../abstract/Int.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":17,"index":117},"end":{"line":4,"column":46,"index":146}}],"key":"St8NjJznSzMTEVsHaJAvNKtDt5E=","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.UInt = void 0;\n const Int_js_1 = require(_dependencyMap[0], \"../abstract/Int.js\");\n /**\n * @name UInt\n * @description\n * A generic unsigned integer codec. For Substrate all numbers are Little Endian encoded,\n * this handles the encoding and decoding of those numbers. Upon construction\n * the bitLength is provided and any additional use keeps the number to this\n * length. This extends `BN`, so all methods available on a normal `BN` object\n * is available here.\n * @noInheritDoc\n */\n class UInt extends Int_js_1.AbstractInt {\n static with(bitLength, typeName) {\n return class extends UInt {\n constructor(registry, value) {\n super(registry, value, bitLength);\n }\n toRawType() {\n return typeName || super.toRawType();\n }\n };\n }\n }\n exports.UInt = UInt;\n});","lineCount":32,"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,"UInt"],[7,14,3,12],[7,17,3,15],[7,22,3,20],[7,23,3,21],[8,2,4,0],[8,8,4,6,"Int_js_1"],[8,16,4,14],[8,19,4,17,"require"],[8,26,4,24],[8,27,4,24,"_dependencyMap"],[8,41,4,24],[8,66,4,45],[8,67,4,46],[9,2,5,0],[10,0,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,2,15,0],[19,8,15,6,"UInt"],[19,12,15,10],[19,21,15,19,"Int_js_1"],[19,29,15,27],[19,30,15,28,"AbstractInt"],[19,41,15,39],[19,42,15,40],[20,4,16,4],[20,11,16,11,"with"],[20,15,16,15,"with"],[20,16,16,16,"bitLength"],[20,25,16,25],[20,27,16,27,"typeName"],[20,35,16,35],[20,37,16,37],[21,6,17,8],[21,13,17,15],[21,27,17,29,"UInt"],[21,31,17,33],[21,32,17,34],[22,8,18,12,"constructor"],[22,19,18,23,"constructor"],[22,20,18,24,"registry"],[22,28,18,32],[22,30,18,34,"value"],[22,35,18,39],[22,37,18,41],[23,10,19,16],[23,15,19,21],[23,16,19,22,"registry"],[23,24,19,30],[23,26,19,32,"value"],[23,31,19,37],[23,33,19,39,"bitLength"],[23,42,19,48],[23,43,19,49],[24,8,20,12],[25,8,21,12,"toRawType"],[25,17,21,21,"toRawType"],[25,18,21,21],[25,20,21,24],[26,10,22,16],[26,17,22,23,"typeName"],[26,25,22,31],[26,29,22,35],[26,34,22,40],[26,35,22,41,"toRawType"],[26,44,22,50],[26,45,22,51],[26,46,22,52],[27,8,23,12],[28,6,24,8],[28,7,24,9],[29,4,25,4],[30,2,26,0],[31,2,27,0,"exports"],[31,9,27,7],[31,10,27,8,"UInt"],[31,14,27,12],[31,17,27,15,"UInt"],[31,21,27,19],[32,0,27,20],[32,3]],"functionMap":{"names":["<global>","UInt","_with","<anonymous>","constructor","toRawType"],"mappings":"AAA;ACc;ICC;eCC;YCC;aDE;YEC;aFE;SDC;KDC;CDC"},"hasCjsExports":true},"type":"js/module"}]} |