@argonprotocol/mainchain 1.4.3 → 1.4.4-dev.abb08dac

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.
Files changed (35) hide show
  1. package/browser/artifacts/contracts/ArgonToken.sol/ArgonToken.json +671 -0
  2. package/browser/artifacts/contracts/ArgonotToken.sol/ArgonotToken.json +671 -0
  3. package/browser/artifacts/contracts/MintingGateway.sol/MintingGateway.json +1688 -0
  4. package/browser/artifacts/contracts/ProxyArtifacts.sol/ProxyAdmin.json +135 -0
  5. package/browser/artifacts/contracts/ProxyArtifacts.sol/TransparentUpgradeableProxy.json +131 -0
  6. package/browser/index.d.ts +2875 -1792
  7. package/browser/index.js +6827 -200
  8. package/browser/index.js.map +1 -1
  9. package/lib/artifacts/contracts/ArgonToken.sol/ArgonToken.json +671 -0
  10. package/lib/artifacts/contracts/ArgonotToken.sol/ArgonotToken.json +671 -0
  11. package/lib/artifacts/contracts/MintingGateway.sol/MintingGateway.json +1688 -0
  12. package/lib/artifacts/contracts/ProxyArtifacts.sol/ProxyAdmin.json +135 -0
  13. package/lib/artifacts/contracts/ProxyArtifacts.sol/TransparentUpgradeableProxy.json +131 -0
  14. package/lib/index.cjs +6915 -266
  15. package/lib/index.cjs.map +1 -1
  16. package/lib/index.d.cts +2875 -1792
  17. package/lib/index.d.ts +2875 -1792
  18. package/lib/index.js +6855 -206
  19. package/lib/index.js.map +1 -1
  20. package/package.json +29 -26
  21. package/src/interfaces/augment-api-consts.ts +656 -0
  22. package/src/interfaces/augment-api-errors.ts +1376 -0
  23. package/src/interfaces/augment-api-events.ts +2098 -0
  24. package/src/interfaces/augment-api-query.ts +1809 -0
  25. package/src/interfaces/augment-api-rpc.ts +1133 -0
  26. package/src/interfaces/augment-api-runtime.ts +306 -0
  27. package/src/interfaces/augment-api-tx.ts +2298 -0
  28. package/src/interfaces/augment-api.ts +10 -0
  29. package/src/interfaces/augment-types.ts +2692 -0
  30. package/src/interfaces/definitions.ts +42 -0
  31. package/src/interfaces/ethereum/index.ts +4 -0
  32. package/src/interfaces/ethereum/types.ts +66 -0
  33. package/src/interfaces/lookup.ts +4167 -0
  34. package/src/interfaces/registry.ts +598 -0
  35. package/src/interfaces/types-lookup.ts +4868 -0
