@pezkuwi/types-augment 16.5.5 → 16.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/augment.js +2 -0
- package/bundle.js +2 -0
- package/cjs/augment.d.ts +2 -0
- package/cjs/augment.js +4 -0
- package/cjs/bundle.d.ts +2 -0
- package/cjs/bundle.js +6 -0
- package/cjs/index.js +5 -0
- package/{build/lookup/assetHubKusama.d.ts → cjs/lookup/assetHubDicle.d.ts} +75 -75
- package/cjs/lookup/assetHubDicle.js +1164 -0
- package/{build/lookup/assetHubPolkadot.d.ts → cjs/lookup/assetHubPezkuwi.d.ts} +186 -186
- package/cjs/lookup/assetHubPezkuwi.js +2979 -0
- package/{build/lookup/substrate.d.ts → cjs/lookup/bizinikiwi.d.ts} +594 -594
- package/cjs/lookup/bizinikiwi.js +9673 -0
- package/cjs/lookup/definitions.js +15 -0
- package/{build/lookup/kusama.d.ts → cjs/lookup/dicle.d.ts} +29 -29
- package/cjs/lookup/dicle.js +738 -0
- package/cjs/lookup/index.js +5 -0
- package/{build/lookup/polkadot.d.ts → cjs/lookup/pezkuwi.d.ts} +199 -195
- package/cjs/lookup/pezkuwi.js +4768 -0
- package/cjs/lookup/types-assetHubDicle.d.ts +684 -0
- package/cjs/lookup/types-assetHubDicle.js +4 -0
- package/{build/lookup/types-assetHubPolkadot.d.ts → cjs/lookup/types-assetHubPezkuwi.d.ts} +623 -624
- package/cjs/lookup/types-assetHubPezkuwi.js +4 -0
- package/{build/lookup/types-substrate.d.ts → cjs/lookup/types-bizinikiwi.d.ts} +1815 -1816
- package/cjs/lookup/types-bizinikiwi.js +4 -0
- package/{build/lookup/types-kusama.d.ts → cjs/lookup/types-dicle.d.ts} +139 -139
- package/cjs/lookup/types-dicle.js +4 -0
- package/{build/lookup/types-polkadot.d.ts → cjs/lookup/types-pezkuwi.d.ts} +642 -641
- package/cjs/lookup/types-pezkuwi.js +4 -0
- package/cjs/lookup/types.d.ts +5 -0
- package/cjs/lookup/types.js +7 -0
- package/cjs/package.json +3 -0
- package/cjs/packageDetect.js +7 -0
- package/cjs/packageInfo.js +4 -0
- package/cjs/registry/assetHubDicle.d.ts +81 -0
- package/cjs/registry/assetHubDicle.js +4 -0
- package/cjs/registry/assetHubPezkuwi.d.ts +200 -0
- package/cjs/registry/assetHubPezkuwi.js +4 -0
- package/cjs/registry/bizinikiwi.d.ts +625 -0
- package/cjs/registry/bizinikiwi.js +4 -0
- package/cjs/registry/dicle.d.ts +35 -0
- package/cjs/registry/dicle.js +4 -0
- package/cjs/registry/index.js +3 -0
- package/{build → cjs}/registry/interfaces.d.ts +44 -44
- package/cjs/registry/interfaces.js +4 -0
- package/cjs/registry/pezkuwi.d.ts +279 -0
- package/cjs/registry/pezkuwi.js +4 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/lookup/assetHubDicle.d.ts +1161 -0
- package/lookup/assetHubDicle.js +1162 -0
- package/lookup/assetHubPezkuwi.d.ts +2976 -0
- package/lookup/assetHubPezkuwi.js +2977 -0
- package/lookup/bizinikiwi.d.ts +9670 -0
- package/lookup/bizinikiwi.js +9671 -0
- package/lookup/definitions.d.ts +3 -0
- package/lookup/definitions.js +12 -0
- package/lookup/dicle.d.ts +735 -0
- package/lookup/dicle.js +736 -0
- package/lookup/index.d.ts +1 -0
- package/lookup/index.js +2 -0
- package/lookup/pezkuwi.d.ts +4765 -0
- package/lookup/pezkuwi.js +4766 -0
- package/lookup/types-assetHubDicle.d.ts +684 -0
- package/lookup/types-assetHubDicle.js +2 -0
- package/lookup/types-assetHubPezkuwi.d.ts +2511 -0
- package/lookup/types-assetHubPezkuwi.js +2 -0
- package/lookup/types-bizinikiwi.d.ts +9980 -0
- package/lookup/types-bizinikiwi.js +2 -0
- package/lookup/types-dicle.d.ts +364 -0
- package/lookup/types-dicle.js +2 -0
- package/lookup/types-pezkuwi.d.ts +4463 -0
- package/lookup/types-pezkuwi.js +2 -0
- package/lookup/types.d.ts +5 -0
- package/lookup/types.js +5 -0
- package/package.json +380 -6
- package/packageDetect.d.ts +1 -0
- package/{src/packageDetect.ts → packageDetect.js} +0 -8
- package/packageInfo.d.ts +6 -0
- package/packageInfo.js +1 -0
- package/registry/assetHubDicle.d.ts +81 -0
- package/registry/assetHubDicle.js +2 -0
- package/registry/assetHubPezkuwi.d.ts +200 -0
- package/registry/assetHubPezkuwi.js +2 -0
- package/registry/bizinikiwi.d.ts +625 -0
- package/registry/bizinikiwi.js +2 -0
- package/registry/dicle.d.ts +35 -0
- package/registry/dicle.js +2 -0
- package/registry/index.d.ts +1 -0
- package/registry/index.js +1 -0
- package/registry/interfaces.d.ts +1368 -0
- package/registry/interfaces.js +2 -0
- package/registry/pezkuwi.d.ts +279 -0
- package/registry/pezkuwi.js +2 -0
- package/build/lookup/types-assetHubKusama.d.ts +0 -684
- package/build/lookup/types.d.ts +0 -5
- package/build/registry/assetHubKusama.d.ts +0 -81
- package/build/registry/assetHubPolkadot.d.ts +0 -200
- package/build/registry/kusama.d.ts +0 -35
- package/build/registry/polkadot.d.ts +0 -278
- package/build/registry/substrate.d.ts +0 -625
- package/src/augment.ts +0 -5
- package/src/bundle.ts +0 -6
- package/src/index.ts +0 -6
- package/src/lookup/assetHubKusama.ts +0 -1165
- package/src/lookup/assetHubPolkadot.ts +0 -2980
- package/src/lookup/definitions.ts +0 -19
- package/src/lookup/index.ts +0 -4
- package/src/lookup/kusama.ts +0 -739
- package/src/lookup/polkadot.ts +0 -4765
- package/src/lookup/substrate.ts +0 -9674
- package/src/lookup/types-assetHubKusama.ts +0 -764
- package/src/lookup/types-assetHubPolkadot.ts +0 -2711
- package/src/lookup/types-kusama.ts +0 -399
- package/src/lookup/types-polkadot.ts +0 -4721
- package/src/lookup/types-substrate.ts +0 -10590
- package/src/lookup/types.ts +0 -8
- package/src/mod.ts +0 -4
- package/src/packageInfo.ts +0 -6
- package/src/registry/assetHubKusama.ts +0 -88
- package/src/registry/assetHubPolkadot.ts +0 -207
- package/src/registry/index.ts +0 -4
- package/src/registry/interfaces.ts +0 -1375
- package/src/registry/kusama.ts +0 -42
- package/src/registry/polkadot.ts +0 -285
- package/src/registry/substrate.ts +0 -632
- package/tsconfig.build.json +0 -15
- package/tsconfig.build.tsbuildinfo +0 -1
- /package/{build/augment.d.ts → augment.d.ts} +0 -0
- /package/{build/bundle.d.ts → bundle.d.ts} +0 -0
- /package/{build → cjs}/index.d.ts +0 -0
- /package/{build → cjs}/lookup/definitions.d.ts +0 -0
- /package/{build → cjs}/lookup/index.d.ts +0 -0
- /package/{build → cjs}/packageDetect.d.ts +0 -0
- /package/{build → cjs}/packageInfo.d.ts +0 -0
- /package/{build → cjs}/registry/index.d.ts +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const util_1 = require("@pezkuwi/util");
|
|
5
|
+
const assetHubDicle_js_1 = tslib_1.__importDefault(require("./assetHubDicle.js"));
|
|
6
|
+
const assetHubPezkuwi_js_1 = tslib_1.__importDefault(require("./assetHubPezkuwi.js"));
|
|
7
|
+
const dicle_js_1 = tslib_1.__importDefault(require("./dicle.js"));
|
|
8
|
+
const pezkuwi_js_1 = tslib_1.__importDefault(require("./pezkuwi.js"));
|
|
9
|
+
const bizinikiwi_js_1 = tslib_1.__importDefault(require("./bizinikiwi.js"));
|
|
10
|
+
exports.default = {
|
|
11
|
+
rpc: {},
|
|
12
|
+
// Not 100% sure it is relevant, however the order here is the same
|
|
13
|
+
// as exposed in the typegen lookup order
|
|
14
|
+
types: (0, util_1.objectSpread)({}, bizinikiwi_js_1.default, pezkuwi_js_1.default, dicle_js_1.default, assetHubPezkuwi_js_1.default, assetHubDicle_js_1.default)
|
|
15
|
+
};
|
|
@@ -2,7 +2,7 @@ declare const _default: {
|
|
|
2
2
|
/**
|
|
3
3
|
* Lookup138: staging_kusama_runtime::SessionKeys
|
|
4
4
|
**/
|
|
5
|
-
|
|
5
|
+
StagingDicleRuntimeSessionKeys: {
|
|
6
6
|
grandpa: string;
|
|
7
7
|
babe: string;
|
|
8
8
|
paraValidator: string;
|
|
@@ -13,7 +13,7 @@ declare const _default: {
|
|
|
13
13
|
/**
|
|
14
14
|
* Lookup160: staging_kusama_runtime::OriginCaller
|
|
15
15
|
**/
|
|
16
|
-
|
|
16
|
+
StagingDicleRuntimeOriginCaller: {
|
|
17
17
|
_enum: {
|
|
18
18
|
system: string;
|
|
19
19
|
__Unused1: string;
|
|
@@ -120,13 +120,13 @@ declare const _default: {
|
|
|
120
120
|
/**
|
|
121
121
|
* Lookup162: staging_kusama_runtime::governance::origins::pallet_custom_origins::Origin
|
|
122
122
|
**/
|
|
123
|
-
|
|
123
|
+
StagingDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: {
|
|
124
124
|
_enum: string[];
|
|
125
125
|
};
|
|
126
126
|
/**
|
|
127
127
|
* Lookup172: staging_kusama_runtime::RuntimeParameters
|
|
128
128
|
**/
|
|
129
|
-
|
|
129
|
+
StagingDicleRuntimeRuntimeParameters: {
|
|
130
130
|
_enum: {
|
|
131
131
|
Inflation: string;
|
|
132
132
|
Treasury: string;
|
|
@@ -135,7 +135,7 @@ declare const _default: {
|
|
|
135
135
|
/**
|
|
136
136
|
* Lookup173: staging_kusama_runtime::dynamic_params::inflation::Parameters
|
|
137
137
|
**/
|
|
138
|
-
|
|
138
|
+
StagingDicleRuntimeDynamicParamsInflationParameters: {
|
|
139
139
|
_enum: {
|
|
140
140
|
MinInflation: string;
|
|
141
141
|
MaxInflation: string;
|
|
@@ -147,27 +147,27 @@ declare const _default: {
|
|
|
147
147
|
/**
|
|
148
148
|
* Lookup174: staging_kusama_runtime::dynamic_params::inflation::MinInflation
|
|
149
149
|
**/
|
|
150
|
-
|
|
150
|
+
StagingDicleRuntimeDynamicParamsInflationMinInflation: string;
|
|
151
151
|
/**
|
|
152
152
|
* Lookup177: staging_kusama_runtime::dynamic_params::inflation::MaxInflation
|
|
153
153
|
**/
|
|
154
|
-
|
|
154
|
+
StagingDicleRuntimeDynamicParamsInflationMaxInflation: string;
|
|
155
155
|
/**
|
|
156
156
|
* Lookup178: staging_kusama_runtime::dynamic_params::inflation::IdealStake
|
|
157
157
|
**/
|
|
158
|
-
|
|
158
|
+
StagingDicleRuntimeDynamicParamsInflationIdealStake: string;
|
|
159
159
|
/**
|
|
160
160
|
* Lookup179: staging_kusama_runtime::dynamic_params::inflation::Falloff
|
|
161
161
|
**/
|
|
162
|
-
|
|
162
|
+
StagingDicleRuntimeDynamicParamsInflationFalloff: string;
|
|
163
163
|
/**
|
|
164
164
|
* Lookup180: staging_kusama_runtime::dynamic_params::inflation::UseAuctionSlots
|
|
165
165
|
**/
|
|
166
|
-
|
|
166
|
+
StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots: string;
|
|
167
167
|
/**
|
|
168
168
|
* Lookup182: staging_kusama_runtime::dynamic_params::treasury::Parameters
|
|
169
169
|
**/
|
|
170
|
-
|
|
170
|
+
StagingDicleRuntimeDynamicParamsTreasuryParameters: {
|
|
171
171
|
_enum: {
|
|
172
172
|
BurnPortion: string;
|
|
173
173
|
BurnDestination: string;
|
|
@@ -176,25 +176,25 @@ declare const _default: {
|
|
|
176
176
|
/**
|
|
177
177
|
* Lookup183: staging_kusama_runtime::dynamic_params::treasury::BurnPortion
|
|
178
178
|
**/
|
|
179
|
-
|
|
179
|
+
StagingDicleRuntimeDynamicParamsTreasuryBurnPortion: string;
|
|
180
180
|
/**
|
|
181
181
|
* Lookup186: staging_kusama_runtime::dynamic_params::treasury::BurnDestination
|
|
182
182
|
**/
|
|
183
|
-
|
|
183
|
+
StagingDicleRuntimeDynamicParamsTreasuryBurnDestination: string;
|
|
184
184
|
/**
|
|
185
185
|
* Lookup188: staging_kusama_runtime::BurnDestinationAccount
|
|
186
186
|
**/
|
|
187
|
-
|
|
187
|
+
StagingDicleRuntimeBurnDestinationAccount: string;
|
|
188
188
|
/**
|
|
189
189
|
* Lookup209: kusama_runtime_constants::proxy::ProxyType
|
|
190
190
|
**/
|
|
191
|
-
|
|
191
|
+
DicleRuntimeConstantsProxyProxyType: {
|
|
192
192
|
_enum: string[];
|
|
193
193
|
};
|
|
194
194
|
/**
|
|
195
195
|
* Lookup219: staging_kusama_runtime::NposCompactSolution24
|
|
196
196
|
**/
|
|
197
|
-
|
|
197
|
+
StagingDicleRuntimeNposCompactSolution24: {
|
|
198
198
|
votes1: string;
|
|
199
199
|
votes2: string;
|
|
200
200
|
votes3: string;
|
|
@@ -223,7 +223,7 @@ declare const _default: {
|
|
|
223
223
|
/**
|
|
224
224
|
* Lookup539: pallet_rc_migrator::recovery::RecoveryStage
|
|
225
225
|
**/
|
|
226
|
-
|
|
226
|
+
PezpalletRcMigratorRecoveryRecoveryStage: {
|
|
227
227
|
_enum: {
|
|
228
228
|
Recoverable: string;
|
|
229
229
|
ActiveRecoveries: string;
|
|
@@ -234,7 +234,7 @@ declare const _default: {
|
|
|
234
234
|
/**
|
|
235
235
|
* Lookup543: pallet_rc_migrator::society::SocietyStage
|
|
236
236
|
**/
|
|
237
|
-
|
|
237
|
+
PezpalletRcMigratorSocietySocietyStage: {
|
|
238
238
|
_enum: {
|
|
239
239
|
Values: string;
|
|
240
240
|
Members: string;
|
|
@@ -251,7 +251,7 @@ declare const _default: {
|
|
|
251
251
|
/**
|
|
252
252
|
* Lookup566: staging_kusama_runtime::RuntimeParametersKey
|
|
253
253
|
**/
|
|
254
|
-
|
|
254
|
+
StagingDicleRuntimeRuntimeParametersKey: {
|
|
255
255
|
_enum: {
|
|
256
256
|
Inflation: string;
|
|
257
257
|
Treasury: string;
|
|
@@ -260,19 +260,19 @@ declare const _default: {
|
|
|
260
260
|
/**
|
|
261
261
|
* Lookup567: staging_kusama_runtime::dynamic_params::inflation::ParametersKey
|
|
262
262
|
**/
|
|
263
|
-
|
|
263
|
+
StagingDicleRuntimeDynamicParamsInflationParametersKey: {
|
|
264
264
|
_enum: string[];
|
|
265
265
|
};
|
|
266
266
|
/**
|
|
267
267
|
* Lookup568: staging_kusama_runtime::dynamic_params::treasury::ParametersKey
|
|
268
268
|
**/
|
|
269
|
-
|
|
269
|
+
StagingDicleRuntimeDynamicParamsTreasuryParametersKey: {
|
|
270
270
|
_enum: string[];
|
|
271
271
|
};
|
|
272
272
|
/**
|
|
273
273
|
* Lookup570: staging_kusama_runtime::RuntimeParametersValue
|
|
274
274
|
**/
|
|
275
|
-
|
|
275
|
+
StagingDicleRuntimeRuntimeParametersValue: {
|
|
276
276
|
_enum: {
|
|
277
277
|
Inflation: string;
|
|
278
278
|
Treasury: string;
|
|
@@ -281,7 +281,7 @@ declare const _default: {
|
|
|
281
281
|
/**
|
|
282
282
|
* Lookup571: staging_kusama_runtime::dynamic_params::inflation::ParametersValue
|
|
283
283
|
**/
|
|
284
|
-
|
|
284
|
+
StagingDicleRuntimeDynamicParamsInflationParametersValue: {
|
|
285
285
|
_enum: {
|
|
286
286
|
MinInflation: string;
|
|
287
287
|
MaxInflation: string;
|
|
@@ -293,7 +293,7 @@ declare const _default: {
|
|
|
293
293
|
/**
|
|
294
294
|
* Lookup572: staging_kusama_runtime::dynamic_params::treasury::ParametersValue
|
|
295
295
|
**/
|
|
296
|
-
|
|
296
|
+
StagingDicleRuntimeDynamicParamsTreasuryParametersValue: {
|
|
297
297
|
_enum: {
|
|
298
298
|
BurnPortion: string;
|
|
299
299
|
BurnDestination: string;
|
|
@@ -302,7 +302,7 @@ declare const _default: {
|
|
|
302
302
|
/**
|
|
303
303
|
* Lookup579: pallet_recovery::DepositKind<staging_kusama_runtime::Runtime>
|
|
304
304
|
**/
|
|
305
|
-
|
|
305
|
+
PezpalletRecoveryDepositKind: {
|
|
306
306
|
_enum: {
|
|
307
307
|
RecoveryConfig: string;
|
|
308
308
|
ActiveRecoveryFor: string;
|
|
@@ -311,11 +311,11 @@ declare const _default: {
|
|
|
311
311
|
/**
|
|
312
312
|
* Lookup580: staging_kusama_runtime::Runtime
|
|
313
313
|
**/
|
|
314
|
-
|
|
314
|
+
StagingDicleRuntimeRuntime: string;
|
|
315
315
|
/**
|
|
316
316
|
* Lookup668: staging_kusama_runtime::RuntimeHoldReason
|
|
317
317
|
**/
|
|
318
|
-
|
|
318
|
+
StagingDicleRuntimeRuntimeHoldReason: {
|
|
319
319
|
_enum: {
|
|
320
320
|
__Unused0: string;
|
|
321
321
|
__Unused1: string;
|
|
@@ -422,7 +422,7 @@ declare const _default: {
|
|
|
422
422
|
/**
|
|
423
423
|
* Lookup677: staging_kusama_runtime::RuntimeFreezeReason
|
|
424
424
|
**/
|
|
425
|
-
|
|
425
|
+
StagingDicleRuntimeRuntimeFreezeReason: {
|
|
426
426
|
_enum: {
|
|
427
427
|
__Unused0: string;
|
|
428
428
|
__Unused1: string;
|
|
@@ -471,7 +471,7 @@ declare const _default: {
|
|
|
471
471
|
/**
|
|
472
472
|
* Lookup1159: staging_kusama_runtime::RuntimeError
|
|
473
473
|
**/
|
|
474
|
-
|
|
474
|
+
StagingDicleRuntimeRuntimeError: {
|
|
475
475
|
_enum: {
|
|
476
476
|
System: string;
|
|
477
477
|
Babe: string;
|