mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 16:51:02 +00:00
1 line
3.2 KiB
Plaintext
1 line
3.2 KiB
Plaintext
{"dependencies":[{"name":"@polkadot/types-codec","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":44,"index":44}}],"key":"4J9mGJyxcRzjwnWeFPHBw1ClKiw=","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 Object.defineProperty(exports, \"MAGIC_NUMBER\", {\n enumerable: true,\n get: function () {\n return MAGIC_NUMBER;\n }\n });\n Object.defineProperty(exports, \"MagicNumber\", {\n enumerable: true,\n get: function () {\n return MagicNumber;\n }\n });\n var _polkadotTypesCodec = require(_dependencyMap[0], \"@polkadot/types-codec\");\n const MAGIC_NUMBER = 0x6174656d; // `meta`, reversed for Little Endian encoding\n class MagicNumber extends _polkadotTypesCodec.U32 {\n constructor(registry, value) {\n super(registry, value);\n if (!this.isEmpty && !this.eq(MAGIC_NUMBER)) {\n throw new Error(`MagicNumber mismatch: expected ${registry.createTypeUnsafe('u32', [MAGIC_NUMBER]).toHex()}, found ${this.toHex()}`);\n }\n }\n }\n});","lineCount":29,"map":[[7,2,2,0,"Object"],[7,8,2,0],[7,9,2,0,"defineProperty"],[7,23,2,0],[7,24,2,0,"exports"],[7,31,2,0],[8,4,2,0,"enumerable"],[8,14,2,0],[9,4,2,0,"get"],[9,7,2,0],[9,18,2,0,"get"],[9,19,2,0],[10,6,2,0],[10,13,2,0,"MAGIC_NUMBER"],[10,25,2,0],[11,4,2,0],[12,2,2,0],[13,2,3,0,"Object"],[13,8,3,0],[13,9,3,0,"defineProperty"],[13,23,3,0],[13,24,3,0,"exports"],[13,31,3,0],[14,4,3,0,"enumerable"],[14,14,3,0],[15,4,3,0,"get"],[15,7,3,0],[15,18,3,0,"get"],[15,19,3,0],[16,6,3,0],[16,13,3,0,"MagicNumber"],[16,24,3,0],[17,4,3,0],[18,2,3,0],[19,2,1,0],[19,6,1,0,"_polkadotTypesCodec"],[19,25,1,0],[19,28,1,0,"require"],[19,35,1,0],[19,36,1,0,"_dependencyMap"],[19,50,1,0],[20,2,2,7],[20,8,2,13,"MAGIC_NUMBER"],[20,20,2,25],[20,23,2,28],[20,33,2,38],[20,34,2,39],[20,35,2,40],[21,2,3,7],[21,8,3,13,"MagicNumber"],[21,19,3,24],[21,28,3,33,"U32"],[21,47,3,36],[21,48,3,36,"U32"],[21,51,3,36],[21,52,3,37],[22,4,4,4,"constructor"],[22,15,4,15,"constructor"],[22,16,4,16,"registry"],[22,24,4,24],[22,26,4,26,"value"],[22,31,4,31],[22,33,4,33],[23,6,5,8],[23,11,5,13],[23,12,5,14,"registry"],[23,20,5,22],[23,22,5,24,"value"],[23,27,5,29],[23,28,5,30],[24,6,6,8],[24,10,6,12],[24,11,6,13],[24,15,6,17],[24,16,6,18,"isEmpty"],[24,23,6,25],[24,27,6,29],[24,28,6,30],[24,32,6,34],[24,33,6,35,"eq"],[24,35,6,37],[24,36,6,38,"MAGIC_NUMBER"],[24,48,6,50],[24,49,6,51],[24,51,6,53],[25,8,7,12],[25,14,7,18],[25,18,7,22,"Error"],[25,23,7,27],[25,24,7,28],[25,58,7,62,"registry"],[25,66,7,70],[25,67,7,71,"createTypeUnsafe"],[25,83,7,87],[25,84,7,88],[25,89,7,93],[25,91,7,95],[25,92,7,96,"MAGIC_NUMBER"],[25,104,7,108],[25,105,7,109],[25,106,7,110],[25,107,7,111,"toHex"],[25,112,7,116],[25,113,7,117],[25,114,7,118],[25,125,7,129],[25,129,7,133],[25,130,7,134,"toHex"],[25,135,7,139],[25,136,7,140],[25,137,7,141],[25,139,7,143],[25,140,7,144],[26,6,8,8],[27,4,9,4],[28,2,10,0],[29,0,10,1],[29,3]],"functionMap":{"names":["<global>","MagicNumber","constructor"],"mappings":"AAA;OCE;ICC;KDK;CDC"},"hasCjsExports":false},"type":"js/module"}]} |