auto-commit for 155cdee4-7b20-4acf-ad4d-053760ff258d

This commit is contained in:
emergent-agent-e1
2025-10-24 02:48:32 +00:00
parent 02778c9714
commit 8d0ee162c0
1845 changed files with 1845 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -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, \"runtime\", {\n enumerable: true,\n get: function () {\n return runtime;\n }\n });\n const runtime = {\n LocationToAccountApi: [{\n methods: {\n convert_location: {\n description: 'Converts `Location` to `AccountId`',\n params: [{\n name: 'location',\n type: 'XcmVersionedLocation'\n }],\n type: 'Result<AccountId, Error>'\n }\n },\n version: 1\n }]\n };\n});","lineCount":28,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"runtime"],[10,20,1,0],[11,4,1,0],[12,2,1,0],[13,2,1,7],[13,8,1,13,"runtime"],[13,15,1,20],[13,18,1,23],[14,4,2,4,"LocationToAccountApi"],[14,24,2,24],[14,26,2,26],[14,27,3,8],[15,6,4,12,"methods"],[15,13,4,19],[15,15,4,21],[16,8,5,16,"convert_location"],[16,24,5,32],[16,26,5,34],[17,10,6,20,"description"],[17,21,6,31],[17,23,6,33],[17,59,6,69],[18,10,7,20,"params"],[18,16,7,26],[18,18,7,28],[18,19,8,24],[19,12,9,28,"name"],[19,16,9,32],[19,18,9,34],[19,28,9,44],[20,12,10,28,"type"],[20,16,10,32],[20,18,10,34],[21,10,11,24],[21,11,11,25],[21,12,12,21],[22,10,13,20,"type"],[22,14,13,24],[22,16,13,26],[23,8,14,16],[24,6,15,12],[24,7,15,13],[25,6,16,12,"version"],[25,13,16,19],[25,15,16,21],[26,4,17,8],[26,5,17,9],[27,2,19,0],[27,3,19,1],[28,0,19,2],[28,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./rpc.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":31,"index":31}}],"key":"7xMNiSU2y/zE2VOabuNZgopusZk=","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, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _rpcJs = require(_dependencyMap[0], \"./rpc.js\");\n var _default = {\n rpc: _rpcJs.rpc,\n types: {\n BlockHash: 'Hash'\n }\n };\n});","lineCount":20,"map":[[7,2,2,0,"Object"],[7,8,2,0],[7,9,2,0,"defineProperty"],[7,23,2,0],[7,24,2,0,"exports"],[7,31,2,0],[8,4,2,0,"enumerable"],[8,14,2,0],[9,4,2,0,"get"],[9,7,2,0],[9,18,2,0,"get"],[9,19,2,0],[10,6,2,0],[10,13,2,0,"_default"],[10,21,2,0],[11,4,2,0],[12,2,2,0],[13,2,1,0],[13,6,1,0,"_rpcJs"],[13,12,1,0],[13,15,1,0,"require"],[13,22,1,0],[13,23,1,0,"_dependencyMap"],[13,37,1,0],[14,2,2,0],[14,6,2,0,"_default"],[14,14,2,0],[14,17,2,15],[15,4,3,4,"rpc"],[15,7,3,7],[15,9,3,4,"rpc"],[15,15,3,7],[15,16,3,7,"rpc"],[15,19,3,7],[16,4,4,4,"types"],[16,9,4,9],[16,11,4,11],[17,6,5,8,"BlockHash"],[17,15,5,17],[17,17,5,19],[18,4,6,4],[19,2,7,0],[19,3,7,1],[20,0,7,2],[20,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"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 exports.base64Trim = base64Trim;\n /**\n * @name base64Trim\n * @description Trims padding characters\n */\n function base64Trim(value) {\n while (value.length && value.endsWith('=')) {\n value = value.slice(0, -1);\n }\n return value;\n }\n});","lineCount":18,"map":[[7,2,5,0,"exports"],[7,9,5,0],[7,10,5,0,"base64Trim"],[7,20,5,0],[7,23,5,0,"base64Trim"],[7,33,5,0],[8,2,1,0],[9,0,2,0],[10,0,3,0],[11,0,4,0],[12,2,5,7],[12,11,5,16,"base64Trim"],[12,21,5,26,"base64Trim"],[12,22,5,27,"value"],[12,27,5,32],[12,29,5,34],[13,4,6,4],[13,11,6,11,"value"],[13,16,6,16],[13,17,6,17,"length"],[13,23,6,23],[13,27,6,27,"value"],[13,32,6,32],[13,33,6,33,"endsWith"],[13,41,6,41],[13,42,6,42],[13,45,6,45],[13,46,6,46],[13,48,6,48],[14,6,7,8,"value"],[14,11,7,13],[14,14,7,16,"value"],[14,19,7,21],[14,20,7,22,"slice"],[14,25,7,27],[14,26,7,28],[14,27,7,29],[14,29,7,31],[14,30,7,32],[14,31,7,33],[14,32,7,34],[15,4,8,4],[16,4,9,4],[16,11,9,11,"value"],[16,16,9,16],[17,2,10,0],[18,0,10,1],[18,3]],"functionMap":{"names":["<global>","base64Trim"],"mappings":"AAA;OCI;CDK"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./WrapperKeepOpaque.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":59,"index":59}}],"key":"zKeu/1Ez9MmlykGXKQmdvsWZc7c=","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, \"WrapperOpaque\", {\n enumerable: true,\n get: function () {\n return WrapperOpaque;\n }\n });\n var _WrapperKeepOpaqueJs = require(_dependencyMap[0], \"./WrapperKeepOpaque.js\");\n class WrapperOpaque extends _WrapperKeepOpaqueJs.WrapperKeepOpaque {\n constructor(registry, typeName, value) {\n super(registry, typeName, value, {\n opaqueName: 'WrapperOpaque'\n });\n }\n static with(Type) {\n return class extends WrapperOpaque {\n constructor(registry, value) {\n super(registry, Type, value);\n }\n };\n }\n /**\n * @description The inner value for this wrapper, in all cases it _should_ be decodable (unlike KeepOpaque)\n */\n get inner() {\n return this.unwrap();\n }\n }\n});","lineCount":34,"map":[[7,2,2,0,"Object"],[7,8,2,0],[7,9,2,0,"defineProperty"],[7,23,2,0],[7,24,2,0,"exports"],[7,31,2,0],[8,4,2,0,"enumerable"],[8,14,2,0],[9,4,2,0,"get"],[9,7,2,0],[9,18,2,0,"get"],[9,19,2,0],[10,6,2,0],[10,13,2,0,"WrapperOpaque"],[10,26,2,0],[11,4,2,0],[12,2,2,0],[13,2,1,0],[13,6,1,0,"_WrapperKeepOpaqueJs"],[13,26,1,0],[13,29,1,0,"require"],[13,36,1,0],[13,37,1,0,"_dependencyMap"],[13,51,1,0],[14,2,2,7],[14,8,2,13,"WrapperOpaque"],[14,21,2,26],[14,30,2,35,"WrapperKeepOpaque"],[14,50,2,52],[14,51,2,52,"WrapperKeepOpaque"],[14,68,2,52],[14,69,2,53],[15,4,3,4,"constructor"],[15,15,3,15,"constructor"],[15,16,3,16,"registry"],[15,24,3,24],[15,26,3,26,"typeName"],[15,34,3,34],[15,36,3,36,"value"],[15,41,3,41],[15,43,3,43],[16,6,4,8],[16,11,4,13],[16,12,4,14,"registry"],[16,20,4,22],[16,22,4,24,"typeName"],[16,30,4,32],[16,32,4,34,"value"],[16,37,4,39],[16,39,4,41],[17,8,4,43,"opaqueName"],[17,18,4,53],[17,20,4,55],[18,6,4,71],[18,7,4,72],[18,8,4,73],[19,4,5,4],[20,4,6,4],[20,11,6,11,"with"],[20,15,6,15,"with"],[20,16,6,16,"Type"],[20,20,6,20],[20,22,6,22],[21,6,7,8],[21,13,7,15],[21,27,7,29,"WrapperOpaque"],[21,40,7,42],[21,41,7,43],[22,8,8,12,"constructor"],[22,19,8,23,"constructor"],[22,20,8,24,"registry"],[22,28,8,32],[22,30,8,34,"value"],[22,35,8,39],[22,37,8,41],[23,10,9,16],[23,15,9,21],[23,16,9,22,"registry"],[23,24,9,30],[23,26,9,32,"Type"],[23,30,9,36],[23,32,9,38,"value"],[23,37,9,43],[23,38,9,44],[24,8,10,12],[25,6,11,8],[25,7,11,9],[26,4,12,4],[27,4,13,4],[28,0,14,0],[29,0,15,0],[30,4,16,4],[30,8,16,8,"inner"],[30,13,16,13,"inner"],[30,14,16,13],[30,16,16,16],[31,6,17,8],[31,13,17,15],[31,17,17,19],[31,18,17,20,"unwrap"],[31,24,17,26],[31,25,17,27],[31,26,17,28],[32,4,18,4],[33,2,19,0],[34,0,19,1],[34,3]],"functionMap":{"names":["<global>","WrapperOpaque","constructor","_with","<anonymous>","get__inner"],"mappings":"AAA;OCC;ICC;KDE;IEC;eCC;YFC;aEE;SDC;KFC;III;KJE;CDC"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"rxjs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":31,"index":31}}],"key":"PnOMrhZAPWoeW3ygrvUJ7ff768Y=","exportNames":["*"],"imports":1}},{"name":"../util/index.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":32},"end":{"line":2,"column":40,"index":72}}],"key":"GRJlO1cmIj14nBxcasNpiq30og4=","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 var _rxjs = require(_dependencyMap[0], \"rxjs\");\n var _utilIndexJs = 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, _utilIndexJs.memo)(instanceId, accountIndex => api.query.indices ? api.query.indices.accounts(accountIndex).pipe((0, _rxjs.map)(optResult => optResult.unwrapOr([])[0])) : (0, _rxjs.of)(undefined));\n }\n});","lineCount":24,"map":[[7,2,14,0,"exports"],[7,9,14,0],[7,10,14,0,"indexToId"],[7,19,14,0],[7,22,14,0,"indexToId"],[7,31,14,0],[8,2,1,0],[8,6,1,0,"_rxjs"],[8,11,1,0],[8,14,1,0,"require"],[8,21,1,0],[8,22,1,0,"_dependencyMap"],[8,36,1,0],[9,2,2,0],[9,6,2,0,"_utilIndexJs"],[9,18,2,0],[9,21,2,0,"require"],[9,28,2,0],[9,29,2,0,"_dependencyMap"],[9,43,2,0],[10,2,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[16,0,9,0],[17,0,10,0],[18,0,11,0],[19,0,12,0],[20,0,13,0],[21,2,14,7],[21,11,14,16,"indexToId"],[21,20,14,25,"indexToId"],[21,21,14,26,"instanceId"],[21,31,14,36],[21,33,14,38,"api"],[21,36,14,41],[21,38,14,43],[22,4,15,4],[22,11,15,11],[22,15,15,11,"memo"],[22,27,15,15],[22,28,15,15,"memo"],[22,32,15,15],[22,34,15,16,"instanceId"],[22,44,15,26],[22,46,15,29,"accountIndex"],[22,58,15,41],[22,62,15,46,"api"],[22,65,15,49],[22,66,15,50,"query"],[22,71,15,55],[22,72,15,56,"indices"],[22,79,15,63],[22,82,16,10,"api"],[22,85,16,13],[22,86,16,14,"query"],[22,91,16,19],[22,92,16,20,"indices"],[22,99,16,27],[22,100,16,28,"accounts"],[22,108,16,36],[22,109,16,37,"accountIndex"],[22,121,16,49],[22,122,16,50],[22,123,16,51,"pipe"],[22,127,16,55],[22,128,16,56],[22,132,16,56,"map"],[22,137,16,59],[22,138,16,59,"map"],[22,141,16,59],[22,143,16,61,"optResult"],[22,152,16,70],[22,156,16,75,"optResult"],[22,165,16,84],[22,166,16,85,"unwrapOr"],[22,174,16,93],[22,175,16,94],[22,177,16,96],[22,178,16,97],[22,179,16,98],[22,180,16,99],[22,181,16,100],[22,182,16,101],[22,183,16,102],[22,186,17,10],[22,190,17,10,"of"],[22,195,17,12],[22,196,17,12,"of"],[22,198,17,12],[22,200,17,13,"undefined"],[22,209,17,22],[22,210,17,23],[22,211,17,24],[23,2,18,0],[24,0,18,1],[24,3]],"functionMap":{"names":["<global>","indexToId","memo$argument_1","map$argument_0"],"mappings":"AAA;OCa;4BCC;4DCC,wCD;uBDC;CDC"},"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