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":[],"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 ApprovalFlag: 'u32',\n DefunctVoter: {\n who: 'AccountId',\n voteCount: 'Compact<u32>',\n candidateCount: 'Compact<u32>'\n },\n Renouncing: {\n _enum: {\n Member: 'Null',\n RunnerUp: 'Null',\n Candidate: 'Compact<u32>'\n }\n },\n SetIndex: 'u32',\n Vote: 'GenericVote',\n VoteIndex: 'u32',\n VoterInfo: {\n lastActive: 'VoteIndex',\n lastWin: 'VoteIndex',\n pot: 'Balance',\n stake: 'Balance'\n },\n VoteThreshold: {\n _enum: ['Super Majority Approve', 'Super Majority Against', 'Simple Majority']\n }\n }\n };\n});","lineCount":37,"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,"ApprovalFlag"],[10,18,6,20],[10,20,6,22],[10,25,6,27],[11,6,7,8,"DefunctVoter"],[11,18,7,20],[11,20,7,22],[12,8,8,12,"who"],[12,11,8,15],[12,13,8,17],[12,24,8,28],[13,8,9,12,"voteCount"],[13,17,9,21],[13,19,9,23],[13,33,9,37],[14,8,10,12,"candidateCount"],[14,22,10,26],[14,24,10,28],[15,6,11,8],[15,7,11,9],[16,6,12,8,"Renouncing"],[16,16,12,18],[16,18,12,20],[17,8,13,12,"_enum"],[17,13,13,17],[17,15,13,19],[18,10,14,16,"Member"],[18,16,14,22],[18,18,14,24],[18,24,14,30],[19,10,15,16,"RunnerUp"],[19,18,15,24],[19,20,15,26],[19,26,15,32],[20,10,16,16,"Candidate"],[20,19,16,25],[20,21,16,27],[21,8,17,12],[22,6,18,8],[22,7,18,9],[23,6,19,8,"SetIndex"],[23,14,19,16],[23,16,19,18],[23,21,19,23],[24,6,20,8,"Vote"],[24,10,20,12],[24,12,20,14],[24,25,20,27],[25,6,21,8,"VoteIndex"],[25,15,21,17],[25,17,21,19],[25,22,21,24],[26,6,22,8,"VoterInfo"],[26,15,22,17],[26,17,22,19],[27,8,23,12,"lastActive"],[27,18,23,22],[27,20,23,24],[27,31,23,35],[28,8,24,12,"lastWin"],[28,15,24,19],[28,17,24,21],[28,28,24,32],[29,8,25,12,"pot"],[29,11,25,15],[29,13,25,17],[29,22,25,26],[30,8,26,12,"stake"],[30,13,26,17],[30,15,26,19],[31,6,27,8],[31,7,27,9],[32,6,28,8,"VoteThreshold"],[32,19,28,21],[32,21,28,23],[33,8,29,12,"_enum"],[33,13,29,17],[33,15,29,19],[33,16,30,16],[33,40,30,40],[33,42,31,16],[33,66,31,40],[33,68,32,16],[33,85,32,33],[34,6,34,8],[35,4,35,4],[36,2,36,0],[36,3,36,1],[37,0,36,2],[37,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"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":[{"name":"../metadata/util/index.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":186},"end":{"line":5,"column":55,"index":222}}],"key":"vn9j72bmMbL8MZmqLnyu93l6Yfg=","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.unwrapStorageSi = unwrapStorageSi;\n exports.unwrapStorageType = unwrapStorageType;\n const index_js_1 = require(_dependencyMap[0], \"../metadata/util/index.js\");\n /** @internal */\n function unwrapStorageSi(type) {\n return type.isPlain ? type.asPlain : type.asMap.value;\n }\n /** @internal */\n function unwrapStorageType(registry, type, isOptional) {\n const outputType = (0, index_js_1.getSiName)(registry.lookup, unwrapStorageSi(type));\n return isOptional ? `Option<${outputType}>` : outputType;\n }\n});","lineCount":19,"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,"unwrapStorageSi"],[7,25,3,23],[7,28,3,26,"unwrapStorageSi"],[7,43,3,41],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"unwrapStorageType"],[8,27,4,25],[8,30,4,28,"unwrapStorageType"],[8,47,4,45],[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,75,5,54],[9,76,5,55],[10,2,6,0],[11,2,7,0],[11,11,7,9,"unwrapStorageSi"],[11,26,7,24,"unwrapStorageSi"],[11,27,7,25,"type"],[11,31,7,29],[11,33,7,31],[12,4,8,4],[12,11,8,11,"type"],[12,15,8,15],[12,16,8,16,"isPlain"],[12,23,8,23],[12,26,9,10,"type"],[12,30,9,14],[12,31,9,15,"asPlain"],[12,38,9,22],[12,41,10,10,"type"],[12,45,10,14],[12,46,10,15,"asMap"],[12,51,10,20],[12,52,10,21,"value"],[12,57,10,26],[13,2,11,0],[14,2,12,0],[15,2,13,0],[15,11,13,9,"unwrapStorageType"],[15,28,13,26,"unwrapStorageType"],[15,29,13,27,"registry"],[15,37,13,35],[15,39,13,37,"type"],[15,43,13,41],[15,45,13,43,"isOptional"],[15,55,13,53],[15,57,13,55],[16,4,14,4],[16,10,14,10,"outputType"],[16,20,14,20],[16,23,14,23],[16,24,14,24],[16,25,14,25],[16,27,14,27,"index_js_1"],[16,37,14,37],[16,38,14,38,"getSiName"],[16,47,14,47],[16,49,14,49,"registry"],[16,57,14,57],[16,58,14,58,"lookup"],[16,64,14,64],[16,66,14,66,"unwrapStorageSi"],[16,81,14,81],[16,82,14,82,"type"],[16,86,14,86],[16,87,14,87],[16,88,14,88],[17,4,15,4],[17,11,15,11,"isOptional"],[17,21,15,21],[17,24,16,10],[17,34,16,20,"outputType"],[17,44,16,30],[17,47,16,33],[17,50,17,10,"outputType"],[17,60,17,20],[18,2,18,0],[19,0,18,1],[19,3]],"functionMap":{"names":["<global>","unwrapStorageSi","unwrapStorageType"],"mappings":"AAA;ACM;CDI;AEE;CFK"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/types-codec","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":22,"index":152},"end":{"line":4,"column":54,"index":184}}],"key":"fW1yxuTjZe66ggmM4ihNuGjKSV0=","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.MagicNumber = exports.MAGIC_NUMBER = void 0;\n const types_codec_1 = require(_dependencyMap[0], \"@polkadot/types-codec\");\n exports.MAGIC_NUMBER = 0x6174656d; // `meta`, reversed for Little Endian encoding\n class MagicNumber extends types_codec_1.U32 {\n constructor(registry, value) {\n super(registry, value);\n if (!this.isEmpty && !this.eq(exports.MAGIC_NUMBER)) {\n throw new Error(`MagicNumber mismatch: expected ${registry.createTypeUnsafe('u32', [exports.MAGIC_NUMBER]).toHex()}, found ${this.toHex()}`);\n }\n }\n }\n exports.MagicNumber = MagicNumber;\n});","lineCount":19,"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,"MagicNumber"],[7,21,3,19],[7,24,3,22,"exports"],[7,31,3,29],[7,32,3,30,"MAGIC_NUMBER"],[7,44,3,42],[7,47,3,45],[7,52,3,50],[7,53,3,51],[8,2,4,0],[8,8,4,6,"types_codec_1"],[8,21,4,19],[8,24,4,22,"require"],[8,31,4,29],[8,32,4,29,"_dependencyMap"],[8,46,4,29],[8,74,4,53],[8,75,4,54],[9,2,5,0,"exports"],[9,9,5,7],[9,10,5,8,"MAGIC_NUMBER"],[9,22,5,20],[9,25,5,23],[9,35,5,33],[9,36,5,34],[9,37,5,35],[10,2,6,0],[10,8,6,6,"MagicNumber"],[10,19,6,17],[10,28,6,26,"types_codec_1"],[10,41,6,39],[10,42,6,40,"U32"],[10,45,6,43],[10,46,6,44],[11,4,7,4,"constructor"],[11,15,7,15,"constructor"],[11,16,7,16,"registry"],[11,24,7,24],[11,26,7,26,"value"],[11,31,7,31],[11,33,7,33],[12,6,8,8],[12,11,8,13],[12,12,8,14,"registry"],[12,20,8,22],[12,22,8,24,"value"],[12,27,8,29],[12,28,8,30],[13,6,9,8],[13,10,9,12],[13,11,9,13],[13,15,9,17],[13,16,9,18,"isEmpty"],[13,23,9,25],[13,27,9,29],[13,28,9,30],[13,32,9,34],[13,33,9,35,"eq"],[13,35,9,37],[13,36,9,38,"exports"],[13,43,9,45],[13,44,9,46,"MAGIC_NUMBER"],[13,56,9,58],[13,57,9,59],[13,59,9,61],[14,8,10,12],[14,14,10,18],[14,18,10,22,"Error"],[14,23,10,27],[14,24,10,28],[14,58,10,62,"registry"],[14,66,10,70],[14,67,10,71,"createTypeUnsafe"],[14,83,10,87],[14,84,10,88],[14,89,10,93],[14,91,10,95],[14,92,10,96,"exports"],[14,99,10,103],[14,100,10,104,"MAGIC_NUMBER"],[14,112,10,116],[14,113,10,117],[14,114,10,118],[14,115,10,119,"toHex"],[14,120,10,124],[14,121,10,125],[14,122,10,126],[14,133,10,137],[14,137,10,141],[14,138,10,142,"toHex"],[14,143,10,147],[14,144,10,148],[14,145,10,149],[14,147,10,151],[14,148,10,152],[15,6,11,8],[16,4,12,4],[17,2,13,0],[18,2,14,0,"exports"],[18,9,14,7],[18,10,14,8,"MagicNumber"],[18,21,14,19],[18,24,14,22,"MagicNumber"],[18,35,14,33],[19,0,14,34],[19,3]],"functionMap":{"names":["<global>","MagicNumber","constructor"],"mappings":"AAA;ACK;ICC;KDK;CDC"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"./util.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":18,"index":133},"end":{"line":4,"column":38,"index":153}}],"key":"RHtkf1pyimtRfZWAvWBZ833kE8E=","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.bestNumberFinalized = void 0;\n const util_js_1 = require(_dependencyMap[0], \"./util.js\");\n /**\n * @name bestNumberFinalized\n * @returns A BlockNumber\n * @description Get the latest finalized block number.\n * @example\n * ```javascript\n * api.derive.chain.bestNumberFinalized((blockNumber) => {\n * console.log(`the current finalized block is #${blockNumber}`);\n * });\n * ```\n */\n exports.bestNumberFinalized = (0, util_js_1.createBlockNumberDerive)(api => api.rpc.chain.subscribeFinalizedHeads());\n});","lineCount":21,"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,"bestNumberFinalized"],[7,29,3,27],[7,32,3,30],[7,37,3,35],[7,38,3,36],[8,2,4,0],[8,8,4,6,"util_js_1"],[8,17,4,15],[8,20,4,18,"require"],[8,27,4,25],[8,28,4,25,"_dependencyMap"],[8,42,4,25],[8,58,4,37],[8,59,4,38],[9,2,5,0],[10,0,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,"exports"],[20,9,16,7],[20,10,16,8,"bestNumberFinalized"],[20,29,16,27],[20,32,16,30],[20,33,16,31],[20,34,16,32],[20,36,16,34,"util_js_1"],[20,45,16,43],[20,46,16,44,"createBlockNumberDerive"],[20,69,16,67],[20,71,16,70,"api"],[20,74,16,73],[20,78,16,78,"api"],[20,81,16,81],[20,82,16,82,"rpc"],[20,85,16,85],[20,86,16,86,"chain"],[20,91,16,91],[20,92,16,92,"subscribeFinalizedHeads"],[20,115,16,115],[20,116,16,116],[20,117,16,117],[20,118,16,118],[21,0,16,119],[21,3]],"functionMap":{"names":["<global>","<anonymous>"],"mappings":"AAA;qECe,gDD"},"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