mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 04:11:02 +00:00
auto-commit for e1b77dbf-09c7-4e17-9a19-2e6f489c3c66
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"@polkadot/types-codec","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":22,"index":141},"end":{"line":4,"column":54,"index":173}}],"key":"fW1yxuTjZe66ggmM4ihNuGjKSV0=","exportNames":["*"],"imports":1}},{"name":"./constants.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":23,"index":198},"end":{"line":5,"column":48,"index":223}}],"key":"GyCTB975X6u9hfNjUsMXB4zkCjA=","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.GenericExtrinsicUnknown = void 0;\n const types_codec_1 = require(_dependencyMap[0], \"@polkadot/types-codec\");\n const constants_js_1 = require(_dependencyMap[1], \"./constants.js\");\n /**\n * @name GenericExtrinsicUnknown\n * @description\n * A default handler for extrinsics where the version is not known (default throw)\n */\n class GenericExtrinsicUnknown extends types_codec_1.Struct {\n constructor(registry, _value, {\n isSigned = false,\n version = 0\n } = {}) {\n super(registry, {});\n throw new Error(`Unsupported ${isSigned ? '' : 'un'}signed extrinsic version ${version & constants_js_1.UNMASK_VERSION}`);\n }\n }\n exports.GenericExtrinsicUnknown = GenericExtrinsicUnknown;\n});","lineCount":25,"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,"GenericExtrinsicUnknown"],[7,33,3,31],[7,36,3,34],[7,41,3,39],[7,42,3,40],[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,"constants_js_1"],[9,22,5,20],[9,25,5,23,"require"],[9,32,5,30],[9,33,5,30,"_dependencyMap"],[9,47,5,30],[9,68,5,47],[9,69,5,48],[10,2,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,2,11,0],[15,8,11,6,"GenericExtrinsicUnknown"],[15,31,11,29],[15,40,11,38,"types_codec_1"],[15,53,11,51],[15,54,11,52,"Struct"],[15,60,11,58],[15,61,11,59],[16,4,12,4,"constructor"],[16,15,12,15,"constructor"],[16,16,12,16,"registry"],[16,24,12,24],[16,26,12,26,"_value"],[16,32,12,32],[16,34,12,34],[17,6,12,36,"isSigned"],[17,14,12,44],[17,17,12,47],[17,22,12,52],[18,6,12,54,"version"],[18,13,12,61],[18,16,12,64],[19,4,12,66],[19,5,12,67],[19,8,12,70],[19,9,12,71],[19,10,12,72],[19,12,12,74],[20,6,13,8],[20,11,13,13],[20,12,13,14,"registry"],[20,20,13,22],[20,22,13,24],[20,23,13,25],[20,24,13,26],[20,25,13,27],[21,6,14,8],[21,12,14,14],[21,16,14,18,"Error"],[21,21,14,23],[21,22,14,24],[21,37,14,39,"isSigned"],[21,45,14,47],[21,48,14,50],[21,50,14,52],[21,53,14,55],[21,57,14,59],[21,85,14,87,"version"],[21,92,14,94],[21,95,14,97,"constants_js_1"],[21,109,14,111],[21,110,14,112,"UNMASK_VERSION"],[21,124,14,126],[21,126,14,128],[21,127,14,129],[22,4,15,4],[23,2,16,0],[24,2,17,0,"exports"],[24,9,17,7],[24,10,17,8,"GenericExtrinsicUnknown"],[24,33,17,31],[24,36,17,34,"GenericExtrinsicUnknown"],[24,59,17,57],[25,0,17,58],[25,3]],"functionMap":{"names":["<global>","GenericExtrinsicUnknown","GenericExtrinsicUnknown#constructor"],"mappings":"AAA;ACU;ICC;KDG;CDC"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./createErrorClass","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":25,"index":131},"end":{"line":4,"column":54,"index":160}}],"key":"X65d/v6yRSP95WKpvEo45jsBBIQ=","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.EmptyError = void 0;\n var createErrorClass_1 = require(_dependencyMap[0], \"./createErrorClass\");\n exports.EmptyError = createErrorClass_1.createErrorClass(function (_super) {\n return function EmptyErrorImpl() {\n _super(this);\n this.name = 'EmptyError';\n this.message = 'no elements in sequence';\n };\n });\n});","lineCount":16,"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,"EmptyError"],[7,20,3,18],[7,23,3,21],[7,28,3,26],[7,29,3,27],[8,2,4,0],[8,6,4,4,"createErrorClass_1"],[8,24,4,22],[8,27,4,25,"require"],[8,34,4,32],[8,35,4,32,"_dependencyMap"],[8,49,4,32],[8,74,4,53],[8,75,4,54],[9,2,5,0,"exports"],[9,9,5,7],[9,10,5,8,"EmptyError"],[9,20,5,18],[9,23,5,21,"createErrorClass_1"],[9,41,5,39],[9,42,5,40,"createErrorClass"],[9,58,5,56],[9,59,5,57],[9,69,5,67,"_super"],[9,75,5,73],[9,77,5,75],[10,4,6,4],[10,11,6,11],[10,20,6,20,"EmptyErrorImpl"],[10,34,6,34,"EmptyErrorImpl"],[10,35,6,34],[10,37,6,37],[11,6,7,8,"_super"],[11,12,7,14],[11,13,7,15],[11,17,7,19],[11,18,7,20],[12,6,8,8],[12,10,8,12],[12,11,8,13,"name"],[12,15,8,17],[12,18,8,20],[12,30,8,32],[13,6,9,8],[13,10,9,12],[13,11,9,13,"message"],[13,18,9,20],[13,21,9,23],[13,46,9,48],[14,4,10,4],[14,5,10,5],[15,2,11,0],[15,3,11,1],[15,4,11,2],[16,0,11,3],[16,3]],"functionMap":{"names":["<global>","createErrorClass_1.createErrorClass$argument_0","EmptyErrorImpl"],"mappings":"AAA;yDCI;WCC;KDI;CDC"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./AsyncAction","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":20,"index":146},"end":{"line":4,"column":44,"index":170}}],"key":"lKZce/gMiHRCu5UA5P63/pqSDiM=","exportNames":["*"],"imports":1}},{"name":"./AsyncScheduler","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":23,"index":195},"end":{"line":5,"column":50,"index":222}}],"key":"xM8rf3wk0JD7sfkqQdHdbPf+u00=","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.async = exports.asyncScheduler = void 0;\n var AsyncAction_1 = require(_dependencyMap[0], \"./AsyncAction\");\n var AsyncScheduler_1 = require(_dependencyMap[1], \"./AsyncScheduler\");\n exports.asyncScheduler = new AsyncScheduler_1.AsyncScheduler(AsyncAction_1.AsyncAction);\n exports.async = exports.asyncScheduler;\n});","lineCount":12,"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,"async"],[7,15,3,13],[7,18,3,16,"exports"],[7,25,3,23],[7,26,3,24,"asyncScheduler"],[7,40,3,38],[7,43,3,41],[7,48,3,46],[7,49,3,47],[8,2,4,0],[8,6,4,4,"AsyncAction_1"],[8,19,4,17],[8,22,4,20,"require"],[8,29,4,27],[8,30,4,27,"_dependencyMap"],[8,44,4,27],[8,64,4,43],[8,65,4,44],[9,2,5,0],[9,6,5,4,"AsyncScheduler_1"],[9,22,5,20],[9,25,5,23,"require"],[9,32,5,30],[9,33,5,30,"_dependencyMap"],[9,47,5,30],[9,70,5,49],[9,71,5,50],[10,2,6,0,"exports"],[10,9,6,7],[10,10,6,8,"asyncScheduler"],[10,24,6,22],[10,27,6,25],[10,31,6,29,"AsyncScheduler_1"],[10,47,6,45],[10,48,6,46,"AsyncScheduler"],[10,62,6,60],[10,63,6,61,"AsyncAction_1"],[10,76,6,74],[10,77,6,75,"AsyncAction"],[10,88,6,86],[10,89,6,87],[11,2,7,0,"exports"],[11,9,7,7],[11,10,7,8,"async"],[11,15,7,13],[11,18,7,16,"exports"],[11,25,7,23],[11,26,7,24,"asyncScheduler"],[11,40,7,38],[12,0,7,39],[12,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":3,"column":15,"index":92},"end":{"line":3,"column":40,"index":117}}],"key":"u0mzEw2nilnHoUWtEdZl0JKHutA=","exportNames":["*"],"imports":1}},{"name":"./packageInfo.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":25,"index":144},"end":{"line":4,"column":52,"index":171}}],"key":"Ffmb0bdQh5N+BVJ7J3zvmqqfh9A=","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 const util_1 = require(_dependencyMap[0], \"@polkadot/util\");\n const packageInfo_js_1 = require(_dependencyMap[1], \"./packageInfo.js\");\n (0, util_1.detectPackage)(packageInfo_js_1.packageInfo, null, []);\n});","lineCount":10,"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],[7,8,3,6,"util_1"],[7,14,3,12],[7,17,3,15,"require"],[7,24,3,22],[7,25,3,22,"_dependencyMap"],[7,39,3,22],[7,60,3,39],[7,61,3,40],[8,2,4,0],[8,8,4,6,"packageInfo_js_1"],[8,24,4,22],[8,27,4,25,"require"],[8,34,4,32],[8,35,4,32,"_dependencyMap"],[8,49,4,32],[8,72,4,51],[8,73,4,52],[9,2,5,0],[9,3,5,1],[9,4,5,2],[9,6,5,4,"util_1"],[9,12,5,10],[9,13,5,11,"detectPackage"],[9,26,5,24],[9,28,5,26,"packageInfo_js_1"],[9,44,5,42],[9,45,5,43,"packageInfo"],[9,56,5,54],[9,58,5,56],[9,62,5,60],[9,64,5,62],[9,66,5,64],[9,67,5,65],[10,0,5,66],[10,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./web/ClipboardModule","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":48,"index":48}}],"key":"Y2BK25sIy+YbX+CSh4Ix/HyjDzM=","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 function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _webClipboardModule2.default;\n }\n });\n var _webClipboardModule = require(_dependencyMap[0], \"./web/ClipboardModule\");\n var _webClipboardModule2 = _interopDefault(_webClipboardModule);\n});","lineCount":20,"map":[[12,2,1,0,"Object"],[12,8,1,0],[12,9,1,0,"defineProperty"],[12,23,1,0],[12,24,1,0,"exports"],[12,31,1,0],[13,4,1,0,"enumerable"],[13,14,1,0],[14,4,1,0,"get"],[14,7,1,0],[14,18,1,0,"get"],[14,19,1,0],[15,6,1,0],[15,13,1,0,"_webClipboardModule2"],[15,33,1,0],[15,34,1,0,"default"],[15,41,1,0],[16,4,1,0],[17,2,1,0],[18,2,1,0],[18,6,1,0,"_webClipboardModule"],[18,25,1,0],[18,28,1,0,"require"],[18,35,1,0],[18,36,1,0,"_dependencyMap"],[18,50,1,0],[19,2,1,0],[19,6,1,0,"_webClipboardModule2"],[19,26,1,0],[19,29,1,0,"_interopDefault"],[19,44,1,0],[19,45,1,0,"_webClipboardModule"],[19,64,1,0],[20,0,1,48],[20,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"@polkadot/x-global","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":143},"end":{"line":4,"column":48,"index":172}}],"key":"sI2Je+yhs93Vtk4SM5jfVQCI0Wc=","exportNames":["*"],"imports":1}},{"name":"./packageInfo.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":23,"index":197},"end":{"line":5,"column":50,"index":224}}],"key":"Ffmb0bdQh5N+BVJ7J3zvmqqfh9A=","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.BigInt = exports.packageInfo = void 0;\n var x_global_1 = require(_dependencyMap[0], \"@polkadot/x-global\");\n var packageInfo_js_1 = require(_dependencyMap[1], \"./packageInfo.js\");\n Object.defineProperty(exports, \"packageInfo\", {\n enumerable: true,\n get: function () {\n return packageInfo_js_1.packageInfo;\n }\n });\n /**\n * @internal\n *\n * There are _still_ some older environments (specifically RN < 0.70), that does\n * not have proper BigInt support - a non-working fallback is provided for those.\n *\n * We detect availability of BigInt upon usage, so this is purely to allow functional\n * compilation & bundling. Since we have operators such as *+-/ top-level, a number-ish\n * result is used here.\n */\n function invalidFallback() {\n return Number.NaN;\n }\n exports.BigInt = (0, x_global_1.extractGlobal)('BigInt', invalidFallback);\n});","lineCount":30,"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,"BigInt"],[7,16,3,14],[7,19,3,17,"exports"],[7,26,3,24],[7,27,3,25,"packageInfo"],[7,38,3,36],[7,41,3,39],[7,46,3,44],[7,47,3,45],[8,2,4,0],[8,6,4,6,"x_global_1"],[8,16,4,16],[8,19,4,19,"require"],[8,26,4,26],[8,27,4,26,"_dependencyMap"],[8,41,4,26],[8,66,4,47],[8,67,4,48],[9,2,5,0],[9,6,5,4,"packageInfo_js_1"],[9,22,5,20],[9,25,5,23,"require"],[9,32,5,30],[9,33,5,30,"_dependencyMap"],[9,47,5,30],[9,70,5,49],[9,71,5,50],[10,2,6,0,"Object"],[10,8,6,6],[10,9,6,7,"defineProperty"],[10,23,6,21],[10,24,6,22,"exports"],[10,31,6,29],[10,33,6,31],[10,46,6,44],[10,48,6,46],[11,4,6,48,"enumerable"],[11,14,6,58],[11,16,6,60],[11,20,6,64],[12,4,6,66,"get"],[12,7,6,69],[12,9,6,71],[12,18,6,71,"get"],[12,19,6,71],[12,21,6,83],[13,6,6,85],[13,13,6,92,"packageInfo_js_1"],[13,29,6,108],[13,30,6,109,"packageInfo"],[13,41,6,120],[14,4,6,122],[15,2,6,124],[15,3,6,125],[15,4,6,126],[16,2,7,0],[17,0,8,0],[18,0,9,0],[19,0,10,0],[20,0,11,0],[21,0,12,0],[22,0,13,0],[23,0,14,0],[24,0,15,0],[25,0,16,0],[26,2,17,0],[26,11,17,9,"invalidFallback"],[26,26,17,24,"invalidFallback"],[26,27,17,24],[26,29,17,27],[27,4,18,4],[27,11,18,11,"Number"],[27,17,18,17],[27,18,18,18,"NaN"],[27,21,18,21],[28,2,19,0],[29,2,20,0,"exports"],[29,9,20,7],[29,10,20,8,"BigInt"],[29,16,20,14],[29,19,20,17],[29,20,20,18],[29,21,20,19],[29,23,20,21,"x_global_1"],[29,33,20,31],[29,34,20,32,"extractGlobal"],[29,47,20,45],[29,49,20,47],[29,57,20,55],[29,59,20,57,"invalidFallback"],[29,74,20,72],[29,75,20,73],[30,0,20,74],[30,3]],"functionMap":{"names":["<global>","Object.defineProperty$argument_2.get","invalidFallback"],"mappings":"AAA;uECK,oDD;AEW;CFE"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"@react-native/assets-registry/registry","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"6/FNy5SyFHqM25fO9mKKuMVTi4I=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n module.exports = require(_dependencyMap[0], \"@react-native/assets-registry/registry\").registerAsset({\n \"__packager_asset\": true,\n \"httpServerLocation\": \"/assets/?unstable_path=.%2Fnode_modules%2F%40expo%2Fvector-icons%2Fbuild%2Fvendor%2Freact-native-vector-icons%2FFonts\",\n \"scales\": [1],\n \"hash\": \"6148e7019854f3bde85b633cb88f3c25\",\n \"name\": \"Ionicons\",\n \"type\": \"ttf\",\n \"fileHashes\": [\"6148e7019854f3bde85b633cb88f3c25\"]\n });\n});","lineCount":11,"map":[[2,102,1,0],[3,4,1,1],[3,22,1,19],[3,24,1,20],[3,28,1,24],[4,4,1,25],[4,24,1,45],[4,26,1,46],[4,145,1,165],[5,4,1,166],[5,12,1,174],[5,14,1,175],[5,15,1,176],[5,16,1,177],[5,17,1,178],[6,4,1,179],[6,10,1,185],[6,12,1,186],[6,46,1,220],[7,4,1,221],[7,10,1,227],[7,12,1,228],[7,22,1,238],[8,4,1,239],[8,10,1,245],[8,12,1,246],[8,17,1,251],[9,4,1,252],[9,16,1,264],[9,18,1,265],[9,19,1,266],[9,53,1,300],[10,2,1,301],[10,3,1,302],[11,0,1,302],[11,3]],"functionMap":null,"hasCjsExports":true},"type":"js/module/asset"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[],"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.runtime = void 0;\n exports.runtime = {\n GenesisBuilder: [{\n methods: {\n build_config: {\n description: 'Build `RuntimeGenesisConfig` from a JSON blob not using any defaults and store it in the storage.',\n params: [{\n name: 'json',\n type: 'Vec<u8>'\n }],\n type: 'Result<(), GenesisBuildErr>'\n },\n create_default_config: {\n description: 'Creates the default `RuntimeGenesisConfig` and returns it as a JSON blob.',\n params: [],\n type: 'Vec<u8>'\n }\n },\n version: 1\n }]\n };\n});","lineCount":28,"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,"runtime"],[7,17,3,15],[7,20,3,18],[7,25,3,23],[7,26,3,24],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"runtime"],[8,17,4,15],[8,20,4,18],[9,4,5,4,"GenesisBuilder"],[9,18,5,18],[9,20,5,20],[9,21,6,8],[10,6,7,12,"methods"],[10,13,7,19],[10,15,7,21],[11,8,8,16,"build_config"],[11,20,8,28],[11,22,8,30],[12,10,9,20,"description"],[12,21,9,31],[12,23,9,33],[12,122,9,132],[13,10,10,20,"params"],[13,16,10,26],[13,18,10,28],[13,19,11,24],[14,12,12,28,"name"],[14,16,12,32],[14,18,12,34],[14,24,12,40],[15,12,13,28,"type"],[15,16,13,32],[15,18,13,34],[16,10,14,24],[16,11,14,25],[16,12,15,21],[17,10,16,20,"type"],[17,14,16,24],[17,16,16,26],[18,8,17,16],[18,9,17,17],[19,8,18,16,"create_default_config"],[19,29,18,37],[19,31,18,39],[20,10,19,20,"description"],[20,21,19,31],[20,23,19,33],[20,98,19,108],[21,10,20,20,"params"],[21,16,20,26],[21,18,20,28],[21,20,20,30],[22,10,21,20,"type"],[22,14,21,24],[22,16,21,26],[23,8,22,16],[24,6,23,12],[24,7,23,13],[25,6,24,12,"version"],[25,13,24,19],[25,15,24,21],[26,4,25,8],[26,5,25,9],[27,2,27,0],[27,3,27,1],[28,0,27,2],[28,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./rpc.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":3,"column":17,"index":94},"end":{"line":3,"column":36,"index":113}}],"key":"HM5SWdtr7pQCI/dpW5F7o9eBHJM=","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 const rpc_js_1 = require(_dependencyMap[0], \"./rpc.js\");\n exports.default = {\n rpc: rpc_js_1.rpc,\n types: {\n ExtrinsicOrHash: {\n _enum: {\n Hash: 'Hash',\n Extrinsic: 'Bytes'\n }\n },\n ExtrinsicStatus: {\n _enum: {\n Future: 'Null',\n Ready: 'Null',\n Broadcast: 'Vec<Text>',\n InBlock: 'Hash',\n Retracted: 'Hash',\n FinalityTimeout: 'Hash',\n Finalized: 'Hash',\n Usurped: 'Hash',\n Dropped: 'Null',\n Invalid: 'Null'\n }\n }\n }\n };\n});","lineCount":33,"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],[7,8,3,6,"rpc_js_1"],[7,16,3,14],[7,19,3,17,"require"],[7,26,3,24],[7,27,3,24,"_dependencyMap"],[7,41,3,24],[7,56,3,35],[7,57,3,36],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"default"],[8,17,4,15],[8,20,4,18],[9,4,5,4,"rpc"],[9,7,5,7],[9,9,5,9,"rpc_js_1"],[9,17,5,17],[9,18,5,18,"rpc"],[9,21,5,21],[10,4,6,4,"types"],[10,9,6,9],[10,11,6,11],[11,6,7,8,"ExtrinsicOrHash"],[11,21,7,23],[11,23,7,25],[12,8,8,12,"_enum"],[12,13,8,17],[12,15,8,19],[13,10,9,16,"Hash"],[13,14,9,20],[13,16,9,22],[13,22,9,28],[14,10,10,16,"Extrinsic"],[14,19,10,25],[14,21,10,27],[15,8,11,12],[16,6,12,8],[16,7,12,9],[17,6,13,8,"ExtrinsicStatus"],[17,21,13,23],[17,23,13,25],[18,8,14,12,"_enum"],[18,13,14,17],[18,15,14,19],[19,10,15,16,"Future"],[19,16,15,22],[19,18,15,24],[19,24,15,30],[20,10,16,16,"Ready"],[20,15,16,21],[20,17,16,23],[20,23,16,29],[21,10,17,16,"Broadcast"],[21,19,17,25],[21,21,17,27],[21,32,17,38],[22,10,18,16,"InBlock"],[22,17,18,23],[22,19,18,25],[22,25,18,31],[23,10,19,16,"Retracted"],[23,19,19,25],[23,21,19,27],[23,27,19,33],[24,10,20,16,"FinalityTimeout"],[24,25,20,31],[24,27,20,33],[24,33,20,39],[25,10,21,16,"Finalized"],[25,19,21,25],[25,21,21,27],[25,27,21,33],[26,10,22,16,"Usurped"],[26,17,22,23],[26,19,22,25],[26,25,22,31],[27,10,23,16,"Dropped"],[27,17,23,23],[27,19,23,25],[27,25,23,31],[28,10,24,16,"Invalid"],[28,17,24,23],[28,19,24,25],[29,8,25,12],[30,6,26,8],[31,4,27,4],[32,2,28,0],[32,3,28,1],[33,0,28,2],[33,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user