@@ -0,0 +1,2692 @@
1
+ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
2
+ /* eslint-disable */
3
+
4
+ // import type lookup before we augment - in some environments
5
+ // this is required to allow for ambient/previous definitions
6
+ import type {} from '@polkadot/types/types/registry';
7
+
8
+ import type {
9
+ ArgonPrimitivesEthereumEthereumCombinedReceiptProof,
10
+ ArgonPrimitivesEthereumEthereumExecutionBlockProof,
11
+ ArgonPrimitivesEthereumEthereumExecutionHeader,
12
+ ArgonPrimitivesEthereumEthereumLog,
13
+ ArgonPrimitivesEthereumEthereumProof,
14
+ ArgonPrimitivesEthereumEthereumReceiptLog,
15
+ ArgonPrimitivesEthereumEthereumReceiptProofReceipt,
16
+ ArgonPrimitivesEthereumEthereumVerifyError,
17
+ } from '@argonprotocol/mainchain/interfaces/ethereum';
18
+ import type { Data, StorageKey } from '@polkadot/types';
19
+ import type {
20
+ BitVec,
21
+ Bool,
22
+ Bytes,
23
+ F32,
24
+ F64,
25
+ I128,
26
+ I16,
27
+ I256,
28
+ I32,
29
+ I64,
30
+ I8,
31
+ ISize,
32
+ Json,
33
+ Null,
34
+ OptionBool,
35
+ Raw,
36
+ Text,
37
+ Type,
38
+ U128,
39
+ U16,
40
+ U256,
41
+ U32,
42
+ U64,
43
+ U8,
44
+ USize,
45
+ bool,
46
+ f32,
47
+ f64,
48
+ i128,
49
+ i16,
50
+ i256,
51
+ i32,
52
+ i64,
53
+ i8,
54
+ isize,
55
+ u128,
56
+ u16,
57
+ u256,
58
+ u32,
59
+ u64,
60
+ u8,
61
+ usize,
62
+ } from '@polkadot/types-codec';
63
+ import type { TAssetConversion } from '@polkadot/types/interfaces/assetConversion';
64
+ import type {
65
+ AssetApproval,
66
+ AssetApprovalKey,
67
+ AssetBalance,
68
+ AssetDestroyWitness,
69
+ AssetDetails,
70
+ AssetMetadata,
71
+ TAssetBalance,
72
+ TAssetDepositBalance,
73
+ } from '@polkadot/types/interfaces/assets';
74
+ import type {
75
+ BlockAttestations,
76
+ IncludedBlocks,
77
+ MoreAttestations,
78
+ } from '@polkadot/types/interfaces/attestations';
79
+ import type { RawAuraPreDigest } from '@polkadot/types/interfaces/aura';
80
+ import type { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author';
81
+ import type { UncleEntryItem } from '@polkadot/types/interfaces/authorship';
82
+ import type {
83
+ AllowedSlots,
84
+ BabeAuthorityWeight,
85
+ BabeBlockWeight,
86
+ BabeEpochConfiguration,
87
+ BabeEquivocationProof,
88
+ BabeGenesisConfiguration,
89
+ BabeGenesisConfigurationV1,
90
+ BabeWeight,
91
+ Epoch,
92
+ EpochAuthorship,
93
+ MaybeRandomness,
94
+ MaybeVrf,
95
+ NextConfigDescriptor,
96
+ NextConfigDescriptorV1,
97
+ OpaqueKeyOwnershipProof,
98
+ Randomness,
99
+ RawBabePreDigest,
100
+ RawBabePreDigestCompat,
101
+ RawBabePreDigestPrimary,
102
+ RawBabePreDigestPrimaryTo159,
103
+ RawBabePreDigestSecondaryPlain,
104
+ RawBabePreDigestSecondaryTo159,
105
+ RawBabePreDigestSecondaryVRF,
106
+ RawBabePreDigestTo159,
107
+ SlotNumber,
108
+ VrfData,
109
+ VrfOutput,
110
+ VrfProof,
111
+ } from '@polkadot/types/interfaces/babe';
112
+ import type {
113
+ AccountData,
114
+ BalanceLock,
115
+ BalanceLockTo212,
116
+ BalanceStatus,
117
+ Reasons,
118
+ ReserveData,
119
+ ReserveIdentifier,
120
+ VestingSchedule,
121
+ WithdrawReasons,
122
+ } from '@polkadot/types/interfaces/balances';
123
+ import type {
124
+ BeefyAuthoritySet,
125
+ BeefyCommitment,
126
+ BeefyCompactSignedCommitment,
127
+ BeefyEquivocationProof,
128
+ BeefyId,
129
+ BeefyNextAuthoritySet,
130
+ BeefyPayload,
131
+ BeefyPayloadId,
132
+ BeefySignedCommitment,
133
+ BeefyVersionedFinalityProof,
134
+ BeefyVoteMessage,
135
+ MmrRootHash,
136
+ ValidatorSet,
137
+ ValidatorSetId,
138
+ } from '@polkadot/types/interfaces/beefy';
139
+ import type {
140
+ BenchmarkBatch,
141
+ BenchmarkConfig,
142
+ BenchmarkList,
143
+ BenchmarkMetadata,
144
+ BenchmarkParameter,
145
+ BenchmarkResult,
146
+ } from '@polkadot/types/interfaces/benchmark';
147
+ import type {
148
+ CheckInherentsResult,
149
+ InherentData,
150
+ InherentIdentifier,
151
+ } from '@polkadot/types/interfaces/blockbuilder';
152
+ import type {
153
+ BridgeMessageId,
154
+ BridgedBlockHash,
155
+ BridgedBlockNumber,
156
+ BridgedHeader,
157
+ CallOrigin,
158
+ ChainId,
159
+ DeliveredMessages,
160
+ DispatchFeePayment,
161
+ InboundLaneData,
162
+ InboundRelayer,
163
+ InitializationData,
164
+ LaneId,
165
+ MessageData,
166
+ MessageKey,
167
+ MessageNonce,
168
+ MessagesDeliveryProofOf,
169
+ MessagesProofOf,
170
+ OperatingMode,
171
+ OutboundLaneData,
172
+ OutboundMessageFee,
173
+ OutboundPayload,
174
+ Parameter,
175
+ RelayerId,
176
+ UnrewardedRelayer,
177
+ UnrewardedRelayersState,
178
+ } from '@polkadot/types/interfaces/bridges';
179
+ import type { BlockHash } from '@polkadot/types/interfaces/chain';
180
+ import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';
181
+ import type { StatementKind } from '@polkadot/types/interfaces/claims';
182
+ import type {
183
+ CollectiveOrigin,
184
+ MemberCount,
185
+ ProposalIndex,
186
+ Votes,
187
+ VotesTo230,
188
+ } from '@polkadot/types/interfaces/collective';
189
+ import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';
190
+ import type {
191
+ AliveContractInfo,
192
+ CodeHash,
193
+ CodeSource,
194
+ CodeUploadRequest,
195
+ CodeUploadResult,
196
+ CodeUploadResultValue,
197
+ ContractCallFlags,
198
+ ContractCallRequest,
199
+ ContractExecResult,
200
+ ContractExecResultOk,
201
+ ContractExecResultResult,
202
+ ContractExecResultSuccessTo255,
203
+ ContractExecResultSuccessTo260,
204
+ ContractExecResultTo255,
205
+ ContractExecResultTo260,
206
+ ContractExecResultTo267,
207
+ ContractExecResultU64,
208
+ ContractInfo,
209
+ ContractInstantiateResult,
210
+ ContractInstantiateResultTo267,
211
+ ContractInstantiateResultTo299,
212
+ ContractInstantiateResultU64,
213
+ ContractReturnFlags,
214
+ ContractStorageKey,
215
+ DeletedContract,
216
+ ExecReturnValue,
217
+ Gas,
218
+ HostFnWeights,
219
+ HostFnWeightsTo264,
220
+ InstantiateRequest,
221
+ InstantiateRequestV1,
222
+ InstantiateRequestV2,
223
+ InstantiateReturnValue,
224
+ InstantiateReturnValueOk,
225
+ InstantiateReturnValueTo267,
226
+ InstructionWeights,
227
+ Limits,
228
+ LimitsTo264,
229
+ PrefabWasmModule,
230
+ RentProjection,
231
+ Schedule,
232
+ ScheduleTo212,
233
+ ScheduleTo258,
234
+ ScheduleTo264,
235
+ SeedOf,
236
+ StorageDeposit,
237
+ TombstoneContractInfo,
238
+ TrieId,
239
+ } from '@polkadot/types/interfaces/contracts';
240
+ import type {
241
+ ContractConstructorSpecLatest,
242
+ ContractConstructorSpecV0,
243
+ ContractConstructorSpecV1,
244
+ ContractConstructorSpecV2,
245
+ ContractConstructorSpecV3,
246
+ ContractConstructorSpecV4,
247
+ ContractContractSpecV0,
248
+ ContractContractSpecV1,
249
+ ContractContractSpecV2,
250
+ ContractContractSpecV3,
251
+ ContractContractSpecV4,
252
+ ContractContractSpecV5,
253
+ ContractContractSpecV6,
254
+ ContractCryptoHasher,
255
+ ContractDiscriminant,
256
+ ContractDisplayName,
257
+ ContractEnvironmentV4,
258
+ ContractEventParamSpecLatest,
259
+ ContractEventParamSpecV0,
260
+ ContractEventParamSpecV2,
261
+ ContractEventSpecLatest,
262
+ ContractEventSpecV0,
263
+ ContractEventSpecV1,
264
+ ContractEventSpecV2,
265
+ ContractEventSpecV3,
266
+ ContractLayoutArray,
267
+ ContractLayoutCell,
268
+ ContractLayoutEnum,
269
+ ContractLayoutHash,
270
+ ContractLayoutHashingStrategy,
271
+ ContractLayoutKey,
272
+ ContractLayoutStruct,
273
+ ContractLayoutStructField,
274
+ ContractMessageParamSpecLatest,
275
+ ContractMessageParamSpecV0,
276
+ ContractMessageParamSpecV2,
277
+ ContractMessageSpecLatest,
278
+ ContractMessageSpecV0,
279
+ ContractMessageSpecV1,
280
+ ContractMessageSpecV2,
281
+ ContractMessageSpecV3,
282
+ ContractMetadata,
283
+ ContractMetadataLatest,
284
+ ContractMetadataV0,
285
+ ContractMetadataV1,
286
+ ContractMetadataV2,
287
+ ContractMetadataV3,
288
+ ContractMetadataV4,
289
+ ContractMetadataV5,
290
+ ContractMetadataV6,
291
+ ContractProject,
292
+ ContractProjectContract,
293
+ ContractProjectInfo,
294
+ ContractProjectSource,
295
+ ContractProjectV0,
296
+ ContractReviveProjectInfo,
297
+ ContractReviveProjectSource,
298
+ ContractSelector,
299
+ ContractStorageLayout,
300
+ ContractTypeSpec,
301
+ } from '@polkadot/types/interfaces/contractsAbi';
302
+ import type {
303
+ FundIndex,
304
+ FundInfo,
305
+ LastContribution,
306
+ TrieIndex,
307
+ } from '@polkadot/types/interfaces/crowdloan';
308
+ import type {
309
+ CollationInfo,
310
+ CollationInfoV1,
311
+ ConfigData,
312
+ MessageId,
313
+ OverweightIndex,
314
+ PageCounter,
315
+ PageIndexData,
316
+ } from '@polkadot/types/interfaces/cumulus';
317
+ import type {
318
+ AccountVote,
319
+ AccountVoteSplit,
320
+ AccountVoteStandard,
321
+ Conviction,
322
+ Delegations,
323
+ PreimageStatus,
324
+ PreimageStatusAvailable,
325
+ PriorLock,
326
+ PropIndex,
327
+ Proposal,
328
+ ProxyState,
329
+ ReferendumIndex,
330
+ ReferendumInfo,
331
+ ReferendumInfoFinished,
332
+ ReferendumInfoTo239,
333
+ ReferendumStatus,
334
+ Tally,
335
+ Voting,
336
+ VotingDelegating,
337
+ VotingDirect,
338
+ VotingDirectVote,
339
+ } from '@polkadot/types/interfaces/democracy';
340
+ import type { BlockStats } from '@polkadot/types/interfaces/dev';
341
+ import type {
342
+ CallDryRunEffects,
343
+ DispatchResultWithPostInfo,
344
+ PostDispatchInfo,
345
+ XcmDryRunApiError,
346
+ XcmDryRunEffects,
347
+ } from '@polkadot/types/interfaces/dryRunApi';
348
+ import type {
349
+ ApprovalFlag,
350
+ DefunctVoter,
351
+ Renouncing,
352
+ SetIndex,
353
+ Vote,
354
+ VoteIndex,
355
+ VoteThreshold,
356
+ VoterInfo,
357
+ } from '@polkadot/types/interfaces/elections';
358
+ import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';
359
+ import type {
360
+ BlockV0,
361
+ BlockV1,
362
+ BlockV2,
363
+ BlockV3,
364
+ EIP1559Transaction,
365
+ EIP2930Transaction,
366
+ EIP7702Transaction,
367
+ EthAccessList,
368
+ EthAccessListItem,
369
+ EthAccount,
370
+ EthAddress,
371
+ EthAuthorizationList,
372
+ EthAuthorizationListItem,
373
+ EthAuthorizationSignature,
374
+ EthBlock,
375
+ EthBloom,
376
+ EthCallRequest,
377
+ EthFeeHistory,
378
+ EthFilter,
379
+ EthFilterAddress,
380
+ EthFilterChanges,
381
+ EthFilterTopic,
382
+ EthFilterTopicEntry,
383
+ EthFilterTopicInner,
384
+ EthHeader,
385
+ EthLegacyTransactionSignature,
386
+ EthLog,
387
+ EthReceipt,
388
+ EthReceiptV0,
389
+ EthReceiptV3,
390
+ EthReceiptV4,
391
+ EthRichBlock,
392
+ EthRichHeader,
393
+ EthStorageProof,
394
+ EthSubKind,
395
+ EthSubParams,
396
+ EthSubResult,
397
+ EthSyncInfo,
398
+ EthSyncStatus,
399
+ EthTransaction,
400
+ EthTransactionAction,
401
+ EthTransactionCondition,
402
+ EthTransactionRequest,
403
+ EthTransactionSignature,
404
+ EthTransactionStatus,
405
+ EthWork,
406
+ EthereumAccountId,
407
+ EthereumAddress,
408
+ EthereumLookupSource,
409
+ EthereumSignature,
410
+ LegacyTransaction,
411
+ TransactionV0,
412
+ TransactionV1,
413
+ TransactionV2,
414
+ TransactionV3,
415
+ } from '@polkadot/types/interfaces/eth';
416
+ import type {
417
+ EvmAccount,
418
+ EvmCallInfo,
419
+ EvmCallInfoV2,
420
+ EvmCreateInfo,
421
+ EvmCreateInfoV2,
422
+ EvmLog,
423
+ EvmVicinity,
424
+ EvmWeightInfo,
425
+ ExitError,
426
+ ExitFatal,
427
+ ExitReason,
428
+ ExitRevert,
429
+ ExitSucceed,
430
+ } from '@polkadot/types/interfaces/evm';
431
+ import type {
432
+ AnySignature,
433
+ EcdsaSignature,
434
+ Ed25519Signature,
435
+ Era,
436
+ Extrinsic,
437
+ ExtrinsicEra,
438
+ ExtrinsicPayload,
439
+ ExtrinsicPayloadUnknown,
440
+ ExtrinsicPayloadV4,
441
+ ExtrinsicPayloadV5,
442
+ ExtrinsicSignature,
443
+ ExtrinsicSignatureV4,
444
+ ExtrinsicSignatureV5,
445
+ ExtrinsicUnknown,
446
+ ExtrinsicV4,
447
+ ExtrinsicV5,
448
+ ImmortalEra,
449
+ MortalEra,
450
+ MultiSignature,
451
+ Signature,
452
+ SignerPayload,
453
+ Sr25519Signature,
454
+ } from '@polkadot/types/interfaces/extrinsics';
455
+ import type { FungiblesAccessError } from '@polkadot/types/interfaces/fungibles';
456
+ import type {
457
+ AssetOptions,
458
+ Owner,
459
+ PermissionLatest,
460
+ PermissionVersions,
461
+ PermissionsV1,
462
+ } from '@polkadot/types/interfaces/genericAsset';
463
+ import type { GenesisBuildErr } from '@polkadot/types/interfaces/genesisBuilder';
464
+ import type {
465
+ ActiveGilt,
466
+ ActiveGiltsTotal,
467
+ ActiveIndex,
468
+ GiltBid,
469
+ } from '@polkadot/types/interfaces/gilt';
470
+ import type {
471
+ AuthorityIndex,
472
+ AuthorityList,
473
+ AuthoritySet,
474
+ AuthoritySetChange,
475
+ AuthoritySetChanges,
476
+ AuthorityWeight,
477
+ DelayKind,
478
+ DelayKindBest,
479
+ EncodedFinalityProofs,
480
+ ForkTreePendingChange,
481
+ ForkTreePendingChangeNode,
482
+ GrandpaCommit,
483
+ GrandpaEquivocation,
484
+ GrandpaEquivocationProof,
485
+ GrandpaEquivocationValue,
486
+ GrandpaJustification,
487
+ GrandpaPrecommit,
488
+ GrandpaPrevote,
489
+ GrandpaSignedPrecommit,
490
+ JustificationNotification,
491
+ KeyOwnerProof,
492
+ NextAuthority,
493
+ PendingChange,
494
+ PendingPause,
495
+ PendingResume,
496
+ Precommits,
497
+ Prevotes,
498
+ ReportedRoundStates,
499
+ RoundState,
500
+ SetId,
501
+ StoredPendingChange,
502
+ StoredState,
503
+ } from '@polkadot/types/interfaces/grandpa';
504
+ import type {
505
+ IdentityFields,
506
+ IdentityInfo,
507
+ IdentityInfoAdditional,
508
+ IdentityInfoTo198,
509
+ IdentityJudgement,
510
+ RegistrarIndex,
511
+ RegistrarInfo,
512
+ Registration,
513
+ RegistrationJudgement,
514
+ RegistrationTo198,
515
+ } from '@polkadot/types/interfaces/identity';
516
+ import type {
517
+ AuthIndex,
518
+ AuthoritySignature,
519
+ Heartbeat,
520
+ HeartbeatTo244,
521
+ OpaqueMultiaddr,
522
+ OpaqueNetworkState,
523
+ OpaquePeerId,
524
+ } from '@polkadot/types/interfaces/imOnline';
525
+ import type { CallIndex, LotteryConfig } from '@polkadot/types/interfaces/lottery';
526
+ import type {
527
+ CustomMetadata15,
528
+ CustomValueMetadata15,
529
+ EnumDeprecationInfoV16,
530
+ ErrorMetadataLatest,
531
+ ErrorMetadataV10,
532
+ ErrorMetadataV11,
533
+ ErrorMetadataV12,
534
+ ErrorMetadataV13,
535
+ ErrorMetadataV14,
536
+ ErrorMetadataV9,
537
+ EventMetadataLatest,
538
+ EventMetadataV10,
539
+ EventMetadataV11,
540
+ EventMetadataV12,
541
+ EventMetadataV13,
542
+ EventMetadataV14,
543
+ EventMetadataV9,
544
+ ExtrinsicMetadataLatest,
545
+ ExtrinsicMetadataV11,
546
+ ExtrinsicMetadataV12,
547
+ ExtrinsicMetadataV13,
548
+ ExtrinsicMetadataV14,
549
+ ExtrinsicMetadataV15,
550
+ ExtrinsicMetadataV16,
551
+ FunctionArgumentMetadataLatest,
552
+ FunctionArgumentMetadataV10,
553
+ FunctionArgumentMetadataV11,
554
+ FunctionArgumentMetadataV12,
555
+ FunctionArgumentMetadataV13,
556
+ FunctionArgumentMetadataV14,
557
+ FunctionArgumentMetadataV9,
558
+ FunctionMetadataLatest,
559
+ FunctionMetadataV10,
560
+ FunctionMetadataV11,
561
+ FunctionMetadataV12,
562
+ FunctionMetadataV13,
563
+ FunctionMetadataV14,
564
+ FunctionMetadataV9,
565
+ ItemDeprecationInfoV16,
566
+ MetadataAll,
567
+ MetadataLatest,
568
+ MetadataV10,
569
+ MetadataV11,
570
+ MetadataV12,
571
+ MetadataV13,
572
+ MetadataV14,
573
+ MetadataV15,
574
+ MetadataV16,
575
+ MetadataV9,
576
+ ModuleConstantMetadataV10,
577
+ ModuleConstantMetadataV11,
578
+ ModuleConstantMetadataV12,
579
+ ModuleConstantMetadataV13,
580
+ ModuleConstantMetadataV9,
581
+ ModuleMetadataV10,
582
+ ModuleMetadataV11,
583
+ ModuleMetadataV12,
584
+ ModuleMetadataV13,
585
+ ModuleMetadataV9,
586
+ OpaqueMetadata,
587
+ OuterEnums15,
588
+ PalletAssociatedTypeMetadataV16,
589
+ PalletCallMetadataLatest,
590
+ PalletCallMetadataV14,
591
+ PalletCallMetadataV16,
592
+ PalletConstantMetadataLatest,
593
+ PalletConstantMetadataV14,
594
+ PalletConstantMetadataV16,
595
+ PalletErrorMetadataLatest,
596
+ PalletErrorMetadataV14,
597
+ PalletErrorMetadataV16,
598
+ PalletEventMetadataLatest,
599
+ PalletEventMetadataV14,
600
+ PalletEventMetadataV16,
601
+ PalletMetadataLatest,
602
+ PalletMetadataV14,
603
+ PalletMetadataV15,
604
+ PalletMetadataV16,
605
+ PalletStorageMetadataLatest,
606
+ PalletStorageMetadataV14,
607
+ PalletStorageMetadataV16,
608
+ PalletViewFunctionMetadataV16,
609
+ PortableType,
610
+ PortableTypeV14,
611
+ RuntimeApiMetadataLatest,
612
+ RuntimeApiMetadataV15,
613
+ RuntimeApiMetadataV16,
614
+ RuntimeApiMethodMetadataV15,
615
+ RuntimeApiMethodMetadataV16,
616
+ RuntimeApiMethodParamMetadataV15,
617
+ SignedExtensionMetadataLatest,
618
+ SignedExtensionMetadataV14,
619
+ StorageEntryMetadataLatest,
620
+ StorageEntryMetadataV10,
621
+ StorageEntryMetadataV11,
622
+ StorageEntryMetadataV12,
623
+ StorageEntryMetadataV13,
624
+ StorageEntryMetadataV14,
625
+ StorageEntryMetadataV16,
626
+ StorageEntryMetadataV9,
627
+ StorageEntryModifierLatest,
628
+ StorageEntryModifierV10,
629
+ StorageEntryModifierV11,
630
+ StorageEntryModifierV12,
631
+ StorageEntryModifierV13,
632
+ StorageEntryModifierV14,
633
+ StorageEntryModifierV9,
634
+ StorageEntryTypeLatest,
635
+ StorageEntryTypeV10,
636
+ StorageEntryTypeV11,
637
+ StorageEntryTypeV12,
638
+ StorageEntryTypeV13,
639
+ StorageEntryTypeV14,
640
+ StorageEntryTypeV9,
641
+ StorageHasher,
642
+ StorageHasherV10,
643
+ StorageHasherV11,
644
+ StorageHasherV12,
645
+ StorageHasherV13,
646
+ StorageHasherV14,
647
+ StorageHasherV9,
648
+ StorageMetadataV10,
649
+ StorageMetadataV11,
650
+ StorageMetadataV12,
651
+ StorageMetadataV13,
652
+ StorageMetadataV9,
653
+ TransactionExtensionMetadataLatest,
654
+ TransactionExtensionMetadataV16,
655
+ VariantDeprecationInfoV16,
656
+ } from '@polkadot/types/interfaces/metadata';
657
+ import type {
658
+ Mixnode,
659
+ MixnodesErr,
660
+ SessionPhase,
661
+ SessionStatus,
662
+ } from '@polkadot/types/interfaces/mixnet';
663
+ import type {
664
+ MmrBatchProof,
665
+ MmrEncodableOpaqueLeaf,
666
+ MmrError,
667
+ MmrHash,
668
+ MmrLeafBatchProof,
669
+ MmrLeafIndex,
670
+ MmrLeafProof,
671
+ MmrNodeIndex,
672
+ MmrProof,
673
+ } from '@polkadot/types/interfaces/mmr';
674
+ import type { NftCollectionId, NftItemId } from '@polkadot/types/interfaces/nfts';
675
+ import type { NpApiError, NpPoolId } from '@polkadot/types/interfaces/nompools';
676
+ import type { StorageKind } from '@polkadot/types/interfaces/offchain';
677
+ import type {
678
+ DeferredOffenceOf,
679
+ Kind,
680
+ OffenceDetails,
681
+ Offender,
682
+ OpaqueTimeSlot,
683
+ ReportIdOf,
684
+ Reporter,
685
+ } from '@polkadot/types/interfaces/offences';
686
+ import type {
687
+ AbridgedCandidateReceipt,
688
+ AbridgedHostConfiguration,
689
+ AbridgedHrmpChannel,
690
+ ApprovalVotingParams,
691
+ AssignmentId,
692
+ AssignmentKind,
693
+ AsyncBackingParams,
694
+ AttestedCandidate,
695
+ AuctionIndex,
696
+ AuthorityDiscoveryId,
697
+ AvailabilityBitfield,
698
+ AvailabilityBitfieldRecord,
699
+ BackedCandidate,
700
+ BackingState,
701
+ Bidder,
702
+ BufferedSessionChange,
703
+ CandidateCommitments,
704
+ CandidateDescriptor,
705
+ CandidateEvent,
706
+ CandidateHash,
707
+ CandidateInfo,
708
+ CandidatePendingAvailability,
709
+ CandidateReceipt,
710
+ CollatorId,
711
+ CollatorSignature,
712
+ CommittedCandidateReceipt,
713
+ Constraints,
714
+ CoreAssignment,
715
+ CoreIndex,
716
+ CoreOccupied,
717
+ CoreState,
718
+ DisputeLocation,
719
+ DisputeProof,
720
+ DisputeResult,
721
+ DisputeState,
722
+ DisputeStatement,
723
+ DisputeStatementSet,
724
+ DisputesTimeSlot,
725
+ DoubleVoteReport,
726
+ DownwardMessage,
727
+ ExecutorParam,
728
+ ExecutorParams,
729
+ ExecutorParamsHash,
730
+ ExplicitDisputeStatement,
731
+ GlobalValidationData,
732
+ GlobalValidationSchedule,
733
+ GroupIndex,
734
+ GroupRotationInfo,
735
+ HeadData,
736
+ HostConfiguration,
737
+ HrmpChannel,
738
+ HrmpChannelId,
739
+ HrmpOpenChannelRequest,
740
+ InboundDownwardMessage,
741
+ InboundHrmpLimitations,
742
+ InboundHrmpMessage,
743
+ InboundHrmpMessages,
744
+ IncomingParachain,
745
+ IncomingParachainDeploy,
746
+ IncomingParachainFixed,
747
+ InvalidDisputeStatementKind,
748
+ LeasePeriod,
749
+ LeasePeriodOf,
750
+ LocalValidationData,
751
+ MessageIngestionType,
752
+ MessageQueueChain,
753
+ MessagingStateSnapshot,
754
+ MessagingStateSnapshotEgressEntry,
755
+ MultiDisputeStatementSet,
756
+ NewBidder,
757
+ NodeFeatures,
758
+ OccupiedCore,
759
+ OccupiedCoreAssumption,
760
+ OldV1SessionInfo,
761
+ OutboundHrmpChannelLimitations,
762
+ OutboundHrmpMessage,
763
+ ParaGenesisArgs,
764
+ ParaId,
765
+ ParaInfo,
766
+ ParaLifecycle,
767
+ ParaPastCodeMeta,
768
+ ParaScheduling,
769
+ ParaValidatorIndex,
770
+ ParachainDispatchOrigin,
771
+ ParachainInherentData,
772
+ ParachainProposal,
773
+ ParachainsInherentData,
774
+ ParathreadClaim,
775
+ ParathreadClaimQueue,
776
+ ParathreadEntry,
777
+ PendingSlashes,
778
+ PersistedValidationData,
779
+ PvfCheckStatement,
780
+ PvfExecTimeoutKind,
781
+ PvfPrepTimeoutKind,
782
+ QueuedParathread,
783
+ RegisteredParachainInfo,
784
+ RelayBlockNumber,
785
+ RelayChainBlockNumber,
786
+ RelayChainHash,
787
+ RelayHash,
788
+ Remark,
789
+ ReplacementTimes,
790
+ Retriable,
791
+ ScheduledCore,
792
+ Scheduling,
793
+ ScrapedOnChainVotes,
794
+ ServiceQuality,
795
+ SessionInfo,
796
+ SessionInfoValidatorGroup,
797
+ SignedAvailabilityBitfield,
798
+ SignedAvailabilityBitfields,
799
+ SigningContext,
800
+ SlashingOffenceKind,
801
+ SlotRange,
802
+ SlotRange10,
803
+ Statement,
804
+ SubId,
805
+ SystemInherentData,
806
+ TransientValidationData,
807
+ UpgradeGoAhead,
808
+ UpgradeRestriction,
809
+ UpwardMessage,
810
+ ValidDisputeStatementKind,
811
+ ValidationCode,
812
+ ValidationCodeHash,
813
+ ValidationData,
814
+ ValidationDataType,
815
+ ValidationFunctionParams,
816
+ ValidatorSignature,
817
+ ValidityAttestation,
818
+ VecInboundHrmpMessage,
819
+ WinnersData,
820
+ WinnersData10,
821
+ WinnersDataTuple,
822
+ WinnersDataTuple10,
823
+ WinningData,
824
+ WinningData10,
825
+ WinningDataEntry,
826
+ } from '@polkadot/types/interfaces/parachains';
827
+ import type {
828
+ FeeDetails,
829
+ InclusionFee,
830
+ RuntimeDispatchInfo,
831
+ RuntimeDispatchInfoV1,
832
+ RuntimeDispatchInfoV2,
833
+ } from '@polkadot/types/interfaces/payment';
834
+ import type { Approvals } from '@polkadot/types/interfaces/poll';
835
+ import type {
836
+ ProxyAnnouncement,
837
+ ProxyDefinition,
838
+ ProxyType,
839
+ } from '@polkadot/types/interfaces/proxy';
840
+ import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';
841
+ import type { ActiveRecovery, RecoveryConfig } from '@polkadot/types/interfaces/recovery';
842
+ import type { RpcMethods } from '@polkadot/types/interfaces/rpc';
843
+ import type {
844
+ AccountId,
845
+ AccountId20,
846
+ AccountId32,
847
+ AccountId33,
848
+ AccountIdOf,
849
+ AccountIndex,
850
+ Address,
851
+ AssetId,
852
+ Balance,
853
+ BalanceOf,
854
+ Block,
855
+ BlockNumber,
856
+ BlockNumberFor,
857
+ BlockNumberOf,
858
+ Call,
859
+ CallHash,
860
+ CallHashOf,
861
+ ChangesTrieConfiguration,
862
+ ChangesTrieSignal,
863
+ CodecHash,
864
+ Consensus,
865
+ ConsensusEngineId,
866
+ CrateVersion,
867
+ Digest,
868
+ DigestItem,
869
+ EncodedJustification,
870
+ ExtrinsicInclusionMode,
871
+ ExtrinsicsWeight,
872
+ Fixed128,
873
+ Fixed64,
874
+ FixedI128,
875
+ FixedI64,
876
+ FixedU128,
877
+ FixedU64,
878
+ H1024,
879
+ H128,
880
+ H160,
881
+ H2048,
882
+ H256,
883
+ H32,
884
+ H512,
885
+ H64,
886
+ Hash,
887
+ Header,
888
+ HeaderPartial,
889
+ I32F32,
890
+ Index,
891
+ IndicesLookupSource,
892
+ Justification,
893
+ Justifications,
894
+ KeyTypeId,
895
+ KeyValue,
896
+ LockIdentifier,
897
+ LookupSource,
898
+ LookupTarget,
899
+ ModuleId,
900
+ Moment,
901
+ MultiAddress,
902
+ MultiSigner,
903
+ OpaqueCall,
904
+ Origin,
905
+ OriginCaller,
906
+ PalletId,
907
+ PalletVersion,
908
+ PalletsOrigin,
909
+ Pays,
910
+ PerU16,
911
+ Perbill,
912
+ Percent,
913
+ Permill,
914
+ Perquintill,
915
+ Phantom,
916
+ PhantomData,
917
+ PreRuntime,
918
+ Releases,
919
+ RuntimeCall,
920
+ RuntimeDbWeight,
921
+ RuntimeEvent,
922
+ Seal,
923
+ SealV0,
924
+ SignedBlock,
925
+ SignedBlockWithJustification,
926
+ SignedBlockWithJustifications,
927
+ Slot,
928
+ SlotDuration,
929
+ StorageData,
930
+ StorageInfo,
931
+ StorageProof,
932
+ TransactionInfo,
933
+ TransactionLongevity,
934
+ TransactionPriority,
935
+ TransactionStorageProof,
936
+ TransactionTag,
937
+ U32F32,
938
+ ValidatorId,
939
+ ValidatorIdOf,
940
+ Weight,
941
+ WeightMultiplier,
942
+ WeightV0,
943
+ WeightV1,
944
+ WeightV2,
945
+ } from '@polkadot/types/interfaces/runtime';
946
+ import type {
947
+ Si0Field,
948
+ Si0LookupTypeId,
949
+ Si0Path,
950
+ Si0Type,
951
+ Si0TypeDef,
952
+ Si0TypeDefArray,
953
+ Si0TypeDefBitSequence,
954
+ Si0TypeDefCompact,
955
+ Si0TypeDefComposite,
956
+ Si0TypeDefPhantom,
957
+ Si0TypeDefPrimitive,
958
+ Si0TypeDefSequence,
959
+ Si0TypeDefTuple,
960
+ Si0TypeDefVariant,
961
+ Si0TypeParameter,
962
+ Si0Variant,
963
+ Si1Field,
964
+ Si1LookupTypeId,
965
+ Si1Path,
966
+ Si1Type,
967
+ Si1TypeDef,
968
+ Si1TypeDefArray,
969
+ Si1TypeDefBitSequence,
970
+ Si1TypeDefCompact,
971
+ Si1TypeDefComposite,
972
+ Si1TypeDefPrimitive,
973
+ Si1TypeDefSequence,
974
+ Si1TypeDefTuple,
975
+ Si1TypeDefVariant,
976
+ Si1TypeParameter,
977
+ Si1Variant,
978
+ SiField,
979
+ SiLookupTypeId,
980
+ SiPath,
981
+ SiType,
982
+ SiTypeDef,
983
+ SiTypeDefArray,
984
+ SiTypeDefBitSequence,
985
+ SiTypeDefCompact,
986
+ SiTypeDefComposite,
987
+ SiTypeDefPrimitive,
988
+ SiTypeDefSequence,
989
+ SiTypeDefTuple,
990
+ SiTypeDefVariant,
991
+ SiTypeParameter,
992
+ SiVariant,
993
+ } from '@polkadot/types/interfaces/scaleInfo';
994
+ import type {
995
+ Period,
996
+ Priority,
997
+ SchedulePeriod,
998
+ SchedulePriority,
999
+ Scheduled,
1000
+ ScheduledTo254,
1001
+ TaskAddress,
1002
+ } from '@polkadot/types/interfaces/scheduler';
1003
+ import type {
1004
+ BeefyKey,
1005
+ FullIdentification,
1006
+ IdentificationTuple,
1007
+ Keys,
1008
+ MembershipProof,
1009
+ SessionIndex,
1010
+ SessionKeys1,
1011
+ SessionKeys10,
1012
+ SessionKeys10B,
1013
+ SessionKeys2,
1014
+ SessionKeys3,
1015
+ SessionKeys4,
1016
+ SessionKeys5,
1017
+ SessionKeys6,
1018
+ SessionKeys6B,
1019
+ SessionKeys7,
1020
+ SessionKeys7B,
1021
+ SessionKeys8,
1022
+ SessionKeys8B,
1023
+ SessionKeys9,
1024
+ SessionKeys9B,
1025
+ ValidatorCount,
1026
+ } from '@polkadot/types/interfaces/session';
1027
+ import type {
1028
+ Bid,
1029
+ BidKind,
1030
+ SocietyJudgement,
1031
+ SocietyVote,
1032
+ StrikeCount,
1033
+ VouchingStatus,
1034
+ } from '@polkadot/types/interfaces/society';
1035
+ import type {
1036
+ ActiveEraInfo,
1037
+ CompactAssignments,
1038
+ CompactAssignmentsTo257,
1039
+ CompactAssignmentsTo265,
1040
+ CompactAssignmentsWith16,
1041
+ CompactAssignmentsWith24,
1042
+ CompactScore,
1043
+ CompactScoreCompact,
1044
+ ElectionCompute,
1045
+ ElectionPhase,
1046
+ ElectionResult,
1047
+ ElectionResultToSpec10,
1048
+ ElectionScore,
1049
+ ElectionSize,
1050
+ ElectionStatus,
1051
+ EraIndex,
1052
+ EraPoints,
1053
+ EraRewardPoints,
1054
+ EraRewards,
1055
+ Exposure,
1056
+ ExtendedBalance,
1057
+ Forcing,
1058
+ IndividualExposure,
1059
+ KeyType,
1060
+ MomentOf,
1061
+ Nominations,
1062
+ NominatorIndex,
1063
+ NominatorIndexCompact,
1064
+ OffchainAccuracy,
1065
+ OffchainAccuracyCompact,
1066
+ PhragmenScore,
1067
+ Points,
1068
+ RawSolution,
1069
+ RawSolutionTo265,
1070
+ RawSolutionWith16,
1071
+ RawSolutionWith24,
1072
+ ReadySolution,
1073
+ RewardDestination,
1074
+ RewardPoint,
1075
+ RoundSnapshot,
1076
+ SeatHolder,
1077
+ SignedSubmission,
1078
+ SignedSubmissionOf,
1079
+ SignedSubmissionTo276,
1080
+ SlashJournalEntry,
1081
+ SlashingSpans,
1082
+ SlashingSpansTo204,
1083
+ SolutionOrSnapshotSize,
1084
+ SolutionSupport,
1085
+ SolutionSupports,
1086
+ SpanIndex,
1087
+ SpanRecord,
1088
+ StakingLedger,
1089
+ StakingLedgerTo223,
1090
+ StakingLedgerTo240,
1091
+ SubmissionIndicesOf,
1092
+ Supports,
1093
+ UnappliedSlash,
1094
+ UnappliedSlashOther,
1095
+ UnlockChunk,
1096
+ ValidatorIndex,
1097
+ ValidatorIndexCompact,
1098
+ ValidatorPrefs,
1099
+ ValidatorPrefsTo145,
1100
+ ValidatorPrefsTo196,
1101
+ ValidatorPrefsWithBlocked,
1102
+ ValidatorPrefsWithCommission,
1103
+ VoteWeight,
1104
+ Voter,
1105
+ } from '@polkadot/types/interfaces/staking';
1106
+ import type {
1107
+ ApiId,
1108
+ BlockTrace,
1109
+ BlockTraceEvent,
1110
+ BlockTraceEventData,
1111
+ BlockTraceSpan,
1112
+ KeyValueOption,
1113
+ MigrationStatusResult,
1114
+ ReadProof,
1115
+ RuntimeVersion,
1116
+ RuntimeVersionApi,
1117
+ RuntimeVersionPartial,
1118
+ RuntimeVersionPre3,
1119
+ RuntimeVersionPre4,
1120
+ SpecVersion,
1121
+ StorageChangeSet,
1122
+ TraceBlockResponse,
1123
+ TraceError,
1124
+ } from '@polkadot/types/interfaces/state';
1125
+ import type {
1126
+ StatementStoreInvalidStatement,
1127
+ StatementStoreStatementSource,
1128
+ StatementStoreValidStatement,
1129
+ } from '@polkadot/types/interfaces/statement';
1130
+ import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';
1131
+ import type {
1132
+ AccountInfo,
1133
+ AccountInfoWithDualRefCount,
1134
+ AccountInfoWithProviders,
1135
+ AccountInfoWithRefCount,
1136
+ AccountInfoWithRefCountU8,
1137
+ AccountInfoWithTripleRefCount,
1138
+ ApplyExtrinsicResult,
1139
+ ApplyExtrinsicResultPre6,
1140
+ ArithmeticError,
1141
+ BlockLength,
1142
+ BlockWeights,
1143
+ ChainProperties,
1144
+ ChainType,
1145
+ ConsumedWeight,
1146
+ DigestOf,
1147
+ DispatchClass,
1148
+ DispatchError,
1149
+ DispatchErrorModule,
1150
+ DispatchErrorModulePre6,
1151
+ DispatchErrorModuleU8,
1152
+ DispatchErrorModuleU8a,
1153
+ DispatchErrorPre6,
1154
+ DispatchErrorPre6First,
1155
+ DispatchErrorTo198,
1156
+ DispatchInfo,
1157
+ DispatchInfoTo190,
1158
+ DispatchInfoTo244,
1159
+ DispatchOutcome,
1160
+ DispatchOutcomePre6,
1161
+ DispatchResult,
1162
+ DispatchResultOf,
1163
+ DispatchResultTo198,
1164
+ Event,
1165
+ EventId,
1166
+ EventIndex,
1167
+ EventRecord,
1168
+ Health,
1169
+ InvalidTransaction,
1170
+ Key,
1171
+ LastRuntimeUpgradeInfo,
1172
+ NetworkState,
1173
+ NetworkStatePeerset,
1174
+ NetworkStatePeersetInfo,
1175
+ NodeRole,
1176
+ NotConnectedPeer,
1177
+ Peer,
1178
+ PeerEndpoint,
1179
+ PeerEndpointAddr,
1180
+ PeerInfo,
1181
+ PeerPing,
1182
+ PerDispatchClassU32,
1183
+ PerDispatchClassWeight,
1184
+ PerDispatchClassWeightsPerClass,
1185
+ Phase,
1186
+ RawOrigin,
1187
+ RefCount,
1188
+ RefCountTo259,
1189
+ SyncState,
1190
+ SystemOrigin,
1191
+ TokenError,
1192
+ TransactionValidityError,
1193
+ TransactionalError,
1194
+ UnknownTransaction,
1195
+ WeightPerClass,
1196
+ } from '@polkadot/types/interfaces/system';
1197
+ import type {
1198
+ Bounty,
1199
+ BountyIndex,
1200
+ BountyStatus,
1201
+ BountyStatusActive,
1202
+ BountyStatusCuratorProposed,
1203
+ BountyStatusPendingPayout,
1204
+ OpenTip,
1205
+ OpenTipFinderTo225,
1206
+ OpenTipTip,
1207
+ OpenTipTo225,
1208
+ TreasuryProposal,
1209
+ } from '@polkadot/types/interfaces/treasury';
1210
+ import type { Multiplier } from '@polkadot/types/interfaces/txpayment';
1211
+ import type {
1212
+ TransactionSource,
1213
+ TransactionValidity,
1214
+ ValidTransaction,
1215
+ } from '@polkadot/types/interfaces/txqueue';
1216
+ import type {
1217
+ ClassDetails,
1218
+ ClassId,
1219
+ ClassMetadata,
1220
+ DepositBalance,
1221
+ DepositBalanceOf,
1222
+ DestroyWitness,
1223
+ InstanceDetails,
1224
+ InstanceId,
1225
+ InstanceMetadata,
1226
+ } from '@polkadot/types/interfaces/uniques';
1227
+ import type { Multisig, Timepoint } from '@polkadot/types/interfaces/utility';
1228
+ import type { VestingInfo } from '@polkadot/types/interfaces/vesting';
1229
+ import type {
1230
+ AssetIdV2,
1231
+ AssetIdV3,
1232
+ AssetIdV4,
1233
+ AssetIdV5,
1234
+ AssetInstance,
1235
+ AssetInstanceV0,
1236
+ AssetInstanceV1,
1237
+ AssetInstanceV2,
1238
+ AssetInstanceV3,
1239
+ AssetInstanceV4,
1240
+ AssetInstanceV5,
1241
+ BodyId,
1242
+ BodyIdV2,
1243
+ BodyIdV3,
1244
+ BodyPart,
1245
+ BodyPartV2,
1246
+ BodyPartV3,
1247
+ DoubleEncodedCall,
1248
+ Fungibility,
1249
+ FungibilityV0,
1250
+ FungibilityV1,
1251
+ FungibilityV2,
1252
+ FungibilityV3,
1253
+ FungibilityV4,
1254
+ FungibilityV5,
1255
+ HintV5,
1256
+ InboundStatus,
1257
+ InstructionV2,
1258
+ InstructionV3,
1259
+ InstructionV4,
1260
+ InstructionV5,
1261
+ InteriorMultiLocation,
1262
+ InteriorMultiLocationV2,
1263
+ InteriorMultiLocationV3,
1264
+ InteriorMultiLocationV5,
1265
+ Junction,
1266
+ JunctionV0,
1267
+ JunctionV1,
1268
+ JunctionV2,
1269
+ JunctionV3,
1270
+ JunctionV4,
1271
+ JunctionV5,
1272
+ Junctions,
1273
+ JunctionsV1,
1274
+ JunctionsV2,
1275
+ JunctionsV3,
1276
+ JunctionsV4,
1277
+ JunctionsV5,
1278
+ MaxPalletNameLen,
1279
+ MaxPalletsInfo,
1280
+ MaybeErrorCodeV3,
1281
+ MultiAsset,
1282
+ MultiAssetFilter,
1283
+ MultiAssetFilterV1,
1284
+ MultiAssetFilterV2,
1285
+ MultiAssetFilterV3,
1286
+ MultiAssetFilterV4,
1287
+ MultiAssetFilterV5,
1288
+ MultiAssetTransferFilterV5,
1289
+ MultiAssetV0,
1290
+ MultiAssetV1,
1291
+ MultiAssetV2,
1292
+ MultiAssetV3,
1293
+ MultiAssetV4,
1294
+ MultiAssetV5,
1295
+ MultiAssets,
1296
+ MultiAssetsV1,
1297
+ MultiAssetsV2,
1298
+ MultiAssetsV3,
1299
+ MultiAssetsV4,
1300
+ MultiAssetsV5,
1301
+ MultiLocation,
1302
+ MultiLocationV0,
1303
+ MultiLocationV1,
1304
+ MultiLocationV2,
1305
+ MultiLocationV3,
1306
+ MultiLocationV4,
1307
+ MultiLocationV5,
1308
+ NetworkId,
1309
+ NetworkIdV2,
1310
+ NetworkIdV3,
1311
+ NetworkIdV4,
1312
+ NetworkIdV5,
1313
+ OriginKindV0,
1314
+ OriginKindV1,
1315
+ OriginKindV2,
1316
+ OriginKindV3,
1317
+ OriginKindV4,
1318
+ OutboundStatus,
1319
+ Outcome,
1320
+ OutcomeV4,
1321
+ PalletInfoV3,
1322
+ PalletInfoV4,
1323
+ PalletInfoV5,
1324
+ QueryId,
1325
+ QueryResponseInfoV3,
1326
+ QueryResponseInfoV4,
1327
+ QueryResponseInfoV5,
1328
+ QueryStatus,
1329
+ QueueConfigData,
1330
+ Response,
1331
+ ResponseV0,
1332
+ ResponseV1,
1333
+ ResponseV2,
1334
+ ResponseV2Error,
1335
+ ResponseV3,
1336
+ ResponseV3Error,
1337
+ ResponseV3Result,
1338
+ ResponseV4,
1339
+ ResponseV5,
1340
+ UncheckedFungibilityV4,
1341
+ UncheckedFungibilityV5,
1342
+ VersionMigrationStage,
1343
+ VersionV3,
1344
+ VersionV4,
1345
+ VersionedMultiAsset,
1346
+ VersionedMultiAssets,
1347
+ VersionedMultiLocation,
1348
+ VersionedResponse,
1349
+ VersionedXcm,
1350
+ WeightLimitV2,
1351
+ WeightLimitV3,
1352
+ WildFungibility,
1353
+ WildFungibilityV0,
1354
+ WildFungibilityV1,
1355
+ WildFungibilityV2,
1356
+ WildFungibilityV3,
1357
+ WildFungibilityV4,
1358
+ WildFungibilityV5,
1359
+ WildMultiAsset,
1360
+ WildMultiAssetV1,
1361
+ WildMultiAssetV2,
1362
+ WildMultiAssetV3,
1363
+ WildMultiAssetV4,
1364
+ WildMultiAssetV5,
1365
+ Xcm,
1366
+ XcmAssetId,
1367
+ XcmError,
1368
+ XcmErrorV0,
1369
+ XcmErrorV1,
1370
+ XcmErrorV2,
1371
+ XcmErrorV3,
1372
+ XcmErrorV4,
1373
+ XcmErrorV5,
1374
+ XcmOrderV0,
1375
+ XcmOrderV1,
1376
+ XcmOrigin,
1377
+ XcmOriginKind,
1378
+ XcmV0,
1379
+ XcmV1,
1380
+ XcmV2,
1381
+ XcmV3,
1382
+ XcmV4,
1383
+ XcmV5,
1384
+ XcmVersion,
1385
+ XcmpMessageFormat,
1386
+ } from '@polkadot/types/interfaces/xcm';
1387
+ import type { XcmPaymentApiError } from '@polkadot/types/interfaces/xcmPaymentApi';
1388
+ import type { Error } from '@polkadot/types/interfaces/xcmRuntimeApi';
1389
+
1390
+ declare module '@polkadot/types/types/registry' {
1391
+ interface InterfaceTypes {
1392
+ AbridgedCandidateReceipt: AbridgedCandidateReceipt;
1393
+ AbridgedHostConfiguration: AbridgedHostConfiguration;
1394
+ AbridgedHrmpChannel: AbridgedHrmpChannel;
1395
+ AccountData: AccountData;
1396
+ AccountId: AccountId;
1397
+ AccountId20: AccountId20;
1398
+ AccountId32: AccountId32;
1399
+ AccountId33: AccountId33;
1400
+ AccountIdOf: AccountIdOf;
1401
+ AccountIndex: AccountIndex;
1402
+ AccountInfo: AccountInfo;
1403
+ AccountInfoWithDualRefCount: AccountInfoWithDualRefCount;
1404
+ AccountInfoWithProviders: AccountInfoWithProviders;
1405
+ AccountInfoWithRefCount: AccountInfoWithRefCount;
1406
+ AccountInfoWithRefCountU8: AccountInfoWithRefCountU8;
1407
+ AccountInfoWithTripleRefCount: AccountInfoWithTripleRefCount;
1408
+ AccountStatus: AccountStatus;
1409
+ AccountValidity: AccountValidity;
1410
+ AccountVote: AccountVote;
1411
+ AccountVoteSplit: AccountVoteSplit;
1412
+ AccountVoteStandard: AccountVoteStandard;
1413
+ ActiveEraInfo: ActiveEraInfo;
1414
+ ActiveGilt: ActiveGilt;
1415
+ ActiveGiltsTotal: ActiveGiltsTotal;
1416
+ ActiveIndex: ActiveIndex;
1417
+ ActiveRecovery: ActiveRecovery;
1418
+ Address: Address;
1419
+ AliveContractInfo: AliveContractInfo;
1420
+ AllowedSlots: AllowedSlots;
1421
+ AnySignature: AnySignature;
1422
+ ApiId: ApiId;
1423
+ ApplyExtrinsicResult: ApplyExtrinsicResult;
1424
+ ApplyExtrinsicResultPre6: ApplyExtrinsicResultPre6;
1425
+ ApprovalFlag: ApprovalFlag;
1426
+ Approvals: Approvals;
1427
+ ApprovalVotingParams: ApprovalVotingParams;
1428
+ ArgonPrimitivesEthereumEthereumCombinedReceiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
1429
+ ArgonPrimitivesEthereumEthereumExecutionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
1430
+ ArgonPrimitivesEthereumEthereumExecutionHeader: ArgonPrimitivesEthereumEthereumExecutionHeader;
1431
+ ArgonPrimitivesEthereumEthereumLog: ArgonPrimitivesEthereumEthereumLog;
1432
+ ArgonPrimitivesEthereumEthereumProof: ArgonPrimitivesEthereumEthereumProof;
1433
+ ArgonPrimitivesEthereumEthereumReceiptLog: ArgonPrimitivesEthereumEthereumReceiptLog;
1434
+ ArgonPrimitivesEthereumEthereumReceiptProofReceipt: ArgonPrimitivesEthereumEthereumReceiptProofReceipt;
1435
+ ArgonPrimitivesEthereumEthereumVerifyError: ArgonPrimitivesEthereumEthereumVerifyError;
1436
+ ArithmeticError: ArithmeticError;
1437
+ AssetApproval: AssetApproval;
1438
+ AssetApprovalKey: AssetApprovalKey;
1439
+ AssetBalance: AssetBalance;
1440
+ AssetDestroyWitness: AssetDestroyWitness;
1441
+ AssetDetails: AssetDetails;
1442
+ AssetId: AssetId;
1443
+ AssetIdV2: AssetIdV2;
1444
+ AssetIdV3: AssetIdV3;
1445
+ AssetIdV4: AssetIdV4;
1446
+ AssetIdV5: AssetIdV5;
1447
+ AssetInstance: AssetInstance;
1448
+ AssetInstanceV0: AssetInstanceV0;
1449
+ AssetInstanceV1: AssetInstanceV1;
1450
+ AssetInstanceV2: AssetInstanceV2;
1451
+ AssetInstanceV3: AssetInstanceV3;
1452
+ AssetInstanceV4: AssetInstanceV4;
1453
+ AssetInstanceV5: AssetInstanceV5;
1454
+ AssetMetadata: AssetMetadata;
1455
+ AssetOptions: AssetOptions;
1456
+ AssignmentId: AssignmentId;
1457
+ AssignmentKind: AssignmentKind;
1458
+ AsyncBackingParams: AsyncBackingParams;
1459
+ AttestedCandidate: AttestedCandidate;
1460
+ AuctionIndex: AuctionIndex;
1461
+ AuthIndex: AuthIndex;
1462
+ AuthorityDiscoveryId: AuthorityDiscoveryId;
1463
+ AuthorityId: AuthorityId;
1464
+ AuthorityIndex: AuthorityIndex;
1465
+ AuthorityList: AuthorityList;
1466
+ AuthoritySet: AuthoritySet;
1467
+ AuthoritySetChange: AuthoritySetChange;
1468
+ AuthoritySetChanges: AuthoritySetChanges;
1469
+ AuthoritySignature: AuthoritySignature;
1470
+ AuthorityWeight: AuthorityWeight;
1471
+ AvailabilityBitfield: AvailabilityBitfield;
1472
+ AvailabilityBitfieldRecord: AvailabilityBitfieldRecord;
1473
+ BabeAuthorityWeight: BabeAuthorityWeight;
1474
+ BabeBlockWeight: BabeBlockWeight;
1475
+ BabeEpochConfiguration: BabeEpochConfiguration;
1476
+ BabeEquivocationProof: BabeEquivocationProof;
1477
+ BabeGenesisConfiguration: BabeGenesisConfiguration;
1478
+ BabeGenesisConfigurationV1: BabeGenesisConfigurationV1;
1479
+ BabeWeight: BabeWeight;
1480
+ BackedCandidate: BackedCandidate;
1481
+ BackingState: BackingState;
1482
+ Balance: Balance;
1483
+ BalanceLock: BalanceLock;
1484
+ BalanceLockTo212: BalanceLockTo212;
1485
+ BalanceOf: BalanceOf;
1486
+ BalanceStatus: BalanceStatus;
1487
+ BeefyAuthoritySet: BeefyAuthoritySet;
1488
+ BeefyCommitment: BeefyCommitment;
1489
+ BeefyCompactSignedCommitment: BeefyCompactSignedCommitment;
1490
+ BeefyEquivocationProof: BeefyEquivocationProof;
1491
+ BeefyId: BeefyId;
1492
+ BeefyKey: BeefyKey;
1493
+ BeefyNextAuthoritySet: BeefyNextAuthoritySet;
1494
+ BeefyPayload: BeefyPayload;
1495
+ BeefyPayloadId: BeefyPayloadId;
1496
+ BeefySignedCommitment: BeefySignedCommitment;
1497
+ BeefyVersionedFinalityProof: BeefyVersionedFinalityProof;
1498
+ BeefyVoteMessage: BeefyVoteMessage;
1499
+ BenchmarkBatch: BenchmarkBatch;
1500
+ BenchmarkConfig: BenchmarkConfig;
1501
+ BenchmarkList: BenchmarkList;
1502
+ BenchmarkMetadata: BenchmarkMetadata;
1503
+ BenchmarkParameter: BenchmarkParameter;
1504
+ BenchmarkResult: BenchmarkResult;
1505
+ Bid: Bid;
1506
+ Bidder: Bidder;
1507
+ BidKind: BidKind;
1508
+ BitVec: BitVec;
1509
+ Block: Block;
1510
+ BlockAttestations: BlockAttestations;
1511
+ BlockHash: BlockHash;
1512
+ BlockLength: BlockLength;
1513
+ BlockNumber: BlockNumber;
1514
+ BlockNumberFor: BlockNumberFor;
1515
+ BlockNumberOf: BlockNumberOf;
1516
+ BlockStats: BlockStats;
1517
+ BlockTrace: BlockTrace;
1518
+ BlockTraceEvent: BlockTraceEvent;
1519
+ BlockTraceEventData: BlockTraceEventData;
1520
+ BlockTraceSpan: BlockTraceSpan;
1521
+ BlockV0: BlockV0;
1522
+ BlockV1: BlockV1;
1523
+ BlockV2: BlockV2;
1524
+ BlockV3: BlockV3;
1525
+ BlockWeights: BlockWeights;
1526
+ BodyId: BodyId;
1527
+ BodyIdV2: BodyIdV2;
1528
+ BodyIdV3: BodyIdV3;
1529
+ BodyPart: BodyPart;
1530
+ BodyPartV2: BodyPartV2;
1531
+ BodyPartV3: BodyPartV3;
1532
+ bool: bool;
1533
+ Bool: Bool;
1534
+ Bounty: Bounty;
1535
+ BountyIndex: BountyIndex;
1536
+ BountyStatus: BountyStatus;
1537
+ BountyStatusActive: BountyStatusActive;
1538
+ BountyStatusCuratorProposed: BountyStatusCuratorProposed;
1539
+ BountyStatusPendingPayout: BountyStatusPendingPayout;
1540
+ BridgedBlockHash: BridgedBlockHash;
1541
+ BridgedBlockNumber: BridgedBlockNumber;
1542
+ BridgedHeader: BridgedHeader;
1543
+ BridgeMessageId: BridgeMessageId;
1544
+ BufferedSessionChange: BufferedSessionChange;
1545
+ Bytes: Bytes;
1546
+ Call: Call;
1547
+ CallDryRunEffects: CallDryRunEffects;
1548
+ CallHash: CallHash;
1549
+ CallHashOf: CallHashOf;
1550
+ CallIndex: CallIndex;
1551
+ CallOrigin: CallOrigin;
1552
+ CandidateCommitments: CandidateCommitments;
1553
+ CandidateDescriptor: CandidateDescriptor;
1554
+ CandidateEvent: CandidateEvent;
1555
+ CandidateHash: CandidateHash;
1556
+ CandidateInfo: CandidateInfo;
1557
+ CandidatePendingAvailability: CandidatePendingAvailability;
1558
+ CandidateReceipt: CandidateReceipt;
1559
+ ChainId: ChainId;
1560
+ ChainProperties: ChainProperties;
1561
+ ChainType: ChainType;
1562
+ ChangesTrieConfiguration: ChangesTrieConfiguration;
1563
+ ChangesTrieSignal: ChangesTrieSignal;
1564
+ CheckInherentsResult: CheckInherentsResult;
1565
+ ClassDetails: ClassDetails;
1566
+ ClassId: ClassId;
1567
+ ClassMetadata: ClassMetadata;
1568
+ CodecHash: CodecHash;
1569
+ CodeHash: CodeHash;
1570
+ CodeSource: CodeSource;
1571
+ CodeUploadRequest: CodeUploadRequest;
1572
+ CodeUploadResult: CodeUploadResult;
1573
+ CodeUploadResultValue: CodeUploadResultValue;
1574
+ CollationInfo: CollationInfo;
1575
+ CollationInfoV1: CollationInfoV1;
1576
+ CollatorId: CollatorId;
1577
+ CollatorSignature: CollatorSignature;
1578
+ CollectiveOrigin: CollectiveOrigin;
1579
+ CommittedCandidateReceipt: CommittedCandidateReceipt;
1580
+ CompactAssignments: CompactAssignments;
1581
+ CompactAssignmentsTo257: CompactAssignmentsTo257;
1582
+ CompactAssignmentsTo265: CompactAssignmentsTo265;
1583
+ CompactAssignmentsWith16: CompactAssignmentsWith16;
1584
+ CompactAssignmentsWith24: CompactAssignmentsWith24;
1585
+ CompactScore: CompactScore;
1586
+ CompactScoreCompact: CompactScoreCompact;
1587
+ ConfigData: ConfigData;
1588
+ Consensus: Consensus;
1589
+ ConsensusEngineId: ConsensusEngineId;
1590
+ Constraints: Constraints;
1591
+ ConsumedWeight: ConsumedWeight;
1592
+ ContractCallFlags: ContractCallFlags;
1593
+ ContractCallRequest: ContractCallRequest;
1594
+ ContractConstructorSpecLatest: ContractConstructorSpecLatest;
1595
+ ContractConstructorSpecV0: ContractConstructorSpecV0;
1596
+ ContractConstructorSpecV1: ContractConstructorSpecV1;
1597
+ ContractConstructorSpecV2: ContractConstructorSpecV2;
1598
+ ContractConstructorSpecV3: ContractConstructorSpecV3;
1599
+ ContractConstructorSpecV4: ContractConstructorSpecV4;
1600
+ ContractContractSpecV0: ContractContractSpecV0;
1601
+ ContractContractSpecV1: ContractContractSpecV1;
1602
+ ContractContractSpecV2: ContractContractSpecV2;
1603
+ ContractContractSpecV3: ContractContractSpecV3;
1604
+ ContractContractSpecV4: ContractContractSpecV4;
1605
+ ContractContractSpecV5: ContractContractSpecV5;
1606
+ ContractContractSpecV6: ContractContractSpecV6;
1607
+ ContractCryptoHasher: ContractCryptoHasher;
1608
+ ContractDiscriminant: ContractDiscriminant;
1609
+ ContractDisplayName: ContractDisplayName;
1610
+ ContractEnvironmentV4: ContractEnvironmentV4;
1611
+ ContractEventParamSpecLatest: ContractEventParamSpecLatest;
1612
+ ContractEventParamSpecV0: ContractEventParamSpecV0;
1613
+ ContractEventParamSpecV2: ContractEventParamSpecV2;
1614
+ ContractEventSpecLatest: ContractEventSpecLatest;
1615
+ ContractEventSpecV0: ContractEventSpecV0;
1616
+ ContractEventSpecV1: ContractEventSpecV1;
1617
+ ContractEventSpecV2: ContractEventSpecV2;
1618
+ ContractEventSpecV3: ContractEventSpecV3;
1619
+ ContractExecResult: ContractExecResult;
1620
+ ContractExecResultOk: ContractExecResultOk;
1621
+ ContractExecResultResult: ContractExecResultResult;
1622
+ ContractExecResultSuccessTo255: ContractExecResultSuccessTo255;
1623
+ ContractExecResultSuccessTo260: ContractExecResultSuccessTo260;
1624
+ ContractExecResultTo255: ContractExecResultTo255;
1625
+ ContractExecResultTo260: ContractExecResultTo260;
1626
+ ContractExecResultTo267: ContractExecResultTo267;
1627
+ ContractExecResultU64: ContractExecResultU64;
1628
+ ContractInfo: ContractInfo;
1629
+ ContractInstantiateResult: ContractInstantiateResult;
1630
+ ContractInstantiateResultTo267: ContractInstantiateResultTo267;
1631
+ ContractInstantiateResultTo299: ContractInstantiateResultTo299;
1632
+ ContractInstantiateResultU64: ContractInstantiateResultU64;
1633
+ ContractLayoutArray: ContractLayoutArray;
1634
+ ContractLayoutCell: ContractLayoutCell;
1635
+ ContractLayoutEnum: ContractLayoutEnum;
1636
+ ContractLayoutHash: ContractLayoutHash;
1637
+ ContractLayoutHashingStrategy: ContractLayoutHashingStrategy;
1638
+ ContractLayoutKey: ContractLayoutKey;
1639
+ ContractLayoutStruct: ContractLayoutStruct;
1640
+ ContractLayoutStructField: ContractLayoutStructField;
1641
+ ContractMessageParamSpecLatest: ContractMessageParamSpecLatest;
1642
+ ContractMessageParamSpecV0: ContractMessageParamSpecV0;
1643
+ ContractMessageParamSpecV2: ContractMessageParamSpecV2;
1644
+ ContractMessageSpecLatest: ContractMessageSpecLatest;
1645
+ ContractMessageSpecV0: ContractMessageSpecV0;
1646
+ ContractMessageSpecV1: ContractMessageSpecV1;
1647
+ ContractMessageSpecV2: ContractMessageSpecV2;
1648
+ ContractMessageSpecV3: ContractMessageSpecV3;
1649
+ ContractMetadata: ContractMetadata;
1650
+ ContractMetadataLatest: ContractMetadataLatest;
1651
+ ContractMetadataV0: ContractMetadataV0;
1652
+ ContractMetadataV1: ContractMetadataV1;
1653
+ ContractMetadataV2: ContractMetadataV2;
1654
+ ContractMetadataV3: ContractMetadataV3;
1655
+ ContractMetadataV4: ContractMetadataV4;
1656
+ ContractMetadataV5: ContractMetadataV5;
1657
+ ContractMetadataV6: ContractMetadataV6;
1658
+ ContractProject: ContractProject;
1659
+ ContractProjectContract: ContractProjectContract;
1660
+ ContractProjectInfo: ContractProjectInfo;
1661
+ ContractProjectSource: ContractProjectSource;
1662
+ ContractProjectV0: ContractProjectV0;
1663
+ ContractReturnFlags: ContractReturnFlags;
1664
+ ContractReviveProjectInfo: ContractReviveProjectInfo;
1665
+ ContractReviveProjectSource: ContractReviveProjectSource;
1666
+ ContractSelector: ContractSelector;
1667
+ ContractStorageKey: ContractStorageKey;
1668
+ ContractStorageLayout: ContractStorageLayout;
1669
+ ContractTypeSpec: ContractTypeSpec;
1670
+ Conviction: Conviction;
1671
+ CoreAssignment: CoreAssignment;
1672
+ CoreIndex: CoreIndex;
1673
+ CoreOccupied: CoreOccupied;
1674
+ CoreState: CoreState;
1675
+ CrateVersion: CrateVersion;
1676
+ CreatedBlock: CreatedBlock;
1677
+ CustomMetadata15: CustomMetadata15;
1678
+ CustomValueMetadata15: CustomValueMetadata15;
1679
+ Data: Data;
1680
+ DeferredOffenceOf: DeferredOffenceOf;
1681
+ DefunctVoter: DefunctVoter;
1682
+ DelayKind: DelayKind;
1683
+ DelayKindBest: DelayKindBest;
1684
+ Delegations: Delegations;
1685
+ DeletedContract: DeletedContract;
1686
+ DeliveredMessages: DeliveredMessages;
1687
+ DepositBalance: DepositBalance;
1688
+ DepositBalanceOf: DepositBalanceOf;
1689
+ DestroyWitness: DestroyWitness;
1690
+ Digest: Digest;
1691
+ DigestItem: DigestItem;
1692
+ DigestOf: DigestOf;
1693
+ DispatchClass: DispatchClass;
1694
+ DispatchError: DispatchError;
1695
+ DispatchErrorModule: DispatchErrorModule;
1696
+ DispatchErrorModulePre6: DispatchErrorModulePre6;
1697
+ DispatchErrorModuleU8: DispatchErrorModuleU8;
1698
+ DispatchErrorModuleU8a: DispatchErrorModuleU8a;
1699
+ DispatchErrorPre6: DispatchErrorPre6;
1700
+ DispatchErrorPre6First: DispatchErrorPre6First;
1701
+ DispatchErrorTo198: DispatchErrorTo198;
1702
+ DispatchFeePayment: DispatchFeePayment;
1703
+ DispatchInfo: DispatchInfo;
1704
+ DispatchInfoTo190: DispatchInfoTo190;
1705
+ DispatchInfoTo244: DispatchInfoTo244;
1706
+ DispatchOutcome: DispatchOutcome;
1707
+ DispatchOutcomePre6: DispatchOutcomePre6;
1708
+ DispatchResult: DispatchResult;
1709
+ DispatchResultOf: DispatchResultOf;
1710
+ DispatchResultTo198: DispatchResultTo198;
1711
+ DispatchResultWithPostInfo: DispatchResultWithPostInfo;
1712
+ DisputeLocation: DisputeLocation;
1713
+ DisputeProof: DisputeProof;
1714
+ DisputeResult: DisputeResult;
1715
+ DisputeState: DisputeState;
1716
+ DisputeStatement: DisputeStatement;
1717
+ DisputeStatementSet: DisputeStatementSet;
1718
+ DisputesTimeSlot: DisputesTimeSlot;
1719
+ DoubleEncodedCall: DoubleEncodedCall;
1720
+ DoubleVoteReport: DoubleVoteReport;
1721
+ DownwardMessage: DownwardMessage;
1722
+ EcdsaSignature: EcdsaSignature;
1723
+ Ed25519Signature: Ed25519Signature;
1724
+ EIP1559Transaction: EIP1559Transaction;
1725
+ EIP2930Transaction: EIP2930Transaction;
1726
+ EIP7702Transaction: EIP7702Transaction;
1727
+ ElectionCompute: ElectionCompute;
1728
+ ElectionPhase: ElectionPhase;
1729
+ ElectionResult: ElectionResult;
1730
+ ElectionResultToSpec10: ElectionResultToSpec10;
1731
+ ElectionScore: ElectionScore;
1732
+ ElectionSize: ElectionSize;
1733
+ ElectionStatus: ElectionStatus;
1734
+ EncodedFinalityProofs: EncodedFinalityProofs;
1735
+ EncodedJustification: EncodedJustification;
1736
+ EnumDeprecationInfoV16: EnumDeprecationInfoV16;
1737
+ Epoch: Epoch;
1738
+ EpochAuthorship: EpochAuthorship;
1739
+ Era: Era;
1740
+ EraIndex: EraIndex;
1741
+ EraPoints: EraPoints;
1742
+ EraRewardPoints: EraRewardPoints;
1743
+ EraRewards: EraRewards;
1744
+ Error: Error;
1745
+ ErrorMetadataLatest: ErrorMetadataLatest;
1746
+ ErrorMetadataV10: ErrorMetadataV10;
1747
+ ErrorMetadataV11: ErrorMetadataV11;
1748
+ ErrorMetadataV12: ErrorMetadataV12;
1749
+ ErrorMetadataV13: ErrorMetadataV13;
1750
+ ErrorMetadataV14: ErrorMetadataV14;
1751
+ ErrorMetadataV9: ErrorMetadataV9;
1752
+ EthAccessList: EthAccessList;
1753
+ EthAccessListItem: EthAccessListItem;
1754
+ EthAccount: EthAccount;
1755
+ EthAddress: EthAddress;
1756
+ EthAuthorizationList: EthAuthorizationList;
1757
+ EthAuthorizationListItem: EthAuthorizationListItem;
1758
+ EthAuthorizationSignature: EthAuthorizationSignature;
1759
+ EthBlock: EthBlock;
1760
+ EthBloom: EthBloom;
1761
+ EthCallRequest: EthCallRequest;
1762
+ EthereumAccountId: EthereumAccountId;
1763
+ EthereumAddress: EthereumAddress;
1764
+ EthereumLookupSource: EthereumLookupSource;
1765
+ EthereumSignature: EthereumSignature;
1766
+ EthFeeHistory: EthFeeHistory;
1767
+ EthFilter: EthFilter;
1768
+ EthFilterAddress: EthFilterAddress;
1769
+ EthFilterChanges: EthFilterChanges;
1770
+ EthFilterTopic: EthFilterTopic;
1771
+ EthFilterTopicEntry: EthFilterTopicEntry;
1772
+ EthFilterTopicInner: EthFilterTopicInner;
1773
+ EthHeader: EthHeader;
1774
+ EthLegacyTransactionSignature: EthLegacyTransactionSignature;
1775
+ EthLog: EthLog;
1776
+ EthReceipt: EthReceipt;
1777
+ EthReceiptV0: EthReceiptV0;
1778
+ EthReceiptV3: EthReceiptV3;
1779
+ EthReceiptV4: EthReceiptV4;
1780
+ EthRichBlock: EthRichBlock;
1781
+ EthRichHeader: EthRichHeader;
1782
+ EthStorageProof: EthStorageProof;
1783
+ EthSubKind: EthSubKind;
1784
+ EthSubParams: EthSubParams;
1785
+ EthSubResult: EthSubResult;
1786
+ EthSyncInfo: EthSyncInfo;
1787
+ EthSyncStatus: EthSyncStatus;
1788
+ EthTransaction: EthTransaction;
1789
+ EthTransactionAction: EthTransactionAction;
1790
+ EthTransactionCondition: EthTransactionCondition;
1791
+ EthTransactionRequest: EthTransactionRequest;
1792
+ EthTransactionSignature: EthTransactionSignature;
1793
+ EthTransactionStatus: EthTransactionStatus;
1794
+ EthWork: EthWork;
1795
+ Event: Event;
1796
+ EventId: EventId;
1797
+ EventIndex: EventIndex;
1798
+ EventMetadataLatest: EventMetadataLatest;
1799
+ EventMetadataV10: EventMetadataV10;
1800
+ EventMetadataV11: EventMetadataV11;
1801
+ EventMetadataV12: EventMetadataV12;
1802
+ EventMetadataV13: EventMetadataV13;
1803
+ EventMetadataV14: EventMetadataV14;
1804
+ EventMetadataV9: EventMetadataV9;
1805
+ EventRecord: EventRecord;
1806
+ EvmAccount: EvmAccount;
1807
+ EvmCallInfo: EvmCallInfo;
1808
+ EvmCallInfoV2: EvmCallInfoV2;
1809
+ EvmCreateInfo: EvmCreateInfo;
1810
+ EvmCreateInfoV2: EvmCreateInfoV2;
1811
+ EvmLog: EvmLog;
1812
+ EvmVicinity: EvmVicinity;
1813
+ EvmWeightInfo: EvmWeightInfo;
1814
+ ExecReturnValue: ExecReturnValue;
1815
+ ExecutorParam: ExecutorParam;
1816
+ ExecutorParams: ExecutorParams;
1817
+ ExecutorParamsHash: ExecutorParamsHash;
1818
+ ExitError: ExitError;
1819
+ ExitFatal: ExitFatal;
1820
+ ExitReason: ExitReason;
1821
+ ExitRevert: ExitRevert;
1822
+ ExitSucceed: ExitSucceed;
1823
+ ExplicitDisputeStatement: ExplicitDisputeStatement;
1824
+ Exposure: Exposure;
1825
+ ExtendedBalance: ExtendedBalance;
1826
+ Extrinsic: Extrinsic;
1827
+ ExtrinsicEra: ExtrinsicEra;
1828
+ ExtrinsicInclusionMode: ExtrinsicInclusionMode;
1829
+ ExtrinsicMetadataLatest: ExtrinsicMetadataLatest;
1830
+ ExtrinsicMetadataV11: ExtrinsicMetadataV11;
1831
+ ExtrinsicMetadataV12: ExtrinsicMetadataV12;
1832
+ ExtrinsicMetadataV13: ExtrinsicMetadataV13;
1833
+ ExtrinsicMetadataV14: ExtrinsicMetadataV14;
1834
+ ExtrinsicMetadataV15: ExtrinsicMetadataV15;
1835
+ ExtrinsicMetadataV16: ExtrinsicMetadataV16;
1836
+ ExtrinsicOrHash: ExtrinsicOrHash;
1837
+ ExtrinsicPayload: ExtrinsicPayload;
1838
+ ExtrinsicPayloadUnknown: ExtrinsicPayloadUnknown;
1839
+ ExtrinsicPayloadV4: ExtrinsicPayloadV4;
1840
+ ExtrinsicPayloadV5: ExtrinsicPayloadV5;
1841
+ ExtrinsicSignature: ExtrinsicSignature;
1842
+ ExtrinsicSignatureV4: ExtrinsicSignatureV4;
1843
+ ExtrinsicSignatureV5: ExtrinsicSignatureV5;
1844
+ ExtrinsicStatus: ExtrinsicStatus;
1845
+ ExtrinsicsWeight: ExtrinsicsWeight;
1846
+ ExtrinsicUnknown: ExtrinsicUnknown;
1847
+ ExtrinsicV4: ExtrinsicV4;
1848
+ ExtrinsicV5: ExtrinsicV5;
1849
+ f32: f32;
1850
+ F32: F32;
1851
+ f64: f64;
1852
+ F64: F64;
1853
+ FeeDetails: FeeDetails;
1854
+ Fixed128: Fixed128;
1855
+ Fixed64: Fixed64;
1856
+ FixedI128: FixedI128;
1857
+ FixedI64: FixedI64;
1858
+ FixedU128: FixedU128;
1859
+ FixedU64: FixedU64;
1860
+ Forcing: Forcing;
1861
+ ForkTreePendingChange: ForkTreePendingChange;
1862
+ ForkTreePendingChangeNode: ForkTreePendingChangeNode;
1863
+ FullIdentification: FullIdentification;
1864
+ FunctionArgumentMetadataLatest: FunctionArgumentMetadataLatest;
1865
+ FunctionArgumentMetadataV10: FunctionArgumentMetadataV10;
1866
+ FunctionArgumentMetadataV11: FunctionArgumentMetadataV11;
1867
+ FunctionArgumentMetadataV12: FunctionArgumentMetadataV12;
1868
+ FunctionArgumentMetadataV13: FunctionArgumentMetadataV13;
1869
+ FunctionArgumentMetadataV14: FunctionArgumentMetadataV14;
1870
+ FunctionArgumentMetadataV9: FunctionArgumentMetadataV9;
1871
+ FunctionMetadataLatest: FunctionMetadataLatest;
1872
+ FunctionMetadataV10: FunctionMetadataV10;
1873
+ FunctionMetadataV11: FunctionMetadataV11;
1874
+ FunctionMetadataV12: FunctionMetadataV12;
1875
+ FunctionMetadataV13: FunctionMetadataV13;
1876
+ FunctionMetadataV14: FunctionMetadataV14;
1877
+ FunctionMetadataV9: FunctionMetadataV9;
1878
+ FundIndex: FundIndex;
1879
+ FundInfo: FundInfo;
1880
+ Fungibility: Fungibility;
1881
+ FungibilityV0: FungibilityV0;
1882
+ FungibilityV1: FungibilityV1;
1883
+ FungibilityV2: FungibilityV2;
1884
+ FungibilityV3: FungibilityV3;
1885
+ FungibilityV4: FungibilityV4;
1886
+ FungibilityV5: FungibilityV5;
1887
+ FungiblesAccessError: FungiblesAccessError;
1888
+ Gas: Gas;
1889
+ GenesisBuildErr: GenesisBuildErr;
1890
+ GiltBid: GiltBid;
1891
+ GlobalValidationData: GlobalValidationData;
1892
+ GlobalValidationSchedule: GlobalValidationSchedule;
1893
+ GrandpaCommit: GrandpaCommit;
1894
+ GrandpaEquivocation: GrandpaEquivocation;
1895
+ GrandpaEquivocationProof: GrandpaEquivocationProof;
1896
+ GrandpaEquivocationValue: GrandpaEquivocationValue;
1897
+ GrandpaJustification: GrandpaJustification;
1898
+ GrandpaPrecommit: GrandpaPrecommit;
1899
+ GrandpaPrevote: GrandpaPrevote;
1900
+ GrandpaSignedPrecommit: GrandpaSignedPrecommit;
1901
+ GroupIndex: GroupIndex;
1902
+ GroupRotationInfo: GroupRotationInfo;
1903
+ H1024: H1024;
1904
+ H128: H128;
1905
+ H160: H160;
1906
+ H2048: H2048;
1907
+ H256: H256;
1908
+ H32: H32;
1909
+ H512: H512;
1910
+ H64: H64;
1911
+ Hash: Hash;
1912
+ HeadData: HeadData;
1913
+ Header: Header;
1914
+ HeaderPartial: HeaderPartial;
1915
+ Health: Health;
1916
+ Heartbeat: Heartbeat;
1917
+ HeartbeatTo244: HeartbeatTo244;
1918
+ HintV5: HintV5;
1919
+ HostConfiguration: HostConfiguration;
1920
+ HostFnWeights: HostFnWeights;
1921
+ HostFnWeightsTo264: HostFnWeightsTo264;
1922
+ HrmpChannel: HrmpChannel;
1923
+ HrmpChannelId: HrmpChannelId;
1924
+ HrmpOpenChannelRequest: HrmpOpenChannelRequest;
1925
+ i128: i128;
1926
+ I128: I128;
1927
+ i16: i16;
1928
+ I16: I16;
1929
+ i256: i256;
1930
+ I256: I256;
1931
+ i32: i32;
1932
+ I32: I32;
1933
+ I32F32: I32F32;
1934
+ i64: i64;
1935
+ I64: I64;
1936
+ i8: i8;
1937
+ I8: I8;
1938
+ IdentificationTuple: IdentificationTuple;
1939
+ IdentityFields: IdentityFields;
1940
+ IdentityInfo: IdentityInfo;
1941
+ IdentityInfoAdditional: IdentityInfoAdditional;
1942
+ IdentityInfoTo198: IdentityInfoTo198;
1943
+ IdentityJudgement: IdentityJudgement;
1944
+ ImmortalEra: ImmortalEra;
1945
+ ImportedAux: ImportedAux;
1946
+ InboundDownwardMessage: InboundDownwardMessage;
1947
+ InboundHrmpLimitations: InboundHrmpLimitations;
1948
+ InboundHrmpMessage: InboundHrmpMessage;
1949
+ InboundHrmpMessages: InboundHrmpMessages;
1950
+ InboundLaneData: InboundLaneData;
1951
+ InboundRelayer: InboundRelayer;
1952
+ InboundStatus: InboundStatus;
1953
+ IncludedBlocks: IncludedBlocks;
1954
+ InclusionFee: InclusionFee;
1955
+ IncomingParachain: IncomingParachain;
1956
+ IncomingParachainDeploy: IncomingParachainDeploy;
1957
+ IncomingParachainFixed: IncomingParachainFixed;
1958
+ Index: Index;
1959
+ IndicesLookupSource: IndicesLookupSource;
1960
+ IndividualExposure: IndividualExposure;
1961
+ InherentData: InherentData;
1962
+ InherentIdentifier: InherentIdentifier;
1963
+ InitializationData: InitializationData;
1964
+ InstanceDetails: InstanceDetails;
1965
+ InstanceId: InstanceId;
1966
+ InstanceMetadata: InstanceMetadata;
1967
+ InstantiateRequest: InstantiateRequest;
1968
+ InstantiateRequestV1: InstantiateRequestV1;
1969
+ InstantiateRequestV2: InstantiateRequestV2;
1970
+ InstantiateReturnValue: InstantiateReturnValue;
1971
+ InstantiateReturnValueOk: InstantiateReturnValueOk;
1972
+ InstantiateReturnValueTo267: InstantiateReturnValueTo267;
1973
+ InstructionV2: InstructionV2;
1974
+ InstructionV3: InstructionV3;
1975
+ InstructionV4: InstructionV4;
1976
+ InstructionV5: InstructionV5;
1977
+ InstructionWeights: InstructionWeights;
1978
+ InteriorMultiLocation: InteriorMultiLocation;
1979
+ InteriorMultiLocationV2: InteriorMultiLocationV2;
1980
+ InteriorMultiLocationV3: InteriorMultiLocationV3;
1981
+ InteriorMultiLocationV5: InteriorMultiLocationV5;
1982
+ InvalidDisputeStatementKind: InvalidDisputeStatementKind;
1983
+ InvalidTransaction: InvalidTransaction;
1984
+ isize: isize;
1985
+ ISize: ISize;
1986
+ ItemDeprecationInfoV16: ItemDeprecationInfoV16;
1987
+ Json: Json;
1988
+ Junction: Junction;
1989
+ Junctions: Junctions;
1990
+ JunctionsV1: JunctionsV1;
1991
+ JunctionsV2: JunctionsV2;
1992
+ JunctionsV3: JunctionsV3;
1993
+ JunctionsV4: JunctionsV4;
1994
+ JunctionsV5: JunctionsV5;
1995
+ JunctionV0: JunctionV0;
1996
+ JunctionV1: JunctionV1;
1997
+ JunctionV2: JunctionV2;
1998
+ JunctionV3: JunctionV3;
1999
+ JunctionV4: JunctionV4;
2000
+ JunctionV5: JunctionV5;
2001
+ Justification: Justification;
2002
+ JustificationNotification: JustificationNotification;
2003
+ Justifications: Justifications;
2004
+ Key: Key;
2005
+ KeyOwnerProof: KeyOwnerProof;
2006
+ Keys: Keys;
2007
+ KeyType: KeyType;
2008
+ KeyTypeId: KeyTypeId;
2009
+ KeyValue: KeyValue;
2010
+ KeyValueOption: KeyValueOption;
2011
+ Kind: Kind;
2012
+ LaneId: LaneId;
2013
+ LastContribution: LastContribution;
2014
+ LastRuntimeUpgradeInfo: LastRuntimeUpgradeInfo;
2015
+ LeasePeriod: LeasePeriod;
2016
+ LeasePeriodOf: LeasePeriodOf;
2017
+ LegacyTransaction: LegacyTransaction;
2018
+ Limits: Limits;
2019
+ LimitsTo264: LimitsTo264;
2020
+ LocalValidationData: LocalValidationData;
2021
+ LockIdentifier: LockIdentifier;
2022
+ LookupSource: LookupSource;
2023
+ LookupTarget: LookupTarget;
2024
+ LotteryConfig: LotteryConfig;
2025
+ MaxPalletNameLen: MaxPalletNameLen;
2026
+ MaxPalletsInfo: MaxPalletsInfo;
2027
+ MaybeErrorCodeV3: MaybeErrorCodeV3;
2028
+ MaybeRandomness: MaybeRandomness;
2029
+ MaybeVrf: MaybeVrf;
2030
+ MemberCount: MemberCount;
2031
+ MembershipProof: MembershipProof;
2032
+ MessageData: MessageData;
2033
+ MessageId: MessageId;
2034
+ MessageIngestionType: MessageIngestionType;
2035
+ MessageKey: MessageKey;
2036
+ MessageNonce: MessageNonce;
2037
+ MessageQueueChain: MessageQueueChain;
2038
+ MessagesDeliveryProofOf: MessagesDeliveryProofOf;
2039
+ MessagesProofOf: MessagesProofOf;
2040
+ MessagingStateSnapshot: MessagingStateSnapshot;
2041
+ MessagingStateSnapshotEgressEntry: MessagingStateSnapshotEgressEntry;
2042
+ MetadataAll: MetadataAll;
2043
+ MetadataLatest: MetadataLatest;
2044
+ MetadataV10: MetadataV10;
2045
+ MetadataV11: MetadataV11;
2046
+ MetadataV12: MetadataV12;
2047
+ MetadataV13: MetadataV13;
2048
+ MetadataV14: MetadataV14;
2049
+ MetadataV15: MetadataV15;
2050
+ MetadataV16: MetadataV16;
2051
+ MetadataV9: MetadataV9;
2052
+ MigrationStatusResult: MigrationStatusResult;
2053
+ Mixnode: Mixnode;
2054
+ MixnodesErr: MixnodesErr;
2055
+ MmrBatchProof: MmrBatchProof;
2056
+ MmrEncodableOpaqueLeaf: MmrEncodableOpaqueLeaf;
2057
+ MmrError: MmrError;
2058
+ MmrHash: MmrHash;
2059
+ MmrLeafBatchProof: MmrLeafBatchProof;
2060
+ MmrLeafIndex: MmrLeafIndex;
2061
+ MmrLeafProof: MmrLeafProof;
2062
+ MmrNodeIndex: MmrNodeIndex;
2063
+ MmrProof: MmrProof;
2064
+ MmrRootHash: MmrRootHash;
2065
+ ModuleConstantMetadataV10: ModuleConstantMetadataV10;
2066
+ ModuleConstantMetadataV11: ModuleConstantMetadataV11;
2067
+ ModuleConstantMetadataV12: ModuleConstantMetadataV12;
2068
+ ModuleConstantMetadataV13: ModuleConstantMetadataV13;
2069
+ ModuleConstantMetadataV9: ModuleConstantMetadataV9;
2070
+ ModuleId: ModuleId;
2071
+ ModuleMetadataV10: ModuleMetadataV10;
2072
+ ModuleMetadataV11: ModuleMetadataV11;
2073
+ ModuleMetadataV12: ModuleMetadataV12;
2074
+ ModuleMetadataV13: ModuleMetadataV13;
2075
+ ModuleMetadataV9: ModuleMetadataV9;
2076
+ Moment: Moment;
2077
+ MomentOf: MomentOf;
2078
+ MoreAttestations: MoreAttestations;
2079
+ MortalEra: MortalEra;
2080
+ MultiAddress: MultiAddress;
2081
+ MultiAsset: MultiAsset;
2082
+ MultiAssetFilter: MultiAssetFilter;
2083
+ MultiAssetFilterV1: MultiAssetFilterV1;
2084
+ MultiAssetFilterV2: MultiAssetFilterV2;
2085
+ MultiAssetFilterV3: MultiAssetFilterV3;
2086
+ MultiAssetFilterV4: MultiAssetFilterV4;
2087
+ MultiAssetFilterV5: MultiAssetFilterV5;
2088
+ MultiAssets: MultiAssets;
2089
+ MultiAssetsV1: MultiAssetsV1;
2090
+ MultiAssetsV2: MultiAssetsV2;
2091
+ MultiAssetsV3: MultiAssetsV3;
2092
+ MultiAssetsV4: MultiAssetsV4;
2093
+ MultiAssetsV5: MultiAssetsV5;
2094
+ MultiAssetTransferFilterV5: MultiAssetTransferFilterV5;
2095
+ MultiAssetV0: MultiAssetV0;
2096
+ MultiAssetV1: MultiAssetV1;
2097
+ MultiAssetV2: MultiAssetV2;
2098
+ MultiAssetV3: MultiAssetV3;
2099
+ MultiAssetV4: MultiAssetV4;
2100
+ MultiAssetV5: MultiAssetV5;
2101
+ MultiDisputeStatementSet: MultiDisputeStatementSet;
2102
+ MultiLocation: MultiLocation;
2103
+ MultiLocationV0: MultiLocationV0;
2104
+ MultiLocationV1: MultiLocationV1;
2105
+ MultiLocationV2: MultiLocationV2;
2106
+ MultiLocationV3: MultiLocationV3;
2107
+ MultiLocationV4: MultiLocationV4;
2108
+ MultiLocationV5: MultiLocationV5;
2109
+ Multiplier: Multiplier;
2110
+ Multisig: Multisig;
2111
+ MultiSignature: MultiSignature;
2112
+ MultiSigner: MultiSigner;
2113
+ NetworkId: NetworkId;
2114
+ NetworkIdV2: NetworkIdV2;
2115
+ NetworkIdV3: NetworkIdV3;
2116
+ NetworkIdV4: NetworkIdV4;
2117
+ NetworkIdV5: NetworkIdV5;
2118
+ NetworkState: NetworkState;
2119
+ NetworkStatePeerset: NetworkStatePeerset;
2120
+ NetworkStatePeersetInfo: NetworkStatePeersetInfo;
2121
+ NewBidder: NewBidder;
2122
+ NextAuthority: NextAuthority;
2123
+ NextConfigDescriptor: NextConfigDescriptor;
2124
+ NextConfigDescriptorV1: NextConfigDescriptorV1;
2125
+ NftCollectionId: NftCollectionId;
2126
+ NftItemId: NftItemId;
2127
+ NodeFeatures: NodeFeatures;
2128
+ NodeRole: NodeRole;
2129
+ Nominations: Nominations;
2130
+ NominatorIndex: NominatorIndex;
2131
+ NominatorIndexCompact: NominatorIndexCompact;
2132
+ NotConnectedPeer: NotConnectedPeer;
2133
+ NpApiError: NpApiError;
2134
+ NpPoolId: NpPoolId;
2135
+ Null: Null;
2136
+ OccupiedCore: OccupiedCore;
2137
+ OccupiedCoreAssumption: OccupiedCoreAssumption;
2138
+ OffchainAccuracy: OffchainAccuracy;
2139
+ OffchainAccuracyCompact: OffchainAccuracyCompact;
2140
+ OffenceDetails: OffenceDetails;
2141
+ Offender: Offender;
2142
+ OldV1SessionInfo: OldV1SessionInfo;
2143
+ OpaqueCall: OpaqueCall;
2144
+ OpaqueKeyOwnershipProof: OpaqueKeyOwnershipProof;
2145
+ OpaqueMetadata: OpaqueMetadata;
2146
+ OpaqueMultiaddr: OpaqueMultiaddr;
2147
+ OpaqueNetworkState: OpaqueNetworkState;
2148
+ OpaquePeerId: OpaquePeerId;
2149
+ OpaqueTimeSlot: OpaqueTimeSlot;
2150
+ OpenTip: OpenTip;
2151
+ OpenTipFinderTo225: OpenTipFinderTo225;
2152
+ OpenTipTip: OpenTipTip;
2153
+ OpenTipTo225: OpenTipTo225;
2154
+ OperatingMode: OperatingMode;
2155
+ OptionBool: OptionBool;
2156
+ Origin: Origin;
2157
+ OriginCaller: OriginCaller;
2158
+ OriginKindV0: OriginKindV0;
2159
+ OriginKindV1: OriginKindV1;
2160
+ OriginKindV2: OriginKindV2;
2161
+ OriginKindV3: OriginKindV3;
2162
+ OriginKindV4: OriginKindV4;
2163
+ OutboundHrmpChannelLimitations: OutboundHrmpChannelLimitations;
2164
+ OutboundHrmpMessage: OutboundHrmpMessage;
2165
+ OutboundLaneData: OutboundLaneData;
2166
+ OutboundMessageFee: OutboundMessageFee;
2167
+ OutboundPayload: OutboundPayload;
2168
+ OutboundStatus: OutboundStatus;
2169
+ Outcome: Outcome;
2170
+ OutcomeV4: OutcomeV4;
2171
+ OuterEnums15: OuterEnums15;
2172
+ OverweightIndex: OverweightIndex;
2173
+ Owner: Owner;
2174
+ PageCounter: PageCounter;
2175
+ PageIndexData: PageIndexData;
2176
+ PalletAssociatedTypeMetadataV16: PalletAssociatedTypeMetadataV16;
2177
+ PalletCallMetadataLatest: PalletCallMetadataLatest;
2178
+ PalletCallMetadataV14: PalletCallMetadataV14;
2179
+ PalletCallMetadataV16: PalletCallMetadataV16;
2180
+ PalletConstantMetadataLatest: PalletConstantMetadataLatest;
2181
+ PalletConstantMetadataV14: PalletConstantMetadataV14;
2182
+ PalletConstantMetadataV16: PalletConstantMetadataV16;
2183
+ PalletErrorMetadataLatest: PalletErrorMetadataLatest;
2184
+ PalletErrorMetadataV14: PalletErrorMetadataV14;
2185
+ PalletErrorMetadataV16: PalletErrorMetadataV16;
2186
+ PalletEventMetadataLatest: PalletEventMetadataLatest;
2187
+ PalletEventMetadataV14: PalletEventMetadataV14;
2188
+ PalletEventMetadataV16: PalletEventMetadataV16;
2189
+ PalletId: PalletId;
2190
+ PalletInfoV3: PalletInfoV3;
2191
+ PalletInfoV4: PalletInfoV4;
2192
+ PalletInfoV5: PalletInfoV5;
2193
+ PalletMetadataLatest: PalletMetadataLatest;
2194
+ PalletMetadataV14: PalletMetadataV14;
2195
+ PalletMetadataV15: PalletMetadataV15;
2196
+ PalletMetadataV16: PalletMetadataV16;
2197
+ PalletsOrigin: PalletsOrigin;
2198
+ PalletStorageMetadataLatest: PalletStorageMetadataLatest;
2199
+ PalletStorageMetadataV14: PalletStorageMetadataV14;
2200
+ PalletStorageMetadataV16: PalletStorageMetadataV16;
2201
+ PalletVersion: PalletVersion;
2202
+ PalletViewFunctionMetadataV16: PalletViewFunctionMetadataV16;
2203
+ ParachainDispatchOrigin: ParachainDispatchOrigin;
2204
+ ParachainInherentData: ParachainInherentData;
2205
+ ParachainProposal: ParachainProposal;
2206
+ ParachainsInherentData: ParachainsInherentData;
2207
+ ParaGenesisArgs: ParaGenesisArgs;
2208
+ ParaId: ParaId;
2209
+ ParaInfo: ParaInfo;
2210
+ ParaLifecycle: ParaLifecycle;
2211
+ Parameter: Parameter;
2212
+ ParaPastCodeMeta: ParaPastCodeMeta;
2213
+ ParaScheduling: ParaScheduling;
2214
+ ParathreadClaim: ParathreadClaim;
2215
+ ParathreadClaimQueue: ParathreadClaimQueue;
2216
+ ParathreadEntry: ParathreadEntry;
2217
+ ParaValidatorIndex: ParaValidatorIndex;
2218
+ Pays: Pays;
2219
+ Peer: Peer;
2220
+ PeerEndpoint: PeerEndpoint;
2221
+ PeerEndpointAddr: PeerEndpointAddr;
2222
+ PeerInfo: PeerInfo;
2223
+ PeerPing: PeerPing;
2224
+ PendingChange: PendingChange;
2225
+ PendingPause: PendingPause;
2226
+ PendingResume: PendingResume;
2227
+ PendingSlashes: PendingSlashes;
2228
+ Perbill: Perbill;
2229
+ Percent: Percent;
2230
+ PerDispatchClassU32: PerDispatchClassU32;
2231
+ PerDispatchClassWeight: PerDispatchClassWeight;
2232
+ PerDispatchClassWeightsPerClass: PerDispatchClassWeightsPerClass;
2233
+ Period: Period;
2234
+ Permill: Permill;
2235
+ PermissionLatest: PermissionLatest;
2236
+ PermissionsV1: PermissionsV1;
2237
+ PermissionVersions: PermissionVersions;
2238
+ Perquintill: Perquintill;
2239
+ PersistedValidationData: PersistedValidationData;
2240
+ PerU16: PerU16;
2241
+ Phantom: Phantom;
2242
+ PhantomData: PhantomData;
2243
+ Phase: Phase;
2244
+ PhragmenScore: PhragmenScore;
2245
+ Points: Points;
2246
+ PortableType: PortableType;
2247
+ PortableTypeV14: PortableTypeV14;
2248
+ PostDispatchInfo: PostDispatchInfo;
2249
+ Precommits: Precommits;
2250
+ PrefabWasmModule: PrefabWasmModule;
2251
+ PrefixedStorageKey: PrefixedStorageKey;
2252
+ PreimageStatus: PreimageStatus;
2253
+ PreimageStatusAvailable: PreimageStatusAvailable;
2254
+ PreRuntime: PreRuntime;
2255
+ Prevotes: Prevotes;
2256
+ Priority: Priority;
2257
+ PriorLock: PriorLock;
2258
+ PropIndex: PropIndex;
2259
+ Proposal: Proposal;
2260
+ ProposalIndex: ProposalIndex;
2261
+ ProxyAnnouncement: ProxyAnnouncement;
2262
+ ProxyDefinition: ProxyDefinition;
2263
+ ProxyState: ProxyState;
2264
+ ProxyType: ProxyType;
2265
+ PvfCheckStatement: PvfCheckStatement;
2266
+ PvfExecTimeoutKind: PvfExecTimeoutKind;
2267
+ PvfPrepTimeoutKind: PvfPrepTimeoutKind;
2268
+ QueryId: QueryId;
2269
+ QueryResponseInfoV3: QueryResponseInfoV3;
2270
+ QueryResponseInfoV4: QueryResponseInfoV4;
2271
+ QueryResponseInfoV5: QueryResponseInfoV5;
2272
+ QueryStatus: QueryStatus;
2273
+ QueueConfigData: QueueConfigData;
2274
+ QueuedParathread: QueuedParathread;
2275
+ Randomness: Randomness;
2276
+ Raw: Raw;
2277
+ RawAuraPreDigest: RawAuraPreDigest;
2278
+ RawBabePreDigest: RawBabePreDigest;
2279
+ RawBabePreDigestCompat: RawBabePreDigestCompat;
2280
+ RawBabePreDigestPrimary: RawBabePreDigestPrimary;
2281
+ RawBabePreDigestPrimaryTo159: RawBabePreDigestPrimaryTo159;
2282
+ RawBabePreDigestSecondaryPlain: RawBabePreDigestSecondaryPlain;
2283
+ RawBabePreDigestSecondaryTo159: RawBabePreDigestSecondaryTo159;
2284
+ RawBabePreDigestSecondaryVRF: RawBabePreDigestSecondaryVRF;
2285
+ RawBabePreDigestTo159: RawBabePreDigestTo159;
2286
+ RawOrigin: RawOrigin;
2287
+ RawSolution: RawSolution;
2288
+ RawSolutionTo265: RawSolutionTo265;
2289
+ RawSolutionWith16: RawSolutionWith16;
2290
+ RawSolutionWith24: RawSolutionWith24;
2291
+ RawVRFOutput: RawVRFOutput;
2292
+ ReadProof: ReadProof;
2293
+ ReadySolution: ReadySolution;
2294
+ Reasons: Reasons;
2295
+ RecoveryConfig: RecoveryConfig;
2296
+ RefCount: RefCount;
2297
+ RefCountTo259: RefCountTo259;
2298
+ ReferendumIndex: ReferendumIndex;
2299
+ ReferendumInfo: ReferendumInfo;
2300
+ ReferendumInfoFinished: ReferendumInfoFinished;
2301
+ ReferendumInfoTo239: ReferendumInfoTo239;
2302
+ ReferendumStatus: ReferendumStatus;
2303
+ RegisteredParachainInfo: RegisteredParachainInfo;
2304
+ RegistrarIndex: RegistrarIndex;
2305
+ RegistrarInfo: RegistrarInfo;
2306
+ Registration: Registration;
2307
+ RegistrationJudgement: RegistrationJudgement;
2308
+ RegistrationTo198: RegistrationTo198;
2309
+ RelayBlockNumber: RelayBlockNumber;
2310
+ RelayChainBlockNumber: RelayChainBlockNumber;
2311
+ RelayChainHash: RelayChainHash;
2312
+ RelayerId: RelayerId;
2313
+ RelayHash: RelayHash;
2314
+ Releases: Releases;
2315
+ Remark: Remark;
2316
+ Renouncing: Renouncing;
2317
+ RentProjection: RentProjection;
2318
+ ReplacementTimes: ReplacementTimes;
2319
+ ReportedRoundStates: ReportedRoundStates;
2320
+ Reporter: Reporter;
2321
+ ReportIdOf: ReportIdOf;
2322
+ ReserveData: ReserveData;
2323
+ ReserveIdentifier: ReserveIdentifier;
2324
+ Response: Response;
2325
+ ResponseV0: ResponseV0;
2326
+ ResponseV1: ResponseV1;
2327
+ ResponseV2: ResponseV2;
2328
+ ResponseV2Error: ResponseV2Error;
2329
+ ResponseV3: ResponseV3;
2330
+ ResponseV3Error: ResponseV3Error;
2331
+ ResponseV3Result: ResponseV3Result;
2332
+ ResponseV4: ResponseV4;
2333
+ ResponseV5: ResponseV5;
2334
+ Retriable: Retriable;
2335
+ RewardDestination: RewardDestination;
2336
+ RewardPoint: RewardPoint;
2337
+ RoundSnapshot: RoundSnapshot;
2338
+ RoundState: RoundState;
2339
+ RpcMethods: RpcMethods;
2340
+ RuntimeApiMetadataLatest: RuntimeApiMetadataLatest;
2341
+ RuntimeApiMetadataV15: RuntimeApiMetadataV15;
2342
+ RuntimeApiMetadataV16: RuntimeApiMetadataV16;
2343
+ RuntimeApiMethodMetadataV15: RuntimeApiMethodMetadataV15;
2344
+ RuntimeApiMethodMetadataV16: RuntimeApiMethodMetadataV16;
2345
+ RuntimeApiMethodParamMetadataV15: RuntimeApiMethodParamMetadataV15;
2346
+ RuntimeCall: RuntimeCall;
2347
+ RuntimeDbWeight: RuntimeDbWeight;
2348
+ RuntimeDispatchInfo: RuntimeDispatchInfo;
2349
+ RuntimeDispatchInfoV1: RuntimeDispatchInfoV1;
2350
+ RuntimeDispatchInfoV2: RuntimeDispatchInfoV2;
2351
+ RuntimeEvent: RuntimeEvent;
2352
+ RuntimeVersion: RuntimeVersion;
2353
+ RuntimeVersionApi: RuntimeVersionApi;
2354
+ RuntimeVersionPartial: RuntimeVersionPartial;
2355
+ RuntimeVersionPre3: RuntimeVersionPre3;
2356
+ RuntimeVersionPre4: RuntimeVersionPre4;
2357
+ Schedule: Schedule;
2358
+ Scheduled: Scheduled;
2359
+ ScheduledCore: ScheduledCore;
2360
+ ScheduledTo254: ScheduledTo254;
2361
+ SchedulePeriod: SchedulePeriod;
2362
+ SchedulePriority: SchedulePriority;
2363
+ ScheduleTo212: ScheduleTo212;
2364
+ ScheduleTo258: ScheduleTo258;
2365
+ ScheduleTo264: ScheduleTo264;
2366
+ Scheduling: Scheduling;
2367
+ ScrapedOnChainVotes: ScrapedOnChainVotes;
2368
+ Seal: Seal;
2369
+ SealV0: SealV0;
2370
+ SeatHolder: SeatHolder;
2371
+ SeedOf: SeedOf;
2372
+ ServiceQuality: ServiceQuality;
2373
+ SessionIndex: SessionIndex;
2374
+ SessionInfo: SessionInfo;
2375
+ SessionInfoValidatorGroup: SessionInfoValidatorGroup;
2376
+ SessionKeys1: SessionKeys1;
2377
+ SessionKeys10: SessionKeys10;
2378
+ SessionKeys10B: SessionKeys10B;
2379
+ SessionKeys2: SessionKeys2;
2380
+ SessionKeys3: SessionKeys3;
2381
+ SessionKeys4: SessionKeys4;
2382
+ SessionKeys5: SessionKeys5;
2383
+ SessionKeys6: SessionKeys6;
2384
+ SessionKeys6B: SessionKeys6B;
2385
+ SessionKeys7: SessionKeys7;
2386
+ SessionKeys7B: SessionKeys7B;
2387
+ SessionKeys8: SessionKeys8;
2388
+ SessionKeys8B: SessionKeys8B;
2389
+ SessionKeys9: SessionKeys9;
2390
+ SessionKeys9B: SessionKeys9B;
2391
+ SessionPhase: SessionPhase;
2392
+ SessionStatus: SessionStatus;
2393
+ SetId: SetId;
2394
+ SetIndex: SetIndex;
2395
+ Si0Field: Si0Field;
2396
+ Si0LookupTypeId: Si0LookupTypeId;
2397
+ Si0Path: Si0Path;
2398
+ Si0Type: Si0Type;
2399
+ Si0TypeDef: Si0TypeDef;
2400
+ Si0TypeDefArray: Si0TypeDefArray;
2401
+ Si0TypeDefBitSequence: Si0TypeDefBitSequence;
2402
+ Si0TypeDefCompact: Si0TypeDefCompact;
2403
+ Si0TypeDefComposite: Si0TypeDefComposite;
2404
+ Si0TypeDefPhantom: Si0TypeDefPhantom;
2405
+ Si0TypeDefPrimitive: Si0TypeDefPrimitive;
2406
+ Si0TypeDefSequence: Si0TypeDefSequence;
2407
+ Si0TypeDefTuple: Si0TypeDefTuple;
2408
+ Si0TypeDefVariant: Si0TypeDefVariant;
2409
+ Si0TypeParameter: Si0TypeParameter;
2410
+ Si0Variant: Si0Variant;
2411
+ Si1Field: Si1Field;
2412
+ Si1LookupTypeId: Si1LookupTypeId;
2413
+ Si1Path: Si1Path;
2414
+ Si1Type: Si1Type;
2415
+ Si1TypeDef: Si1TypeDef;
2416
+ Si1TypeDefArray: Si1TypeDefArray;
2417
+ Si1TypeDefBitSequence: Si1TypeDefBitSequence;
2418
+ Si1TypeDefCompact: Si1TypeDefCompact;
2419
+ Si1TypeDefComposite: Si1TypeDefComposite;
2420
+ Si1TypeDefPrimitive: Si1TypeDefPrimitive;
2421
+ Si1TypeDefSequence: Si1TypeDefSequence;
2422
+ Si1TypeDefTuple: Si1TypeDefTuple;
2423
+ Si1TypeDefVariant: Si1TypeDefVariant;
2424
+ Si1TypeParameter: Si1TypeParameter;
2425
+ Si1Variant: Si1Variant;
2426
+ SiField: SiField;
2427
+ Signature: Signature;
2428
+ SignedAvailabilityBitfield: SignedAvailabilityBitfield;
2429
+ SignedAvailabilityBitfields: SignedAvailabilityBitfields;
2430
+ SignedBlock: SignedBlock;
2431
+ SignedBlockWithJustification: SignedBlockWithJustification;
2432
+ SignedBlockWithJustifications: SignedBlockWithJustifications;
2433
+ SignedExtensionMetadataLatest: SignedExtensionMetadataLatest;
2434
+ SignedExtensionMetadataV14: SignedExtensionMetadataV14;
2435
+ SignedSubmission: SignedSubmission;
2436
+ SignedSubmissionOf: SignedSubmissionOf;
2437
+ SignedSubmissionTo276: SignedSubmissionTo276;
2438
+ SignerPayload: SignerPayload;
2439
+ SigningContext: SigningContext;
2440
+ SiLookupTypeId: SiLookupTypeId;
2441
+ SiPath: SiPath;
2442
+ SiType: SiType;
2443
+ SiTypeDef: SiTypeDef;
2444
+ SiTypeDefArray: SiTypeDefArray;
2445
+ SiTypeDefBitSequence: SiTypeDefBitSequence;
2446
+ SiTypeDefCompact: SiTypeDefCompact;
2447
+ SiTypeDefComposite: SiTypeDefComposite;
2448
+ SiTypeDefPrimitive: SiTypeDefPrimitive;
2449
+ SiTypeDefSequence: SiTypeDefSequence;
2450
+ SiTypeDefTuple: SiTypeDefTuple;
2451
+ SiTypeDefVariant: SiTypeDefVariant;
2452
+ SiTypeParameter: SiTypeParameter;
2453
+ SiVariant: SiVariant;
2454
+ SlashingOffenceKind: SlashingOffenceKind;
2455
+ SlashingSpans: SlashingSpans;
2456
+ SlashingSpansTo204: SlashingSpansTo204;
2457
+ SlashJournalEntry: SlashJournalEntry;
2458
+ Slot: Slot;
2459
+ SlotDuration: SlotDuration;
2460
+ SlotNumber: SlotNumber;
2461
+ SlotRange: SlotRange;
2462
+ SlotRange10: SlotRange10;
2463
+ SocietyJudgement: SocietyJudgement;
2464
+ SocietyVote: SocietyVote;
2465
+ SolutionOrSnapshotSize: SolutionOrSnapshotSize;
2466
+ SolutionSupport: SolutionSupport;
2467
+ SolutionSupports: SolutionSupports;
2468
+ SpanIndex: SpanIndex;
2469
+ SpanRecord: SpanRecord;
2470
+ SpecVersion: SpecVersion;
2471
+ Sr25519Signature: Sr25519Signature;
2472
+ StakingLedger: StakingLedger;
2473
+ StakingLedgerTo223: StakingLedgerTo223;
2474
+ StakingLedgerTo240: StakingLedgerTo240;
2475
+ Statement: Statement;
2476
+ StatementKind: StatementKind;
2477
+ StatementStoreInvalidStatement: StatementStoreInvalidStatement;
2478
+ StatementStoreStatementSource: StatementStoreStatementSource;
2479
+ StatementStoreValidStatement: StatementStoreValidStatement;
2480
+ StorageChangeSet: StorageChangeSet;
2481
+ StorageData: StorageData;
2482
+ StorageDeposit: StorageDeposit;
2483
+ StorageEntryMetadataLatest: StorageEntryMetadataLatest;
2484
+ StorageEntryMetadataV10: StorageEntryMetadataV10;
2485
+ StorageEntryMetadataV11: StorageEntryMetadataV11;
2486
+ StorageEntryMetadataV12: StorageEntryMetadataV12;
2487
+ StorageEntryMetadataV13: StorageEntryMetadataV13;
2488
+ StorageEntryMetadataV14: StorageEntryMetadataV14;
2489
+ StorageEntryMetadataV16: StorageEntryMetadataV16;
2490
+ StorageEntryMetadataV9: StorageEntryMetadataV9;
2491
+ StorageEntryModifierLatest: StorageEntryModifierLatest;
2492
+ StorageEntryModifierV10: StorageEntryModifierV10;
2493
+ StorageEntryModifierV11: StorageEntryModifierV11;
2494
+ StorageEntryModifierV12: StorageEntryModifierV12;
2495
+ StorageEntryModifierV13: StorageEntryModifierV13;
2496
+ StorageEntryModifierV14: StorageEntryModifierV14;
2497
+ StorageEntryModifierV9: StorageEntryModifierV9;
2498
+ StorageEntryTypeLatest: StorageEntryTypeLatest;
2499
+ StorageEntryTypeV10: StorageEntryTypeV10;
2500
+ StorageEntryTypeV11: StorageEntryTypeV11;
2501
+ StorageEntryTypeV12: StorageEntryTypeV12;
2502
+ StorageEntryTypeV13: StorageEntryTypeV13;
2503
+ StorageEntryTypeV14: StorageEntryTypeV14;
2504
+ StorageEntryTypeV9: StorageEntryTypeV9;
2505
+ StorageHasher: StorageHasher;
2506
+ StorageHasherV10: StorageHasherV10;
2507
+ StorageHasherV11: StorageHasherV11;
2508
+ StorageHasherV12: StorageHasherV12;
2509
+ StorageHasherV13: StorageHasherV13;
2510
+ StorageHasherV14: StorageHasherV14;
2511
+ StorageHasherV9: StorageHasherV9;
2512
+ StorageInfo: StorageInfo;
2513
+ StorageKey: StorageKey;
2514
+ StorageKind: StorageKind;
2515
+ StorageMetadataV10: StorageMetadataV10;
2516
+ StorageMetadataV11: StorageMetadataV11;
2517
+ StorageMetadataV12: StorageMetadataV12;
2518
+ StorageMetadataV13: StorageMetadataV13;
2519
+ StorageMetadataV9: StorageMetadataV9;
2520
+ StorageProof: StorageProof;
2521
+ StoredPendingChange: StoredPendingChange;
2522
+ StoredState: StoredState;
2523
+ StrikeCount: StrikeCount;
2524
+ SubId: SubId;
2525
+ SubmissionIndicesOf: SubmissionIndicesOf;
2526
+ Supports: Supports;
2527
+ SyncState: SyncState;
2528
+ SystemInherentData: SystemInherentData;
2529
+ SystemOrigin: SystemOrigin;
2530
+ Tally: Tally;
2531
+ TaskAddress: TaskAddress;
2532
+ TAssetBalance: TAssetBalance;
2533
+ TAssetConversion: TAssetConversion;
2534
+ TAssetDepositBalance: TAssetDepositBalance;
2535
+ Text: Text;
2536
+ Timepoint: Timepoint;
2537
+ TokenError: TokenError;
2538
+ TombstoneContractInfo: TombstoneContractInfo;
2539
+ TraceBlockResponse: TraceBlockResponse;
2540
+ TraceError: TraceError;
2541
+ TransactionalError: TransactionalError;
2542
+ TransactionExtensionMetadataLatest: TransactionExtensionMetadataLatest;
2543
+ TransactionExtensionMetadataV16: TransactionExtensionMetadataV16;
2544
+ TransactionInfo: TransactionInfo;
2545
+ TransactionLongevity: TransactionLongevity;
2546
+ TransactionPriority: TransactionPriority;
2547
+ TransactionSource: TransactionSource;
2548
+ TransactionStorageProof: TransactionStorageProof;
2549
+ TransactionTag: TransactionTag;
2550
+ TransactionV0: TransactionV0;
2551
+ TransactionV1: TransactionV1;
2552
+ TransactionV2: TransactionV2;
2553
+ TransactionV3: TransactionV3;
2554
+ TransactionValidity: TransactionValidity;
2555
+ TransactionValidityError: TransactionValidityError;
2556
+ TransientValidationData: TransientValidationData;
2557
+ TreasuryProposal: TreasuryProposal;
2558
+ TrieId: TrieId;
2559
+ TrieIndex: TrieIndex;
2560
+ Type: Type;
2561
+ u128: u128;
2562
+ U128: U128;
2563
+ u16: u16;
2564
+ U16: U16;
2565
+ u256: u256;
2566
+ U256: U256;
2567
+ u32: u32;
2568
+ U32: U32;
2569
+ U32F32: U32F32;
2570
+ u64: u64;
2571
+ U64: U64;
2572
+ u8: u8;
2573
+ U8: U8;
2574
+ UnappliedSlash: UnappliedSlash;
2575
+ UnappliedSlashOther: UnappliedSlashOther;
2576
+ UncheckedFungibilityV4: UncheckedFungibilityV4;
2577
+ UncheckedFungibilityV5: UncheckedFungibilityV5;
2578
+ UncleEntryItem: UncleEntryItem;
2579
+ UnknownTransaction: UnknownTransaction;
2580
+ UnlockChunk: UnlockChunk;
2581
+ UnrewardedRelayer: UnrewardedRelayer;
2582
+ UnrewardedRelayersState: UnrewardedRelayersState;
2583
+ UpgradeGoAhead: UpgradeGoAhead;
2584
+ UpgradeRestriction: UpgradeRestriction;
2585
+ UpwardMessage: UpwardMessage;
2586
+ usize: usize;
2587
+ USize: USize;
2588
+ ValidationCode: ValidationCode;
2589
+ ValidationCodeHash: ValidationCodeHash;
2590
+ ValidationData: ValidationData;
2591
+ ValidationDataType: ValidationDataType;
2592
+ ValidationFunctionParams: ValidationFunctionParams;
2593
+ ValidatorCount: ValidatorCount;
2594
+ ValidatorId: ValidatorId;
2595
+ ValidatorIdOf: ValidatorIdOf;
2596
+ ValidatorIndex: ValidatorIndex;
2597
+ ValidatorIndexCompact: ValidatorIndexCompact;
2598
+ ValidatorPrefs: ValidatorPrefs;
2599
+ ValidatorPrefsTo145: ValidatorPrefsTo145;
2600
+ ValidatorPrefsTo196: ValidatorPrefsTo196;
2601
+ ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked;
2602
+ ValidatorPrefsWithCommission: ValidatorPrefsWithCommission;
2603
+ ValidatorSet: ValidatorSet;
2604
+ ValidatorSetId: ValidatorSetId;
2605
+ ValidatorSignature: ValidatorSignature;
2606
+ ValidDisputeStatementKind: ValidDisputeStatementKind;
2607
+ ValidityAttestation: ValidityAttestation;
2608
+ ValidTransaction: ValidTransaction;
2609
+ VariantDeprecationInfoV16: VariantDeprecationInfoV16;
2610
+ VecInboundHrmpMessage: VecInboundHrmpMessage;
2611
+ VersionedMultiAsset: VersionedMultiAsset;
2612
+ VersionedMultiAssets: VersionedMultiAssets;
2613
+ VersionedMultiLocation: VersionedMultiLocation;
2614
+ VersionedResponse: VersionedResponse;
2615
+ VersionedXcm: VersionedXcm;
2616
+ VersionMigrationStage: VersionMigrationStage;
2617
+ VersionV3: VersionV3;
2618
+ VersionV4: VersionV4;
2619
+ VestingInfo: VestingInfo;
2620
+ VestingSchedule: VestingSchedule;
2621
+ Vote: Vote;
2622
+ VoteIndex: VoteIndex;
2623
+ Voter: Voter;
2624
+ VoterInfo: VoterInfo;
2625
+ Votes: Votes;
2626
+ VotesTo230: VotesTo230;
2627
+ VoteThreshold: VoteThreshold;
2628
+ VoteWeight: VoteWeight;
2629
+ Voting: Voting;
2630
+ VotingDelegating: VotingDelegating;
2631
+ VotingDirect: VotingDirect;
2632
+ VotingDirectVote: VotingDirectVote;
2633
+ VouchingStatus: VouchingStatus;
2634
+ VrfData: VrfData;
2635
+ VrfOutput: VrfOutput;
2636
+ VrfProof: VrfProof;
2637
+ Weight: Weight;
2638
+ WeightLimitV2: WeightLimitV2;
2639
+ WeightLimitV3: WeightLimitV3;
2640
+ WeightMultiplier: WeightMultiplier;
2641
+ WeightPerClass: WeightPerClass;
2642
+ WeightToFeeCoefficient: WeightToFeeCoefficient;
2643
+ WeightV0: WeightV0;
2644
+ WeightV1: WeightV1;
2645
+ WeightV2: WeightV2;
2646
+ WildFungibility: WildFungibility;
2647
+ WildFungibilityV0: WildFungibilityV0;
2648
+ WildFungibilityV1: WildFungibilityV1;
2649
+ WildFungibilityV2: WildFungibilityV2;
2650
+ WildFungibilityV3: WildFungibilityV3;
2651
+ WildFungibilityV4: WildFungibilityV4;
2652
+ WildFungibilityV5: WildFungibilityV5;
2653
+ WildMultiAsset: WildMultiAsset;
2654
+ WildMultiAssetV1: WildMultiAssetV1;
2655
+ WildMultiAssetV2: WildMultiAssetV2;
2656
+ WildMultiAssetV3: WildMultiAssetV3;
2657
+ WildMultiAssetV4: WildMultiAssetV4;
2658
+ WildMultiAssetV5: WildMultiAssetV5;
2659
+ WinnersData: WinnersData;
2660
+ WinnersData10: WinnersData10;
2661
+ WinnersDataTuple: WinnersDataTuple;
2662
+ WinnersDataTuple10: WinnersDataTuple10;
2663
+ WinningData: WinningData;
2664
+ WinningData10: WinningData10;
2665
+ WinningDataEntry: WinningDataEntry;
2666
+ WithdrawReasons: WithdrawReasons;
2667
+ Xcm: Xcm;
2668
+ XcmAssetId: XcmAssetId;
2669
+ XcmDryRunApiError: XcmDryRunApiError;
2670
+ XcmDryRunEffects: XcmDryRunEffects;
2671
+ XcmError: XcmError;
2672
+ XcmErrorV0: XcmErrorV0;
2673
+ XcmErrorV1: XcmErrorV1;
2674
+ XcmErrorV2: XcmErrorV2;
2675
+ XcmErrorV3: XcmErrorV3;
2676
+ XcmErrorV4: XcmErrorV4;
2677
+ XcmErrorV5: XcmErrorV5;
2678
+ XcmOrderV0: XcmOrderV0;
2679
+ XcmOrderV1: XcmOrderV1;
2680
+ XcmOrigin: XcmOrigin;
2681
+ XcmOriginKind: XcmOriginKind;
2682
+ XcmPaymentApiError: XcmPaymentApiError;
2683
+ XcmpMessageFormat: XcmpMessageFormat;
2684
+ XcmV0: XcmV0;
2685
+ XcmV1: XcmV1;
2686
+ XcmV2: XcmV2;
2687
+ XcmV3: XcmV3;
2688
+ XcmV4: XcmV4;
2689
+ XcmV5: XcmV5;
2690
+ XcmVersion: XcmVersion;
2691
+ } // InterfaceTypes
2692
+ } // declare module