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":"@polkadot/util","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":15,"index":152},"end":{"line":5,"column":40,"index":177}}],"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.findCall = findCall;\n exports.findError = findError;\n const util_1 = require(_dependencyMap[0], \"@polkadot/util\");\n function findCall(registry, callIndex) {\n return registry.findMetaCall((0, util_1.u8aToU8a)(callIndex));\n }\n function findError(registry, errorIndex) {\n return registry.findMetaError((0, util_1.u8aToU8a)(errorIndex));\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,"findCall"],[7,18,3,16],[7,21,3,19,"findCall"],[7,29,3,27],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"findError"],[8,19,4,17],[8,22,4,20,"findError"],[8,31,4,29],[9,2,5,0],[9,8,5,6,"util_1"],[9,14,5,12],[9,17,5,15,"require"],[9,24,5,22],[9,25,5,22,"_dependencyMap"],[9,39,5,22],[9,60,5,39],[9,61,5,40],[10,2,6,0],[10,11,6,9,"findCall"],[10,19,6,17,"findCall"],[10,20,6,18,"registry"],[10,28,6,26],[10,30,6,28,"callIndex"],[10,39,6,37],[10,41,6,39],[11,4,7,4],[11,11,7,11,"registry"],[11,19,7,19],[11,20,7,20,"findMetaCall"],[11,32,7,32],[11,33,7,33],[11,34,7,34],[11,35,7,35],[11,37,7,37,"util_1"],[11,43,7,43],[11,44,7,44,"u8aToU8a"],[11,52,7,52],[11,54,7,54,"callIndex"],[11,63,7,63],[11,64,7,64],[11,65,7,65],[12,2,8,0],[13,2,9,0],[13,11,9,9,"findError"],[13,20,9,18,"findError"],[13,21,9,19,"registry"],[13,29,9,27],[13,31,9,29,"errorIndex"],[13,41,9,39],[13,43,9,41],[14,4,10,4],[14,11,10,11,"registry"],[14,19,10,19],[14,20,10,20,"findMetaError"],[14,33,10,33],[14,34,10,34],[14,35,10,35],[14,36,10,36],[14,38,10,38,"util_1"],[14,44,10,44],[14,45,10,45,"u8aToU8a"],[14,53,10,53],[14,55,10,55,"errorIndex"],[14,65,10,65],[14,66,10,66],[14,67,10,67],[15,2,11,0],[16,0,11,1],[16,3]],"functionMap":{"names":["<global>","findCall","findError"],"mappings":"AAA;ACK;CDE;AEC;CFE"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"rxjs","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":133},"end":{"line":4,"column":30,"index":148}}],"key":"atDzfUGaJNRNtwyVumomzH/5ygw=","exportNames":["*"],"imports":1}},{"name":"../util/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":169},"end":{"line":5,"column":46,"index":196}}],"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.votingBalances = votingBalances;\n const rxjs_1 = require(_dependencyMap[0], \"rxjs\");\n const index_js_1 = require(_dependencyMap[1], \"../util/index.js\");\n /**\n * @name votingBalances\n * @description Retrieves the balance information for multiple accounts, typically used in governance-related contexts to check voting power.\n * @param {(AccountId | AccountIndex | Address | string)[]} addresses An array of account identifiers.\n * @example\n * ```javascript\n * const addresses = [\"5D4b...Zf1\", \"5HGj...yrV\"];\n * const balances = await api.derive.balances.votingBalances(addresses);\n * console.log(\"Voting Balances:\", balances);\n * ```\n */\n function votingBalances(instanceId, api) {\n return (0, index_js_1.memo)(instanceId, addresses => !addresses?.length ? (0, rxjs_1.of)([]) : (0, rxjs_1.combineLatest)(addresses.map(accountId => api.derive.balances.account(accountId))));\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,"votingBalances"],[7,24,3,22],[7,27,3,25,"votingBalances"],[7,41,3,39],[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,"votingBalances"],[21,25,17,23,"votingBalances"],[21,26,17,24,"instanceId"],[21,36,17,34],[21,38,17,36,"api"],[21,41,17,39],[21,43,17,41],[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,"addresses"],[22,53,18,54],[22,57,18,59],[22,58,18,60,"addresses"],[22,67,18,69],[22,69,18,71,"length"],[22,75,18,77],[22,78,19,10],[22,79,19,11],[22,80,19,12],[22,82,19,14,"rxjs_1"],[22,88,19,20],[22,89,19,21,"of"],[22,91,19,23],[22,93,19,25],[22,95,19,27],[22,96,19,28],[22,99,20,10],[22,100,20,11],[22,101,20,12],[22,103,20,14,"rxjs_1"],[22,109,20,20],[22,110,20,21,"combineLatest"],[22,123,20,34],[22,125,20,36,"addresses"],[22,134,20,45],[22,135,20,46,"map"],[22,138,20,49],[22,139,20,51,"accountId"],[22,148,20,60],[22,152,20,65,"api"],[22,155,20,68],[22,156,20,69,"derive"],[22,162,20,75],[22,163,20,76,"balances"],[22,171,20,84],[22,172,20,85,"account"],[22,179,20,92],[22,180,20,93,"accountId"],[22,189,20,102],[22,190,20,103],[22,191,20,104],[22,192,20,105],[22,193,20,106],[23,2,21,0],[24,0,21,1],[24,3]],"functionMap":{"names":["<global>","votingBalances","<anonymous>","addresses.map$argument_0"],"mappings":"AAA;ACgB;4CCC;kDCE,qDD,ED;CDC"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./AccountId.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":21,"index":179},"end":{"line":4,"column":46,"index":204}}],"key":"DxwzBWssNUDDyhGbvVAqSIPtM1A=","exportNames":["*"],"imports":1}},{"name":"./LookupSource.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":24,"index":382},"end":{"line":6,"column":52,"index":410}}],"key":"2zrutd9iqc3bjiMb2YTER4DmFWA=","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.GenericEthereumLookupSource = exports.GenericEthereumAccountId = void 0;\n var AccountId_js_1 = require(_dependencyMap[0], \"./AccountId.js\");\n Object.defineProperty(exports, \"GenericEthereumAccountId\", {\n enumerable: true,\n get: function () {\n return AccountId_js_1.GenericEthereumAccountId;\n }\n });\n var LookupSource_js_1 = require(_dependencyMap[1], \"./LookupSource.js\");\n Object.defineProperty(exports, \"GenericEthereumLookupSource\", {\n enumerable: true,\n get: function () {\n return LookupSource_js_1.GenericEthereumLookupSource;\n }\n });\n});","lineCount":22,"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,"GenericEthereumLookupSource"],[7,37,3,35],[7,40,3,38,"exports"],[7,47,3,45],[7,48,3,46,"GenericEthereumAccountId"],[7,72,3,70],[7,75,3,73],[7,80,3,78],[7,81,3,79],[8,2,4,0],[8,6,4,4,"AccountId_js_1"],[8,20,4,18],[8,23,4,21,"require"],[8,30,4,28],[8,31,4,28,"_dependencyMap"],[8,45,4,28],[8,66,4,45],[8,67,4,46],[9,2,5,0,"Object"],[9,8,5,6],[9,9,5,7,"defineProperty"],[9,23,5,21],[9,24,5,22,"exports"],[9,31,5,29],[9,33,5,31],[9,59,5,57],[9,61,5,59],[10,4,5,61,"enumerable"],[10,14,5,71],[10,16,5,73],[10,20,5,77],[11,4,5,79,"get"],[11,7,5,82],[11,9,5,84],[11,18,5,84,"get"],[11,19,5,84],[11,21,5,96],[12,6,5,98],[12,13,5,105,"AccountId_js_1"],[12,27,5,119],[12,28,5,120,"GenericEthereumAccountId"],[12,52,5,144],[13,4,5,146],[14,2,5,148],[14,3,5,149],[14,4,5,150],[15,2,6,0],[15,6,6,4,"LookupSource_js_1"],[15,23,6,21],[15,26,6,24,"require"],[15,33,6,31],[15,34,6,31,"_dependencyMap"],[15,48,6,31],[15,72,6,51],[15,73,6,52],[16,2,7,0,"Object"],[16,8,7,6],[16,9,7,7,"defineProperty"],[16,23,7,21],[16,24,7,22,"exports"],[16,31,7,29],[16,33,7,31],[16,62,7,60],[16,64,7,62],[17,4,7,64,"enumerable"],[17,14,7,74],[17,16,7,76],[17,20,7,80],[18,4,7,82,"get"],[18,7,7,85],[18,9,7,87],[18,18,7,87,"get"],[18,19,7,87],[18,21,7,99],[19,6,7,101],[19,13,7,108,"LookupSource_js_1"],[19,30,7,125],[19,31,7,126,"GenericEthereumLookupSource"],[19,58,7,153],[20,4,7,155],[21,2,7,157],[21,3,7,158],[21,4,7,159],[22,0,7,160],[22,3]],"functionMap":{"names":["<global>","Object.defineProperty$argument_2.get"],"mappings":"AAA;oFCI,+DD;uFCE,qED"},"hasCjsExports":true},"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
@@ -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.default = {\n rpc: {},\n types: {\n CollectiveOrigin: {\n _enum: {\n Members: '(MemberCount, MemberCount)',\n Member: 'AccountId'\n }\n },\n MemberCount: 'u32',\n ProposalIndex: 'u32',\n VotesTo230: {\n index: 'ProposalIndex',\n threshold: 'MemberCount',\n ayes: 'Vec<AccountId>',\n nays: 'Vec<AccountId>'\n },\n Votes: {\n index: 'ProposalIndex',\n threshold: 'MemberCount',\n ayes: 'Vec<AccountId>',\n nays: 'Vec<AccountId>',\n end: 'BlockNumber'\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,"exports"],[7,9,3,7],[7,10,3,8,"default"],[7,17,3,15],[7,20,3,18],[8,4,4,4,"rpc"],[8,7,4,7],[8,9,4,9],[8,10,4,10],[8,11,4,11],[9,4,5,4,"types"],[9,9,5,9],[9,11,5,11],[10,6,6,8,"CollectiveOrigin"],[10,22,6,24],[10,24,6,26],[11,8,7,12,"_enum"],[11,13,7,17],[11,15,7,19],[12,10,8,16,"Members"],[12,17,8,23],[12,19,8,25],[12,47,8,53],[13,10,9,16,"Member"],[13,16,9,22],[13,18,9,24],[14,8,10,12],[15,6,11,8],[15,7,11,9],[16,6,12,8,"MemberCount"],[16,17,12,19],[16,19,12,21],[16,24,12,26],[17,6,13,8,"ProposalIndex"],[17,19,13,21],[17,21,13,23],[17,26,13,28],[18,6,14,8,"VotesTo230"],[18,16,14,18],[18,18,14,20],[19,8,15,12,"index"],[19,13,15,17],[19,15,15,19],[19,30,15,34],[20,8,16,12,"threshold"],[20,17,16,21],[20,19,16,23],[20,32,16,36],[21,8,17,12,"ayes"],[21,12,17,16],[21,14,17,18],[21,30,17,34],[22,8,18,12,"nays"],[22,12,18,16],[22,14,18,18],[23,6,19,8],[23,7,19,9],[24,6,20,8,"Votes"],[24,11,20,13],[24,13,20,15],[25,8,21,12,"index"],[25,13,21,17],[25,15,21,19],[25,30,21,34],[26,8,22,12,"threshold"],[26,17,22,21],[26,19,22,23],[26,32,22,36],[27,8,23,12,"ayes"],[27,12,23,16],[27,14,23,18],[27,30,23,34],[28,8,24,12,"nays"],[28,12,24,16],[28,14,24,18],[28,30,24,34],[29,8,25,12,"end"],[29,11,25,15],[29,13,25,17],[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"}]}