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
@@ -0,0 +1 @@
{"dependencies":[{"name":"./validate.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":22,"index":130},"end":{"line":4,"column":46,"index":154}}],"key":"qe2Uxmo/WbgG0hl9lWMaTIOtGSI=","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.isAddress = isAddress;\n const validate_js_1 = require(_dependencyMap[0], \"./validate.js\");\n function isAddress(address, ignoreChecksum, ss58Format) {\n try {\n return (0, validate_js_1.validateAddress)(address, ignoreChecksum, ss58Format);\n } catch {\n return false;\n }\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,"isAddress"],[7,19,3,17],[7,22,3,20,"isAddress"],[7,31,3,29],[8,2,4,0],[8,8,4,6,"validate_js_1"],[8,21,4,19],[8,24,4,22,"require"],[8,31,4,29],[8,32,4,29,"_dependencyMap"],[8,46,4,29],[8,66,4,45],[8,67,4,46],[9,2,5,0],[9,11,5,9,"isAddress"],[9,20,5,18,"isAddress"],[9,21,5,19,"address"],[9,28,5,26],[9,30,5,28,"ignoreChecksum"],[9,44,5,42],[9,46,5,44,"ss58Format"],[9,56,5,54],[9,58,5,56],[10,4,6,4],[10,8,6,8],[11,6,7,8],[11,13,7,15],[11,14,7,16],[11,15,7,17],[11,17,7,19,"validate_js_1"],[11,30,7,32],[11,31,7,33,"validateAddress"],[11,46,7,48],[11,48,7,50,"address"],[11,55,7,57],[11,57,7,59,"ignoreChecksum"],[11,71,7,73],[11,73,7,75,"ss58Format"],[11,83,7,85],[11,84,7,86],[12,4,8,4],[12,5,8,5],[12,6,9,4],[12,12,9,10],[13,6,10,8],[13,13,10,15],[13,18,10,20],[14,4,11,4],[15,2,12,0],[16,0,12,1],[16,3]],"functionMap":{"names":["<global>","isAddress"],"mappings":"AAA;ACI;CDO"},"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 exports.default = {\n rpc: {},\n types: {\n FundIndex: 'u32',\n LastContribution: {\n _enum: {\n Never: 'Null',\n PreEnding: 'u32',\n Ending: 'BlockNumber'\n }\n },\n FundInfo: {\n depositor: 'AccountId',\n verifier: 'Option<MultiSigner>',\n deposit: 'Balance',\n raised: 'Balance',\n end: 'BlockNumber',\n cap: 'Balance',\n lastContribution: 'LastContribution',\n firstPeriod: 'LeasePeriod',\n lastPeriod: 'LeasePeriod',\n trieIndex: 'TrieIndex'\n },\n TrieIndex: 'u32'\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,"FundIndex"],[10,15,6,17],[10,17,6,19],[10,22,6,24],[11,6,7,8,"LastContribution"],[11,22,7,24],[11,24,7,26],[12,8,8,12,"_enum"],[12,13,8,17],[12,15,8,19],[13,10,9,16,"Never"],[13,15,9,21],[13,17,9,23],[13,23,9,29],[14,10,10,16,"PreEnding"],[14,19,10,25],[14,21,10,27],[14,26,10,32],[15,10,11,16,"Ending"],[15,16,11,22],[15,18,11,24],[16,8,12,12],[17,6,13,8],[17,7,13,9],[18,6,14,8,"FundInfo"],[18,14,14,16],[18,16,14,18],[19,8,15,12,"depositor"],[19,17,15,21],[19,19,15,23],[19,30,15,34],[20,8,16,12,"verifier"],[20,16,16,20],[20,18,16,22],[20,39,16,43],[21,8,17,12,"deposit"],[21,15,17,19],[21,17,17,21],[21,26,17,30],[22,8,18,12,"raised"],[22,14,18,18],[22,16,18,20],[22,25,18,29],[23,8,19,12,"end"],[23,11,19,15],[23,13,19,17],[23,26,19,30],[24,8,20,12,"cap"],[24,11,20,15],[24,13,20,17],[24,22,20,26],[25,8,21,12,"lastContribution"],[25,24,21,28],[25,26,21,30],[25,44,21,48],[26,8,22,12,"firstPeriod"],[26,19,22,23],[26,21,22,25],[26,34,22,38],[27,8,23,12,"lastPeriod"],[27,18,23,22],[27,20,23,24],[27,33,23,37],[28,8,24,12,"trieIndex"],[28,17,24,21],[28,19,24,23],[29,6,25,8],[29,7,25,9],[30,6,26,8,"TrieIndex"],[30,15,26,17],[30,17,26,19],[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"}]}