mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 18:01:02 +00:00
1 line
5.7 KiB
Plaintext
1 line
5.7 KiB
Plaintext
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":40,"index":40}}],"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, \"Null\", {\n enumerable: true,\n get: function () {\n return Null;\n }\n });\n var _polkadotUtil = require(_dependencyMap[0], \"@polkadot/util\");\n /**\n * @name Null\n * @description\n * Implements a type that does not contain anything (apart from `null`)\n */\n class Null {\n encodedLength = 0;\n isEmpty = true;\n initialU8aLength = 0;\n constructor(registry) {\n this.registry = registry;\n }\n /**\n * @description returns a hash of the contents\n */\n get hash() {\n throw new Error('.hash is not implemented on Null');\n }\n /**\n * @description Compares the value of the input to see if there is a match\n */\n eq(other) {\n return other instanceof Null || (0, _polkadotUtil.isNull)(other);\n }\n /**\n * @description Returns a breakdown of the hex encoding for this Codec\n */\n inspect() {\n return {};\n }\n /**\n * @description Returns a hex string representation of the value\n */\n toHex() {\n return '0x';\n }\n /**\n * @description Converts the Object to to a human-friendly JSON, with additional fields, expansion and formatting of information\n */\n toHuman() {\n return this.toJSON();\n }\n /**\n * @description Converts the Object to JSON, typically used for RPC transfers\n */\n toJSON() {\n return null;\n }\n /**\n * @description Converts the value in a best-fit primitive form\n */\n toPrimitive() {\n return null;\n }\n /**\n * @description Returns the base runtime type name for this instance\n */\n toRawType() {\n return 'Null';\n }\n /**\n * @description Returns the string representation of the value\n */\n toString() {\n return '';\n }\n /**\n * @description Encodes the value as a Uint8Array as per the SCALE specifications\n */\n toU8a(_isBare) {\n return new Uint8Array();\n }\n }\n});","lineCount":87,"map":[[7,2,7,0,"Object"],[7,8,7,0],[7,9,7,0,"defineProperty"],[7,23,7,0],[7,24,7,0,"exports"],[7,31,7,0],[8,4,7,0,"enumerable"],[8,14,7,0],[9,4,7,0,"get"],[9,7,7,0],[9,18,7,0,"get"],[9,19,7,0],[10,6,7,0],[10,13,7,0,"Null"],[10,17,7,0],[11,4,7,0],[12,2,7,0],[13,2,1,0],[13,6,1,0,"_polkadotUtil"],[13,19,1,0],[13,22,1,0,"require"],[13,29,1,0],[13,30,1,0,"_dependencyMap"],[13,44,1,0],[14,2,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,2,7,7],[19,8,7,13,"Null"],[19,12,7,17],[19,13,7,18],[20,4,8,4,"encodedLength"],[20,17,8,17],[20,20,8,20],[20,21,8,21],[21,4,9,4,"isEmpty"],[21,11,9,11],[21,14,9,14],[21,18,9,18],[22,4,12,4,"initialU8aLength"],[22,20,12,20],[22,23,12,23],[22,24,12,24],[23,4,14,4,"constructor"],[23,15,14,15,"constructor"],[23,16,14,16,"registry"],[23,24,14,24],[23,26,14,26],[24,6,15,8],[24,10,15,12],[24,11,15,13,"registry"],[24,19,15,21],[24,22,15,24,"registry"],[24,30,15,32],[25,4,16,4],[26,4,17,4],[27,0,18,0],[28,0,19,0],[29,4,20,4],[29,8,20,8,"hash"],[29,12,20,12,"hash"],[29,13,20,12],[29,15,20,15],[30,6,21,8],[30,12,21,14],[30,16,21,18,"Error"],[30,21,21,23],[30,22,21,24],[30,56,21,58],[30,57,21,59],[31,4,22,4],[32,4,23,4],[33,0,24,0],[34,0,25,0],[35,4,26,4,"eq"],[35,6,26,6,"eq"],[35,7,26,7,"other"],[35,12,26,12],[35,14,26,14],[36,6,27,8],[36,13,27,15,"other"],[36,18,27,20],[36,30,27,32,"Null"],[36,34,27,36],[36,38,27,40],[36,42,27,40,"isNull"],[36,55,27,46],[36,56,27,46,"isNull"],[36,62,27,46],[36,64,27,47,"other"],[36,69,27,52],[36,70,27,53],[37,4,28,4],[38,4,29,4],[39,0,30,0],[40,0,31,0],[41,4,32,4,"inspect"],[41,11,32,11,"inspect"],[41,12,32,11],[41,14,32,14],[42,6,33,8],[42,13,33,15],[42,14,33,16],[42,15,33,17],[43,4,34,4],[44,4,35,4],[45,0,36,0],[46,0,37,0],[47,4,38,4,"toHex"],[47,9,38,9,"toHex"],[47,10,38,9],[47,12,38,12],[48,6,39,8],[48,13,39,15],[48,17,39,19],[49,4,40,4],[50,4,41,4],[51,0,42,0],[52,0,43,0],[53,4,44,4,"toHuman"],[53,11,44,11,"toHuman"],[53,12,44,11],[53,14,44,14],[54,6,45,8],[54,13,45,15],[54,17,45,19],[54,18,45,20,"toJSON"],[54,24,45,26],[54,25,45,27],[54,26,45,28],[55,4,46,4],[56,4,47,4],[57,0,48,0],[58,0,49,0],[59,4,50,4,"toJSON"],[59,10,50,10,"toJSON"],[59,11,50,10],[59,13,50,13],[60,6,51,8],[60,13,51,15],[60,17,51,19],[61,4,52,4],[62,4,53,4],[63,0,54,0],[64,0,55,0],[65,4,56,4,"toPrimitive"],[65,15,56,15,"toPrimitive"],[65,16,56,15],[65,18,56,18],[66,6,57,8],[66,13,57,15],[66,17,57,19],[67,4,58,4],[68,4,59,4],[69,0,60,0],[70,0,61,0],[71,4,62,4,"toRawType"],[71,13,62,13,"toRawType"],[71,14,62,13],[71,16,62,16],[72,6,63,8],[72,13,63,15],[72,19,63,21],[73,4,64,4],[74,4,65,4],[75,0,66,0],[76,0,67,0],[77,4,68,4,"toString"],[77,12,68,12,"toString"],[77,13,68,12],[77,15,68,15],[78,6,69,8],[78,13,69,15],[78,15,69,17],[79,4,70,4],[80,4,71,4],[81,0,72,0],[82,0,73,0],[83,4,74,4,"toU8a"],[83,9,74,9,"toU8a"],[83,10,74,10,"_isBare"],[83,17,74,17],[83,19,74,19],[84,6,75,8],[84,13,75,15],[84,17,75,19,"Uint8Array"],[84,27,75,29],[84,28,75,30],[84,29,75,31],[85,4,76,4],[86,2,77,0],[87,0,77,1],[87,3]],"functionMap":{"names":["<global>","Null","constructor","get__hash","eq","inspect","toHex","toHuman","toJSON","toPrimitive","toRawType","toString","toU8a"],"mappings":"AAA;OCM;ICO;KDE;IEI;KFE;IGI;KHE;III;KJE;IKI;KLE;IMI;KNE;IOI;KPE;IQI;KRE;ISI;KTE;IUI;KVE;IWI;KXE;CDC"},"hasCjsExports":false},"type":"js/module"}]} |