mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 08:51:01 +00:00
auto-commit for f8470fe1-4ce5-4123-a3e6-0b710ab3390a
This commit is contained in:
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"@polkadot/util-crypto","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":22,"index":155},"end":{"line":5,"column":54,"index":187}}],"key":"ZJJnwX+B+oj5JQmnkWFMF+4Lj2M=","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.sign = sign;\n exports.signGeneral = signGeneral;\n const util_crypto_1 = require(_dependencyMap[0], \"@polkadot/util-crypto\");\n function sign(_registry, signerPair, u8a, options) {\n const encoded = u8a.length > 256 ? (0, util_crypto_1.blake2AsU8a)(u8a) : u8a;\n return signerPair.sign(encoded, options);\n }\n function signGeneral(registry, u8a) {\n const encoded = registry.hash(u8a);\n return encoded;\n }\n});","lineCount":18,"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,"sign"],[7,14,3,12],[7,17,3,15,"sign"],[7,21,3,19],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"signGeneral"],[8,21,4,19],[8,24,4,22,"signGeneral"],[8,35,4,33],[9,2,5,0],[9,8,5,6,"util_crypto_1"],[9,21,5,19],[9,24,5,22,"require"],[9,31,5,29],[9,32,5,29,"_dependencyMap"],[9,46,5,29],[9,74,5,53],[9,75,5,54],[10,2,6,0],[10,11,6,9,"sign"],[10,15,6,13,"sign"],[10,16,6,14,"_registry"],[10,25,6,23],[10,27,6,25,"signerPair"],[10,37,6,35],[10,39,6,37,"u8a"],[10,42,6,40],[10,44,6,42,"options"],[10,51,6,49],[10,53,6,51],[11,4,7,4],[11,10,7,10,"encoded"],[11,17,7,17],[11,20,7,20,"u8a"],[11,23,7,23],[11,24,7,24,"length"],[11,30,7,30],[11,33,7,33],[11,36,7,36],[11,39,8,10],[11,40,8,11],[11,41,8,12],[11,43,8,14,"util_crypto_1"],[11,56,8,27],[11,57,8,28,"blake2AsU8a"],[11,68,8,39],[11,70,8,41,"u8a"],[11,73,8,44],[11,74,8,45],[11,77,9,10,"u8a"],[11,80,9,13],[12,4,10,4],[12,11,10,11,"signerPair"],[12,21,10,21],[12,22,10,22,"sign"],[12,26,10,26],[12,27,10,27,"encoded"],[12,34,10,34],[12,36,10,36,"options"],[12,43,10,43],[12,44,10,44],[13,2,11,0],[14,2,12,0],[14,11,12,9,"signGeneral"],[14,22,12,20,"signGeneral"],[14,23,12,21,"registry"],[14,31,12,29],[14,33,12,31,"u8a"],[14,36,12,34],[14,38,12,36],[15,4,13,4],[15,10,13,10,"encoded"],[15,17,13,17],[15,20,13,20,"registry"],[15,28,13,28],[15,29,13,29,"hash"],[15,33,13,33],[15,34,13,34,"u8a"],[15,37,13,37],[15,38,13,38],[16,4,14,4],[16,11,14,11,"encoded"],[16,18,14,18],[17,2,15,0],[18,0,15,1],[18,3]],"functionMap":{"names":["<global>","sign","signGeneral"],"mappings":"AAA;ACK;CDK;AEC;CFG"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n /**\n * Use a stub for MaskedView on all Platforms that don't support it.\n */\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.MaskedView = MaskedView;\n function MaskedView({\n children\n }) {\n return children;\n }\n});","lineCount":16,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0],[5,0,4,0],[6,0,5,0],[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,"value"],[8,9,3,0],[9,2,3,0],[10,2,7,0,"exports"],[10,9,7,0],[10,10,7,0,"MaskedView"],[10,20,7,0],[10,23,7,0,"MaskedView"],[10,33,7,0],[11,2,7,7],[11,11,7,16,"MaskedView"],[11,21,7,26,"MaskedView"],[11,22,7,27],[12,4,8,2,"children"],[13,2,9,0],[13,3,9,1],[13,5,9,3],[14,4,10,2],[14,11,10,9,"children"],[14,19,10,17],[15,2,11,0],[16,0,11,1],[16,3]],"functionMap":{"names":["<global>","MaskedView"],"mappings":"AAA;OCM;CDI"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"../abstract/Int.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":17,"index":116},"end":{"line":4,"column":46,"index":145}}],"key":"St8NjJznSzMTEVsHaJAvNKtDt5E=","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.Int = void 0;\n const Int_js_1 = require(_dependencyMap[0], \"../abstract/Int.js\");\n /**\n * @name Int\n * @description\n * A generic signed integer codec. For Substrate all numbers are Little Endian encoded,\n * this handles the encoding and decoding of those numbers. Upon construction\n * the bitLength is provided and any additional use keeps the number to this\n * length. This extends `BN`, so all methods available on a normal `BN` object\n * is available here.\n * @noInheritDoc\n */\n class Int extends Int_js_1.AbstractInt {\n constructor(registry, value = 0, bitLength) {\n super(registry, value, bitLength, true);\n }\n static with(bitLength, typeName) {\n return class extends Int {\n constructor(registry, value) {\n super(registry, value, bitLength);\n }\n toRawType() {\n return typeName || super.toRawType();\n }\n };\n }\n }\n exports.Int = Int;\n});","lineCount":35,"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,"Int"],[7,13,3,11],[7,16,3,14],[7,21,3,19],[7,22,3,20],[8,2,4,0],[8,8,4,6,"Int_js_1"],[8,16,4,14],[8,19,4,17,"require"],[8,26,4,24],[8,27,4,24,"_dependencyMap"],[8,41,4,24],[8,66,4,45],[8,67,4,46],[9,2,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,0,14,0],[19,2,15,0],[19,8,15,6,"Int"],[19,11,15,9],[19,20,15,18,"Int_js_1"],[19,28,15,26],[19,29,15,27,"AbstractInt"],[19,40,15,38],[19,41,15,39],[20,4,16,4,"constructor"],[20,15,16,15,"constructor"],[20,16,16,16,"registry"],[20,24,16,24],[20,26,16,26,"value"],[20,31,16,31],[20,34,16,34],[20,35,16,35],[20,37,16,37,"bitLength"],[20,46,16,46],[20,48,16,48],[21,6,17,8],[21,11,17,13],[21,12,17,14,"registry"],[21,20,17,22],[21,22,17,24,"value"],[21,27,17,29],[21,29,17,31,"bitLength"],[21,38,17,40],[21,40,17,42],[21,44,17,46],[21,45,17,47],[22,4,18,4],[23,4,19,4],[23,11,19,11,"with"],[23,15,19,15,"with"],[23,16,19,16,"bitLength"],[23,25,19,25],[23,27,19,27,"typeName"],[23,35,19,35],[23,37,19,37],[24,6,20,8],[24,13,20,15],[24,27,20,29,"Int"],[24,30,20,32],[24,31,20,33],[25,8,21,12,"constructor"],[25,19,21,23,"constructor"],[25,20,21,24,"registry"],[25,28,21,32],[25,30,21,34,"value"],[25,35,21,39],[25,37,21,41],[26,10,22,16],[26,15,22,21],[26,16,22,22,"registry"],[26,24,22,30],[26,26,22,32,"value"],[26,31,22,37],[26,33,22,39,"bitLength"],[26,42,22,48],[26,43,22,49],[27,8,23,12],[28,8,24,12,"toRawType"],[28,17,24,21,"toRawType"],[28,18,24,21],[28,20,24,24],[29,10,25,16],[29,17,25,23,"typeName"],[29,25,25,31],[29,29,25,35],[29,34,25,40],[29,35,25,41,"toRawType"],[29,44,25,50],[29,45,25,51],[29,46,25,52],[30,8,26,12],[31,6,27,8],[31,7,27,9],[32,4,28,4],[33,2,29,0],[34,2,30,0,"exports"],[34,9,30,7],[34,10,30,8,"Int"],[34,13,30,11],[34,16,30,14,"Int"],[34,19,30,17],[35,0,30,18],[35,3]],"functionMap":{"names":["<global>","Int","constructor","_with","<anonymous>","toRawType"],"mappings":"AAA;ACc;ICC;KDE;IEC;eCC;YFC;aEE;YCC;aDE;SDC;KFC;CDC"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user