Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/dc/1ef48ef87d0f0467ccc63d89a2cb139dcf340380edc271e443cd71091782f9f360564b
T
2025-10-24 02:48:32 +00:00

1 line
10 KiB
Plaintext

{"dependencies":[{"name":"@polkadot/types-codec","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":47,"index":47}}],"key":"4J9mGJyxcRzjwnWeFPHBw1ClKiw=","exportNames":["*"],"imports":1}},{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":48},"end":{"line":2,"column":39,"index":87}}],"key":"ISHU1ovvPMrCldqRjtd1JhW9dyo=","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, \"EXTRINSIC_VERSION\", {\n enumerable: true,\n get: function () {\n return EXTRINSIC_VERSION;\n }\n });\n Object.defineProperty(exports, \"GenericExtrinsicV5\", {\n enumerable: true,\n get: function () {\n return GenericExtrinsicV5;\n }\n });\n var _polkadotTypesCodec = require(_dependencyMap[0], \"@polkadot/types-codec\");\n var _polkadotUtil = require(_dependencyMap[1], \"@polkadot/util\");\n const EXTRINSIC_VERSION = 5;\n /**\n * @name GenericExtrinsicV5\n * @description\n * The fourth generation of compact extrinsics\n */\n class GenericExtrinsicV5 extends _polkadotTypesCodec.Struct {\n constructor(registry, value, {\n isSigned\n } = {}) {\n super(registry, {\n signature: 'ExtrinsicSignatureV5',\n // eslint-disable-next-line sort-keys\n method: 'Call'\n }, GenericExtrinsicV5.decodeExtrinsic(registry, value, isSigned));\n }\n /** @internal */\n static decodeExtrinsic(registry, value, isSigned = false) {\n if (value instanceof GenericExtrinsicV5) {\n return value;\n } else if (value instanceof registry.createClassUnsafe('Call')) {\n return {\n method: value\n };\n } else if ((0, _polkadotUtil.isU8a)(value)) {\n // here we decode manually since we need to pull through the version information\n const signature = registry.createTypeUnsafe('ExtrinsicSignatureV5', [value, {\n isSigned\n }]);\n // We add 2 here since the length of the TransactionExtension Version needs to be accounted for\n const method = registry.createTypeUnsafe('Call', [value.subarray(signature.encodedLength)]);\n return {\n method,\n signature\n };\n }\n return value || {};\n }\n /**\n * @description The length of the value when encoded as a Uint8Array\n */\n get encodedLength() {\n return this.toU8a().length;\n }\n /**\n * @description The [[Call]] this extrinsic wraps\n */\n get method() {\n return this.getT('method');\n }\n /**\n * @description The [[ExtrinsicSignatureV5]]\n */\n get signature() {\n return this.getT('signature');\n }\n /**\n * @description The version for the signature\n */\n get version() {\n return EXTRINSIC_VERSION;\n }\n /**\n * @description The [[Preamble]] for the extrinsic\n */\n get preamble() {\n return this.getT('preamble');\n }\n /**\n * @description Add an [[ExtrinsicSignatureV5]] to the extrinsic (already generated)\n *\n * [Disabled for ExtrinsicV5]\n */\n addSignature(_signer, _signature, _payload) {\n throw new Error('Extrinsic: ExtrinsicV5 does not include signing support');\n }\n /**\n * @description Sign the extrinsic with a specific keypair\n *\n * [Disabled for ExtrinsicV5]\n */\n sign(_account, _options) {\n throw new Error('Extrinsic: ExtrinsicV5 does not include signing support');\n }\n /**\n * @describe Adds a fake signature to the extrinsic\n *\n * [Disabled for ExtrinsicV5]\n */\n signFake(_signer, _options) {\n throw new Error('Extrinsic: ExtrinsicV5 does not include signing support');\n }\n }\n});","lineCount":114,"map":[[7,2,3,0,"Object"],[7,8,3,0],[7,9,3,0,"defineProperty"],[7,23,3,0],[7,24,3,0,"exports"],[7,31,3,0],[8,4,3,0,"enumerable"],[8,14,3,0],[9,4,3,0,"get"],[9,7,3,0],[9,18,3,0,"get"],[9,19,3,0],[10,6,3,0],[10,13,3,0,"EXTRINSIC_VERSION"],[10,30,3,0],[11,4,3,0],[12,2,3,0],[13,2,9,0,"Object"],[13,8,9,0],[13,9,9,0,"defineProperty"],[13,23,9,0],[13,24,9,0,"exports"],[13,31,9,0],[14,4,9,0,"enumerable"],[14,14,9,0],[15,4,9,0,"get"],[15,7,9,0],[15,18,9,0,"get"],[15,19,9,0],[16,6,9,0],[16,13,9,0,"GenericExtrinsicV5"],[16,31,9,0],[17,4,9,0],[18,2,9,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,0],[20,6,2,0,"_polkadotUtil"],[20,19,2,0],[20,22,2,0,"require"],[20,29,2,0],[20,30,2,0,"_dependencyMap"],[20,44,2,0],[21,2,3,7],[21,8,3,13,"EXTRINSIC_VERSION"],[21,25,3,30],[21,28,3,33],[21,29,3,34],[22,2,4,0],[23,0,5,0],[24,0,6,0],[25,0,7,0],[26,0,8,0],[27,2,9,7],[27,8,9,13,"GenericExtrinsicV5"],[27,26,9,31],[27,35,9,40,"Struct"],[27,54,9,46],[27,55,9,46,"Struct"],[27,61,9,46],[27,62,9,47],[28,4,10,4,"constructor"],[28,15,10,15,"constructor"],[28,16,10,16,"registry"],[28,24,10,24],[28,26,10,26,"value"],[28,31,10,31],[28,33,10,33],[29,6,10,35,"isSigned"],[30,4,10,44],[30,5,10,45],[30,8,10,48],[30,9,10,49],[30,10,10,50],[30,12,10,52],[31,6,11,8],[31,11,11,13],[31,12,11,14,"registry"],[31,20,11,22],[31,22,11,24],[32,8,12,12,"signature"],[32,17,12,21],[32,19,12,23],[32,41,12,45],[33,8,13,12],[34,8,14,12,"method"],[34,14,14,18],[34,16,14,20],[35,6,15,8],[35,7,15,9],[35,9,15,11,"GenericExtrinsicV5"],[35,27,15,29],[35,28,15,30,"decodeExtrinsic"],[35,43,15,45],[35,44,15,46,"registry"],[35,52,15,54],[35,54,15,56,"value"],[35,59,15,61],[35,61,15,63,"isSigned"],[35,69,15,71],[35,70,15,72],[35,71,15,73],[36,4,16,4],[37,4,17,4],[38,4,18,4],[38,11,18,11,"decodeExtrinsic"],[38,26,18,26,"decodeExtrinsic"],[38,27,18,27,"registry"],[38,35,18,35],[38,37,18,37,"value"],[38,42,18,42],[38,44,18,44,"isSigned"],[38,52,18,52],[38,55,18,55],[38,60,18,60],[38,62,18,62],[39,6,19,8],[39,10,19,12,"value"],[39,15,19,17],[39,27,19,29,"GenericExtrinsicV5"],[39,45,19,47],[39,47,19,49],[40,8,20,12],[40,15,20,19,"value"],[40,20,20,24],[41,6,21,8],[41,7,21,9],[41,13,22,13],[41,17,22,17,"value"],[41,22,22,22],[41,34,22,34,"registry"],[41,42,22,42],[41,43,22,43,"createClassUnsafe"],[41,60,22,60],[41,61,22,61],[41,67,22,67],[41,68,22,68],[41,70,22,70],[42,8,23,12],[42,15,23,19],[43,10,23,21,"method"],[43,16,23,27],[43,18,23,29,"value"],[44,8,23,35],[44,9,23,36],[45,6,24,8],[45,7,24,9],[45,13,25,13],[45,17,25,17],[45,21,25,17,"isU8a"],[45,34,25,22],[45,35,25,22,"isU8a"],[45,40,25,22],[45,42,25,23,"value"],[45,47,25,28],[45,48,25,29],[45,50,25,31],[46,8,26,12],[47,8,27,12],[47,14,27,18,"signature"],[47,23,27,27],[47,26,27,30,"registry"],[47,34,27,38],[47,35,27,39,"createTypeUnsafe"],[47,51,27,55],[47,52,27,56],[47,74,27,78],[47,76,27,80],[47,77,27,81,"value"],[47,82,27,86],[47,84,27,88],[48,10,27,90,"isSigned"],[49,8,27,99],[49,9,27,100],[49,10,27,101],[49,11,27,102],[50,8,28,12],[51,8,29,12],[51,14,29,18,"method"],[51,20,29,24],[51,23,29,27,"registry"],[51,31,29,35],[51,32,29,36,"createTypeUnsafe"],[51,48,29,52],[51,49,29,53],[51,55,29,59],[51,57,29,61],[51,58,29,62,"value"],[51,63,29,67],[51,64,29,68,"subarray"],[51,72,29,76],[51,73,29,77,"signature"],[51,82,29,86],[51,83,29,87,"encodedLength"],[51,96,29,100],[51,97,29,101],[51,98,29,102],[51,99,29,103],[52,8,30,12],[52,15,30,19],[53,10,31,16,"method"],[53,16,31,22],[54,10,32,16,"signature"],[55,8,33,12],[55,9,33,13],[56,6,34,8],[57,6,35,8],[57,13,35,15,"value"],[57,18,35,20],[57,22,35,24],[57,23,35,25],[57,24,35,26],[58,4,36,4],[59,4,37,4],[60,0,38,0],[61,0,39,0],[62,4,40,4],[62,8,40,8,"encodedLength"],[62,21,40,21,"encodedLength"],[62,22,40,21],[62,24,40,24],[63,6,41,8],[63,13,41,15],[63,17,41,19],[63,18,41,20,"toU8a"],[63,23,41,25],[63,24,41,26],[63,25,41,27],[63,26,41,28,"length"],[63,32,41,34],[64,4,42,4],[65,4,43,4],[66,0,44,0],[67,0,45,0],[68,4,46,4],[68,8,46,8,"method"],[68,14,46,14,"method"],[68,15,46,14],[68,17,46,17],[69,6,47,8],[69,13,47,15],[69,17,47,19],[69,18,47,20,"getT"],[69,22,47,24],[69,23,47,25],[69,31,47,33],[69,32,47,34],[70,4,48,4],[71,4,49,4],[72,0,50,0],[73,0,51,0],[74,4,52,4],[74,8,52,8,"signature"],[74,17,52,17,"signature"],[74,18,52,17],[74,20,52,20],[75,6,53,8],[75,13,53,15],[75,17,53,19],[75,18,53,20,"getT"],[75,22,53,24],[75,23,53,25],[75,34,53,36],[75,35,53,37],[76,4,54,4],[77,4,55,4],[78,0,56,0],[79,0,57,0],[80,4,58,4],[80,8,58,8,"version"],[80,15,58,15,"version"],[80,16,58,15],[80,18,58,18],[81,6,59,8],[81,13,59,15,"EXTRINSIC_VERSION"],[81,30,59,32],[82,4,60,4],[83,4,61,4],[84,0,62,0],[85,0,63,0],[86,4,64,4],[86,8,64,8,"preamble"],[86,16,64,16,"preamble"],[86,17,64,16],[86,19,64,19],[87,6,65,8],[87,13,65,15],[87,17,65,19],[87,18,65,20,"getT"],[87,22,65,24],[87,23,65,25],[87,33,65,35],[87,34,65,36],[88,4,66,4],[89,4,67,4],[90,0,68,0],[91,0,69,0],[92,0,70,0],[93,0,71,0],[94,4,72,4,"addSignature"],[94,16,72,16,"addSignature"],[94,17,72,17,"_signer"],[94,24,72,24],[94,26,72,26,"_signature"],[94,36,72,36],[94,38,72,38,"_payload"],[94,46,72,46],[94,48,72,48],[95,6,73,8],[95,12,73,14],[95,16,73,18,"Error"],[95,21,73,23],[95,22,73,24],[95,79,73,81],[95,80,73,82],[96,4,74,4],[97,4,75,4],[98,0,76,0],[99,0,77,0],[100,0,78,0],[101,0,79,0],[102,4,80,4,"sign"],[102,8,80,8,"sign"],[102,9,80,9,"_account"],[102,17,80,17],[102,19,80,19,"_options"],[102,27,80,27],[102,29,80,29],[103,6,81,8],[103,12,81,14],[103,16,81,18,"Error"],[103,21,81,23],[103,22,81,24],[103,79,81,81],[103,80,81,82],[104,4,82,4],[105,4,83,4],[106,0,84,0],[107,0,85,0],[108,0,86,0],[109,0,87,0],[110,4,88,4,"signFake"],[110,12,88,12,"signFake"],[110,13,88,13,"_signer"],[110,20,88,20],[110,22,88,22,"_options"],[110,30,88,30],[110,32,88,32],[111,6,89,8],[111,12,89,14],[111,16,89,18,"Error"],[111,21,89,23],[111,22,89,24],[111,79,89,81],[111,80,89,82],[112,4,90,4],[113,2,91,0],[114,0,91,1],[114,3]],"functionMap":{"names":["<global>","GenericExtrinsicV5","GenericExtrinsicV5#constructor","GenericExtrinsicV5.decodeExtrinsic","GenericExtrinsicV5#get__encodedLength","GenericExtrinsicV5#get__method","GenericExtrinsicV5#get__signature","GenericExtrinsicV5#get__version","GenericExtrinsicV5#get__preamble","GenericExtrinsicV5#addSignature","GenericExtrinsicV5#sign","GenericExtrinsicV5#signFake"],"mappings":"AAA;OCQ;ICC;KDM;IEE;KFkB;IGI;KHE;III;KJE;IKI;KLE;IMI;KNE;IOI;KPE;IQM;KRE;ISM;KTE;IUM;KVE;CDC"},"hasCjsExports":false},"type":"js/module"}]}