-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathregistry.ts
More file actions
546 lines (543 loc) · 26.3 KB
/
Copy pathregistry.ts
File metadata and controls
546 lines (543 loc) · 26.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
/* eslint-disable */
// import type lookup before we augment - in some environments
// this is required to allow for ambient/previous definitions
import "@polkadot/types/types/registry";
import type {
CumulusPalletParachainSystemCall,
CumulusPalletParachainSystemError,
CumulusPalletParachainSystemEvent,
CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot,
CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity,
CumulusPalletParachainSystemUnincludedSegmentAncestor,
CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate,
CumulusPalletParachainSystemUnincludedSegmentSegmentTracker,
CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth,
CumulusPalletXcmCall,
CumulusPalletXcmEvent,
CumulusPalletXcmpQueueCall,
CumulusPalletXcmpQueueError,
CumulusPalletXcmpQueueEvent,
CumulusPalletXcmpQueueOutboundChannelDetails,
CumulusPalletXcmpQueueOutboundState,
CumulusPalletXcmpQueueQueueConfigData,
CumulusPrimitivesCoreAggregateMessageOrigin,
CumulusPrimitivesParachainInherentParachainInherentData,
CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim,
FrameMetadataHashExtensionCheckMetadataHash,
FrameMetadataHashExtensionMode,
FrameSupportDispatchDispatchClass,
FrameSupportDispatchDispatchInfo,
FrameSupportDispatchPays,
FrameSupportDispatchPerDispatchClassU32,
FrameSupportDispatchPerDispatchClassWeight,
FrameSupportDispatchPerDispatchClassWeightsPerClass,
FrameSupportMessagesProcessMessageError,
FrameSupportTokensMiscBalanceStatus,
FrameSupportTokensMiscIdAmount,
FrameSystemAccountInfo,
FrameSystemCall,
FrameSystemCodeUpgradeAuthorization,
FrameSystemError,
FrameSystemEvent,
FrameSystemEventRecord,
FrameSystemExtensionsCheckGenesis,
FrameSystemExtensionsCheckNonZeroSender,
FrameSystemExtensionsCheckNonce,
FrameSystemExtensionsCheckSpecVersion,
FrameSystemExtensionsCheckTxVersion,
FrameSystemExtensionsCheckWeight,
FrameSystemLastRuntimeUpgradeInfo,
FrameSystemLimitsBlockLength,
FrameSystemLimitsBlockWeights,
FrameSystemLimitsWeightsPerClass,
FrameSystemPhase,
PalletBalancesAccountData,
PalletBalancesAdjustmentDirection,
PalletBalancesBalanceLock,
PalletBalancesCall,
PalletBalancesError,
PalletBalancesEvent,
PalletBalancesReasons,
PalletBalancesReserveData,
PalletBucketNftsCall,
PalletBucketNftsError,
PalletBucketNftsEvent,
PalletCollatorSelectionCall,
PalletCollatorSelectionCandidateInfo,
PalletCollatorSelectionError,
PalletCollatorSelectionEvent,
PalletFileSystemAcceptedStorageRequestParameters,
PalletFileSystemBatchResponses,
PalletFileSystemBucketMoveRequestResponse,
PalletFileSystemCall,
PalletFileSystemEitherAccountIdOrMspId,
PalletFileSystemError,
PalletFileSystemEvent,
PalletFileSystemMoveBucketRequestMetadata,
PalletFileSystemMspAcceptedBatchStorageRequests,
PalletFileSystemMspFailedBatchStorageRequests,
PalletFileSystemMspRejectedBatchStorageRequests,
PalletFileSystemMspRespondStorageRequestsResult,
PalletFileSystemMspStorageRequestResponse,
PalletFileSystemRejectedStorageRequestReason,
PalletFileSystemStorageRequestBspsMetadata,
PalletFileSystemStorageRequestMetadata,
PalletMessageQueueBookState,
PalletMessageQueueCall,
PalletMessageQueueError,
PalletMessageQueueEvent,
PalletMessageQueueNeighbours,
PalletMessageQueuePage,
PalletNftsAttributeDeposit,
PalletNftsAttributeNamespace,
PalletNftsCall,
PalletNftsCancelAttributesApprovalWitness,
PalletNftsCollectionConfig,
PalletNftsCollectionDetails,
PalletNftsCollectionMetadata,
PalletNftsCollectionRole,
PalletNftsCollectionSetting,
PalletNftsDestroyWitness,
PalletNftsError,
PalletNftsEvent,
PalletNftsItemConfig,
PalletNftsItemDeposit,
PalletNftsItemDetails,
PalletNftsItemMetadata,
PalletNftsItemMetadataDeposit,
PalletNftsItemSetting,
PalletNftsItemTip,
PalletNftsMintSettings,
PalletNftsMintType,
PalletNftsMintWitness,
PalletNftsPalletAttributes,
PalletNftsPalletFeature,
PalletNftsPendingSwap,
PalletNftsPreSignedAttributes,
PalletNftsPreSignedMint,
PalletNftsPriceDirection,
PalletNftsPriceWithDirection,
PalletParametersCall,
PalletParametersEvent,
PalletPaymentStreamsCall,
PalletPaymentStreamsDynamicRatePaymentStream,
PalletPaymentStreamsError,
PalletPaymentStreamsEvent,
PalletPaymentStreamsFixedRatePaymentStream,
PalletPaymentStreamsHoldReason,
PalletPaymentStreamsProviderLastChargeableInfo,
PalletProofsDealerCall,
PalletProofsDealerError,
PalletProofsDealerEvent,
PalletProofsDealerKeyProof,
PalletProofsDealerProof,
PalletRandomnessCall,
PalletRandomnessEvent,
PalletSessionCall,
PalletSessionError,
PalletSessionEvent,
PalletStorageProvidersBackupStorageProvider,
PalletStorageProvidersBucket,
PalletStorageProvidersCall,
PalletStorageProvidersError,
PalletStorageProvidersEvent,
PalletStorageProvidersHoldReason,
PalletStorageProvidersMainStorageProvider,
PalletStorageProvidersStorageProvider,
PalletStorageProvidersStorageProviderId,
PalletStorageProvidersValueProposition,
PalletSudoCall,
PalletSudoError,
PalletSudoEvent,
PalletTimestampCall,
PalletTransactionPaymentChargeTransactionPayment,
PalletTransactionPaymentEvent,
PalletTransactionPaymentReleases,
PalletXcmCall,
PalletXcmError,
PalletXcmEvent,
PalletXcmQueryStatus,
PalletXcmRemoteLockedFungibleRecord,
PalletXcmVersionMigrationStage,
PolkadotCorePrimitivesInboundDownwardMessage,
PolkadotCorePrimitivesInboundHrmpMessage,
PolkadotCorePrimitivesOutboundHrmpMessage,
PolkadotPrimitivesV7AbridgedHostConfiguration,
PolkadotPrimitivesV7AbridgedHrmpChannel,
PolkadotPrimitivesV7AsyncBackingAsyncBackingParams,
PolkadotPrimitivesV7PersistedValidationData,
PolkadotPrimitivesV7UpgradeGoAhead,
PolkadotPrimitivesV7UpgradeRestriction,
ShpFileKeyVerifierFileKeyProof,
ShpFileMetadataFileMetadata,
ShpFileMetadataFingerprint,
ShpTraitsTrieRemoveMutation,
SpArithmeticArithmeticError,
SpConsensusAuraSr25519AppSr25519Public,
SpCoreCryptoKeyTypeId,
SpRuntimeDigest,
SpRuntimeDigestDigestItem,
SpRuntimeDispatchError,
SpRuntimeModuleError,
SpRuntimeMultiSignature,
SpRuntimeTokenError,
SpRuntimeTransactionalError,
SpTrieStorageProof,
SpTrieStorageProofCompactProof,
SpVersionRuntimeVersion,
SpWeightsRuntimeDbWeight,
SpWeightsWeightV2Weight,
StagingParachainInfoCall,
StagingXcmExecutorAssetTransferTransferType,
StagingXcmV3MultiLocation,
StagingXcmV4Asset,
StagingXcmV4AssetAssetFilter,
StagingXcmV4AssetAssetId,
StagingXcmV4AssetAssetInstance,
StagingXcmV4AssetAssets,
StagingXcmV4AssetFungibility,
StagingXcmV4AssetWildAsset,
StagingXcmV4AssetWildFungibility,
StagingXcmV4Instruction,
StagingXcmV4Junction,
StagingXcmV4JunctionNetworkId,
StagingXcmV4Junctions,
StagingXcmV4Location,
StagingXcmV4PalletInfo,
StagingXcmV4QueryResponseInfo,
StagingXcmV4Response,
StagingXcmV4TraitsOutcome,
StagingXcmV4Xcm,
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod,
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod,
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters,
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey,
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue,
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize,
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod,
StorageHubRuntimeConfigsRuntimeParamsRuntimeParameters,
StorageHubRuntimeConfigsRuntimeParamsRuntimeParametersKey,
StorageHubRuntimeConfigsRuntimeParamsRuntimeParametersValue,
StorageHubRuntimeRuntime,
StorageHubRuntimeRuntimeHoldReason,
StorageHubRuntimeSessionKeys,
XcmDoubleEncoded,
XcmV2BodyId,
XcmV2BodyPart,
XcmV2Instruction,
XcmV2Junction,
XcmV2MultiAsset,
XcmV2MultiLocation,
XcmV2MultiassetAssetId,
XcmV2MultiassetAssetInstance,
XcmV2MultiassetFungibility,
XcmV2MultiassetMultiAssetFilter,
XcmV2MultiassetMultiAssets,
XcmV2MultiassetWildFungibility,
XcmV2MultiassetWildMultiAsset,
XcmV2MultilocationJunctions,
XcmV2NetworkId,
XcmV2OriginKind,
XcmV2Response,
XcmV2TraitsError,
XcmV2WeightLimit,
XcmV2Xcm,
XcmV3Instruction,
XcmV3Junction,
XcmV3JunctionBodyId,
XcmV3JunctionBodyPart,
XcmV3JunctionNetworkId,
XcmV3Junctions,
XcmV3MaybeErrorCode,
XcmV3MultiAsset,
XcmV3MultiassetAssetId,
XcmV3MultiassetAssetInstance,
XcmV3MultiassetFungibility,
XcmV3MultiassetMultiAssetFilter,
XcmV3MultiassetMultiAssets,
XcmV3MultiassetWildFungibility,
XcmV3MultiassetWildMultiAsset,
XcmV3OriginKind,
XcmV3PalletInfo,
XcmV3QueryResponseInfo,
XcmV3Response,
XcmV3TraitsError,
XcmV3WeightLimit,
XcmV3Xcm,
XcmVersionedAssetId,
XcmVersionedAssets,
XcmVersionedLocation,
XcmVersionedResponse,
XcmVersionedXcm
} from "@polkadot/types/lookup";
declare module "@polkadot/types/types/registry" {
interface InterfaceTypes {
CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall;
CumulusPalletParachainSystemError: CumulusPalletParachainSystemError;
CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent;
CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot;
CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity;
CumulusPalletParachainSystemUnincludedSegmentAncestor: CumulusPalletParachainSystemUnincludedSegmentAncestor;
CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate;
CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: CumulusPalletParachainSystemUnincludedSegmentSegmentTracker;
CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth;
CumulusPalletXcmCall: CumulusPalletXcmCall;
CumulusPalletXcmEvent: CumulusPalletXcmEvent;
CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;
CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;
CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;
CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails;
CumulusPalletXcmpQueueOutboundState: CumulusPalletXcmpQueueOutboundState;
CumulusPalletXcmpQueueQueueConfigData: CumulusPalletXcmpQueueQueueConfigData;
CumulusPrimitivesCoreAggregateMessageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin;
CumulusPrimitivesParachainInherentParachainInherentData: CumulusPrimitivesParachainInherentParachainInherentData;
CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim;
FrameMetadataHashExtensionCheckMetadataHash: FrameMetadataHashExtensionCheckMetadataHash;
FrameMetadataHashExtensionMode: FrameMetadataHashExtensionMode;
FrameSupportDispatchDispatchClass: FrameSupportDispatchDispatchClass;
FrameSupportDispatchDispatchInfo: FrameSupportDispatchDispatchInfo;
FrameSupportDispatchPays: FrameSupportDispatchPays;
FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32;
FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight;
FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
FrameSupportMessagesProcessMessageError: FrameSupportMessagesProcessMessageError;
FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;
FrameSupportTokensMiscIdAmount: FrameSupportTokensMiscIdAmount;
FrameSystemAccountInfo: FrameSystemAccountInfo;
FrameSystemCall: FrameSystemCall;
FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization;
FrameSystemError: FrameSystemError;
FrameSystemEvent: FrameSystemEvent;
FrameSystemEventRecord: FrameSystemEventRecord;
FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;
FrameSystemExtensionsCheckNonZeroSender: FrameSystemExtensionsCheckNonZeroSender;
FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;
FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;
FrameSystemExtensionsCheckTxVersion: FrameSystemExtensionsCheckTxVersion;
FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;
FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;
FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;
FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;
FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;
FrameSystemPhase: FrameSystemPhase;
PalletBalancesAccountData: PalletBalancesAccountData;
PalletBalancesAdjustmentDirection: PalletBalancesAdjustmentDirection;
PalletBalancesBalanceLock: PalletBalancesBalanceLock;
PalletBalancesCall: PalletBalancesCall;
PalletBalancesError: PalletBalancesError;
PalletBalancesEvent: PalletBalancesEvent;
PalletBalancesReasons: PalletBalancesReasons;
PalletBalancesReserveData: PalletBalancesReserveData;
PalletBucketNftsCall: PalletBucketNftsCall;
PalletBucketNftsError: PalletBucketNftsError;
PalletBucketNftsEvent: PalletBucketNftsEvent;
PalletCollatorSelectionCall: PalletCollatorSelectionCall;
PalletCollatorSelectionCandidateInfo: PalletCollatorSelectionCandidateInfo;
PalletCollatorSelectionError: PalletCollatorSelectionError;
PalletCollatorSelectionEvent: PalletCollatorSelectionEvent;
PalletFileSystemAcceptedStorageRequestParameters: PalletFileSystemAcceptedStorageRequestParameters;
PalletFileSystemBatchResponses: PalletFileSystemBatchResponses;
PalletFileSystemBucketMoveRequestResponse: PalletFileSystemBucketMoveRequestResponse;
PalletFileSystemCall: PalletFileSystemCall;
PalletFileSystemEitherAccountIdOrMspId: PalletFileSystemEitherAccountIdOrMspId;
PalletFileSystemError: PalletFileSystemError;
PalletFileSystemEvent: PalletFileSystemEvent;
PalletFileSystemMoveBucketRequestMetadata: PalletFileSystemMoveBucketRequestMetadata;
PalletFileSystemMspAcceptedBatchStorageRequests: PalletFileSystemMspAcceptedBatchStorageRequests;
PalletFileSystemMspFailedBatchStorageRequests: PalletFileSystemMspFailedBatchStorageRequests;
PalletFileSystemMspRejectedBatchStorageRequests: PalletFileSystemMspRejectedBatchStorageRequests;
PalletFileSystemMspRespondStorageRequestsResult: PalletFileSystemMspRespondStorageRequestsResult;
PalletFileSystemMspStorageRequestResponse: PalletFileSystemMspStorageRequestResponse;
PalletFileSystemRejectedStorageRequestReason: PalletFileSystemRejectedStorageRequestReason;
PalletFileSystemStorageRequestBspsMetadata: PalletFileSystemStorageRequestBspsMetadata;
PalletFileSystemStorageRequestMetadata: PalletFileSystemStorageRequestMetadata;
PalletMessageQueueBookState: PalletMessageQueueBookState;
PalletMessageQueueCall: PalletMessageQueueCall;
PalletMessageQueueError: PalletMessageQueueError;
PalletMessageQueueEvent: PalletMessageQueueEvent;
PalletMessageQueueNeighbours: PalletMessageQueueNeighbours;
PalletMessageQueuePage: PalletMessageQueuePage;
PalletNftsAttributeDeposit: PalletNftsAttributeDeposit;
PalletNftsAttributeNamespace: PalletNftsAttributeNamespace;
PalletNftsCall: PalletNftsCall;
PalletNftsCancelAttributesApprovalWitness: PalletNftsCancelAttributesApprovalWitness;
PalletNftsCollectionConfig: PalletNftsCollectionConfig;
PalletNftsCollectionDetails: PalletNftsCollectionDetails;
PalletNftsCollectionMetadata: PalletNftsCollectionMetadata;
PalletNftsCollectionRole: PalletNftsCollectionRole;
PalletNftsCollectionSetting: PalletNftsCollectionSetting;
PalletNftsDestroyWitness: PalletNftsDestroyWitness;
PalletNftsError: PalletNftsError;
PalletNftsEvent: PalletNftsEvent;
PalletNftsItemConfig: PalletNftsItemConfig;
PalletNftsItemDeposit: PalletNftsItemDeposit;
PalletNftsItemDetails: PalletNftsItemDetails;
PalletNftsItemMetadata: PalletNftsItemMetadata;
PalletNftsItemMetadataDeposit: PalletNftsItemMetadataDeposit;
PalletNftsItemSetting: PalletNftsItemSetting;
PalletNftsItemTip: PalletNftsItemTip;
PalletNftsMintSettings: PalletNftsMintSettings;
PalletNftsMintType: PalletNftsMintType;
PalletNftsMintWitness: PalletNftsMintWitness;
PalletNftsPalletAttributes: PalletNftsPalletAttributes;
PalletNftsPalletFeature: PalletNftsPalletFeature;
PalletNftsPendingSwap: PalletNftsPendingSwap;
PalletNftsPreSignedAttributes: PalletNftsPreSignedAttributes;
PalletNftsPreSignedMint: PalletNftsPreSignedMint;
PalletNftsPriceDirection: PalletNftsPriceDirection;
PalletNftsPriceWithDirection: PalletNftsPriceWithDirection;
PalletParametersCall: PalletParametersCall;
PalletParametersEvent: PalletParametersEvent;
PalletPaymentStreamsCall: PalletPaymentStreamsCall;
PalletPaymentStreamsDynamicRatePaymentStream: PalletPaymentStreamsDynamicRatePaymentStream;
PalletPaymentStreamsError: PalletPaymentStreamsError;
PalletPaymentStreamsEvent: PalletPaymentStreamsEvent;
PalletPaymentStreamsFixedRatePaymentStream: PalletPaymentStreamsFixedRatePaymentStream;
PalletPaymentStreamsHoldReason: PalletPaymentStreamsHoldReason;
PalletPaymentStreamsProviderLastChargeableInfo: PalletPaymentStreamsProviderLastChargeableInfo;
PalletProofsDealerCall: PalletProofsDealerCall;
PalletProofsDealerError: PalletProofsDealerError;
PalletProofsDealerEvent: PalletProofsDealerEvent;
PalletProofsDealerKeyProof: PalletProofsDealerKeyProof;
PalletProofsDealerProof: PalletProofsDealerProof;
PalletRandomnessCall: PalletRandomnessCall;
PalletRandomnessEvent: PalletRandomnessEvent;
PalletSessionCall: PalletSessionCall;
PalletSessionError: PalletSessionError;
PalletSessionEvent: PalletSessionEvent;
PalletStorageProvidersBackupStorageProvider: PalletStorageProvidersBackupStorageProvider;
PalletStorageProvidersBucket: PalletStorageProvidersBucket;
PalletStorageProvidersCall: PalletStorageProvidersCall;
PalletStorageProvidersError: PalletStorageProvidersError;
PalletStorageProvidersEvent: PalletStorageProvidersEvent;
PalletStorageProvidersHoldReason: PalletStorageProvidersHoldReason;
PalletStorageProvidersMainStorageProvider: PalletStorageProvidersMainStorageProvider;
PalletStorageProvidersStorageProvider: PalletStorageProvidersStorageProvider;
PalletStorageProvidersStorageProviderId: PalletStorageProvidersStorageProviderId;
PalletStorageProvidersValueProposition: PalletStorageProvidersValueProposition;
PalletSudoCall: PalletSudoCall;
PalletSudoError: PalletSudoError;
PalletSudoEvent: PalletSudoEvent;
PalletTimestampCall: PalletTimestampCall;
PalletTransactionPaymentChargeTransactionPayment: PalletTransactionPaymentChargeTransactionPayment;
PalletTransactionPaymentEvent: PalletTransactionPaymentEvent;
PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;
PalletXcmCall: PalletXcmCall;
PalletXcmError: PalletXcmError;
PalletXcmEvent: PalletXcmEvent;
PalletXcmQueryStatus: PalletXcmQueryStatus;
PalletXcmRemoteLockedFungibleRecord: PalletXcmRemoteLockedFungibleRecord;
PalletXcmVersionMigrationStage: PalletXcmVersionMigrationStage;
PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage;
PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;
PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage;
PolkadotPrimitivesV7AbridgedHostConfiguration: PolkadotPrimitivesV7AbridgedHostConfiguration;
PolkadotPrimitivesV7AbridgedHrmpChannel: PolkadotPrimitivesV7AbridgedHrmpChannel;
PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams;
PolkadotPrimitivesV7PersistedValidationData: PolkadotPrimitivesV7PersistedValidationData;
PolkadotPrimitivesV7UpgradeGoAhead: PolkadotPrimitivesV7UpgradeGoAhead;
PolkadotPrimitivesV7UpgradeRestriction: PolkadotPrimitivesV7UpgradeRestriction;
ShpFileKeyVerifierFileKeyProof: ShpFileKeyVerifierFileKeyProof;
ShpFileMetadataFileMetadata: ShpFileMetadataFileMetadata;
ShpFileMetadataFingerprint: ShpFileMetadataFingerprint;
ShpTraitsTrieRemoveMutation: ShpTraitsTrieRemoveMutation;
SpArithmeticArithmeticError: SpArithmeticArithmeticError;
SpConsensusAuraSr25519AppSr25519Public: SpConsensusAuraSr25519AppSr25519Public;
SpCoreCryptoKeyTypeId: SpCoreCryptoKeyTypeId;
SpRuntimeDigest: SpRuntimeDigest;
SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;
SpRuntimeDispatchError: SpRuntimeDispatchError;
SpRuntimeModuleError: SpRuntimeModuleError;
SpRuntimeMultiSignature: SpRuntimeMultiSignature;
SpRuntimeTokenError: SpRuntimeTokenError;
SpRuntimeTransactionalError: SpRuntimeTransactionalError;
SpTrieStorageProof: SpTrieStorageProof;
SpTrieStorageProofCompactProof: SpTrieStorageProofCompactProof;
SpVersionRuntimeVersion: SpVersionRuntimeVersion;
SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight;
SpWeightsWeightV2Weight: SpWeightsWeightV2Weight;
StagingParachainInfoCall: StagingParachainInfoCall;
StagingXcmExecutorAssetTransferTransferType: StagingXcmExecutorAssetTransferTransferType;
StagingXcmV3MultiLocation: StagingXcmV3MultiLocation;
StagingXcmV4Asset: StagingXcmV4Asset;
StagingXcmV4AssetAssetFilter: StagingXcmV4AssetAssetFilter;
StagingXcmV4AssetAssetId: StagingXcmV4AssetAssetId;
StagingXcmV4AssetAssetInstance: StagingXcmV4AssetAssetInstance;
StagingXcmV4AssetAssets: StagingXcmV4AssetAssets;
StagingXcmV4AssetFungibility: StagingXcmV4AssetFungibility;
StagingXcmV4AssetWildAsset: StagingXcmV4AssetWildAsset;
StagingXcmV4AssetWildFungibility: StagingXcmV4AssetWildFungibility;
StagingXcmV4Instruction: StagingXcmV4Instruction;
StagingXcmV4Junction: StagingXcmV4Junction;
StagingXcmV4JunctionNetworkId: StagingXcmV4JunctionNetworkId;
StagingXcmV4Junctions: StagingXcmV4Junctions;
StagingXcmV4Location: StagingXcmV4Location;
StagingXcmV4PalletInfo: StagingXcmV4PalletInfo;
StagingXcmV4QueryResponseInfo: StagingXcmV4QueryResponseInfo;
StagingXcmV4Response: StagingXcmV4Response;
StagingXcmV4TraitsOutcome: StagingXcmV4TraitsOutcome;
StagingXcmV4Xcm: StagingXcmV4Xcm;
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod: StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod;
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod: StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod;
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters: StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters;
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey: StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey;
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue: StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue;
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize: StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize;
StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod: StorageHubRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod;
StorageHubRuntimeConfigsRuntimeParamsRuntimeParameters: StorageHubRuntimeConfigsRuntimeParamsRuntimeParameters;
StorageHubRuntimeConfigsRuntimeParamsRuntimeParametersKey: StorageHubRuntimeConfigsRuntimeParamsRuntimeParametersKey;
StorageHubRuntimeConfigsRuntimeParamsRuntimeParametersValue: StorageHubRuntimeConfigsRuntimeParamsRuntimeParametersValue;
StorageHubRuntimeRuntime: StorageHubRuntimeRuntime;
StorageHubRuntimeRuntimeHoldReason: StorageHubRuntimeRuntimeHoldReason;
StorageHubRuntimeSessionKeys: StorageHubRuntimeSessionKeys;
XcmDoubleEncoded: XcmDoubleEncoded;
XcmV2BodyId: XcmV2BodyId;
XcmV2BodyPart: XcmV2BodyPart;
XcmV2Instruction: XcmV2Instruction;
XcmV2Junction: XcmV2Junction;
XcmV2MultiAsset: XcmV2MultiAsset;
XcmV2MultiLocation: XcmV2MultiLocation;
XcmV2MultiassetAssetId: XcmV2MultiassetAssetId;
XcmV2MultiassetAssetInstance: XcmV2MultiassetAssetInstance;
XcmV2MultiassetFungibility: XcmV2MultiassetFungibility;
XcmV2MultiassetMultiAssetFilter: XcmV2MultiassetMultiAssetFilter;
XcmV2MultiassetMultiAssets: XcmV2MultiassetMultiAssets;
XcmV2MultiassetWildFungibility: XcmV2MultiassetWildFungibility;
XcmV2MultiassetWildMultiAsset: XcmV2MultiassetWildMultiAsset;
XcmV2MultilocationJunctions: XcmV2MultilocationJunctions;
XcmV2NetworkId: XcmV2NetworkId;
XcmV2OriginKind: XcmV2OriginKind;
XcmV2Response: XcmV2Response;
XcmV2TraitsError: XcmV2TraitsError;
XcmV2WeightLimit: XcmV2WeightLimit;
XcmV2Xcm: XcmV2Xcm;
XcmV3Instruction: XcmV3Instruction;
XcmV3Junction: XcmV3Junction;
XcmV3JunctionBodyId: XcmV3JunctionBodyId;
XcmV3JunctionBodyPart: XcmV3JunctionBodyPart;
XcmV3JunctionNetworkId: XcmV3JunctionNetworkId;
XcmV3Junctions: XcmV3Junctions;
XcmV3MaybeErrorCode: XcmV3MaybeErrorCode;
XcmV3MultiAsset: XcmV3MultiAsset;
XcmV3MultiassetAssetId: XcmV3MultiassetAssetId;
XcmV3MultiassetAssetInstance: XcmV3MultiassetAssetInstance;
XcmV3MultiassetFungibility: XcmV3MultiassetFungibility;
XcmV3MultiassetMultiAssetFilter: XcmV3MultiassetMultiAssetFilter;
XcmV3MultiassetMultiAssets: XcmV3MultiassetMultiAssets;
XcmV3MultiassetWildFungibility: XcmV3MultiassetWildFungibility;
XcmV3MultiassetWildMultiAsset: XcmV3MultiassetWildMultiAsset;
XcmV3OriginKind: XcmV3OriginKind;
XcmV3PalletInfo: XcmV3PalletInfo;
XcmV3QueryResponseInfo: XcmV3QueryResponseInfo;
XcmV3Response: XcmV3Response;
XcmV3TraitsError: XcmV3TraitsError;
XcmV3WeightLimit: XcmV3WeightLimit;
XcmV3Xcm: XcmV3Xcm;
XcmVersionedAssetId: XcmVersionedAssetId;
XcmVersionedAssets: XcmVersionedAssets;
XcmVersionedLocation: XcmVersionedLocation;
XcmVersionedResponse: XcmVersionedResponse;
XcmVersionedXcm: XcmVersionedXcm;
} // InterfaceTypes
} // declare module