mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 07:41:01 +00:00
1 line
3.4 KiB
Plaintext
1 line
3.4 KiB
Plaintext
{"dependencies":[{"name":"@polkadot/types-codec","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":22,"index":141},"end":{"line":4,"column":54,"index":173}}],"key":"fW1yxuTjZe66ggmM4ihNuGjKSV0=","exportNames":["*"],"imports":1}},{"name":"./constants.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":23,"index":198},"end":{"line":5,"column":48,"index":223}}],"key":"GyCTB975X6u9hfNjUsMXB4zkCjA=","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.GenericExtrinsicUnknown = void 0;\n const types_codec_1 = require(_dependencyMap[0], \"@polkadot/types-codec\");\n const constants_js_1 = require(_dependencyMap[1], \"./constants.js\");\n /**\n * @name GenericExtrinsicUnknown\n * @description\n * A default handler for extrinsics where the version is not known (default throw)\n */\n class GenericExtrinsicUnknown extends types_codec_1.Struct {\n constructor(registry, _value, {\n isSigned = false,\n version = 0\n } = {}) {\n super(registry, {});\n throw new Error(`Unsupported ${isSigned ? '' : 'un'}signed extrinsic version ${version & constants_js_1.UNMASK_VERSION}`);\n }\n }\n exports.GenericExtrinsicUnknown = GenericExtrinsicUnknown;\n});","lineCount":25,"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,"GenericExtrinsicUnknown"],[7,33,3,31],[7,36,3,34],[7,41,3,39],[7,42,3,40],[8,2,4,0],[8,8,4,6,"types_codec_1"],[8,21,4,19],[8,24,4,22,"require"],[8,31,4,29],[8,32,4,29,"_dependencyMap"],[8,46,4,29],[8,74,4,53],[8,75,4,54],[9,2,5,0],[9,8,5,6,"constants_js_1"],[9,22,5,20],[9,25,5,23,"require"],[9,32,5,30],[9,33,5,30,"_dependencyMap"],[9,47,5,30],[9,68,5,47],[9,69,5,48],[10,2,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,2,11,0],[15,8,11,6,"GenericExtrinsicUnknown"],[15,31,11,29],[15,40,11,38,"types_codec_1"],[15,53,11,51],[15,54,11,52,"Struct"],[15,60,11,58],[15,61,11,59],[16,4,12,4,"constructor"],[16,15,12,15,"constructor"],[16,16,12,16,"registry"],[16,24,12,24],[16,26,12,26,"_value"],[16,32,12,32],[16,34,12,34],[17,6,12,36,"isSigned"],[17,14,12,44],[17,17,12,47],[17,22,12,52],[18,6,12,54,"version"],[18,13,12,61],[18,16,12,64],[19,4,12,66],[19,5,12,67],[19,8,12,70],[19,9,12,71],[19,10,12,72],[19,12,12,74],[20,6,13,8],[20,11,13,13],[20,12,13,14,"registry"],[20,20,13,22],[20,22,13,24],[20,23,13,25],[20,24,13,26],[20,25,13,27],[21,6,14,8],[21,12,14,14],[21,16,14,18,"Error"],[21,21,14,23],[21,22,14,24],[21,37,14,39,"isSigned"],[21,45,14,47],[21,48,14,50],[21,50,14,52],[21,53,14,55],[21,57,14,59],[21,85,14,87,"version"],[21,92,14,94],[21,95,14,97,"constants_js_1"],[21,109,14,111],[21,110,14,112,"UNMASK_VERSION"],[21,124,14,126],[21,126,14,128],[21,127,14,129],[22,4,15,4],[23,2,16,0],[24,2,17,0,"exports"],[24,9,17,7],[24,10,17,8,"GenericExtrinsicUnknown"],[24,33,17,31],[24,36,17,34,"GenericExtrinsicUnknown"],[24,59,17,57],[25,0,17,58],[25,3]],"functionMap":{"names":["<global>","GenericExtrinsicUnknown","GenericExtrinsicUnknown#constructor"],"mappings":"AAA;ACU;ICC;KDG;CDC"},"hasCjsExports":true},"type":"js/module"}]} |