auto-commit for 3a02b3dd-cebb-4882-bfc5-dbb637e71a6d

This commit is contained in:
emergent-agent-e1
2025-11-08 10:27:44 +00:00
parent 0a8c0df2e1
commit 7ae3a6d0ec
1906 changed files with 1906 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"rxjs","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":123},"end":{"line":4,"column":30,"index":138}}],"key":"atDzfUGaJNRNtwyVumomzH/5ygw=","exportNames":["*"],"imports":1}},{"name":"../util/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":159},"end":{"line":5,"column":46,"index":186}}],"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.indexToId = indexToId;\n const rxjs_1 = require(_dependencyMap[0], \"rxjs\");\n const index_js_1 = require(_dependencyMap[1], \"../util/index.js\");\n /**\n * @name indexToId\n * @description Resolves an AccountIndex (short address) to the full AccountId.\n * @param {( AccountIndex | string )} accountIndex An accounts index in different formats.\n * @example\n * ```javascript\n * const ALICE = \"13AU\";\n * const id = await api.derive.accounts.indexToId(ALICE);\n * console.log(id);\n * ```\n */\n function indexToId(instanceId, api) {\n return (0, index_js_1.memo)(instanceId, accountIndex => api.query.indices ? api.query.indices.accounts(accountIndex).pipe((0, rxjs_1.map)(optResult => optResult.unwrapOr([])[0])) : (0, rxjs_1.of)(undefined));\n }\n});","lineCount":24,"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,"indexToId"],[7,19,3,17],[7,22,3,20,"indexToId"],[7,31,3,29],[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,0,16,0],[21,2,17,0],[21,11,17,9,"indexToId"],[21,20,17,18,"indexToId"],[21,21,17,19,"instanceId"],[21,31,17,29],[21,33,17,31,"api"],[21,36,17,34],[21,38,17,36],[22,4,18,4],[22,11,18,11],[22,12,18,12],[22,13,18,13],[22,15,18,15,"index_js_1"],[22,25,18,25],[22,26,18,26,"memo"],[22,30,18,30],[22,32,18,32,"instanceId"],[22,42,18,42],[22,44,18,45,"accountIndex"],[22,56,18,57],[22,60,18,62,"api"],[22,63,18,65],[22,64,18,66,"query"],[22,69,18,71],[22,70,18,72,"indices"],[22,77,18,79],[22,80,19,10,"api"],[22,83,19,13],[22,84,19,14,"query"],[22,89,19,19],[22,90,19,20,"indices"],[22,97,19,27],[22,98,19,28,"accounts"],[22,106,19,36],[22,107,19,37,"accountIndex"],[22,119,19,49],[22,120,19,50],[22,121,19,51,"pipe"],[22,125,19,55],[22,126,19,56],[22,127,19,57],[22,128,19,58],[22,130,19,60,"rxjs_1"],[22,136,19,66],[22,137,19,67,"map"],[22,140,19,70],[22,142,19,73,"optResult"],[22,151,19,82],[22,155,19,87,"optResult"],[22,164,19,96],[22,165,19,97,"unwrapOr"],[22,173,19,105],[22,174,19,106],[22,176,19,108],[22,177,19,109],[22,178,19,110],[22,179,19,111],[22,180,19,112],[22,181,19,113],[22,182,19,114],[22,185,20,10],[22,186,20,11],[22,187,20,12],[22,189,20,14,"rxjs_1"],[22,195,20,20],[22,196,20,21,"of"],[22,198,20,23],[22,200,20,25,"undefined"],[22,209,20,34],[22,210,20,35],[22,211,20,36],[23,2,21,0],[24,0,21,1],[24,3]],"functionMap":{"names":["<global>","indexToId","<anonymous>"],"mappings":"AAA;ACgB;4CCC;mCDE;CDC"},"hasCjsExports":true},"type":"js/module"}]}
@@ -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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _arrayLikeToArray;\n }\n });\n function _arrayLikeToArray(r, a) {\n (null == a || a > r.length) && (a = r.length);\n for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];\n return n;\n }\n});","lineCount":18,"map":[[7,2,6,0,"Object"],[7,8,6,0],[7,9,6,0,"defineProperty"],[7,23,6,0],[7,24,6,0,"exports"],[7,31,6,0],[8,4,6,0,"enumerable"],[8,14,6,0],[9,4,6,0,"get"],[9,7,6,0],[9,18,6,0,"get"],[9,19,6,0],[10,6,6,0],[10,13,6,9,"_arrayLikeToArray"],[10,30,6,26],[11,4,6,26],[12,2,6,26],[13,2,1,0],[13,11,1,9,"_arrayLikeToArray"],[13,28,1,26,"_arrayLikeToArray"],[13,29,1,27,"r"],[13,30,1,28],[13,32,1,30,"a"],[13,33,1,31],[13,35,1,33],[14,4,2,2],[14,5,2,3],[14,9,2,7],[14,13,2,11,"a"],[14,14,2,12],[14,18,2,16,"a"],[14,19,2,17],[14,22,2,20,"r"],[14,23,2,21],[14,24,2,22,"length"],[14,30,2,28],[14,36,2,34,"a"],[14,37,2,35],[14,40,2,38,"r"],[14,41,2,39],[14,42,2,40,"length"],[14,48,2,46],[14,49,2,47],[15,4,3,2],[15,9,3,7],[15,13,3,11,"e"],[15,14,3,12],[15,17,3,15],[15,18,3,16],[15,20,3,18,"n"],[15,21,3,19],[15,24,3,22,"Array"],[15,29,3,27],[15,30,3,28,"a"],[15,31,3,29],[15,32,3,30],[15,34,3,32,"e"],[15,35,3,33],[15,38,3,36,"a"],[15,39,3,37],[15,41,3,39,"e"],[15,42,3,40],[15,44,3,42],[15,46,3,44,"n"],[15,47,3,45],[15,48,3,46,"e"],[15,49,3,47],[15,50,3,48],[15,53,3,51,"r"],[15,54,3,52],[15,55,3,53,"e"],[15,56,3,54],[15,57,3,55],[16,4,4,2],[16,11,4,9,"n"],[16,12,4,10],[17,2,5,0],[18,0,5,1],[18,3]],"functionMap":{"names":["_arrayLikeToArray","<global>"],"mappings":"AAA;CCI"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long