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":"../abstract/Int.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":17,"index":116},"end":{"line":4,"column":46,"index":145}}],"key":"St8NjJznSzMTEVsHaJAvNKtDt5E=","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.Int = void 0;\n const Int_js_1 = require(_dependencyMap[0], \"../abstract/Int.js\");\n /**\n * @name Int\n * @description\n * A generic signed integer codec. For Substrate all numbers are Little Endian encoded,\n * this handles the encoding and decoding of those numbers. Upon construction\n * the bitLength is provided and any additional use keeps the number to this\n * length. This extends `BN`, so all methods available on a normal `BN` object\n * is available here.\n * @noInheritDoc\n */\n class Int extends Int_js_1.AbstractInt {\n constructor(registry, value = 0, bitLength) {\n super(registry, value, bitLength, true);\n }\n static with(bitLength, typeName) {\n return class extends Int {\n constructor(registry, value) {\n super(registry, value, bitLength);\n }\n toRawType() {\n return typeName || super.toRawType();\n }\n };\n }\n }\n exports.Int = Int;\n});","lineCount":35,"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,"Int"],[7,13,3,11],[7,16,3,14],[7,21,3,19],[7,22,3,20],[8,2,4,0],[8,8,4,6,"Int_js_1"],[8,16,4,14],[8,19,4,17,"require"],[8,26,4,24],[8,27,4,24,"_dependencyMap"],[8,41,4,24],[8,66,4,45],[8,67,4,46],[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,2,15,0],[19,8,15,6,"Int"],[19,11,15,9],[19,20,15,18,"Int_js_1"],[19,28,15,26],[19,29,15,27,"AbstractInt"],[19,40,15,38],[19,41,15,39],[20,4,16,4,"constructor"],[20,15,16,15,"constructor"],[20,16,16,16,"registry"],[20,24,16,24],[20,26,16,26,"value"],[20,31,16,31],[20,34,16,34],[20,35,16,35],[20,37,16,37,"bitLength"],[20,46,16,46],[20,48,16,48],[21,6,17,8],[21,11,17,13],[21,12,17,14,"registry"],[21,20,17,22],[21,22,17,24,"value"],[21,27,17,29],[21,29,17,31,"bitLength"],[21,38,17,40],[21,40,17,42],[21,44,17,46],[21,45,17,47],[22,4,18,4],[23,4,19,4],[23,11,19,11,"with"],[23,15,19,15,"with"],[23,16,19,16,"bitLength"],[23,25,19,25],[23,27,19,27,"typeName"],[23,35,19,35],[23,37,19,37],[24,6,20,8],[24,13,20,15],[24,27,20,29,"Int"],[24,30,20,32],[24,31,20,33],[25,8,21,12,"constructor"],[25,19,21,23,"constructor"],[25,20,21,24,"registry"],[25,28,21,32],[25,30,21,34,"value"],[25,35,21,39],[25,37,21,41],[26,10,22,16],[26,15,22,21],[26,16,22,22,"registry"],[26,24,22,30],[26,26,22,32,"value"],[26,31,22,37],[26,33,22,39,"bitLength"],[26,42,22,48],[26,43,22,49],[27,8,23,12],[28,8,24,12,"toRawType"],[28,17,24,21,"toRawType"],[28,18,24,21],[28,20,24,24],[29,10,25,16],[29,17,25,23,"typeName"],[29,25,25,31],[29,29,25,35],[29,34,25,40],[29,35,25,41,"toRawType"],[29,44,25,50],[29,45,25,51],[29,46,25,52],[30,8,26,12],[31,6,27,8],[31,7,27,9],[32,4,28,4],[33,2,29,0],[34,2,30,0,"exports"],[34,9,30,7],[34,10,30,8,"Int"],[34,13,30,11],[34,16,30,14,"Int"],[34,19,30,17],[35,0,30,18],[35,3]],"functionMap":{"names":["<global>","Int","constructor","_with","<anonymous>","toRawType"],"mappings":"AAA;ACc;ICC;KDE;IEC;eCC;YFC;aEE;YCC;aDE;SDC;KFC;CDC"},"hasCjsExports":true},"type":"js/module"}]}
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 AccountStatus: {\n validity: 'AccountValidity',\n freeBalance: 'Balance',\n lockedBalance: 'Balance',\n signature: 'Vec<u8>',\n vat: 'Permill'\n },\n AccountValidity: {\n _enum: ['Invalid', 'Initiated', 'Pending', 'ValidLow', 'ValidHigh', 'Completed']\n }\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,"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,"AccountStatus"],[10,19,6,21],[10,21,6,23],[11,8,7,12,"validity"],[11,16,7,20],[11,18,7,22],[11,35,7,39],[12,8,8,12,"freeBalance"],[12,19,8,23],[12,21,8,25],[12,30,8,34],[13,8,9,12,"lockedBalance"],[13,21,9,25],[13,23,9,27],[13,32,9,36],[14,8,10,12,"signature"],[14,17,10,21],[14,19,10,23],[14,28,10,32],[15,8,11,12,"vat"],[15,11,11,15],[15,13,11,17],[16,6,12,8],[16,7,12,9],[17,6,13,8,"AccountValidity"],[17,21,13,23],[17,23,13,25],[18,8,14,12,"_enum"],[18,13,14,17],[18,15,14,19],[18,16,14,20],[18,25,14,29],[18,27,14,31],[18,38,14,42],[18,40,14,44],[18,49,14,53],[18,51,14,55],[18,61,14,65],[18,63,14,67],[18,74,14,78],[18,76,14,80],[18,87,14,91],[19,6,15,8],[20,4,16,4],[21,2,17,0],[21,3,17,1],[22,0,17,2],[22,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"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.isString = isString;\n /**\n * @name isString\n * @summary Tests for a string.\n * @description\n * Checks to see if the input value is a JavaScript string.\n * @example\n * <BR>\n *\n * ```javascript\n * import { isString } from '@polkadot/util';\n *\n * console.log('isString', isString('test')); // => true\n * ```\n */\n function isString(value) {\n return typeof value === 'string' || value instanceof String;\n }\n});","lineCount":25,"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,"isString"],[7,18,3,16],[7,21,3,19,"isString"],[7,29,3,27],[8,2,4,0],[9,0,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,0,16,0],[21,0,17,0],[22,2,18,0],[22,11,18,9,"isString"],[22,19,18,17,"isString"],[22,20,18,18,"value"],[22,25,18,23],[22,27,18,25],[23,4,19,4],[23,11,19,11],[23,18,19,18,"value"],[23,23,19,23],[23,28,19,28],[23,36,19,36],[23,40,19,40,"value"],[23,45,19,45],[23,57,19,57,"String"],[23,63,19,63],[24,2,20,0],[25,0,20,1],[25,3]],"functionMap":{"names":["<global>","isString"],"mappings":"AAA;ACiB;CDE"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/x-textencoder","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":24,"index":136},"end":{"line":4,"column":58,"index":170}}],"key":"OqERfkDoMyT6OgnmmKGdOc0Wpl8=","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.stringToU8a = stringToU8a;\n const x_textencoder_1 = require(_dependencyMap[0], \"@polkadot/x-textencoder\");\n const encoder = new x_textencoder_1.TextEncoder();\n /**\n * @name stringToU8a\n * @summary Creates a Uint8Array object from a utf-8 string.\n * @description\n * String input values return the actual encoded `UInt8Array`. `null` or `undefined` values returns an empty encoded array.\n * @example\n * <BR>\n *\n * ```javascript\n * import { stringToU8a } from '@polkadot/util';\n *\n * stringToU8a('hello'); // [0x68, 0x65, 0x6c, 0x6c, 0x6f]\n * ```\n */\n function stringToU8a(value) {\n return value ? encoder.encode(value.toString()) : new Uint8Array();\n }\n});","lineCount":27,"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,"stringToU8a"],[7,21,3,19],[7,24,3,22,"stringToU8a"],[7,35,3,33],[8,2,4,0],[8,8,4,6,"x_textencoder_1"],[8,23,4,21],[8,26,4,24,"require"],[8,33,4,31],[8,34,4,31,"_dependencyMap"],[8,48,4,31],[8,78,4,57],[8,79,4,58],[9,2,5,0],[9,8,5,6,"encoder"],[9,15,5,13],[9,18,5,16],[9,22,5,20,"x_textencoder_1"],[9,37,5,35],[9,38,5,36,"TextEncoder"],[9,49,5,47],[9,50,5,48],[9,51,5,49],[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,0,17,0],[22,0,18,0],[23,0,19,0],[24,2,20,0],[24,11,20,9,"stringToU8a"],[24,22,20,20,"stringToU8a"],[24,23,20,21,"value"],[24,28,20,26],[24,30,20,28],[25,4,21,4],[25,11,21,11,"value"],[25,16,21,16],[25,19,22,10,"encoder"],[25,26,22,17],[25,27,22,18,"encode"],[25,33,22,24],[25,34,22,25,"value"],[25,39,22,30],[25,40,22,31,"toString"],[25,48,22,39],[25,49,22,40],[25,50,22,41],[25,51,22,42],[25,54,23,10],[25,58,23,14,"Uint8Array"],[25,68,23,24],[25,69,23,25],[25,70,23,26],[26,2,24,0],[27,0,24,1],[27,3]],"functionMap":{"names":["<global>","stringToU8a"],"mappings":"AAA;ACmB;CDI"},"hasCjsExports":true},"type":"js/module"}]}