auto-commit for 9f0f8e53-0005-474a-b8c0-62af81dd2fd1

This commit is contained in:
emergent-agent-e1
2025-10-24 02:50:33 +00:00
parent cac3637e68
commit a80510af07
1119 changed files with 1119 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 exports.rpc = void 0;\n exports.rpc = {\n proveFinality: {\n description: 'Prove finality for the given block number, returning the Justification for the last block in the set.',\n params: [{\n name: 'blockNumber',\n type: 'BlockNumber'\n }],\n type: 'Option<EncodedFinalityProofs>'\n },\n roundState: {\n description: 'Returns the state of the current best round state as well as the ongoing background rounds',\n params: [],\n type: 'ReportedRoundStates'\n },\n subscribeJustifications: {\n description: 'Subscribes to grandpa justifications',\n params: [],\n pubsub: ['justifications', 'subscribeJustifications', 'unsubscribeJustifications'],\n type: 'JustificationNotification'\n }\n };\n});","lineCount":29,"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,"rpc"],[7,13,3,11],[7,16,3,14],[7,21,3,19],[7,22,3,20],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"rpc"],[8,13,4,11],[8,16,4,14],[9,4,5,4,"proveFinality"],[9,17,5,17],[9,19,5,19],[10,6,6,8,"description"],[10,17,6,19],[10,19,6,21],[10,122,6,124],[11,6,7,8,"params"],[11,12,7,14],[11,14,7,16],[11,15,8,12],[12,8,9,16,"name"],[12,12,9,20],[12,14,9,22],[12,27,9,35],[13,8,10,16,"type"],[13,12,10,20],[13,14,10,22],[14,6,11,12],[14,7,11,13],[14,8,12,9],[15,6,13,8,"type"],[15,10,13,12],[15,12,13,14],[16,4,14,4],[16,5,14,5],[17,4,15,4,"roundState"],[17,14,15,14],[17,16,15,16],[18,6,16,8,"description"],[18,17,16,19],[18,19,16,21],[18,111,16,113],[19,6,17,8,"params"],[19,12,17,14],[19,14,17,16],[19,16,17,18],[20,6,18,8,"type"],[20,10,18,12],[20,12,18,14],[21,4,19,4],[21,5,19,5],[22,4,20,4,"subscribeJustifications"],[22,27,20,27],[22,29,20,29],[23,6,21,8,"description"],[23,17,21,19],[23,19,21,21],[23,57,21,59],[24,6,22,8,"params"],[24,12,22,14],[24,14,22,16],[24,16,22,18],[25,6,23,8,"pubsub"],[25,12,23,14],[25,14,23,16],[25,15,24,12],[25,31,24,28],[25,33,25,12],[25,58,25,37],[25,60,26,12],[25,87,26,39],[25,88,27,9],[26,6,28,8,"type"],[26,10,28,12],[26,12,28,14],[27,4,29,4],[28,2,30,0],[28,3,30,1],[29,0,30,2],[29,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"rxjs","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":117},"end":{"line":4,"column":30,"index":132}}],"key":"atDzfUGaJNRNtwyVumomzH/5ygw=","exportNames":["*"],"imports":1}},{"name":"../util/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":153},"end":{"line":5,"column":46,"index":180}}],"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.member = member;\n const rxjs_1 = require(_dependencyMap[0], \"rxjs\");\n const index_js_1 = require(_dependencyMap[1], \"../util/index.js\");\n /**\n * @name member\n * @description Get the member info for a society.\n * @param { AccountId } accountId\n * @example\n * ```javascript\n * const member = await api.derive.society.member(ALICE);\n * console.log(member);\n * ```\n */\n function member(instanceId, api) {\n return (0, index_js_1.memo)(instanceId, accountId => api.derive.society._members([accountId]).pipe((0, rxjs_1.map)(([result]) => result)));\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,"member"],[7,16,3,14],[7,19,3,17,"member"],[7,25,3,23],[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,"member"],[20,17,16,15,"member"],[20,18,16,16,"instanceId"],[20,28,16,26],[20,30,16,28,"api"],[20,33,16,31],[20,35,16,33],[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,45,"accountId"],[21,53,17,54],[21,57,17,59,"api"],[21,60,17,62],[21,61,17,63,"derive"],[21,67,17,69],[21,68,17,70,"society"],[21,75,17,77],[21,76,17,78,"_members"],[21,84,17,86],[21,85,17,87],[21,86,17,88,"accountId"],[21,95,17,97],[21,96,17,98],[21,97,17,99],[21,98,17,100,"pipe"],[21,102,17,104],[21,103,17,105],[21,104,17,106],[21,105,17,107],[21,107,17,109,"rxjs_1"],[21,113,17,115],[21,114,17,116,"map"],[21,117,17,119],[21,119,17,121],[21,120,17,122],[21,121,17,123,"result"],[21,127,17,129],[21,128,17,130],[21,133,17,135,"result"],[21,139,17,141],[21,140,17,142],[21,141,17,143],[21,142,17,144],[22,2,18,0],[23,0,18,1],[23,3]],"functionMap":{"names":["<global>","member","<anonymous>"],"mappings":"AAA;ACe;4CCC,mGD;CDC"},"hasCjsExports":true},"type":"js/module"}]}