mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 08:51:01 +00:00
auto-commit for 3a02b3dd-cebb-4882-bfc5-dbb637e71a6d
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","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":211},"end":{"line":4,"column":40,"index":236}}],"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.MORTAL_PERIOD = exports.MAX_FINALITY_LAG = exports.FALLBACK_PERIOD = exports.FALLBACK_MAX_HASH_COUNT = void 0;\n const util_1 = require(_dependencyMap[0], \"@polkadot/util\");\n exports.FALLBACK_MAX_HASH_COUNT = 250;\n exports.FALLBACK_PERIOD = new util_1.BN(6 * 1000);\n exports.MAX_FINALITY_LAG = new util_1.BN(5);\n exports.MORTAL_PERIOD = new util_1.BN(5 * 60 * 1000);\n});","lineCount":13,"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,"MORTAL_PERIOD"],[7,23,3,21],[7,26,3,24,"exports"],[7,33,3,31],[7,34,3,32,"MAX_FINALITY_LAG"],[7,50,3,48],[7,53,3,51,"exports"],[7,60,3,58],[7,61,3,59,"FALLBACK_PERIOD"],[7,76,3,74],[7,79,3,77,"exports"],[7,86,3,84],[7,87,3,85,"FALLBACK_MAX_HASH_COUNT"],[7,110,3,108],[7,113,3,111],[7,118,3,116],[7,119,3,117],[8,2,4,0],[8,8,4,6,"util_1"],[8,14,4,12],[8,17,4,15,"require"],[8,24,4,22],[8,25,4,22,"_dependencyMap"],[8,39,4,22],[8,60,4,39],[8,61,4,40],[9,2,5,0,"exports"],[9,9,5,7],[9,10,5,8,"FALLBACK_MAX_HASH_COUNT"],[9,33,5,31],[9,36,5,34],[9,39,5,37],[10,2,6,0,"exports"],[10,9,6,7],[10,10,6,8,"FALLBACK_PERIOD"],[10,25,6,23],[10,28,6,26],[10,32,6,30,"util_1"],[10,38,6,36],[10,39,6,37,"BN"],[10,41,6,39],[10,42,6,40],[10,43,6,41],[10,46,6,44],[10,50,6,48],[10,51,6,49],[11,2,7,0,"exports"],[11,9,7,7],[11,10,7,8,"MAX_FINALITY_LAG"],[11,26,7,24],[11,29,7,27],[11,33,7,31,"util_1"],[11,39,7,37],[11,40,7,38,"BN"],[11,42,7,40],[11,43,7,41],[11,44,7,42],[11,45,7,43],[12,2,8,0,"exports"],[12,9,8,7],[12,10,8,8,"MORTAL_PERIOD"],[12,23,8,21],[12,26,8,24],[12,30,8,28,"util_1"],[12,36,8,34],[12,37,8,35,"BN"],[12,39,8,37],[12,40,8,38],[12,41,8,39],[12,44,8,42],[12,46,8,44],[12,49,8,47],[12,53,8,51],[12,54,8,52],[13,0,8,53],[13,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"tslib","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":16,"index":114},"end":{"line":4,"column":32,"index":130}}],"key":"vm88vOsSPZItrLOmMEyUuGkd1y4=","exportNames":["*"],"imports":1}},{"name":"bn.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":40,"index":172},"end":{"line":5,"column":56,"index":188}}],"key":"h/AEHknS6KAnKragIfqHUjGvuRM=","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.BN = void 0;\n const tslib_1 = require(_dependencyMap[0], \"tslib\");\n const bn_js_1 = tslib_1.__importDefault(require(_dependencyMap[1], \"bn.js\"));\n exports.BN = bn_js_1.default;\n});","lineCount":11,"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,"BN"],[7,12,3,10],[7,15,3,13],[7,20,3,18],[7,21,3,19],[8,2,4,0],[8,8,4,6,"tslib_1"],[8,15,4,13],[8,18,4,16,"require"],[8,25,4,23],[8,26,4,23,"_dependencyMap"],[8,40,4,23],[8,52,4,31],[8,53,4,32],[9,2,5,0],[9,8,5,6,"bn_js_1"],[9,15,5,13],[9,18,5,16,"tslib_1"],[9,25,5,23],[9,26,5,24,"__importDefault"],[9,41,5,39],[9,42,5,40,"require"],[9,49,5,47],[9,50,5,47,"_dependencyMap"],[9,64,5,47],[9,76,5,55],[9,77,5,56],[9,78,5,57],[10,2,6,0,"exports"],[10,9,6,7],[10,10,6,8,"BN"],[10,12,6,10],[10,15,6,13,"bn_js_1"],[10,22,6,20],[10,23,6,21,"default"],[10,30,6,28],[11,0,6,29],[11,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":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n /**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n * @format\n */\n\n 'use strict';\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var ReactNativeFeatureFlags = {\n isLayoutAnimationEnabled: () => true,\n shouldEmitW3CPointerEvents: () => false,\n shouldPressibilityUseW3CPointerEventsForHover: () => false,\n animatedShouldDebounceQueueFlush: () => false,\n animatedShouldUseSingleOp: () => false\n };\n var _default = ReactNativeFeatureFlags;\n});","lineCount":31,"map":[[2,2,1,0],[3,0,2,0],[4,0,3,0],[5,0,4,0],[6,0,5,0],[7,0,6,0],[8,0,7,0],[9,0,8,0],[10,0,9,0],[12,2,11,0],[12,14,11,12],[14,2,11,13,"Object"],[14,8,11,13],[14,9,11,13,"defineProperty"],[14,23,11,13],[14,24,11,13,"exports"],[14,31,11,13],[15,4,11,13,"value"],[15,9,11,13],[16,2,11,13],[17,2,20,0,"Object"],[17,8,20,0],[17,9,20,0,"defineProperty"],[17,23,20,0],[17,24,20,0,"exports"],[17,31,20,0],[18,4,20,0,"enumerable"],[18,14,20,0],[19,4,20,0,"get"],[19,7,20,0],[19,18,20,0,"get"],[19,19,20,0],[20,6,20,0],[20,13,20,0,"_default"],[20,21,20,0],[21,4,20,0],[22,2,20,0],[23,2,13,0],[23,6,13,4,"ReactNativeFeatureFlags"],[23,29,13,27],[23,32,13,30],[24,4,14,2,"isLayoutAnimationEnabled"],[24,28,14,26],[24,30,14,28,"isLayoutAnimationEnabled"],[24,31,14,28],[24,36,14,34],[24,40,14,38],[25,4,15,2,"shouldEmitW3CPointerEvents"],[25,30,15,28],[25,32,15,30,"shouldEmitW3CPointerEvents"],[25,33,15,30],[25,38,15,36],[25,43,15,41],[26,4,16,2,"shouldPressibilityUseW3CPointerEventsForHover"],[26,49,16,47],[26,51,16,49,"shouldPressibilityUseW3CPointerEventsForHover"],[26,52,16,49],[26,57,16,55],[26,62,16,60],[27,4,17,2,"animatedShouldDebounceQueueFlush"],[27,36,17,34],[27,38,17,36,"animatedShouldDebounceQueueFlush"],[27,39,17,36],[27,44,17,42],[27,49,17,47],[28,4,18,2,"animatedShouldUseSingleOp"],[28,29,18,27],[28,31,18,29,"animatedShouldUseSingleOp"],[28,32,18,29],[28,37,18,35],[29,2,19,0],[29,3,19,1],[30,2,20,0],[30,6,20,0,"_default"],[30,14,20,0],[30,17,20,15,"ReactNativeFeatureFlags"],[30,40,20,38],[31,0,20,39],[31,3]],"functionMap":{"names":["<global>","isLayoutAnimationEnabled","shouldEmitW3CPointerEvents","shouldPressibilityUseW3CPointerEventsForHover","animatedShouldDebounceQueueFlush","animatedShouldUseSingleOp"],"mappings":"AAA;4BCa,UD;8BEC,WF;iDGC,WH;oCIC,WJ;6BKC,WL"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"rxjs","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":141},"end":{"line":4,"column":30,"index":156}}],"key":"atDzfUGaJNRNtwyVumomzH/5ygw=","exportNames":["*"],"imports":1}},{"name":"../util/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":177},"end":{"line":5,"column":46,"index":204}}],"key":"H94lp+EitftSFqDHaenrSs5zKB0=","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.subscribeNewBlocks = subscribeNewBlocks;\n const rxjs_1 = require(_dependencyMap[0], \"rxjs\");\n const index_js_1 = require(_dependencyMap[1], \"../util/index.js\");\n /**\n * @name subscribeNewBlocks\n * @returns The latest block & events for that block\n * @example\n * ```javascript\n * const unsub = await api.derive.chain.subscribeNewBlocks((newBlock) => {\n * console.log(`Block Hash: ${newBlock.hash}`);\n * });\n * ```\n */\n function subscribeNewBlocks(instanceId, api) {\n return (0, index_js_1.memo)(instanceId, () => api.derive.chain.subscribeNewHeads().pipe((0, rxjs_1.switchMap)(header => api.derive.chain.getBlock(header.createdAtHash || header.hash))));\n }\n});","lineCount":23,"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,"subscribeNewBlocks"],[7,28,3,26],[7,31,3,29,"subscribeNewBlocks"],[7,49,3,47],[8,2,4,0],[8,8,4,6,"rxjs_1"],[8,14,4,12],[8,17,4,15,"require"],[8,24,4,22],[8,25,4,22,"_dependencyMap"],[8,39,4,22],[8,50,4,29],[8,51,4,30],[9,2,5,0],[9,8,5,6,"index_js_1"],[9,18,5,16],[9,21,5,19,"require"],[9,28,5,26],[9,29,5,26,"_dependencyMap"],[9,43,5,26],[9,66,5,45],[9,67,5,46],[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,0,12,0],[17,0,13,0],[18,0,14,0],[19,0,15,0],[20,2,16,0],[20,11,16,9,"subscribeNewBlocks"],[20,29,16,27,"subscribeNewBlocks"],[20,30,16,28,"instanceId"],[20,40,16,38],[20,42,16,40,"api"],[20,45,16,43],[20,47,16,45],[21,4,17,4],[21,11,17,11],[21,12,17,12],[21,13,17,13],[21,15,17,15,"index_js_1"],[21,25,17,25],[21,26,17,26,"memo"],[21,30,17,30],[21,32,17,32,"instanceId"],[21,42,17,42],[21,44,17,44],[21,50,17,50,"api"],[21,53,17,53],[21,54,17,54,"derive"],[21,60,17,60],[21,61,17,61,"chain"],[21,66,17,66],[21,67,17,67,"subscribeNewHeads"],[21,84,17,84],[21,85,17,85],[21,86,17,86],[21,87,17,87,"pipe"],[21,91,17,91],[21,92,17,92],[21,93,17,93],[21,94,17,94],[21,96,17,96,"rxjs_1"],[21,102,17,102],[21,103,17,103,"switchMap"],[21,112,17,112],[21,114,17,115,"header"],[21,120,17,121],[21,124,17,126,"api"],[21,127,17,129],[21,128,17,130,"derive"],[21,134,17,136],[21,135,17,137,"chain"],[21,140,17,142],[21,141,17,143,"getBlock"],[21,149,17,151],[21,150,17,152,"header"],[21,156,17,158],[21,157,17,159,"createdAtHash"],[21,170,17,172],[21,174,17,176,"header"],[21,180,17,182],[21,181,17,183,"hash"],[21,185,17,187],[21,186,17,188],[21,187,17,189],[21,188,17,190],[21,189,17,191],[22,2,18,0],[23,0,18,1],[23,3]],"functionMap":{"names":["<global>","subscribeNewBlocks","<anonymous>"],"mappings":"AAA;ACe;4CCC,kJD;CDC"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user