mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 13:31:00 +00:00
1 line
8.9 KiB
Plaintext
1 line
8.9 KiB
Plaintext
{"dependencies":[{"name":"@polkadot/types-codec","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":22,"index":143},"end":{"line":4,"column":54,"index":175}}],"key":"fW1yxuTjZe66ggmM4ihNuGjKSV0=","exportNames":["*"],"imports":1}},{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":15,"index":192},"end":{"line":5,"column":40,"index":217}}],"key":"u0mzEw2nilnHoUWtEdZl0JKHutA=","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.GenericExtrinsicPayloadV5 = void 0;\n const types_codec_1 = require(_dependencyMap[0], \"@polkadot/types-codec\");\n const util_1 = 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 types_codec_1.Struct {\n constructor(registry, value) {\n super(registry, (0, util_1.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 exports.GenericExtrinsicPayloadV5 = GenericExtrinsicPayloadV5;\n});","lineCount":100,"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,"GenericExtrinsicPayloadV5"],[7,35,3,33],[7,38,3,36],[7,43,3,41],[7,44,3,42],[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,"util_1"],[9,14,5,12],[9,17,5,15,"require"],[9,24,5,22],[9,25,5,22,"_dependencyMap"],[9,39,5,22],[9,60,5,39],[9,61,5,40],[10,2,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,2,12,0],[16,8,12,6,"GenericExtrinsicPayloadV5"],[16,33,12,31],[16,42,12,40,"types_codec_1"],[16,55,12,53],[16,56,12,54,"Struct"],[16,62,12,60],[16,63,12,61],[17,4,13,4,"constructor"],[17,15,13,15,"constructor"],[17,16,13,16,"registry"],[17,24,13,24],[17,26,13,26,"value"],[17,31,13,31],[17,33,13,33],[18,6,14,8],[18,11,14,13],[18,12,14,14,"registry"],[18,20,14,22],[18,22,14,24],[18,23,14,25],[18,24,14,26],[18,26,14,28,"util_1"],[18,32,14,34],[18,33,14,35,"objectSpread"],[18,45,14,47],[18,47,14,49],[19,8,14,51,"method"],[19,14,14,57],[19,16,14,59],[20,6,14,67],[20,7,14,68],[20,9,14,70,"registry"],[20,17,14,78],[20,18,14,79,"getSignedExtensionTypes"],[20,41,14,102],[20,42,14,103],[20,43,14,104],[20,45,14,106,"registry"],[20,53,14,114],[20,54,14,115,"getSignedExtensionExtra"],[20,77,14,138],[20,78,14,139],[20,79,14,140],[20,80,14,141],[20,82,14,143,"value"],[20,87,14,148],[20,88,14,149],[21,4,15,4],[22,4,16,4],[23,0,17,0],[24,0,18,0],[25,4,19,4,"inspect"],[25,11,19,11,"inspect"],[25,12,19,11],[25,14,19,14],[26,6,20,8],[26,13,20,15],[26,18,20,20],[26,19,20,21,"inspect"],[26,26,20,28],[26,27,20,29],[27,8,20,31,"method"],[27,14,20,37],[27,16,20,39],[28,6,20,44],[28,7,20,45],[28,8,20,46],[29,4,21,4],[30,4,22,4],[31,0,23,0],[32,0,24,0],[33,4,25,4],[33,8,25,8,"blockHash"],[33,17,25,17,"blockHash"],[33,18,25,17],[33,20,25,20],[34,6,26,8],[34,13,26,15],[34,17,26,19],[34,18,26,20,"getT"],[34,22,26,24],[34,23,26,25],[34,34,26,36],[34,35,26,37],[35,4,27,4],[36,4,28,4],[37,0,29,0],[38,0,30,0],[39,4,31,4],[39,8,31,8,"era"],[39,11,31,11,"era"],[39,12,31,11],[39,14,31,14],[40,6,32,8],[40,13,32,15],[40,17,32,19],[40,18,32,20,"getT"],[40,22,32,24],[40,23,32,25],[40,28,32,30],[40,29,32,31],[41,4,33,4],[42,4,34,4],[43,0,35,0],[44,0,36,0],[45,4,37,4],[45,8,37,8,"genesisHash"],[45,19,37,19,"genesisHash"],[45,20,37,19],[45,22,37,22],[46,6,38,8],[46,13,38,15],[46,17,38,19],[46,18,38,20,"getT"],[46,22,38,24],[46,23,38,25],[46,36,38,38],[46,37,38,39],[47,4,39,4],[48,4,40,4],[49,0,41,0],[50,0,42,0],[51,4,43,4],[51,8,43,8,"method"],[51,14,43,14,"method"],[51,15,43,14],[51,17,43,17],[52,6,44,8],[52,13,44,15],[52,17,44,19],[52,18,44,20,"getT"],[52,22,44,24],[52,23,44,25],[52,31,44,33],[52,32,44,34],[53,4,45,4],[54,4,46,4],[55,0,47,0],[56,0,48,0],[57,4,49,4],[57,8,49,8,"nonce"],[57,13,49,13,"nonce"],[57,14,49,13],[57,16,49,16],[58,6,50,8],[58,13,50,15],[58,17,50,19],[58,18,50,20,"getT"],[58,22,50,24],[58,23,50,25],[58,30,50,32],[58,31,50,33],[59,4,51,4],[60,4,52,4],[61,0,53,0],[62,0,54,0],[63,4,55,4],[63,8,55,8,"specVersion"],[63,19,55,19,"specVersion"],[63,20,55,19],[63,22,55,22],[64,6,56,8],[64,13,56,15],[64,17,56,19],[64,18,56,20,"getT"],[64,22,56,24],[64,23,56,25],[64,36,56,38],[64,37,56,39],[65,4,57,4],[66,4,58,4],[67,0,59,0],[68,0,60,0],[69,4,61,4],[69,8,61,8,"tip"],[69,11,61,11,"tip"],[69,12,61,11],[69,14,61,14],[70,6,62,8],[70,13,62,15],[70,17,62,19],[70,18,62,20,"getT"],[70,22,62,24],[70,23,62,25],[70,28,62,30],[70,29,62,31],[71,4,63,4],[72,4,64,4],[73,0,65,0],[74,0,66,0],[75,4,67,4],[75,8,67,8,"transactionVersion"],[75,26,67,26,"transactionVersion"],[75,27,67,26],[75,29,67,29],[76,6,68,8],[76,13,68,15],[76,17,68,19],[76,18,68,20,"getT"],[76,22,68,24],[76,23,68,25],[76,43,68,45],[76,44,68,46],[77,4,69,4],[78,4,70,4],[79,0,71,0],[80,0,72,0],[81,4,73,4],[81,8,73,8,"assetId"],[81,15,73,15,"assetId"],[81,16,73,15],[81,18,73,18],[82,6,74,8],[82,13,74,15],[82,17,74,19],[82,18,74,20,"getT"],[82,22,74,24],[82,23,74,25],[82,32,74,34],[82,33,74,35],[83,4,75,4],[84,4,76,4],[85,0,77,0],[86,0,78,0],[87,4,79,4],[87,8,79,8,"metadataHash"],[87,20,79,20,"metadataHash"],[87,21,79,20],[87,23,79,23],[88,6,80,8],[88,13,80,15],[88,17,80,19],[88,18,80,20,"getT"],[88,22,80,24],[88,23,80,25],[88,37,80,39],[88,38,80,40],[89,4,81,4],[90,4,82,4],[91,0,83,0],[92,0,84,0],[93,0,85,0],[94,0,86,0],[95,4,87,4,"sign"],[95,8,87,8,"sign"],[95,9,87,9,"_signerPair"],[95,20,87,20],[95,22,87,22],[96,6,88,8],[96,12,88,14],[96,16,88,18,"Error"],[96,21,88,23],[96,22,88,24],[96,79,88,81],[96,80,88,82],[97,4,89,4],[98,2,90,0],[99,2,91,0,"exports"],[99,9,91,7],[99,10,91,8,"GenericExtrinsicPayloadV5"],[99,35,91,33],[99,38,91,36,"GenericExtrinsicPayloadV5"],[99,63,91,61],[100,0,91,62],[100,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;ACW;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":true},"type":"js/module"}]} |