mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 03:01:04 +00:00
1 line
8.7 KiB
Plaintext
1 line
8.7 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":46,"index":94}}],"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, \"GenericExtrinsicPayloadV5\", {\n enumerable: true,\n get: function () {\n return GenericExtrinsicPayloadV5;\n }\n });\n var _polkadotTypesCodec = require(_dependencyMap[0], \"@polkadot/types-codec\");\n var _polkadotUtil = require(_dependencyMap[1], \"@polkadot/util\");\n /**\n * @name GenericExtrinsicPayloadV5\n * @description\n * A signing payload for an [[Extrinsic]]. For the final encoding, it is\n * variable length based on the contents included\n */\n class GenericExtrinsicPayloadV5 extends _polkadotTypesCodec.Struct {\n constructor(registry, value) {\n super(registry, (0, _polkadotUtil.objectSpread)({\n method: 'Bytes'\n }, registry.getSignedExtensionTypes(), registry.getSignedExtensionExtra()), value);\n }\n /**\n * @description Returns a breakdown of the hex encoding for this Codec\n */\n inspect() {\n return super.inspect({\n method: true\n });\n }\n /**\n * @description The block [[BlockHash]] the signature applies to (mortal/immortal)\n */\n get blockHash() {\n return this.getT('blockHash');\n }\n /**\n * @description The [[ExtrinsicEra]]\n */\n get era() {\n return this.getT('era');\n }\n /**\n * @description The genesis [[BlockHash]] the signature applies to (mortal/immortal)\n */\n get genesisHash() {\n return this.getT('genesisHash');\n }\n /**\n * @description The [[Bytes]] contained in the payload\n */\n get method() {\n return this.getT('method');\n }\n /**\n * @description The [[Index]]\n */\n get nonce() {\n return this.getT('nonce');\n }\n /**\n * @description The specVersion for this signature\n */\n get specVersion() {\n return this.getT('specVersion');\n }\n /**\n * @description The tip [[Balance]]\n */\n get tip() {\n return this.getT('tip');\n }\n /**\n * @description The transactionVersion for this signature\n */\n get transactionVersion() {\n return this.getT('transactionVersion');\n }\n /**\n * @description The (optional) asset id for this signature for chains that support transaction fees in assets\n */\n get assetId() {\n return this.getT('assetId');\n }\n /**\n * @description The (optional) metadataHash proof for the CheckMetadataHash TransactionExtension\n */\n get metadataHash() {\n return this.getT('metadataHash');\n }\n /**\n * @description Sign the payload with the keypair\n *\n * [Disabled for ExtrinsicV5]\n */\n sign(_signerPair) {\n throw new Error('Extrinsic: ExtrinsicV5 does not include signing support');\n }\n }\n});","lineCount":104,"map":[[7,2,9,0,"Object"],[7,8,9,0],[7,9,9,0,"defineProperty"],[7,23,9,0],[7,24,9,0,"exports"],[7,31,9,0],[8,4,9,0,"enumerable"],[8,14,9,0],[9,4,9,0,"get"],[9,7,9,0],[9,18,9,0,"get"],[9,19,9,0],[10,6,9,0],[10,13,9,0,"GenericExtrinsicPayloadV5"],[10,38,9,0],[11,4,9,0],[12,2,9,0],[13,2,1,0],[13,6,1,0,"_polkadotTypesCodec"],[13,25,1,0],[13,28,1,0,"require"],[13,35,1,0],[13,36,1,0,"_dependencyMap"],[13,50,1,0],[14,2,2,0],[14,6,2,0,"_polkadotUtil"],[14,19,2,0],[14,22,2,0,"require"],[14,29,2,0],[14,30,2,0,"_dependencyMap"],[14,44,2,0],[15,2,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,0,7,0],[20,0,8,0],[21,2,9,7],[21,8,9,13,"GenericExtrinsicPayloadV5"],[21,33,9,38],[21,42,9,47,"Struct"],[21,61,9,53],[21,62,9,53,"Struct"],[21,68,9,53],[21,69,9,54],[22,4,10,4,"constructor"],[22,15,10,15,"constructor"],[22,16,10,16,"registry"],[22,24,10,24],[22,26,10,26,"value"],[22,31,10,31],[22,33,10,33],[23,6,11,8],[23,11,11,13],[23,12,11,14,"registry"],[23,20,11,22],[23,22,11,24],[23,26,11,24,"objectSpread"],[23,39,11,36],[23,40,11,36,"objectSpread"],[23,52,11,36],[23,54,11,37],[24,8,11,39,"method"],[24,14,11,45],[24,16,11,47],[25,6,11,55],[25,7,11,56],[25,9,11,58,"registry"],[25,17,11,66],[25,18,11,67,"getSignedExtensionTypes"],[25,41,11,90],[25,42,11,91],[25,43,11,92],[25,45,11,94,"registry"],[25,53,11,102],[25,54,11,103,"getSignedExtensionExtra"],[25,77,11,126],[25,78,11,127],[25,79,11,128],[25,80,11,129],[25,82,11,131,"value"],[25,87,11,136],[25,88,11,137],[26,4,12,4],[27,4,13,4],[28,0,14,0],[29,0,15,0],[30,4,16,4,"inspect"],[30,11,16,11,"inspect"],[30,12,16,11],[30,14,16,14],[31,6,17,8],[31,13,17,15],[31,18,17,20],[31,19,17,21,"inspect"],[31,26,17,28],[31,27,17,29],[32,8,17,31,"method"],[32,14,17,37],[32,16,17,39],[33,6,17,44],[33,7,17,45],[33,8,17,46],[34,4,18,4],[35,4,19,4],[36,0,20,0],[37,0,21,0],[38,4,22,4],[38,8,22,8,"blockHash"],[38,17,22,17,"blockHash"],[38,18,22,17],[38,20,22,20],[39,6,23,8],[39,13,23,15],[39,17,23,19],[39,18,23,20,"getT"],[39,22,23,24],[39,23,23,25],[39,34,23,36],[39,35,23,37],[40,4,24,4],[41,4,25,4],[42,0,26,0],[43,0,27,0],[44,4,28,4],[44,8,28,8,"era"],[44,11,28,11,"era"],[44,12,28,11],[44,14,28,14],[45,6,29,8],[45,13,29,15],[45,17,29,19],[45,18,29,20,"getT"],[45,22,29,24],[45,23,29,25],[45,28,29,30],[45,29,29,31],[46,4,30,4],[47,4,31,4],[48,0,32,0],[49,0,33,0],[50,4,34,4],[50,8,34,8,"genesisHash"],[50,19,34,19,"genesisHash"],[50,20,34,19],[50,22,34,22],[51,6,35,8],[51,13,35,15],[51,17,35,19],[51,18,35,20,"getT"],[51,22,35,24],[51,23,35,25],[51,36,35,38],[51,37,35,39],[52,4,36,4],[53,4,37,4],[54,0,38,0],[55,0,39,0],[56,4,40,4],[56,8,40,8,"method"],[56,14,40,14,"method"],[56,15,40,14],[56,17,40,17],[57,6,41,8],[57,13,41,15],[57,17,41,19],[57,18,41,20,"getT"],[57,22,41,24],[57,23,41,25],[57,31,41,33],[57,32,41,34],[58,4,42,4],[59,4,43,4],[60,0,44,0],[61,0,45,0],[62,4,46,4],[62,8,46,8,"nonce"],[62,13,46,13,"nonce"],[62,14,46,13],[62,16,46,16],[63,6,47,8],[63,13,47,15],[63,17,47,19],[63,18,47,20,"getT"],[63,22,47,24],[63,23,47,25],[63,30,47,32],[63,31,47,33],[64,4,48,4],[65,4,49,4],[66,0,50,0],[67,0,51,0],[68,4,52,4],[68,8,52,8,"specVersion"],[68,19,52,19,"specVersion"],[68,20,52,19],[68,22,52,22],[69,6,53,8],[69,13,53,15],[69,17,53,19],[69,18,53,20,"getT"],[69,22,53,24],[69,23,53,25],[69,36,53,38],[69,37,53,39],[70,4,54,4],[71,4,55,4],[72,0,56,0],[73,0,57,0],[74,4,58,4],[74,8,58,8,"tip"],[74,11,58,11,"tip"],[74,12,58,11],[74,14,58,14],[75,6,59,8],[75,13,59,15],[75,17,59,19],[75,18,59,20,"getT"],[75,22,59,24],[75,23,59,25],[75,28,59,30],[75,29,59,31],[76,4,60,4],[77,4,61,4],[78,0,62,0],[79,0,63,0],[80,4,64,4],[80,8,64,8,"transactionVersion"],[80,26,64,26,"transactionVersion"],[80,27,64,26],[80,29,64,29],[81,6,65,8],[81,13,65,15],[81,17,65,19],[81,18,65,20,"getT"],[81,22,65,24],[81,23,65,25],[81,43,65,45],[81,44,65,46],[82,4,66,4],[83,4,67,4],[84,0,68,0],[85,0,69,0],[86,4,70,4],[86,8,70,8,"assetId"],[86,15,70,15,"assetId"],[86,16,70,15],[86,18,70,18],[87,6,71,8],[87,13,71,15],[87,17,71,19],[87,18,71,20,"getT"],[87,22,71,24],[87,23,71,25],[87,32,71,34],[87,33,71,35],[88,4,72,4],[89,4,73,4],[90,0,74,0],[91,0,75,0],[92,4,76,4],[92,8,76,8,"metadataHash"],[92,20,76,20,"metadataHash"],[92,21,76,20],[92,23,76,23],[93,6,77,8],[93,13,77,15],[93,17,77,19],[93,18,77,20,"getT"],[93,22,77,24],[93,23,77,25],[93,37,77,39],[93,38,77,40],[94,4,78,4],[95,4,79,4],[96,0,80,0],[97,0,81,0],[98,0,82,0],[99,0,83,0],[100,4,84,4,"sign"],[100,8,84,8,"sign"],[100,9,84,9,"_signerPair"],[100,20,84,20],[100,22,84,22],[101,6,85,8],[101,12,85,14],[101,16,85,18,"Error"],[101,21,85,23],[101,22,85,24],[101,79,85,81],[101,80,85,82],[102,4,86,4],[103,2,87,0],[104,0,87,1],[104,3]],"functionMap":{"names":["<global>","GenericExtrinsicPayloadV5","GenericExtrinsicPayloadV5#constructor","GenericExtrinsicPayloadV5#inspect","GenericExtrinsicPayloadV5#get__blockHash","GenericExtrinsicPayloadV5#get__era","GenericExtrinsicPayloadV5#get__genesisHash","GenericExtrinsicPayloadV5#get__method","GenericExtrinsicPayloadV5#get__nonce","GenericExtrinsicPayloadV5#get__specVersion","GenericExtrinsicPayloadV5#get__tip","GenericExtrinsicPayloadV5#get__transactionVersion","GenericExtrinsicPayloadV5#get__assetId","GenericExtrinsicPayloadV5#get__metadataHash","GenericExtrinsicPayloadV5#sign"],"mappings":"AAA;OCQ;ICC;KDE;IEI;KFE;IGI;KHE;III;KJE;IKI;KLE;IMI;KNE;IOI;KPE;IQI;KRE;ISI;KTE;IUI;KVE;IWI;KXE;IYI;KZE;IaM;KbE;CDC"},"hasCjsExports":false},"type":"js/module"}]} |