mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 01:51:03 +00:00
1 line
13 KiB
Plaintext
1 line
13 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/classCallCheck","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"yg7e6laZwmpbIvId5jovq9ugXp8=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/createClass","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"Z6pzkVZ2fvxBLkFTgVVOy4UDj30=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/callSuper","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"378KbBHdmndC3iMXZ2Ix8oB3LeE=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/superPropGet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"b4Lel0pEiTM8mvZZX/d05uR+OmU=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/inherits","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"y0uNg4LxF1CLscQChxzgo5dfjvA=","exportNames":["*"],"imports":1}},{"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 var _classCallCheck = require(_dependencyMap[0], \"@babel/runtime/helpers/classCallCheck\").default;\n var _createClass = require(_dependencyMap[1], \"@babel/runtime/helpers/createClass\").default;\n var _callSuper = require(_dependencyMap[2], \"@babel/runtime/helpers/callSuper\").default;\n var _superPropGet = require(_dependencyMap[3], \"@babel/runtime/helpers/superPropGet\").default;\n var _inherits = require(_dependencyMap[4], \"@babel/runtime/helpers/inherits\").default;\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.GenericExtrinsicPayloadV5 = void 0;\n var types_codec_1 = require(_dependencyMap[5], \"@polkadot/types-codec\");\n var util_1 = require(_dependencyMap[6], \"@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 var GenericExtrinsicPayloadV5 = /*#__PURE__*/function (_types_codec_1$Struct) {\n function GenericExtrinsicPayloadV5(registry, value) {\n _classCallCheck(this, GenericExtrinsicPayloadV5);\n return _callSuper(this, GenericExtrinsicPayloadV5, [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 _inherits(GenericExtrinsicPayloadV5, _types_codec_1$Struct);\n return _createClass(GenericExtrinsicPayloadV5, [{\n key: \"inspect\",\n value: function inspect() {\n return _superPropGet(GenericExtrinsicPayloadV5, \"inspect\", this, 3)([{\n method: true\n }]);\n }\n /**\n * @description The block [[BlockHash]] the signature applies to (mortal/immortal)\n */\n }, {\n key: \"blockHash\",\n get: function () {\n return this.getT('blockHash');\n }\n /**\n * @description The [[ExtrinsicEra]]\n */\n }, {\n key: \"era\",\n get: function () {\n return this.getT('era');\n }\n /**\n * @description The genesis [[BlockHash]] the signature applies to (mortal/immortal)\n */\n }, {\n key: \"genesisHash\",\n get: function () {\n return this.getT('genesisHash');\n }\n /**\n * @description The [[Bytes]] contained in the payload\n */\n }, {\n key: \"method\",\n get: function () {\n return this.getT('method');\n }\n /**\n * @description The [[Index]]\n */\n }, {\n key: \"nonce\",\n get: function () {\n return this.getT('nonce');\n }\n /**\n * @description The specVersion for this signature\n */\n }, {\n key: \"specVersion\",\n get: function () {\n return this.getT('specVersion');\n }\n /**\n * @description The tip [[Balance]]\n */\n }, {\n key: \"tip\",\n get: function () {\n return this.getT('tip');\n }\n /**\n * @description The transactionVersion for this signature\n */\n }, {\n key: \"transactionVersion\",\n get: function () {\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 }, {\n key: \"assetId\",\n get: function () {\n return this.getT('assetId');\n }\n /**\n * @description The (optional) metadataHash proof for the CheckMetadataHash TransactionExtension\n */\n }, {\n key: \"metadataHash\",\n get: function () {\n return this.getT('metadataHash');\n }\n /**\n * @description Sign the payload with the keypair\n *\n * [Disabled for ExtrinsicV5]\n */\n }, {\n key: \"sign\",\n value: function sign(_signerPair) {\n throw new Error('Extrinsic: ExtrinsicV5 does not include signing support');\n }\n }]);\n }(types_codec_1.Struct);\n exports.GenericExtrinsicPayloadV5 = GenericExtrinsicPayloadV5;\n});","lineCount":132,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13],[4,6,1,13,"_classCallCheck"],[4,21,1,13],[4,24,1,13,"require"],[4,31,1,13],[4,32,1,13,"_dependencyMap"],[4,46,1,13],[4,92,1,13,"default"],[4,99,1,13],[5,2,1,13],[5,6,1,13,"_createClass"],[5,18,1,13],[5,21,1,13,"require"],[5,28,1,13],[5,29,1,13,"_dependencyMap"],[5,43,1,13],[5,86,1,13,"default"],[5,93,1,13],[6,2,1,13],[6,6,1,13,"_callSuper"],[6,16,1,13],[6,19,1,13,"require"],[6,26,1,13],[6,27,1,13,"_dependencyMap"],[6,41,1,13],[6,82,1,13,"default"],[6,89,1,13],[7,2,1,13],[7,6,1,13,"_superPropGet"],[7,19,1,13],[7,22,1,13,"require"],[7,29,1,13],[7,30,1,13,"_dependencyMap"],[7,44,1,13],[7,88,1,13,"default"],[7,95,1,13],[8,2,1,13],[8,6,1,13,"_inherits"],[8,15,1,13],[8,18,1,13,"require"],[8,25,1,13],[8,26,1,13,"_dependencyMap"],[8,40,1,13],[8,80,1,13,"default"],[8,87,1,13],[9,2,2,0,"Object"],[9,8,2,6],[9,9,2,7,"defineProperty"],[9,23,2,21],[9,24,2,22,"exports"],[9,31,2,29],[9,33,2,31],[9,45,2,43],[9,47,2,45],[10,4,2,47,"value"],[10,9,2,52],[10,11,2,54],[11,2,2,59],[11,3,2,60],[11,4,2,61],[12,2,3,0,"exports"],[12,9,3,7],[12,10,3,8,"GenericExtrinsicPayloadV5"],[12,35,3,33],[12,38,3,36],[12,43,3,41],[12,44,3,42],[13,2,4,0],[13,6,4,6,"types_codec_1"],[13,19,4,19],[13,22,4,22,"require"],[13,29,4,29],[13,30,4,29,"_dependencyMap"],[13,44,4,29],[13,72,4,53],[13,73,4,54],[14,2,5,0],[14,6,5,6,"util_1"],[14,12,5,12],[14,15,5,15,"require"],[14,22,5,22],[14,23,5,22,"_dependencyMap"],[14,37,5,22],[14,58,5,39],[14,59,5,40],[15,2,6,0],[16,0,7,0],[17,0,8,0],[18,0,9,0],[19,0,10,0],[20,0,11,0],[21,2,6,0],[21,6,12,6,"GenericExtrinsicPayloadV5"],[21,31,12,31],[21,57,12,31,"_types_codec_1$Struct"],[21,78,12,31],[22,4,13,4],[22,13,13,4,"GenericExtrinsicPayloadV5"],[22,39,13,16,"registry"],[22,47,13,24],[22,49,13,26,"value"],[22,54,13,31],[22,56,13,33],[23,6,13,33,"_classCallCheck"],[23,21,13,33],[23,28,13,33,"GenericExtrinsicPayloadV5"],[23,53,13,33],[24,6,13,33],[24,13,13,33,"_callSuper"],[24,23,13,33],[24,30,13,33,"GenericExtrinsicPayloadV5"],[24,55,13,33],[24,58,14,14,"registry"],[24,66,14,22],[24,68,14,24],[24,69,14,25],[24,70,14,26],[24,72,14,28,"util_1"],[24,78,14,34],[24,79,14,35,"objectSpread"],[24,91,14,47],[24,93,14,49],[25,8,14,51,"method"],[25,14,14,57],[25,16,14,59],[26,6,14,67],[26,7,14,68],[26,9,14,70,"registry"],[26,17,14,78],[26,18,14,79,"getSignedExtensionTypes"],[26,41,14,102],[26,42,14,103],[26,43,14,104],[26,45,14,106,"registry"],[26,53,14,114],[26,54,14,115,"getSignedExtensionExtra"],[26,77,14,138],[26,78,14,139],[26,79,14,140],[26,80,14,141],[26,82,14,143,"value"],[26,87,14,148],[27,4,15,4],[28,4,16,4],[29,0,17,0],[30,0,18,0],[31,4,16,4,"_inherits"],[31,13,16,4],[31,14,16,4,"GenericExtrinsicPayloadV5"],[31,39,16,4],[31,41,16,4,"_types_codec_1$Struct"],[31,62,16,4],[32,4,16,4],[32,11,16,4,"_createClass"],[32,23,16,4],[32,24,16,4,"GenericExtrinsicPayloadV5"],[32,49,16,4],[33,6,16,4,"key"],[33,9,16,4],[34,6,16,4,"value"],[34,11,16,4],[34,13,19,4],[34,22,19,4,"inspect"],[34,29,19,11,"inspect"],[34,30,19,11],[34,32,19,14],[35,8,20,8],[35,15,20,8,"_superPropGet"],[35,28,20,8],[35,29,20,8,"GenericExtrinsicPayloadV5"],[35,54,20,8],[35,77,20,29],[36,10,20,31,"method"],[36,16,20,37],[36,18,20,39],[37,8,20,44],[37,9,20,45],[38,6,21,4],[39,6,22,4],[40,0,23,0],[41,0,24,0],[42,4,22,4],[43,6,22,4,"key"],[43,9,22,4],[44,6,22,4,"get"],[44,9,22,4],[44,11,25,4],[44,20,25,4,"get"],[44,21,25,4],[44,23,25,20],[45,8,26,8],[45,15,26,15],[45,19,26,19],[45,20,26,20,"getT"],[45,24,26,24],[45,25,26,25],[45,36,26,36],[45,37,26,37],[46,6,27,4],[47,6,28,4],[48,0,29,0],[49,0,30,0],[50,4,28,4],[51,6,28,4,"key"],[51,9,28,4],[52,6,28,4,"get"],[52,9,28,4],[52,11,31,4],[52,20,31,4,"get"],[52,21,31,4],[52,23,31,14],[53,8,32,8],[53,15,32,15],[53,19,32,19],[53,20,32,20,"getT"],[53,24,32,24],[53,25,32,25],[53,30,32,30],[53,31,32,31],[54,6,33,4],[55,6,34,4],[56,0,35,0],[57,0,36,0],[58,4,34,4],[59,6,34,4,"key"],[59,9,34,4],[60,6,34,4,"get"],[60,9,34,4],[60,11,37,4],[60,20,37,4,"get"],[60,21,37,4],[60,23,37,22],[61,8,38,8],[61,15,38,15],[61,19,38,19],[61,20,38,20,"getT"],[61,24,38,24],[61,25,38,25],[61,38,38,38],[61,39,38,39],[62,6,39,4],[63,6,40,4],[64,0,41,0],[65,0,42,0],[66,4,40,4],[67,6,40,4,"key"],[67,9,40,4],[68,6,40,4,"get"],[68,9,40,4],[68,11,43,4],[68,20,43,4,"get"],[68,21,43,4],[68,23,43,17],[69,8,44,8],[69,15,44,15],[69,19,44,19],[69,20,44,20,"getT"],[69,24,44,24],[69,25,44,25],[69,33,44,33],[69,34,44,34],[70,6,45,4],[71,6,46,4],[72,0,47,0],[73,0,48,0],[74,4,46,4],[75,6,46,4,"key"],[75,9,46,4],[76,6,46,4,"get"],[76,9,46,4],[76,11,49,4],[76,20,49,4,"get"],[76,21,49,4],[76,23,49,16],[77,8,50,8],[77,15,50,15],[77,19,50,19],[77,20,50,20,"getT"],[77,24,50,24],[77,25,50,25],[77,32,50,32],[77,33,50,33],[78,6,51,4],[79,6,52,4],[80,0,53,0],[81,0,54,0],[82,4,52,4],[83,6,52,4,"key"],[83,9,52,4],[84,6,52,4,"get"],[84,9,52,4],[84,11,55,4],[84,20,55,4,"get"],[84,21,55,4],[84,23,55,22],[85,8,56,8],[85,15,56,15],[85,19,56,19],[85,20,56,20,"getT"],[85,24,56,24],[85,25,56,25],[85,38,56,38],[85,39,56,39],[86,6,57,4],[87,6,58,4],[88,0,59,0],[89,0,60,0],[90,4,58,4],[91,6,58,4,"key"],[91,9,58,4],[92,6,58,4,"get"],[92,9,58,4],[92,11,61,4],[92,20,61,4,"get"],[92,21,61,4],[92,23,61,14],[93,8,62,8],[93,15,62,15],[93,19,62,19],[93,20,62,20,"getT"],[93,24,62,24],[93,25,62,25],[93,30,62,30],[93,31,62,31],[94,6,63,4],[95,6,64,4],[96,0,65,0],[97,0,66,0],[98,4,64,4],[99,6,64,4,"key"],[99,9,64,4],[100,6,64,4,"get"],[100,9,64,4],[100,11,67,4],[100,20,67,4,"get"],[100,21,67,4],[100,23,67,29],[101,8,68,8],[101,15,68,15],[101,19,68,19],[101,20,68,20,"getT"],[101,24,68,24],[101,25,68,25],[101,45,68,45],[101,46,68,46],[102,6,69,4],[103,6,70,4],[104,0,71,0],[105,0,72,0],[106,4,70,4],[107,6,70,4,"key"],[107,9,70,4],[108,6,70,4,"get"],[108,9,70,4],[108,11,73,4],[108,20,73,4,"get"],[108,21,73,4],[108,23,73,18],[109,8,74,8],[109,15,74,15],[109,19,74,19],[109,20,74,20,"getT"],[109,24,74,24],[109,25,74,25],[109,34,74,34],[109,35,74,35],[110,6,75,4],[111,6,76,4],[112,0,77,0],[113,0,78,0],[114,4,76,4],[115,6,76,4,"key"],[115,9,76,4],[116,6,76,4,"get"],[116,9,76,4],[116,11,79,4],[116,20,79,4,"get"],[116,21,79,4],[116,23,79,23],[117,8,80,8],[117,15,80,15],[117,19,80,19],[117,20,80,20,"getT"],[117,24,80,24],[117,25,80,25],[117,39,80,39],[117,40,80,40],[118,6,81,4],[119,6,82,4],[120,0,83,0],[121,0,84,0],[122,0,85,0],[123,0,86,0],[124,4,82,4],[125,6,82,4,"key"],[125,9,82,4],[126,6,82,4,"value"],[126,11,82,4],[126,13,87,4],[126,22,87,4,"sign"],[126,26,87,8,"sign"],[126,27,87,9,"_signerPair"],[126,38,87,20],[126,40,87,22],[127,8,88,8],[127,14,88,14],[127,18,88,18,"Error"],[127,23,88,23],[127,24,88,24],[127,81,88,81],[127,82,88,82],[128,6,89,4],[129,4,89,5],[130,2,89,5],[130,4,12,40,"types_codec_1"],[130,17,12,53],[130,18,12,54,"Struct"],[130,24,12,60],[131,2,91,0,"exports"],[131,9,91,7],[131,10,91,8,"GenericExtrinsicPayloadV5"],[131,35,91,33],[131,38,91,36,"GenericExtrinsicPayloadV5"],[131,63,91,61],[132,0,91,62],[132,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"}]} |