@pezkuwi/types-augment 16.5.5 → 16.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/LICENSE +201 -0
  2. package/augment.js +2 -0
  3. package/bundle.js +2 -0
  4. package/cjs/augment.d.ts +2 -0
  5. package/cjs/augment.js +4 -0
  6. package/cjs/bundle.d.ts +2 -0
  7. package/cjs/bundle.js +6 -0
  8. package/cjs/index.js +5 -0
  9. package/{build/lookup/assetHubKusama.d.ts → cjs/lookup/assetHubDicle.d.ts} +75 -75
  10. package/cjs/lookup/assetHubDicle.js +1164 -0
  11. package/{build/lookup/assetHubPolkadot.d.ts → cjs/lookup/assetHubPezkuwi.d.ts} +186 -186
  12. package/cjs/lookup/assetHubPezkuwi.js +2979 -0
  13. package/{build/lookup/substrate.d.ts → cjs/lookup/bizinikiwi.d.ts} +594 -594
  14. package/cjs/lookup/bizinikiwi.js +9673 -0
  15. package/cjs/lookup/definitions.js +15 -0
  16. package/{build/lookup/kusama.d.ts → cjs/lookup/dicle.d.ts} +29 -29
  17. package/cjs/lookup/dicle.js +738 -0
  18. package/cjs/lookup/index.js +5 -0
  19. package/{build/lookup/polkadot.d.ts → cjs/lookup/pezkuwi.d.ts} +199 -195
  20. package/cjs/lookup/pezkuwi.js +4768 -0
  21. package/cjs/lookup/types-assetHubDicle.d.ts +684 -0
  22. package/cjs/lookup/types-assetHubDicle.js +4 -0
  23. package/{build/lookup/types-assetHubPolkadot.d.ts → cjs/lookup/types-assetHubPezkuwi.d.ts} +623 -624
  24. package/cjs/lookup/types-assetHubPezkuwi.js +4 -0
  25. package/{build/lookup/types-substrate.d.ts → cjs/lookup/types-bizinikiwi.d.ts} +1815 -1816
  26. package/cjs/lookup/types-bizinikiwi.js +4 -0
  27. package/{build/lookup/types-kusama.d.ts → cjs/lookup/types-dicle.d.ts} +139 -139
  28. package/cjs/lookup/types-dicle.js +4 -0
  29. package/{build/lookup/types-polkadot.d.ts → cjs/lookup/types-pezkuwi.d.ts} +642 -641
  30. package/cjs/lookup/types-pezkuwi.js +4 -0
  31. package/cjs/lookup/types.d.ts +5 -0
  32. package/cjs/lookup/types.js +7 -0
  33. package/cjs/package.json +3 -0
  34. package/cjs/packageDetect.js +7 -0
  35. package/cjs/packageInfo.js +4 -0
  36. package/cjs/registry/assetHubDicle.d.ts +81 -0
  37. package/cjs/registry/assetHubDicle.js +4 -0
  38. package/cjs/registry/assetHubPezkuwi.d.ts +200 -0
  39. package/cjs/registry/assetHubPezkuwi.js +4 -0
  40. package/cjs/registry/bizinikiwi.d.ts +625 -0
  41. package/cjs/registry/bizinikiwi.js +4 -0
  42. package/cjs/registry/dicle.d.ts +35 -0
  43. package/cjs/registry/dicle.js +4 -0
  44. package/cjs/registry/index.js +3 -0
  45. package/{build → cjs}/registry/interfaces.d.ts +44 -44
  46. package/cjs/registry/interfaces.js +4 -0
  47. package/cjs/registry/pezkuwi.d.ts +279 -0
  48. package/cjs/registry/pezkuwi.js +4 -0
  49. package/index.d.ts +2 -0
  50. package/index.js +2 -0
  51. package/lookup/assetHubDicle.d.ts +1161 -0
  52. package/lookup/assetHubDicle.js +1162 -0
  53. package/lookup/assetHubPezkuwi.d.ts +2976 -0
  54. package/lookup/assetHubPezkuwi.js +2977 -0
  55. package/lookup/bizinikiwi.d.ts +9670 -0
  56. package/lookup/bizinikiwi.js +9671 -0
  57. package/lookup/definitions.d.ts +3 -0
  58. package/lookup/definitions.js +12 -0
  59. package/lookup/dicle.d.ts +735 -0
  60. package/lookup/dicle.js +736 -0
  61. package/lookup/index.d.ts +1 -0
  62. package/lookup/index.js +2 -0
  63. package/lookup/pezkuwi.d.ts +4765 -0
  64. package/lookup/pezkuwi.js +4766 -0
  65. package/lookup/types-assetHubDicle.d.ts +684 -0
  66. package/lookup/types-assetHubDicle.js +2 -0
  67. package/lookup/types-assetHubPezkuwi.d.ts +2511 -0
  68. package/lookup/types-assetHubPezkuwi.js +2 -0
  69. package/lookup/types-bizinikiwi.d.ts +9980 -0
  70. package/lookup/types-bizinikiwi.js +2 -0
  71. package/lookup/types-dicle.d.ts +364 -0
  72. package/lookup/types-dicle.js +2 -0
  73. package/lookup/types-pezkuwi.d.ts +4463 -0
  74. package/lookup/types-pezkuwi.js +2 -0
  75. package/lookup/types.d.ts +5 -0
  76. package/lookup/types.js +5 -0
  77. package/package.json +380 -6
  78. package/packageDetect.d.ts +1 -0
  79. package/{src/packageDetect.ts → packageDetect.js} +0 -8
  80. package/packageInfo.d.ts +6 -0
  81. package/packageInfo.js +1 -0
  82. package/registry/assetHubDicle.d.ts +81 -0
  83. package/registry/assetHubDicle.js +2 -0
  84. package/registry/assetHubPezkuwi.d.ts +200 -0
  85. package/registry/assetHubPezkuwi.js +2 -0
  86. package/registry/bizinikiwi.d.ts +625 -0
  87. package/registry/bizinikiwi.js +2 -0
  88. package/registry/dicle.d.ts +35 -0
  89. package/registry/dicle.js +2 -0
  90. package/registry/index.d.ts +1 -0
  91. package/registry/index.js +1 -0
  92. package/registry/interfaces.d.ts +1368 -0
  93. package/registry/interfaces.js +2 -0
  94. package/registry/pezkuwi.d.ts +279 -0
  95. package/registry/pezkuwi.js +2 -0
  96. package/build/lookup/types-assetHubKusama.d.ts +0 -684
  97. package/build/lookup/types.d.ts +0 -5
  98. package/build/registry/assetHubKusama.d.ts +0 -81
  99. package/build/registry/assetHubPolkadot.d.ts +0 -200
  100. package/build/registry/kusama.d.ts +0 -35
  101. package/build/registry/polkadot.d.ts +0 -278
  102. package/build/registry/substrate.d.ts +0 -625
  103. package/src/augment.ts +0 -5
  104. package/src/bundle.ts +0 -6
  105. package/src/index.ts +0 -6
  106. package/src/lookup/assetHubKusama.ts +0 -1165
  107. package/src/lookup/assetHubPolkadot.ts +0 -2980
  108. package/src/lookup/definitions.ts +0 -19
  109. package/src/lookup/index.ts +0 -4
  110. package/src/lookup/kusama.ts +0 -739
  111. package/src/lookup/polkadot.ts +0 -4765
  112. package/src/lookup/substrate.ts +0 -9674
  113. package/src/lookup/types-assetHubKusama.ts +0 -764
  114. package/src/lookup/types-assetHubPolkadot.ts +0 -2711
  115. package/src/lookup/types-kusama.ts +0 -399
  116. package/src/lookup/types-polkadot.ts +0 -4721
  117. package/src/lookup/types-substrate.ts +0 -10590
  118. package/src/lookup/types.ts +0 -8
  119. package/src/mod.ts +0 -4
  120. package/src/packageInfo.ts +0 -6
  121. package/src/registry/assetHubKusama.ts +0 -88
  122. package/src/registry/assetHubPolkadot.ts +0 -207
  123. package/src/registry/index.ts +0 -4
  124. package/src/registry/interfaces.ts +0 -1375
  125. package/src/registry/kusama.ts +0 -42
  126. package/src/registry/polkadot.ts +0 -285
  127. package/src/registry/substrate.ts +0 -632
  128. package/tsconfig.build.json +0 -15
  129. package/tsconfig.build.tsbuildinfo +0 -1
  130. /package/{build/augment.d.ts → augment.d.ts} +0 -0
  131. /package/{build/bundle.d.ts → bundle.d.ts} +0 -0
  132. /package/{build → cjs}/index.d.ts +0 -0
  133. /package/{build → cjs}/lookup/definitions.d.ts +0 -0
  134. /package/{build → cjs}/lookup/index.d.ts +0 -0
  135. /package/{build → cjs}/packageDetect.d.ts +0 -0
  136. /package/{build → cjs}/packageInfo.d.ts +0 -0
  137. /package/{build → cjs}/registry/index.d.ts +0 -0
@@ -1,1375 +0,0 @@
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 '@polkadot/types/types/registry';
7
-
8
- import type { Data, StorageKey } from '@pezkuwi/types';
9
- import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, ISize, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, isize, u128, u16, u256, u32, u64, u8, usize } from '@pezkuwi/types-codec';
10
- import type { TAssetConversion } from '@pezkuwi/types/interfaces/assetConversion';
11
- import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@pezkuwi/types/interfaces/assets';
12
- import type { BlockAttestations, IncludedBlocks, MoreAttestations } from '@pezkuwi/types/interfaces/attestations';
13
- import type { RawAuraPreDigest } from '@pezkuwi/types/interfaces/aura';
14
- import type { ExtrinsicOrHash, ExtrinsicStatus } from '@pezkuwi/types/interfaces/author';
15
- import type { UncleEntryItem } from '@pezkuwi/types/interfaces/authorship';
16
- import type { AllowedSlots, BabeAuthorityWeight, BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, BabeGenesisConfiguration, BabeGenesisConfigurationV1, BabeWeight, Epoch, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, OpaqueKeyOwnershipProof, Randomness, RawBabePreDigest, RawBabePreDigestCompat, RawBabePreDigestPrimary, RawBabePreDigestPrimaryTo159, RawBabePreDigestSecondaryPlain, RawBabePreDigestSecondaryTo159, RawBabePreDigestSecondaryVRF, RawBabePreDigestTo159, SlotNumber, VrfData, VrfOutput, VrfProof } from '@pezkuwi/types/interfaces/babe';
17
- import type { AccountData, BalanceLock, BalanceLockTo212, BalanceStatus, Reasons, ReserveData, ReserveIdentifier, VestingSchedule, WithdrawReasons } from '@pezkuwi/types/interfaces/balances';
18
- import type { BeefyAuthoritySet, BeefyCommitment, BeefyCompactSignedCommitment, BeefyEquivocationProof, BeefyId, BeefyNextAuthoritySet, BeefyPayload, BeefyPayloadId, BeefySignedCommitment, BeefyVersionedFinalityProof, BeefyVoteMessage, MmrRootHash, ValidatorSet, ValidatorSetId } from '@pezkuwi/types/interfaces/beefy';
19
- import type { BenchmarkBatch, BenchmarkConfig, BenchmarkList, BenchmarkMetadata, BenchmarkParameter, BenchmarkResult } from '@pezkuwi/types/interfaces/benchmark';
20
- import type { CheckInherentsResult, InherentData, InherentIdentifier } from '@pezkuwi/types/interfaces/blockbuilder';
21
- import type { BridgeMessageId, BridgedBlockHash, BridgedBlockNumber, BridgedHeader, CallOrigin, ChainId, DeliveredMessages, DispatchFeePayment, InboundLaneData, InboundRelayer, InitializationData, LaneId, MessageData, MessageKey, MessageNonce, MessagesDeliveryProofOf, MessagesProofOf, OperatingMode, OutboundLaneData, OutboundMessageFee, OutboundPayload, Parameter, RelayerId, UnrewardedRelayer, UnrewardedRelayersState } from '@pezkuwi/types/interfaces/bridges';
22
- import type { BlockHash } from '@pezkuwi/types/interfaces/chain';
23
- import type { PrefixedStorageKey } from '@pezkuwi/types/interfaces/childstate';
24
- import type { StatementKind } from '@pezkuwi/types/interfaces/claims';
25
- import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@pezkuwi/types/interfaces/collective';
26
- import type { AuthorityId, RawVRFOutput } from '@pezkuwi/types/interfaces/consensus';
27
- import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractExecResultU64, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractInstantiateResultU64, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@pezkuwi/types/interfaces/contracts';
28
- import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractConstructorSpecV4, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractContractSpecV4, ContractContractSpecV5, ContractContractSpecV6, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEnvironmentV4, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractEventSpecV3, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMessageSpecV3, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractMetadataV4, ContractMetadataV5, ContractMetadataV6, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractReviveProjectInfo, ContractReviveProjectSource, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@pezkuwi/types/interfaces/contractsAbi';
29
- import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@pezkuwi/types/interfaces/crowdloan';
30
- import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@pezkuwi/types/interfaces/cumulus';
31
- import type { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from '@pezkuwi/types/interfaces/democracy';
32
- import type { BlockStats } from '@pezkuwi/types/interfaces/dev';
33
- import type { CallDryRunEffects, DispatchResultWithPostInfo, PostDispatchInfo, XcmDryRunApiError, XcmDryRunEffects } from '@pezkuwi/types/interfaces/dryRunApi';
34
- import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@pezkuwi/types/interfaces/elections';
35
- import type { CreatedBlock, ImportedAux } from '@pezkuwi/types/interfaces/engine';
36
- import type { BlockV0, BlockV1, BlockV2, BlockV3, EIP1559Transaction, EIP2930Transaction, EIP7702Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthAuthorizationList, EthAuthorizationListItem, EthAuthorizationSignature, EthBlock, EthBloom, EthCallRequest, EthFeeHistory, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLegacyTransactionSignature, EthLog, EthReceipt, EthReceiptV0, EthReceiptV3, EthReceiptV4, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2, TransactionV3 } from '@pezkuwi/types/interfaces/eth';
37
- import type { EvmAccount, EvmCallInfo, EvmCallInfoV2, EvmCreateInfo, EvmCreateInfoV2, EvmLog, EvmVicinity, EvmWeightInfo, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@pezkuwi/types/interfaces/evm';
38
- import type { AnySignature, EcdsaSignature, Ed25519Signature, Era, Extrinsic, ExtrinsicEra, ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, ExtrinsicPayloadV5, ExtrinsicSignature, ExtrinsicSignatureV4, ExtrinsicSignatureV5, ExtrinsicUnknown, ExtrinsicV4, ExtrinsicV5, ImmortalEra, MortalEra, MultiSignature, Signature, SignerPayload, Sr25519Signature } from '@pezkuwi/types/interfaces/extrinsics';
39
- import type { FungiblesAccessError } from '@pezkuwi/types/interfaces/fungibles';
40
- import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from '@pezkuwi/types/interfaces/genericAsset';
41
- import type { GenesisBuildErr } from '@pezkuwi/types/interfaces/genesisBuilder';
42
- import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from '@pezkuwi/types/interfaces/gilt';
43
- import type { AuthorityIndex, AuthorityList, AuthoritySet, AuthoritySetChange, AuthoritySetChanges, AuthorityWeight, DelayKind, DelayKindBest, EncodedFinalityProofs, ForkTreePendingChange, ForkTreePendingChangeNode, GrandpaCommit, GrandpaEquivocation, GrandpaEquivocationProof, GrandpaEquivocationValue, GrandpaJustification, GrandpaPrecommit, GrandpaPrevote, GrandpaSignedPrecommit, JustificationNotification, KeyOwnerProof, NextAuthority, PendingChange, PendingPause, PendingResume, Precommits, Prevotes, ReportedRoundStates, RoundState, SetId, StoredPendingChange, StoredState } from '@pezkuwi/types/interfaces/grandpa';
44
- import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from '@pezkuwi/types/interfaces/identity';
45
- import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@pezkuwi/types/interfaces/imOnline';
46
- import type { CallIndex, LotteryConfig } from '@pezkuwi/types/interfaces/lottery';
47
- import type { CustomMetadata15, CustomValueMetadata15, EnumDeprecationInfoV16, ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, ExtrinsicMetadataV15, ExtrinsicMetadataV16, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, ItemDeprecationInfoV16, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV15, MetadataV16, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, OpaqueMetadata, OuterEnums15, PalletAssociatedTypeMetadataV16, PalletCallMetadataLatest, PalletCallMetadataV14, PalletCallMetadataV16, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletConstantMetadataV16, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletErrorMetadataV16, PalletEventMetadataLatest, PalletEventMetadataV14, PalletEventMetadataV16, PalletMetadataLatest, PalletMetadataV14, PalletMetadataV15, PalletMetadataV16, PalletStorageMetadataLatest, PalletStorageMetadataV14, PalletStorageMetadataV16, PalletViewFunctionMetadataV16, PortableType, PortableTypeV14, RuntimeApiMetadataLatest, RuntimeApiMetadataV15, RuntimeApiMetadataV16, RuntimeApiMethodMetadataV15, RuntimeApiMethodMetadataV16, RuntimeApiMethodParamMetadataV15, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV16, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9, TransactionExtensionMetadataLatest, TransactionExtensionMetadataV16, VariantDeprecationInfoV16 } from '@pezkuwi/types/interfaces/metadata';
48
- import type { Mixnode, MixnodesErr, SessionPhase, SessionStatus } from '@pezkuwi/types/interfaces/mixnet';
49
- import type { MmrBatchProof, MmrEncodableOpaqueLeaf, MmrError, MmrHash, MmrLeafBatchProof, MmrLeafIndex, MmrLeafProof, MmrNodeIndex, MmrProof } from '@pezkuwi/types/interfaces/mmr';
50
- import type { NftCollectionId, NftItemId } from '@pezkuwi/types/interfaces/nfts';
51
- import type { NpApiError, NpPoolId } from '@pezkuwi/types/interfaces/nompools';
52
- import type { StorageKind } from '@pezkuwi/types/interfaces/offchain';
53
- import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@pezkuwi/types/interfaces/offences';
54
- import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, ApprovalVotingParams, AssignmentId, AssignmentKind, AsyncBackingParams, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, BackingState, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, Constraints, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeProof, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DisputesTimeSlot, DoubleVoteReport, DownwardMessage, ExecutorParam, ExecutorParams, ExecutorParamsHash, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpLimitations, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, NodeFeatures, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpChannelLimitations, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PendingSlashes, PersistedValidationData, PvfCheckStatement, PvfExecTimeoutKind, PvfPrepTimeoutKind, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlashingOffenceKind, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@pezkuwi/types/interfaces/parachains';
55
- import type { FeeDetails, InclusionFee, RuntimeDispatchInfo, RuntimeDispatchInfoV1, RuntimeDispatchInfoV2 } from '@pezkuwi/types/interfaces/payment';
56
- import type { Approvals } from '@pezkuwi/types/interfaces/poll';
57
- import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@pezkuwi/types/interfaces/proxy';
58
- import type { AccountStatus, AccountValidity } from '@pezkuwi/types/interfaces/purchase';
59
- import type { ActiveRecovery, RecoveryConfig } from '@pezkuwi/types/interfaces/recovery';
60
- import type { RpcMethods } from '@pezkuwi/types/interfaces/rpc';
61
- import type { AccountId, AccountId20, AccountId32, AccountId33, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicInclusionMode, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletVersion, PalletsOrigin, Pays, PerU16, Perbill, Percent, Permill, Perquintill, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageData, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@pezkuwi/types/interfaces/runtime';
62
- import type { Si0Field, Si0LookupTypeId, Si0Path, Si0Type, Si0TypeDef, Si0TypeDefArray, Si0TypeDefBitSequence, Si0TypeDefCompact, Si0TypeDefComposite, Si0TypeDefPhantom, Si0TypeDefPrimitive, Si0TypeDefSequence, Si0TypeDefTuple, Si0TypeDefVariant, Si0TypeParameter, Si0Variant, Si1Field, Si1LookupTypeId, Si1Path, Si1Type, Si1TypeDef, Si1TypeDefArray, Si1TypeDefBitSequence, Si1TypeDefCompact, Si1TypeDefComposite, Si1TypeDefPrimitive, Si1TypeDefSequence, Si1TypeDefTuple, Si1TypeDefVariant, Si1TypeParameter, Si1Variant, SiField, SiLookupTypeId, SiPath, SiType, SiTypeDef, SiTypeDefArray, SiTypeDefBitSequence, SiTypeDefCompact, SiTypeDefComposite, SiTypeDefPrimitive, SiTypeDefSequence, SiTypeDefTuple, SiTypeDefVariant, SiTypeParameter, SiVariant } from '@pezkuwi/types/interfaces/scaleInfo';
63
- import type { Period, Priority, SchedulePeriod, SchedulePriority, Scheduled, ScheduledTo254, TaskAddress } from '@pezkuwi/types/interfaces/scheduler';
64
- import type { BeefyKey, FullIdentification, IdentificationTuple, Keys, MembershipProof, SessionIndex, SessionKeys1, SessionKeys10, SessionKeys10B, SessionKeys2, SessionKeys3, SessionKeys4, SessionKeys5, SessionKeys6, SessionKeys6B, SessionKeys7, SessionKeys7B, SessionKeys8, SessionKeys8B, SessionKeys9, SessionKeys9B, ValidatorCount } from '@pezkuwi/types/interfaces/session';
65
- import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from '@pezkuwi/types/interfaces/society';
66
- import type { ActiveEraInfo, CompactAssignments, CompactAssignmentsTo257, CompactAssignmentsTo265, CompactAssignmentsWith16, CompactAssignmentsWith24, CompactScore, CompactScoreCompact, ElectionCompute, ElectionPhase, ElectionResult, ElectionResultToSpec10, ElectionScore, ElectionSize, ElectionStatus, EraIndex, EraPoints, EraRewardPoints, EraRewards, Exposure, ExtendedBalance, Forcing, IndividualExposure, KeyType, MomentOf, Nominations, NominatorIndex, NominatorIndexCompact, OffchainAccuracy, OffchainAccuracyCompact, PhragmenScore, Points, RawSolution, RawSolutionTo265, RawSolutionWith16, RawSolutionWith24, ReadySolution, RewardDestination, RewardPoint, RoundSnapshot, SeatHolder, SignedSubmission, SignedSubmissionOf, SignedSubmissionTo276, SlashJournalEntry, SlashingSpans, SlashingSpansTo204, SolutionOrSnapshotSize, SolutionSupport, SolutionSupports, SpanIndex, SpanRecord, StakingLedger, StakingLedgerTo223, StakingLedgerTo240, SubmissionIndicesOf, Supports, UnappliedSlash, UnappliedSlashOther, UnlockChunk, ValidatorIndex, ValidatorIndexCompact, ValidatorPrefs, ValidatorPrefsTo145, ValidatorPrefsTo196, ValidatorPrefsWithBlocked, ValidatorPrefsWithCommission, VoteWeight, Voter } from '@pezkuwi/types/interfaces/staking';
67
- import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, MigrationStatusResult, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, RuntimeVersionPre3, RuntimeVersionPre4, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@pezkuwi/types/interfaces/state';
68
- import type { StatementStoreInvalidStatement, StatementStoreStatementSource, StatementStoreValidStatement } from '@pezkuwi/types/interfaces/statement';
69
- import type { WeightToFeeCoefficient } from '@pezkuwi/types/interfaces/support';
70
- import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ApplyExtrinsicResultPre6, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorModulePre6, DispatchErrorModuleU8, DispatchErrorModuleU8a, DispatchErrorPre6, DispatchErrorPre6First, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, DispatchOutcomePre6, DispatchResult, DispatchResultOf, DispatchResultTo198, Event, EventId, EventIndex, EventRecord, Health, InvalidTransaction, Key, LastRuntimeUpgradeInfo, NetworkState, NetworkStatePeerset, NetworkStatePeersetInfo, NodeRole, NotConnectedPeer, Peer, PeerEndpoint, PeerEndpointAddr, PeerInfo, PeerPing, PerDispatchClassU32, PerDispatchClassWeight, PerDispatchClassWeightsPerClass, Phase, RawOrigin, RefCount, RefCountTo259, SyncState, SystemOrigin, TokenError, TransactionValidityError, TransactionalError, UnknownTransaction, WeightPerClass } from '@pezkuwi/types/interfaces/system';
71
- import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@pezkuwi/types/interfaces/treasury';
72
- import type { Multiplier } from '@pezkuwi/types/interfaces/txpayment';
73
- import type { TransactionSource, TransactionValidity, ValidTransaction } from '@pezkuwi/types/interfaces/txqueue';
74
- import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@pezkuwi/types/interfaces/uniques';
75
- import type { Multisig, Timepoint } from '@pezkuwi/types/interfaces/utility';
76
- import type { VestingInfo } from '@pezkuwi/types/interfaces/vesting';
77
- import type { AssetIdV2, AssetIdV3, AssetIdV4, AssetIdV5, AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, AssetInstanceV3, AssetInstanceV4, AssetInstanceV5, BodyId, BodyIdV2, BodyIdV3, BodyPart, BodyPartV2, BodyPartV3, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, FungibilityV3, FungibilityV4, FungibilityV5, HintV5, InboundStatus, InstructionV2, InstructionV3, InstructionV4, InstructionV5, InteriorMultiLocation, InteriorMultiLocationV2, InteriorMultiLocationV3, InteriorMultiLocationV5, Junction, JunctionV0, JunctionV1, JunctionV2, JunctionV3, JunctionV4, JunctionV5, Junctions, JunctionsV1, JunctionsV2, JunctionsV3, JunctionsV4, JunctionsV5, MaxPalletNameLen, MaxPalletsInfo, MaybeErrorCodeV3, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, MultiAssetFilterV3, MultiAssetFilterV4, MultiAssetFilterV5, MultiAssetTransferFilterV5, MultiAssetV0, MultiAssetV1, MultiAssetV2, MultiAssetV3, MultiAssetV4, MultiAssetV5, MultiAssets, MultiAssetsV1, MultiAssetsV2, MultiAssetsV3, MultiAssetsV4, MultiAssetsV5, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, MultiLocationV3, MultiLocationV4, MultiLocationV5, NetworkId, NetworkIdV2, NetworkIdV3, NetworkIdV4, NetworkIdV5, OriginKindV0, OriginKindV1, OriginKindV2, OriginKindV3, OriginKindV4, OutboundStatus, Outcome, OutcomeV4, PalletInfoV3, PalletInfoV4, PalletInfoV5, QueryId, QueryResponseInfoV3, QueryResponseInfoV4, QueryResponseInfoV5, QueryStatus, QueueConfigData, Response, ResponseV0, ResponseV1, ResponseV2, ResponseV2Error, ResponseV3, ResponseV3Error, ResponseV3Result, ResponseV4, ResponseV5, UncheckedFungibilityV4, UncheckedFungibilityV5, VersionMigrationStage, VersionV3, VersionV4, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, WeightLimitV3, WildFungibility, WildFungibilityV0, WildFungibilityV1, WildFungibilityV2, WildFungibilityV3, WildFungibilityV4, WildFungibilityV5, WildMultiAsset, WildMultiAssetV1, WildMultiAssetV2, WildMultiAssetV3, WildMultiAssetV4, WildMultiAssetV5, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, XcmErrorV3, XcmErrorV4, XcmErrorV5, XcmOrderV0, XcmOrderV1, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, XcmV3, XcmV4, XcmV5, XcmVersion, XcmpMessageFormat } from '@pezkuwi/types/interfaces/xcm';
78
- import type { XcmPaymentApiError } from '@pezkuwi/types/interfaces/xcmPaymentApi';
79
- import type { Error } from '@pezkuwi/types/interfaces/xcmRuntimeApi';
80
-
81
- declare module '@polkadot/types/types/registry' {
82
- interface InterfaceTypes {
83
- AbridgedCandidateReceipt: AbridgedCandidateReceipt;
84
- AbridgedHostConfiguration: AbridgedHostConfiguration;
85
- AbridgedHrmpChannel: AbridgedHrmpChannel;
86
- AccountData: AccountData;
87
- AccountId: AccountId;
88
- AccountId20: AccountId20;
89
- AccountId32: AccountId32;
90
- AccountId33: AccountId33;
91
- AccountIdOf: AccountIdOf;
92
- AccountIndex: AccountIndex;
93
- AccountInfo: AccountInfo;
94
- AccountInfoWithDualRefCount: AccountInfoWithDualRefCount;
95
- AccountInfoWithProviders: AccountInfoWithProviders;
96
- AccountInfoWithRefCount: AccountInfoWithRefCount;
97
- AccountInfoWithRefCountU8: AccountInfoWithRefCountU8;
98
- AccountInfoWithTripleRefCount: AccountInfoWithTripleRefCount;
99
- AccountStatus: AccountStatus;
100
- AccountValidity: AccountValidity;
101
- AccountVote: AccountVote;
102
- AccountVoteSplit: AccountVoteSplit;
103
- AccountVoteStandard: AccountVoteStandard;
104
- ActiveEraInfo: ActiveEraInfo;
105
- ActiveGilt: ActiveGilt;
106
- ActiveGiltsTotal: ActiveGiltsTotal;
107
- ActiveIndex: ActiveIndex;
108
- ActiveRecovery: ActiveRecovery;
109
- Address: Address;
110
- AliveContractInfo: AliveContractInfo;
111
- AllowedSlots: AllowedSlots;
112
- AnySignature: AnySignature;
113
- ApiId: ApiId;
114
- ApplyExtrinsicResult: ApplyExtrinsicResult;
115
- ApplyExtrinsicResultPre6: ApplyExtrinsicResultPre6;
116
- ApprovalFlag: ApprovalFlag;
117
- Approvals: Approvals;
118
- ApprovalVotingParams: ApprovalVotingParams;
119
- ArithmeticError: ArithmeticError;
120
- AssetApproval: AssetApproval;
121
- AssetApprovalKey: AssetApprovalKey;
122
- AssetBalance: AssetBalance;
123
- AssetDestroyWitness: AssetDestroyWitness;
124
- AssetDetails: AssetDetails;
125
- AssetId: AssetId;
126
- AssetIdV2: AssetIdV2;
127
- AssetIdV3: AssetIdV3;
128
- AssetIdV4: AssetIdV4;
129
- AssetIdV5: AssetIdV5;
130
- AssetInstance: AssetInstance;
131
- AssetInstanceV0: AssetInstanceV0;
132
- AssetInstanceV1: AssetInstanceV1;
133
- AssetInstanceV2: AssetInstanceV2;
134
- AssetInstanceV3: AssetInstanceV3;
135
- AssetInstanceV4: AssetInstanceV4;
136
- AssetInstanceV5: AssetInstanceV5;
137
- AssetMetadata: AssetMetadata;
138
- AssetOptions: AssetOptions;
139
- AssignmentId: AssignmentId;
140
- AssignmentKind: AssignmentKind;
141
- AsyncBackingParams: AsyncBackingParams;
142
- AttestedCandidate: AttestedCandidate;
143
- AuctionIndex: AuctionIndex;
144
- AuthIndex: AuthIndex;
145
- AuthorityDiscoveryId: AuthorityDiscoveryId;
146
- AuthorityId: AuthorityId;
147
- AuthorityIndex: AuthorityIndex;
148
- AuthorityList: AuthorityList;
149
- AuthoritySet: AuthoritySet;
150
- AuthoritySetChange: AuthoritySetChange;
151
- AuthoritySetChanges: AuthoritySetChanges;
152
- AuthoritySignature: AuthoritySignature;
153
- AuthorityWeight: AuthorityWeight;
154
- AvailabilityBitfield: AvailabilityBitfield;
155
- AvailabilityBitfieldRecord: AvailabilityBitfieldRecord;
156
- BabeAuthorityWeight: BabeAuthorityWeight;
157
- BabeBlockWeight: BabeBlockWeight;
158
- BabeEpochConfiguration: BabeEpochConfiguration;
159
- BabeEquivocationProof: BabeEquivocationProof;
160
- BabeGenesisConfiguration: BabeGenesisConfiguration;
161
- BabeGenesisConfigurationV1: BabeGenesisConfigurationV1;
162
- BabeWeight: BabeWeight;
163
- BackedCandidate: BackedCandidate;
164
- BackingState: BackingState;
165
- Balance: Balance;
166
- BalanceLock: BalanceLock;
167
- BalanceLockTo212: BalanceLockTo212;
168
- BalanceOf: BalanceOf;
169
- BalanceStatus: BalanceStatus;
170
- BeefyAuthoritySet: BeefyAuthoritySet;
171
- BeefyCommitment: BeefyCommitment;
172
- BeefyCompactSignedCommitment: BeefyCompactSignedCommitment;
173
- BeefyEquivocationProof: BeefyEquivocationProof;
174
- BeefyId: BeefyId;
175
- BeefyKey: BeefyKey;
176
- BeefyNextAuthoritySet: BeefyNextAuthoritySet;
177
- BeefyPayload: BeefyPayload;
178
- BeefyPayloadId: BeefyPayloadId;
179
- BeefySignedCommitment: BeefySignedCommitment;
180
- BeefyVersionedFinalityProof: BeefyVersionedFinalityProof;
181
- BeefyVoteMessage: BeefyVoteMessage;
182
- BenchmarkBatch: BenchmarkBatch;
183
- BenchmarkConfig: BenchmarkConfig;
184
- BenchmarkList: BenchmarkList;
185
- BenchmarkMetadata: BenchmarkMetadata;
186
- BenchmarkParameter: BenchmarkParameter;
187
- BenchmarkResult: BenchmarkResult;
188
- Bid: Bid;
189
- Bidder: Bidder;
190
- BidKind: BidKind;
191
- BitVec: BitVec;
192
- Block: Block;
193
- BlockAttestations: BlockAttestations;
194
- BlockHash: BlockHash;
195
- BlockLength: BlockLength;
196
- BlockNumber: BlockNumber;
197
- BlockNumberFor: BlockNumberFor;
198
- BlockNumberOf: BlockNumberOf;
199
- BlockStats: BlockStats;
200
- BlockTrace: BlockTrace;
201
- BlockTraceEvent: BlockTraceEvent;
202
- BlockTraceEventData: BlockTraceEventData;
203
- BlockTraceSpan: BlockTraceSpan;
204
- BlockV0: BlockV0;
205
- BlockV1: BlockV1;
206
- BlockV2: BlockV2;
207
- BlockV3: BlockV3;
208
- BlockWeights: BlockWeights;
209
- BodyId: BodyId;
210
- BodyIdV2: BodyIdV2;
211
- BodyIdV3: BodyIdV3;
212
- BodyPart: BodyPart;
213
- BodyPartV2: BodyPartV2;
214
- BodyPartV3: BodyPartV3;
215
- bool: bool;
216
- Bool: Bool;
217
- Bounty: Bounty;
218
- BountyIndex: BountyIndex;
219
- BountyStatus: BountyStatus;
220
- BountyStatusActive: BountyStatusActive;
221
- BountyStatusCuratorProposed: BountyStatusCuratorProposed;
222
- BountyStatusPendingPayout: BountyStatusPendingPayout;
223
- BridgedBlockHash: BridgedBlockHash;
224
- BridgedBlockNumber: BridgedBlockNumber;
225
- BridgedHeader: BridgedHeader;
226
- BridgeMessageId: BridgeMessageId;
227
- BufferedSessionChange: BufferedSessionChange;
228
- Bytes: Bytes;
229
- Call: Call;
230
- CallDryRunEffects: CallDryRunEffects;
231
- CallHash: CallHash;
232
- CallHashOf: CallHashOf;
233
- CallIndex: CallIndex;
234
- CallOrigin: CallOrigin;
235
- CandidateCommitments: CandidateCommitments;
236
- CandidateDescriptor: CandidateDescriptor;
237
- CandidateEvent: CandidateEvent;
238
- CandidateHash: CandidateHash;
239
- CandidateInfo: CandidateInfo;
240
- CandidatePendingAvailability: CandidatePendingAvailability;
241
- CandidateReceipt: CandidateReceipt;
242
- ChainId: ChainId;
243
- ChainProperties: ChainProperties;
244
- ChainType: ChainType;
245
- ChangesTrieConfiguration: ChangesTrieConfiguration;
246
- ChangesTrieSignal: ChangesTrieSignal;
247
- CheckInherentsResult: CheckInherentsResult;
248
- ClassDetails: ClassDetails;
249
- ClassId: ClassId;
250
- ClassMetadata: ClassMetadata;
251
- CodecHash: CodecHash;
252
- CodeHash: CodeHash;
253
- CodeSource: CodeSource;
254
- CodeUploadRequest: CodeUploadRequest;
255
- CodeUploadResult: CodeUploadResult;
256
- CodeUploadResultValue: CodeUploadResultValue;
257
- CollationInfo: CollationInfo;
258
- CollationInfoV1: CollationInfoV1;
259
- CollatorId: CollatorId;
260
- CollatorSignature: CollatorSignature;
261
- CollectiveOrigin: CollectiveOrigin;
262
- CommittedCandidateReceipt: CommittedCandidateReceipt;
263
- CompactAssignments: CompactAssignments;
264
- CompactAssignmentsTo257: CompactAssignmentsTo257;
265
- CompactAssignmentsTo265: CompactAssignmentsTo265;
266
- CompactAssignmentsWith16: CompactAssignmentsWith16;
267
- CompactAssignmentsWith24: CompactAssignmentsWith24;
268
- CompactScore: CompactScore;
269
- CompactScoreCompact: CompactScoreCompact;
270
- ConfigData: ConfigData;
271
- Consensus: Consensus;
272
- ConsensusEngineId: ConsensusEngineId;
273
- Constraints: Constraints;
274
- ConsumedWeight: ConsumedWeight;
275
- ContractCallFlags: ContractCallFlags;
276
- ContractCallRequest: ContractCallRequest;
277
- ContractConstructorSpecLatest: ContractConstructorSpecLatest;
278
- ContractConstructorSpecV0: ContractConstructorSpecV0;
279
- ContractConstructorSpecV1: ContractConstructorSpecV1;
280
- ContractConstructorSpecV2: ContractConstructorSpecV2;
281
- ContractConstructorSpecV3: ContractConstructorSpecV3;
282
- ContractConstructorSpecV4: ContractConstructorSpecV4;
283
- ContractContractSpecV0: ContractContractSpecV0;
284
- ContractContractSpecV1: ContractContractSpecV1;
285
- ContractContractSpecV2: ContractContractSpecV2;
286
- ContractContractSpecV3: ContractContractSpecV3;
287
- ContractContractSpecV4: ContractContractSpecV4;
288
- ContractContractSpecV5: ContractContractSpecV5;
289
- ContractContractSpecV6: ContractContractSpecV6;
290
- ContractCryptoHasher: ContractCryptoHasher;
291
- ContractDiscriminant: ContractDiscriminant;
292
- ContractDisplayName: ContractDisplayName;
293
- ContractEnvironmentV4: ContractEnvironmentV4;
294
- ContractEventParamSpecLatest: ContractEventParamSpecLatest;
295
- ContractEventParamSpecV0: ContractEventParamSpecV0;
296
- ContractEventParamSpecV2: ContractEventParamSpecV2;
297
- ContractEventSpecLatest: ContractEventSpecLatest;
298
- ContractEventSpecV0: ContractEventSpecV0;
299
- ContractEventSpecV1: ContractEventSpecV1;
300
- ContractEventSpecV2: ContractEventSpecV2;
301
- ContractEventSpecV3: ContractEventSpecV3;
302
- ContractExecResult: ContractExecResult;
303
- ContractExecResultOk: ContractExecResultOk;
304
- ContractExecResultResult: ContractExecResultResult;
305
- ContractExecResultSuccessTo255: ContractExecResultSuccessTo255;
306
- ContractExecResultSuccessTo260: ContractExecResultSuccessTo260;
307
- ContractExecResultTo255: ContractExecResultTo255;
308
- ContractExecResultTo260: ContractExecResultTo260;
309
- ContractExecResultTo267: ContractExecResultTo267;
310
- ContractExecResultU64: ContractExecResultU64;
311
- ContractInfo: ContractInfo;
312
- ContractInstantiateResult: ContractInstantiateResult;
313
- ContractInstantiateResultTo267: ContractInstantiateResultTo267;
314
- ContractInstantiateResultTo299: ContractInstantiateResultTo299;
315
- ContractInstantiateResultU64: ContractInstantiateResultU64;
316
- ContractLayoutArray: ContractLayoutArray;
317
- ContractLayoutCell: ContractLayoutCell;
318
- ContractLayoutEnum: ContractLayoutEnum;
319
- ContractLayoutHash: ContractLayoutHash;
320
- ContractLayoutHashingStrategy: ContractLayoutHashingStrategy;
321
- ContractLayoutKey: ContractLayoutKey;
322
- ContractLayoutStruct: ContractLayoutStruct;
323
- ContractLayoutStructField: ContractLayoutStructField;
324
- ContractMessageParamSpecLatest: ContractMessageParamSpecLatest;
325
- ContractMessageParamSpecV0: ContractMessageParamSpecV0;
326
- ContractMessageParamSpecV2: ContractMessageParamSpecV2;
327
- ContractMessageSpecLatest: ContractMessageSpecLatest;
328
- ContractMessageSpecV0: ContractMessageSpecV0;
329
- ContractMessageSpecV1: ContractMessageSpecV1;
330
- ContractMessageSpecV2: ContractMessageSpecV2;
331
- ContractMessageSpecV3: ContractMessageSpecV3;
332
- ContractMetadata: ContractMetadata;
333
- ContractMetadataLatest: ContractMetadataLatest;
334
- ContractMetadataV0: ContractMetadataV0;
335
- ContractMetadataV1: ContractMetadataV1;
336
- ContractMetadataV2: ContractMetadataV2;
337
- ContractMetadataV3: ContractMetadataV3;
338
- ContractMetadataV4: ContractMetadataV4;
339
- ContractMetadataV5: ContractMetadataV5;
340
- ContractMetadataV6: ContractMetadataV6;
341
- ContractProject: ContractProject;
342
- ContractProjectContract: ContractProjectContract;
343
- ContractProjectInfo: ContractProjectInfo;
344
- ContractProjectSource: ContractProjectSource;
345
- ContractProjectV0: ContractProjectV0;
346
- ContractReturnFlags: ContractReturnFlags;
347
- ContractReviveProjectInfo: ContractReviveProjectInfo;
348
- ContractReviveProjectSource: ContractReviveProjectSource;
349
- ContractSelector: ContractSelector;
350
- ContractStorageKey: ContractStorageKey;
351
- ContractStorageLayout: ContractStorageLayout;
352
- ContractTypeSpec: ContractTypeSpec;
353
- Conviction: Conviction;
354
- CoreAssignment: CoreAssignment;
355
- CoreIndex: CoreIndex;
356
- CoreOccupied: CoreOccupied;
357
- CoreState: CoreState;
358
- CrateVersion: CrateVersion;
359
- CreatedBlock: CreatedBlock;
360
- CustomMetadata15: CustomMetadata15;
361
- CustomValueMetadata15: CustomValueMetadata15;
362
- Data: Data;
363
- DeferredOffenceOf: DeferredOffenceOf;
364
- DefunctVoter: DefunctVoter;
365
- DelayKind: DelayKind;
366
- DelayKindBest: DelayKindBest;
367
- Delegations: Delegations;
368
- DeletedContract: DeletedContract;
369
- DeliveredMessages: DeliveredMessages;
370
- DepositBalance: DepositBalance;
371
- DepositBalanceOf: DepositBalanceOf;
372
- DestroyWitness: DestroyWitness;
373
- Digest: Digest;
374
- DigestItem: DigestItem;
375
- DigestOf: DigestOf;
376
- DispatchClass: DispatchClass;
377
- DispatchError: DispatchError;
378
- DispatchErrorModule: DispatchErrorModule;
379
- DispatchErrorModulePre6: DispatchErrorModulePre6;
380
- DispatchErrorModuleU8: DispatchErrorModuleU8;
381
- DispatchErrorModuleU8a: DispatchErrorModuleU8a;
382
- DispatchErrorPre6: DispatchErrorPre6;
383
- DispatchErrorPre6First: DispatchErrorPre6First;
384
- DispatchErrorTo198: DispatchErrorTo198;
385
- DispatchFeePayment: DispatchFeePayment;
386
- DispatchInfo: DispatchInfo;
387
- DispatchInfoTo190: DispatchInfoTo190;
388
- DispatchInfoTo244: DispatchInfoTo244;
389
- DispatchOutcome: DispatchOutcome;
390
- DispatchOutcomePre6: DispatchOutcomePre6;
391
- DispatchResult: DispatchResult;
392
- DispatchResultOf: DispatchResultOf;
393
- DispatchResultTo198: DispatchResultTo198;
394
- DispatchResultWithPostInfo: DispatchResultWithPostInfo;
395
- DisputeLocation: DisputeLocation;
396
- DisputeProof: DisputeProof;
397
- DisputeResult: DisputeResult;
398
- DisputeState: DisputeState;
399
- DisputeStatement: DisputeStatement;
400
- DisputeStatementSet: DisputeStatementSet;
401
- DisputesTimeSlot: DisputesTimeSlot;
402
- DoubleEncodedCall: DoubleEncodedCall;
403
- DoubleVoteReport: DoubleVoteReport;
404
- DownwardMessage: DownwardMessage;
405
- EcdsaSignature: EcdsaSignature;
406
- Ed25519Signature: Ed25519Signature;
407
- EIP1559Transaction: EIP1559Transaction;
408
- EIP2930Transaction: EIP2930Transaction;
409
- EIP7702Transaction: EIP7702Transaction;
410
- ElectionCompute: ElectionCompute;
411
- ElectionPhase: ElectionPhase;
412
- ElectionResult: ElectionResult;
413
- ElectionResultToSpec10: ElectionResultToSpec10;
414
- ElectionScore: ElectionScore;
415
- ElectionSize: ElectionSize;
416
- ElectionStatus: ElectionStatus;
417
- EncodedFinalityProofs: EncodedFinalityProofs;
418
- EncodedJustification: EncodedJustification;
419
- EnumDeprecationInfoV16: EnumDeprecationInfoV16;
420
- Epoch: Epoch;
421
- EpochAuthorship: EpochAuthorship;
422
- Era: Era;
423
- EraIndex: EraIndex;
424
- EraPoints: EraPoints;
425
- EraRewardPoints: EraRewardPoints;
426
- EraRewards: EraRewards;
427
- Error: Error;
428
- ErrorMetadataLatest: ErrorMetadataLatest;
429
- ErrorMetadataV10: ErrorMetadataV10;
430
- ErrorMetadataV11: ErrorMetadataV11;
431
- ErrorMetadataV12: ErrorMetadataV12;
432
- ErrorMetadataV13: ErrorMetadataV13;
433
- ErrorMetadataV14: ErrorMetadataV14;
434
- ErrorMetadataV9: ErrorMetadataV9;
435
- EthAccessList: EthAccessList;
436
- EthAccessListItem: EthAccessListItem;
437
- EthAccount: EthAccount;
438
- EthAddress: EthAddress;
439
- EthAuthorizationList: EthAuthorizationList;
440
- EthAuthorizationListItem: EthAuthorizationListItem;
441
- EthAuthorizationSignature: EthAuthorizationSignature;
442
- EthBlock: EthBlock;
443
- EthBloom: EthBloom;
444
- EthCallRequest: EthCallRequest;
445
- EthereumAccountId: EthereumAccountId;
446
- EthereumAddress: EthereumAddress;
447
- EthereumLookupSource: EthereumLookupSource;
448
- EthereumSignature: EthereumSignature;
449
- EthFeeHistory: EthFeeHistory;
450
- EthFilter: EthFilter;
451
- EthFilterAddress: EthFilterAddress;
452
- EthFilterChanges: EthFilterChanges;
453
- EthFilterTopic: EthFilterTopic;
454
- EthFilterTopicEntry: EthFilterTopicEntry;
455
- EthFilterTopicInner: EthFilterTopicInner;
456
- EthHeader: EthHeader;
457
- EthLegacyTransactionSignature: EthLegacyTransactionSignature;
458
- EthLog: EthLog;
459
- EthReceipt: EthReceipt;
460
- EthReceiptV0: EthReceiptV0;
461
- EthReceiptV3: EthReceiptV3;
462
- EthReceiptV4: EthReceiptV4;
463
- EthRichBlock: EthRichBlock;
464
- EthRichHeader: EthRichHeader;
465
- EthStorageProof: EthStorageProof;
466
- EthSubKind: EthSubKind;
467
- EthSubParams: EthSubParams;
468
- EthSubResult: EthSubResult;
469
- EthSyncInfo: EthSyncInfo;
470
- EthSyncStatus: EthSyncStatus;
471
- EthTransaction: EthTransaction;
472
- EthTransactionAction: EthTransactionAction;
473
- EthTransactionCondition: EthTransactionCondition;
474
- EthTransactionRequest: EthTransactionRequest;
475
- EthTransactionSignature: EthTransactionSignature;
476
- EthTransactionStatus: EthTransactionStatus;
477
- EthWork: EthWork;
478
- Event: Event;
479
- EventId: EventId;
480
- EventIndex: EventIndex;
481
- EventMetadataLatest: EventMetadataLatest;
482
- EventMetadataV10: EventMetadataV10;
483
- EventMetadataV11: EventMetadataV11;
484
- EventMetadataV12: EventMetadataV12;
485
- EventMetadataV13: EventMetadataV13;
486
- EventMetadataV14: EventMetadataV14;
487
- EventMetadataV9: EventMetadataV9;
488
- EventRecord: EventRecord;
489
- EvmAccount: EvmAccount;
490
- EvmCallInfo: EvmCallInfo;
491
- EvmCallInfoV2: EvmCallInfoV2;
492
- EvmCreateInfo: EvmCreateInfo;
493
- EvmCreateInfoV2: EvmCreateInfoV2;
494
- EvmLog: EvmLog;
495
- EvmVicinity: EvmVicinity;
496
- EvmWeightInfo: EvmWeightInfo;
497
- ExecReturnValue: ExecReturnValue;
498
- ExecutorParam: ExecutorParam;
499
- ExecutorParams: ExecutorParams;
500
- ExecutorParamsHash: ExecutorParamsHash;
501
- ExitError: ExitError;
502
- ExitFatal: ExitFatal;
503
- ExitReason: ExitReason;
504
- ExitRevert: ExitRevert;
505
- ExitSucceed: ExitSucceed;
506
- ExplicitDisputeStatement: ExplicitDisputeStatement;
507
- Exposure: Exposure;
508
- ExtendedBalance: ExtendedBalance;
509
- Extrinsic: Extrinsic;
510
- ExtrinsicEra: ExtrinsicEra;
511
- ExtrinsicInclusionMode: ExtrinsicInclusionMode;
512
- ExtrinsicMetadataLatest: ExtrinsicMetadataLatest;
513
- ExtrinsicMetadataV11: ExtrinsicMetadataV11;
514
- ExtrinsicMetadataV12: ExtrinsicMetadataV12;
515
- ExtrinsicMetadataV13: ExtrinsicMetadataV13;
516
- ExtrinsicMetadataV14: ExtrinsicMetadataV14;
517
- ExtrinsicMetadataV15: ExtrinsicMetadataV15;
518
- ExtrinsicMetadataV16: ExtrinsicMetadataV16;
519
- ExtrinsicOrHash: ExtrinsicOrHash;
520
- ExtrinsicPayload: ExtrinsicPayload;
521
- ExtrinsicPayloadUnknown: ExtrinsicPayloadUnknown;
522
- ExtrinsicPayloadV4: ExtrinsicPayloadV4;
523
- ExtrinsicPayloadV5: ExtrinsicPayloadV5;
524
- ExtrinsicSignature: ExtrinsicSignature;
525
- ExtrinsicSignatureV4: ExtrinsicSignatureV4;
526
- ExtrinsicSignatureV5: ExtrinsicSignatureV5;
527
- ExtrinsicStatus: ExtrinsicStatus;
528
- ExtrinsicsWeight: ExtrinsicsWeight;
529
- ExtrinsicUnknown: ExtrinsicUnknown;
530
- ExtrinsicV4: ExtrinsicV4;
531
- ExtrinsicV5: ExtrinsicV5;
532
- f32: f32;
533
- F32: F32;
534
- f64: f64;
535
- F64: F64;
536
- FeeDetails: FeeDetails;
537
- Fixed128: Fixed128;
538
- Fixed64: Fixed64;
539
- FixedI128: FixedI128;
540
- FixedI64: FixedI64;
541
- FixedU128: FixedU128;
542
- FixedU64: FixedU64;
543
- Forcing: Forcing;
544
- ForkTreePendingChange: ForkTreePendingChange;
545
- ForkTreePendingChangeNode: ForkTreePendingChangeNode;
546
- FullIdentification: FullIdentification;
547
- FunctionArgumentMetadataLatest: FunctionArgumentMetadataLatest;
548
- FunctionArgumentMetadataV10: FunctionArgumentMetadataV10;
549
- FunctionArgumentMetadataV11: FunctionArgumentMetadataV11;
550
- FunctionArgumentMetadataV12: FunctionArgumentMetadataV12;
551
- FunctionArgumentMetadataV13: FunctionArgumentMetadataV13;
552
- FunctionArgumentMetadataV14: FunctionArgumentMetadataV14;
553
- FunctionArgumentMetadataV9: FunctionArgumentMetadataV9;
554
- FunctionMetadataLatest: FunctionMetadataLatest;
555
- FunctionMetadataV10: FunctionMetadataV10;
556
- FunctionMetadataV11: FunctionMetadataV11;
557
- FunctionMetadataV12: FunctionMetadataV12;
558
- FunctionMetadataV13: FunctionMetadataV13;
559
- FunctionMetadataV14: FunctionMetadataV14;
560
- FunctionMetadataV9: FunctionMetadataV9;
561
- FundIndex: FundIndex;
562
- FundInfo: FundInfo;
563
- Fungibility: Fungibility;
564
- FungibilityV0: FungibilityV0;
565
- FungibilityV1: FungibilityV1;
566
- FungibilityV2: FungibilityV2;
567
- FungibilityV3: FungibilityV3;
568
- FungibilityV4: FungibilityV4;
569
- FungibilityV5: FungibilityV5;
570
- FungiblesAccessError: FungiblesAccessError;
571
- Gas: Gas;
572
- GenesisBuildErr: GenesisBuildErr;
573
- GiltBid: GiltBid;
574
- GlobalValidationData: GlobalValidationData;
575
- GlobalValidationSchedule: GlobalValidationSchedule;
576
- GrandpaCommit: GrandpaCommit;
577
- GrandpaEquivocation: GrandpaEquivocation;
578
- GrandpaEquivocationProof: GrandpaEquivocationProof;
579
- GrandpaEquivocationValue: GrandpaEquivocationValue;
580
- GrandpaJustification: GrandpaJustification;
581
- GrandpaPrecommit: GrandpaPrecommit;
582
- GrandpaPrevote: GrandpaPrevote;
583
- GrandpaSignedPrecommit: GrandpaSignedPrecommit;
584
- GroupIndex: GroupIndex;
585
- GroupRotationInfo: GroupRotationInfo;
586
- H1024: H1024;
587
- H128: H128;
588
- H160: H160;
589
- H2048: H2048;
590
- H256: H256;
591
- H32: H32;
592
- H512: H512;
593
- H64: H64;
594
- Hash: Hash;
595
- HeadData: HeadData;
596
- Header: Header;
597
- HeaderPartial: HeaderPartial;
598
- Health: Health;
599
- Heartbeat: Heartbeat;
600
- HeartbeatTo244: HeartbeatTo244;
601
- HintV5: HintV5;
602
- HostConfiguration: HostConfiguration;
603
- HostFnWeights: HostFnWeights;
604
- HostFnWeightsTo264: HostFnWeightsTo264;
605
- HrmpChannel: HrmpChannel;
606
- HrmpChannelId: HrmpChannelId;
607
- HrmpOpenChannelRequest: HrmpOpenChannelRequest;
608
- i128: i128;
609
- I128: I128;
610
- i16: i16;
611
- I16: I16;
612
- i256: i256;
613
- I256: I256;
614
- i32: i32;
615
- I32: I32;
616
- I32F32: I32F32;
617
- i64: i64;
618
- I64: I64;
619
- i8: i8;
620
- I8: I8;
621
- IdentificationTuple: IdentificationTuple;
622
- IdentityFields: IdentityFields;
623
- IdentityInfo: IdentityInfo;
624
- IdentityInfoAdditional: IdentityInfoAdditional;
625
- IdentityInfoTo198: IdentityInfoTo198;
626
- IdentityJudgement: IdentityJudgement;
627
- ImmortalEra: ImmortalEra;
628
- ImportedAux: ImportedAux;
629
- InboundDownwardMessage: InboundDownwardMessage;
630
- InboundHrmpLimitations: InboundHrmpLimitations;
631
- InboundHrmpMessage: InboundHrmpMessage;
632
- InboundHrmpMessages: InboundHrmpMessages;
633
- InboundLaneData: InboundLaneData;
634
- InboundRelayer: InboundRelayer;
635
- InboundStatus: InboundStatus;
636
- IncludedBlocks: IncludedBlocks;
637
- InclusionFee: InclusionFee;
638
- IncomingParachain: IncomingParachain;
639
- IncomingParachainDeploy: IncomingParachainDeploy;
640
- IncomingParachainFixed: IncomingParachainFixed;
641
- Index: Index;
642
- IndicesLookupSource: IndicesLookupSource;
643
- IndividualExposure: IndividualExposure;
644
- InherentData: InherentData;
645
- InherentIdentifier: InherentIdentifier;
646
- InitializationData: InitializationData;
647
- InstanceDetails: InstanceDetails;
648
- InstanceId: InstanceId;
649
- InstanceMetadata: InstanceMetadata;
650
- InstantiateRequest: InstantiateRequest;
651
- InstantiateRequestV1: InstantiateRequestV1;
652
- InstantiateRequestV2: InstantiateRequestV2;
653
- InstantiateReturnValue: InstantiateReturnValue;
654
- InstantiateReturnValueOk: InstantiateReturnValueOk;
655
- InstantiateReturnValueTo267: InstantiateReturnValueTo267;
656
- InstructionV2: InstructionV2;
657
- InstructionV3: InstructionV3;
658
- InstructionV4: InstructionV4;
659
- InstructionV5: InstructionV5;
660
- InstructionWeights: InstructionWeights;
661
- InteriorMultiLocation: InteriorMultiLocation;
662
- InteriorMultiLocationV2: InteriorMultiLocationV2;
663
- InteriorMultiLocationV3: InteriorMultiLocationV3;
664
- InteriorMultiLocationV5: InteriorMultiLocationV5;
665
- InvalidDisputeStatementKind: InvalidDisputeStatementKind;
666
- InvalidTransaction: InvalidTransaction;
667
- isize: isize;
668
- ISize: ISize;
669
- ItemDeprecationInfoV16: ItemDeprecationInfoV16;
670
- Json: Json;
671
- Junction: Junction;
672
- Junctions: Junctions;
673
- JunctionsV1: JunctionsV1;
674
- JunctionsV2: JunctionsV2;
675
- JunctionsV3: JunctionsV3;
676
- JunctionsV4: JunctionsV4;
677
- JunctionsV5: JunctionsV5;
678
- JunctionV0: JunctionV0;
679
- JunctionV1: JunctionV1;
680
- JunctionV2: JunctionV2;
681
- JunctionV3: JunctionV3;
682
- JunctionV4: JunctionV4;
683
- JunctionV5: JunctionV5;
684
- Justification: Justification;
685
- JustificationNotification: JustificationNotification;
686
- Justifications: Justifications;
687
- Key: Key;
688
- KeyOwnerProof: KeyOwnerProof;
689
- Keys: Keys;
690
- KeyType: KeyType;
691
- KeyTypeId: KeyTypeId;
692
- KeyValue: KeyValue;
693
- KeyValueOption: KeyValueOption;
694
- Kind: Kind;
695
- LaneId: LaneId;
696
- LastContribution: LastContribution;
697
- LastRuntimeUpgradeInfo: LastRuntimeUpgradeInfo;
698
- LeasePeriod: LeasePeriod;
699
- LeasePeriodOf: LeasePeriodOf;
700
- LegacyTransaction: LegacyTransaction;
701
- Limits: Limits;
702
- LimitsTo264: LimitsTo264;
703
- LocalValidationData: LocalValidationData;
704
- LockIdentifier: LockIdentifier;
705
- LookupSource: LookupSource;
706
- LookupTarget: LookupTarget;
707
- LotteryConfig: LotteryConfig;
708
- MaxPalletNameLen: MaxPalletNameLen;
709
- MaxPalletsInfo: MaxPalletsInfo;
710
- MaybeErrorCodeV3: MaybeErrorCodeV3;
711
- MaybeRandomness: MaybeRandomness;
712
- MaybeVrf: MaybeVrf;
713
- MemberCount: MemberCount;
714
- MembershipProof: MembershipProof;
715
- MessageData: MessageData;
716
- MessageId: MessageId;
717
- MessageIngestionType: MessageIngestionType;
718
- MessageKey: MessageKey;
719
- MessageNonce: MessageNonce;
720
- MessageQueueChain: MessageQueueChain;
721
- MessagesDeliveryProofOf: MessagesDeliveryProofOf;
722
- MessagesProofOf: MessagesProofOf;
723
- MessagingStateSnapshot: MessagingStateSnapshot;
724
- MessagingStateSnapshotEgressEntry: MessagingStateSnapshotEgressEntry;
725
- MetadataAll: MetadataAll;
726
- MetadataLatest: MetadataLatest;
727
- MetadataV10: MetadataV10;
728
- MetadataV11: MetadataV11;
729
- MetadataV12: MetadataV12;
730
- MetadataV13: MetadataV13;
731
- MetadataV14: MetadataV14;
732
- MetadataV15: MetadataV15;
733
- MetadataV16: MetadataV16;
734
- MetadataV9: MetadataV9;
735
- MigrationStatusResult: MigrationStatusResult;
736
- Mixnode: Mixnode;
737
- MixnodesErr: MixnodesErr;
738
- MmrBatchProof: MmrBatchProof;
739
- MmrEncodableOpaqueLeaf: MmrEncodableOpaqueLeaf;
740
- MmrError: MmrError;
741
- MmrHash: MmrHash;
742
- MmrLeafBatchProof: MmrLeafBatchProof;
743
- MmrLeafIndex: MmrLeafIndex;
744
- MmrLeafProof: MmrLeafProof;
745
- MmrNodeIndex: MmrNodeIndex;
746
- MmrProof: MmrProof;
747
- MmrRootHash: MmrRootHash;
748
- ModuleConstantMetadataV10: ModuleConstantMetadataV10;
749
- ModuleConstantMetadataV11: ModuleConstantMetadataV11;
750
- ModuleConstantMetadataV12: ModuleConstantMetadataV12;
751
- ModuleConstantMetadataV13: ModuleConstantMetadataV13;
752
- ModuleConstantMetadataV9: ModuleConstantMetadataV9;
753
- ModuleId: ModuleId;
754
- ModuleMetadataV10: ModuleMetadataV10;
755
- ModuleMetadataV11: ModuleMetadataV11;
756
- ModuleMetadataV12: ModuleMetadataV12;
757
- ModuleMetadataV13: ModuleMetadataV13;
758
- ModuleMetadataV9: ModuleMetadataV9;
759
- Moment: Moment;
760
- MomentOf: MomentOf;
761
- MoreAttestations: MoreAttestations;
762
- MortalEra: MortalEra;
763
- MultiAddress: MultiAddress;
764
- MultiAsset: MultiAsset;
765
- MultiAssetFilter: MultiAssetFilter;
766
- MultiAssetFilterV1: MultiAssetFilterV1;
767
- MultiAssetFilterV2: MultiAssetFilterV2;
768
- MultiAssetFilterV3: MultiAssetFilterV3;
769
- MultiAssetFilterV4: MultiAssetFilterV4;
770
- MultiAssetFilterV5: MultiAssetFilterV5;
771
- MultiAssets: MultiAssets;
772
- MultiAssetsV1: MultiAssetsV1;
773
- MultiAssetsV2: MultiAssetsV2;
774
- MultiAssetsV3: MultiAssetsV3;
775
- MultiAssetsV4: MultiAssetsV4;
776
- MultiAssetsV5: MultiAssetsV5;
777
- MultiAssetTransferFilterV5: MultiAssetTransferFilterV5;
778
- MultiAssetV0: MultiAssetV0;
779
- MultiAssetV1: MultiAssetV1;
780
- MultiAssetV2: MultiAssetV2;
781
- MultiAssetV3: MultiAssetV3;
782
- MultiAssetV4: MultiAssetV4;
783
- MultiAssetV5: MultiAssetV5;
784
- MultiDisputeStatementSet: MultiDisputeStatementSet;
785
- MultiLocation: MultiLocation;
786
- MultiLocationV0: MultiLocationV0;
787
- MultiLocationV1: MultiLocationV1;
788
- MultiLocationV2: MultiLocationV2;
789
- MultiLocationV3: MultiLocationV3;
790
- MultiLocationV4: MultiLocationV4;
791
- MultiLocationV5: MultiLocationV5;
792
- Multiplier: Multiplier;
793
- Multisig: Multisig;
794
- MultiSignature: MultiSignature;
795
- MultiSigner: MultiSigner;
796
- NetworkId: NetworkId;
797
- NetworkIdV2: NetworkIdV2;
798
- NetworkIdV3: NetworkIdV3;
799
- NetworkIdV4: NetworkIdV4;
800
- NetworkIdV5: NetworkIdV5;
801
- NetworkState: NetworkState;
802
- NetworkStatePeerset: NetworkStatePeerset;
803
- NetworkStatePeersetInfo: NetworkStatePeersetInfo;
804
- NewBidder: NewBidder;
805
- NextAuthority: NextAuthority;
806
- NextConfigDescriptor: NextConfigDescriptor;
807
- NextConfigDescriptorV1: NextConfigDescriptorV1;
808
- NftCollectionId: NftCollectionId;
809
- NftItemId: NftItemId;
810
- NodeFeatures: NodeFeatures;
811
- NodeRole: NodeRole;
812
- Nominations: Nominations;
813
- NominatorIndex: NominatorIndex;
814
- NominatorIndexCompact: NominatorIndexCompact;
815
- NotConnectedPeer: NotConnectedPeer;
816
- NpApiError: NpApiError;
817
- NpPoolId: NpPoolId;
818
- Null: Null;
819
- OccupiedCore: OccupiedCore;
820
- OccupiedCoreAssumption: OccupiedCoreAssumption;
821
- OffchainAccuracy: OffchainAccuracy;
822
- OffchainAccuracyCompact: OffchainAccuracyCompact;
823
- OffenceDetails: OffenceDetails;
824
- Offender: Offender;
825
- OldV1SessionInfo: OldV1SessionInfo;
826
- OpaqueCall: OpaqueCall;
827
- OpaqueKeyOwnershipProof: OpaqueKeyOwnershipProof;
828
- OpaqueMetadata: OpaqueMetadata;
829
- OpaqueMultiaddr: OpaqueMultiaddr;
830
- OpaqueNetworkState: OpaqueNetworkState;
831
- OpaquePeerId: OpaquePeerId;
832
- OpaqueTimeSlot: OpaqueTimeSlot;
833
- OpenTip: OpenTip;
834
- OpenTipFinderTo225: OpenTipFinderTo225;
835
- OpenTipTip: OpenTipTip;
836
- OpenTipTo225: OpenTipTo225;
837
- OperatingMode: OperatingMode;
838
- OptionBool: OptionBool;
839
- Origin: Origin;
840
- OriginCaller: OriginCaller;
841
- OriginKindV0: OriginKindV0;
842
- OriginKindV1: OriginKindV1;
843
- OriginKindV2: OriginKindV2;
844
- OriginKindV3: OriginKindV3;
845
- OriginKindV4: OriginKindV4;
846
- OutboundHrmpChannelLimitations: OutboundHrmpChannelLimitations;
847
- OutboundHrmpMessage: OutboundHrmpMessage;
848
- OutboundLaneData: OutboundLaneData;
849
- OutboundMessageFee: OutboundMessageFee;
850
- OutboundPayload: OutboundPayload;
851
- OutboundStatus: OutboundStatus;
852
- Outcome: Outcome;
853
- OutcomeV4: OutcomeV4;
854
- OuterEnums15: OuterEnums15;
855
- OverweightIndex: OverweightIndex;
856
- Owner: Owner;
857
- PageCounter: PageCounter;
858
- PageIndexData: PageIndexData;
859
- PalletAssociatedTypeMetadataV16: PalletAssociatedTypeMetadataV16;
860
- PalletCallMetadataLatest: PalletCallMetadataLatest;
861
- PalletCallMetadataV14: PalletCallMetadataV14;
862
- PalletCallMetadataV16: PalletCallMetadataV16;
863
- PalletConstantMetadataLatest: PalletConstantMetadataLatest;
864
- PalletConstantMetadataV14: PalletConstantMetadataV14;
865
- PalletConstantMetadataV16: PalletConstantMetadataV16;
866
- PalletErrorMetadataLatest: PalletErrorMetadataLatest;
867
- PalletErrorMetadataV14: PalletErrorMetadataV14;
868
- PalletErrorMetadataV16: PalletErrorMetadataV16;
869
- PalletEventMetadataLatest: PalletEventMetadataLatest;
870
- PalletEventMetadataV14: PalletEventMetadataV14;
871
- PalletEventMetadataV16: PalletEventMetadataV16;
872
- PalletId: PalletId;
873
- PalletInfoV3: PalletInfoV3;
874
- PalletInfoV4: PalletInfoV4;
875
- PalletInfoV5: PalletInfoV5;
876
- PalletMetadataLatest: PalletMetadataLatest;
877
- PalletMetadataV14: PalletMetadataV14;
878
- PalletMetadataV15: PalletMetadataV15;
879
- PalletMetadataV16: PalletMetadataV16;
880
- PalletsOrigin: PalletsOrigin;
881
- PalletStorageMetadataLatest: PalletStorageMetadataLatest;
882
- PalletStorageMetadataV14: PalletStorageMetadataV14;
883
- PalletStorageMetadataV16: PalletStorageMetadataV16;
884
- PalletVersion: PalletVersion;
885
- PalletViewFunctionMetadataV16: PalletViewFunctionMetadataV16;
886
- ParachainDispatchOrigin: ParachainDispatchOrigin;
887
- ParachainInherentData: ParachainInherentData;
888
- ParachainProposal: ParachainProposal;
889
- ParachainsInherentData: ParachainsInherentData;
890
- ParaGenesisArgs: ParaGenesisArgs;
891
- ParaId: ParaId;
892
- ParaInfo: ParaInfo;
893
- ParaLifecycle: ParaLifecycle;
894
- Parameter: Parameter;
895
- ParaPastCodeMeta: ParaPastCodeMeta;
896
- ParaScheduling: ParaScheduling;
897
- ParathreadClaim: ParathreadClaim;
898
- ParathreadClaimQueue: ParathreadClaimQueue;
899
- ParathreadEntry: ParathreadEntry;
900
- ParaValidatorIndex: ParaValidatorIndex;
901
- Pays: Pays;
902
- Peer: Peer;
903
- PeerEndpoint: PeerEndpoint;
904
- PeerEndpointAddr: PeerEndpointAddr;
905
- PeerInfo: PeerInfo;
906
- PeerPing: PeerPing;
907
- PendingChange: PendingChange;
908
- PendingPause: PendingPause;
909
- PendingResume: PendingResume;
910
- PendingSlashes: PendingSlashes;
911
- Perbill: Perbill;
912
- Percent: Percent;
913
- PerDispatchClassU32: PerDispatchClassU32;
914
- PerDispatchClassWeight: PerDispatchClassWeight;
915
- PerDispatchClassWeightsPerClass: PerDispatchClassWeightsPerClass;
916
- Period: Period;
917
- Permill: Permill;
918
- PermissionLatest: PermissionLatest;
919
- PermissionsV1: PermissionsV1;
920
- PermissionVersions: PermissionVersions;
921
- Perquintill: Perquintill;
922
- PersistedValidationData: PersistedValidationData;
923
- PerU16: PerU16;
924
- Phantom: Phantom;
925
- PhantomData: PhantomData;
926
- Phase: Phase;
927
- PhragmenScore: PhragmenScore;
928
- Points: Points;
929
- PortableType: PortableType;
930
- PortableTypeV14: PortableTypeV14;
931
- PostDispatchInfo: PostDispatchInfo;
932
- Precommits: Precommits;
933
- PrefabWasmModule: PrefabWasmModule;
934
- PrefixedStorageKey: PrefixedStorageKey;
935
- PreimageStatus: PreimageStatus;
936
- PreimageStatusAvailable: PreimageStatusAvailable;
937
- PreRuntime: PreRuntime;
938
- Prevotes: Prevotes;
939
- Priority: Priority;
940
- PriorLock: PriorLock;
941
- PropIndex: PropIndex;
942
- Proposal: Proposal;
943
- ProposalIndex: ProposalIndex;
944
- ProxyAnnouncement: ProxyAnnouncement;
945
- ProxyDefinition: ProxyDefinition;
946
- ProxyState: ProxyState;
947
- ProxyType: ProxyType;
948
- PvfCheckStatement: PvfCheckStatement;
949
- PvfExecTimeoutKind: PvfExecTimeoutKind;
950
- PvfPrepTimeoutKind: PvfPrepTimeoutKind;
951
- QueryId: QueryId;
952
- QueryResponseInfoV3: QueryResponseInfoV3;
953
- QueryResponseInfoV4: QueryResponseInfoV4;
954
- QueryResponseInfoV5: QueryResponseInfoV5;
955
- QueryStatus: QueryStatus;
956
- QueueConfigData: QueueConfigData;
957
- QueuedParathread: QueuedParathread;
958
- Randomness: Randomness;
959
- Raw: Raw;
960
- RawAuraPreDigest: RawAuraPreDigest;
961
- RawBabePreDigest: RawBabePreDigest;
962
- RawBabePreDigestCompat: RawBabePreDigestCompat;
963
- RawBabePreDigestPrimary: RawBabePreDigestPrimary;
964
- RawBabePreDigestPrimaryTo159: RawBabePreDigestPrimaryTo159;
965
- RawBabePreDigestSecondaryPlain: RawBabePreDigestSecondaryPlain;
966
- RawBabePreDigestSecondaryTo159: RawBabePreDigestSecondaryTo159;
967
- RawBabePreDigestSecondaryVRF: RawBabePreDigestSecondaryVRF;
968
- RawBabePreDigestTo159: RawBabePreDigestTo159;
969
- RawOrigin: RawOrigin;
970
- RawSolution: RawSolution;
971
- RawSolutionTo265: RawSolutionTo265;
972
- RawSolutionWith16: RawSolutionWith16;
973
- RawSolutionWith24: RawSolutionWith24;
974
- RawVRFOutput: RawVRFOutput;
975
- ReadProof: ReadProof;
976
- ReadySolution: ReadySolution;
977
- Reasons: Reasons;
978
- RecoveryConfig: RecoveryConfig;
979
- RefCount: RefCount;
980
- RefCountTo259: RefCountTo259;
981
- ReferendumIndex: ReferendumIndex;
982
- ReferendumInfo: ReferendumInfo;
983
- ReferendumInfoFinished: ReferendumInfoFinished;
984
- ReferendumInfoTo239: ReferendumInfoTo239;
985
- ReferendumStatus: ReferendumStatus;
986
- RegisteredParachainInfo: RegisteredParachainInfo;
987
- RegistrarIndex: RegistrarIndex;
988
- RegistrarInfo: RegistrarInfo;
989
- Registration: Registration;
990
- RegistrationJudgement: RegistrationJudgement;
991
- RegistrationTo198: RegistrationTo198;
992
- RelayBlockNumber: RelayBlockNumber;
993
- RelayChainBlockNumber: RelayChainBlockNumber;
994
- RelayChainHash: RelayChainHash;
995
- RelayerId: RelayerId;
996
- RelayHash: RelayHash;
997
- Releases: Releases;
998
- Remark: Remark;
999
- Renouncing: Renouncing;
1000
- RentProjection: RentProjection;
1001
- ReplacementTimes: ReplacementTimes;
1002
- ReportedRoundStates: ReportedRoundStates;
1003
- Reporter: Reporter;
1004
- ReportIdOf: ReportIdOf;
1005
- ReserveData: ReserveData;
1006
- ReserveIdentifier: ReserveIdentifier;
1007
- Response: Response;
1008
- ResponseV0: ResponseV0;
1009
- ResponseV1: ResponseV1;
1010
- ResponseV2: ResponseV2;
1011
- ResponseV2Error: ResponseV2Error;
1012
- ResponseV3: ResponseV3;
1013
- ResponseV3Error: ResponseV3Error;
1014
- ResponseV3Result: ResponseV3Result;
1015
- ResponseV4: ResponseV4;
1016
- ResponseV5: ResponseV5;
1017
- Retriable: Retriable;
1018
- RewardDestination: RewardDestination;
1019
- RewardPoint: RewardPoint;
1020
- RoundSnapshot: RoundSnapshot;
1021
- RoundState: RoundState;
1022
- RpcMethods: RpcMethods;
1023
- RuntimeApiMetadataLatest: RuntimeApiMetadataLatest;
1024
- RuntimeApiMetadataV15: RuntimeApiMetadataV15;
1025
- RuntimeApiMetadataV16: RuntimeApiMetadataV16;
1026
- RuntimeApiMethodMetadataV15: RuntimeApiMethodMetadataV15;
1027
- RuntimeApiMethodMetadataV16: RuntimeApiMethodMetadataV16;
1028
- RuntimeApiMethodParamMetadataV15: RuntimeApiMethodParamMetadataV15;
1029
- RuntimeCall: RuntimeCall;
1030
- RuntimeDbWeight: RuntimeDbWeight;
1031
- RuntimeDispatchInfo: RuntimeDispatchInfo;
1032
- RuntimeDispatchInfoV1: RuntimeDispatchInfoV1;
1033
- RuntimeDispatchInfoV2: RuntimeDispatchInfoV2;
1034
- RuntimeEvent: RuntimeEvent;
1035
- RuntimeVersion: RuntimeVersion;
1036
- RuntimeVersionApi: RuntimeVersionApi;
1037
- RuntimeVersionPartial: RuntimeVersionPartial;
1038
- RuntimeVersionPre3: RuntimeVersionPre3;
1039
- RuntimeVersionPre4: RuntimeVersionPre4;
1040
- Schedule: Schedule;
1041
- Scheduled: Scheduled;
1042
- ScheduledCore: ScheduledCore;
1043
- ScheduledTo254: ScheduledTo254;
1044
- SchedulePeriod: SchedulePeriod;
1045
- SchedulePriority: SchedulePriority;
1046
- ScheduleTo212: ScheduleTo212;
1047
- ScheduleTo258: ScheduleTo258;
1048
- ScheduleTo264: ScheduleTo264;
1049
- Scheduling: Scheduling;
1050
- ScrapedOnChainVotes: ScrapedOnChainVotes;
1051
- Seal: Seal;
1052
- SealV0: SealV0;
1053
- SeatHolder: SeatHolder;
1054
- SeedOf: SeedOf;
1055
- ServiceQuality: ServiceQuality;
1056
- SessionIndex: SessionIndex;
1057
- SessionInfo: SessionInfo;
1058
- SessionInfoValidatorGroup: SessionInfoValidatorGroup;
1059
- SessionKeys1: SessionKeys1;
1060
- SessionKeys10: SessionKeys10;
1061
- SessionKeys10B: SessionKeys10B;
1062
- SessionKeys2: SessionKeys2;
1063
- SessionKeys3: SessionKeys3;
1064
- SessionKeys4: SessionKeys4;
1065
- SessionKeys5: SessionKeys5;
1066
- SessionKeys6: SessionKeys6;
1067
- SessionKeys6B: SessionKeys6B;
1068
- SessionKeys7: SessionKeys7;
1069
- SessionKeys7B: SessionKeys7B;
1070
- SessionKeys8: SessionKeys8;
1071
- SessionKeys8B: SessionKeys8B;
1072
- SessionKeys9: SessionKeys9;
1073
- SessionKeys9B: SessionKeys9B;
1074
- SessionPhase: SessionPhase;
1075
- SessionStatus: SessionStatus;
1076
- SetId: SetId;
1077
- SetIndex: SetIndex;
1078
- Si0Field: Si0Field;
1079
- Si0LookupTypeId: Si0LookupTypeId;
1080
- Si0Path: Si0Path;
1081
- Si0Type: Si0Type;
1082
- Si0TypeDef: Si0TypeDef;
1083
- Si0TypeDefArray: Si0TypeDefArray;
1084
- Si0TypeDefBitSequence: Si0TypeDefBitSequence;
1085
- Si0TypeDefCompact: Si0TypeDefCompact;
1086
- Si0TypeDefComposite: Si0TypeDefComposite;
1087
- Si0TypeDefPhantom: Si0TypeDefPhantom;
1088
- Si0TypeDefPrimitive: Si0TypeDefPrimitive;
1089
- Si0TypeDefSequence: Si0TypeDefSequence;
1090
- Si0TypeDefTuple: Si0TypeDefTuple;
1091
- Si0TypeDefVariant: Si0TypeDefVariant;
1092
- Si0TypeParameter: Si0TypeParameter;
1093
- Si0Variant: Si0Variant;
1094
- Si1Field: Si1Field;
1095
- Si1LookupTypeId: Si1LookupTypeId;
1096
- Si1Path: Si1Path;
1097
- Si1Type: Si1Type;
1098
- Si1TypeDef: Si1TypeDef;
1099
- Si1TypeDefArray: Si1TypeDefArray;
1100
- Si1TypeDefBitSequence: Si1TypeDefBitSequence;
1101
- Si1TypeDefCompact: Si1TypeDefCompact;
1102
- Si1TypeDefComposite: Si1TypeDefComposite;
1103
- Si1TypeDefPrimitive: Si1TypeDefPrimitive;
1104
- Si1TypeDefSequence: Si1TypeDefSequence;
1105
- Si1TypeDefTuple: Si1TypeDefTuple;
1106
- Si1TypeDefVariant: Si1TypeDefVariant;
1107
- Si1TypeParameter: Si1TypeParameter;
1108
- Si1Variant: Si1Variant;
1109
- SiField: SiField;
1110
- Signature: Signature;
1111
- SignedAvailabilityBitfield: SignedAvailabilityBitfield;
1112
- SignedAvailabilityBitfields: SignedAvailabilityBitfields;
1113
- SignedBlock: SignedBlock;
1114
- SignedBlockWithJustification: SignedBlockWithJustification;
1115
- SignedBlockWithJustifications: SignedBlockWithJustifications;
1116
- SignedExtensionMetadataLatest: SignedExtensionMetadataLatest;
1117
- SignedExtensionMetadataV14: SignedExtensionMetadataV14;
1118
- SignedSubmission: SignedSubmission;
1119
- SignedSubmissionOf: SignedSubmissionOf;
1120
- SignedSubmissionTo276: SignedSubmissionTo276;
1121
- SignerPayload: SignerPayload;
1122
- SigningContext: SigningContext;
1123
- SiLookupTypeId: SiLookupTypeId;
1124
- SiPath: SiPath;
1125
- SiType: SiType;
1126
- SiTypeDef: SiTypeDef;
1127
- SiTypeDefArray: SiTypeDefArray;
1128
- SiTypeDefBitSequence: SiTypeDefBitSequence;
1129
- SiTypeDefCompact: SiTypeDefCompact;
1130
- SiTypeDefComposite: SiTypeDefComposite;
1131
- SiTypeDefPrimitive: SiTypeDefPrimitive;
1132
- SiTypeDefSequence: SiTypeDefSequence;
1133
- SiTypeDefTuple: SiTypeDefTuple;
1134
- SiTypeDefVariant: SiTypeDefVariant;
1135
- SiTypeParameter: SiTypeParameter;
1136
- SiVariant: SiVariant;
1137
- SlashingOffenceKind: SlashingOffenceKind;
1138
- SlashingSpans: SlashingSpans;
1139
- SlashingSpansTo204: SlashingSpansTo204;
1140
- SlashJournalEntry: SlashJournalEntry;
1141
- Slot: Slot;
1142
- SlotDuration: SlotDuration;
1143
- SlotNumber: SlotNumber;
1144
- SlotRange: SlotRange;
1145
- SlotRange10: SlotRange10;
1146
- SocietyJudgement: SocietyJudgement;
1147
- SocietyVote: SocietyVote;
1148
- SolutionOrSnapshotSize: SolutionOrSnapshotSize;
1149
- SolutionSupport: SolutionSupport;
1150
- SolutionSupports: SolutionSupports;
1151
- SpanIndex: SpanIndex;
1152
- SpanRecord: SpanRecord;
1153
- SpecVersion: SpecVersion;
1154
- Sr25519Signature: Sr25519Signature;
1155
- StakingLedger: StakingLedger;
1156
- StakingLedgerTo223: StakingLedgerTo223;
1157
- StakingLedgerTo240: StakingLedgerTo240;
1158
- Statement: Statement;
1159
- StatementKind: StatementKind;
1160
- StatementStoreInvalidStatement: StatementStoreInvalidStatement;
1161
- StatementStoreStatementSource: StatementStoreStatementSource;
1162
- StatementStoreValidStatement: StatementStoreValidStatement;
1163
- StorageChangeSet: StorageChangeSet;
1164
- StorageData: StorageData;
1165
- StorageDeposit: StorageDeposit;
1166
- StorageEntryMetadataLatest: StorageEntryMetadataLatest;
1167
- StorageEntryMetadataV10: StorageEntryMetadataV10;
1168
- StorageEntryMetadataV11: StorageEntryMetadataV11;
1169
- StorageEntryMetadataV12: StorageEntryMetadataV12;
1170
- StorageEntryMetadataV13: StorageEntryMetadataV13;
1171
- StorageEntryMetadataV14: StorageEntryMetadataV14;
1172
- StorageEntryMetadataV16: StorageEntryMetadataV16;
1173
- StorageEntryMetadataV9: StorageEntryMetadataV9;
1174
- StorageEntryModifierLatest: StorageEntryModifierLatest;
1175
- StorageEntryModifierV10: StorageEntryModifierV10;
1176
- StorageEntryModifierV11: StorageEntryModifierV11;
1177
- StorageEntryModifierV12: StorageEntryModifierV12;
1178
- StorageEntryModifierV13: StorageEntryModifierV13;
1179
- StorageEntryModifierV14: StorageEntryModifierV14;
1180
- StorageEntryModifierV9: StorageEntryModifierV9;
1181
- StorageEntryTypeLatest: StorageEntryTypeLatest;
1182
- StorageEntryTypeV10: StorageEntryTypeV10;
1183
- StorageEntryTypeV11: StorageEntryTypeV11;
1184
- StorageEntryTypeV12: StorageEntryTypeV12;
1185
- StorageEntryTypeV13: StorageEntryTypeV13;
1186
- StorageEntryTypeV14: StorageEntryTypeV14;
1187
- StorageEntryTypeV9: StorageEntryTypeV9;
1188
- StorageHasher: StorageHasher;
1189
- StorageHasherV10: StorageHasherV10;
1190
- StorageHasherV11: StorageHasherV11;
1191
- StorageHasherV12: StorageHasherV12;
1192
- StorageHasherV13: StorageHasherV13;
1193
- StorageHasherV14: StorageHasherV14;
1194
- StorageHasherV9: StorageHasherV9;
1195
- StorageInfo: StorageInfo;
1196
- StorageKey: StorageKey;
1197
- StorageKind: StorageKind;
1198
- StorageMetadataV10: StorageMetadataV10;
1199
- StorageMetadataV11: StorageMetadataV11;
1200
- StorageMetadataV12: StorageMetadataV12;
1201
- StorageMetadataV13: StorageMetadataV13;
1202
- StorageMetadataV9: StorageMetadataV9;
1203
- StorageProof: StorageProof;
1204
- StoredPendingChange: StoredPendingChange;
1205
- StoredState: StoredState;
1206
- StrikeCount: StrikeCount;
1207
- SubId: SubId;
1208
- SubmissionIndicesOf: SubmissionIndicesOf;
1209
- Supports: Supports;
1210
- SyncState: SyncState;
1211
- SystemInherentData: SystemInherentData;
1212
- SystemOrigin: SystemOrigin;
1213
- Tally: Tally;
1214
- TaskAddress: TaskAddress;
1215
- TAssetBalance: TAssetBalance;
1216
- TAssetConversion: TAssetConversion;
1217
- TAssetDepositBalance: TAssetDepositBalance;
1218
- Text: Text;
1219
- Timepoint: Timepoint;
1220
- TokenError: TokenError;
1221
- TombstoneContractInfo: TombstoneContractInfo;
1222
- TraceBlockResponse: TraceBlockResponse;
1223
- TraceError: TraceError;
1224
- TransactionalError: TransactionalError;
1225
- TransactionExtensionMetadataLatest: TransactionExtensionMetadataLatest;
1226
- TransactionExtensionMetadataV16: TransactionExtensionMetadataV16;
1227
- TransactionInfo: TransactionInfo;
1228
- TransactionLongevity: TransactionLongevity;
1229
- TransactionPriority: TransactionPriority;
1230
- TransactionSource: TransactionSource;
1231
- TransactionStorageProof: TransactionStorageProof;
1232
- TransactionTag: TransactionTag;
1233
- TransactionV0: TransactionV0;
1234
- TransactionV1: TransactionV1;
1235
- TransactionV2: TransactionV2;
1236
- TransactionV3: TransactionV3;
1237
- TransactionValidity: TransactionValidity;
1238
- TransactionValidityError: TransactionValidityError;
1239
- TransientValidationData: TransientValidationData;
1240
- TreasuryProposal: TreasuryProposal;
1241
- TrieId: TrieId;
1242
- TrieIndex: TrieIndex;
1243
- Type: Type;
1244
- u128: u128;
1245
- U128: U128;
1246
- u16: u16;
1247
- U16: U16;
1248
- u256: u256;
1249
- U256: U256;
1250
- u32: u32;
1251
- U32: U32;
1252
- U32F32: U32F32;
1253
- u64: u64;
1254
- U64: U64;
1255
- u8: u8;
1256
- U8: U8;
1257
- UnappliedSlash: UnappliedSlash;
1258
- UnappliedSlashOther: UnappliedSlashOther;
1259
- UncheckedFungibilityV4: UncheckedFungibilityV4;
1260
- UncheckedFungibilityV5: UncheckedFungibilityV5;
1261
- UncleEntryItem: UncleEntryItem;
1262
- UnknownTransaction: UnknownTransaction;
1263
- UnlockChunk: UnlockChunk;
1264
- UnrewardedRelayer: UnrewardedRelayer;
1265
- UnrewardedRelayersState: UnrewardedRelayersState;
1266
- UpgradeGoAhead: UpgradeGoAhead;
1267
- UpgradeRestriction: UpgradeRestriction;
1268
- UpwardMessage: UpwardMessage;
1269
- usize: usize;
1270
- USize: USize;
1271
- ValidationCode: ValidationCode;
1272
- ValidationCodeHash: ValidationCodeHash;
1273
- ValidationData: ValidationData;
1274
- ValidationDataType: ValidationDataType;
1275
- ValidationFunctionParams: ValidationFunctionParams;
1276
- ValidatorCount: ValidatorCount;
1277
- ValidatorId: ValidatorId;
1278
- ValidatorIdOf: ValidatorIdOf;
1279
- ValidatorIndex: ValidatorIndex;
1280
- ValidatorIndexCompact: ValidatorIndexCompact;
1281
- ValidatorPrefs: ValidatorPrefs;
1282
- ValidatorPrefsTo145: ValidatorPrefsTo145;
1283
- ValidatorPrefsTo196: ValidatorPrefsTo196;
1284
- ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked;
1285
- ValidatorPrefsWithCommission: ValidatorPrefsWithCommission;
1286
- ValidatorSet: ValidatorSet;
1287
- ValidatorSetId: ValidatorSetId;
1288
- ValidatorSignature: ValidatorSignature;
1289
- ValidDisputeStatementKind: ValidDisputeStatementKind;
1290
- ValidityAttestation: ValidityAttestation;
1291
- ValidTransaction: ValidTransaction;
1292
- VariantDeprecationInfoV16: VariantDeprecationInfoV16;
1293
- VecInboundHrmpMessage: VecInboundHrmpMessage;
1294
- VersionedMultiAsset: VersionedMultiAsset;
1295
- VersionedMultiAssets: VersionedMultiAssets;
1296
- VersionedMultiLocation: VersionedMultiLocation;
1297
- VersionedResponse: VersionedResponse;
1298
- VersionedXcm: VersionedXcm;
1299
- VersionMigrationStage: VersionMigrationStage;
1300
- VersionV3: VersionV3;
1301
- VersionV4: VersionV4;
1302
- VestingInfo: VestingInfo;
1303
- VestingSchedule: VestingSchedule;
1304
- Vote: Vote;
1305
- VoteIndex: VoteIndex;
1306
- Voter: Voter;
1307
- VoterInfo: VoterInfo;
1308
- Votes: Votes;
1309
- VotesTo230: VotesTo230;
1310
- VoteThreshold: VoteThreshold;
1311
- VoteWeight: VoteWeight;
1312
- Voting: Voting;
1313
- VotingDelegating: VotingDelegating;
1314
- VotingDirect: VotingDirect;
1315
- VotingDirectVote: VotingDirectVote;
1316
- VouchingStatus: VouchingStatus;
1317
- VrfData: VrfData;
1318
- VrfOutput: VrfOutput;
1319
- VrfProof: VrfProof;
1320
- Weight: Weight;
1321
- WeightLimitV2: WeightLimitV2;
1322
- WeightLimitV3: WeightLimitV3;
1323
- WeightMultiplier: WeightMultiplier;
1324
- WeightPerClass: WeightPerClass;
1325
- WeightToFeeCoefficient: WeightToFeeCoefficient;
1326
- WeightV0: WeightV0;
1327
- WeightV1: WeightV1;
1328
- WeightV2: WeightV2;
1329
- WildFungibility: WildFungibility;
1330
- WildFungibilityV0: WildFungibilityV0;
1331
- WildFungibilityV1: WildFungibilityV1;
1332
- WildFungibilityV2: WildFungibilityV2;
1333
- WildFungibilityV3: WildFungibilityV3;
1334
- WildFungibilityV4: WildFungibilityV4;
1335
- WildFungibilityV5: WildFungibilityV5;
1336
- WildMultiAsset: WildMultiAsset;
1337
- WildMultiAssetV1: WildMultiAssetV1;
1338
- WildMultiAssetV2: WildMultiAssetV2;
1339
- WildMultiAssetV3: WildMultiAssetV3;
1340
- WildMultiAssetV4: WildMultiAssetV4;
1341
- WildMultiAssetV5: WildMultiAssetV5;
1342
- WinnersData: WinnersData;
1343
- WinnersData10: WinnersData10;
1344
- WinnersDataTuple: WinnersDataTuple;
1345
- WinnersDataTuple10: WinnersDataTuple10;
1346
- WinningData: WinningData;
1347
- WinningData10: WinningData10;
1348
- WinningDataEntry: WinningDataEntry;
1349
- WithdrawReasons: WithdrawReasons;
1350
- Xcm: Xcm;
1351
- XcmAssetId: XcmAssetId;
1352
- XcmDryRunApiError: XcmDryRunApiError;
1353
- XcmDryRunEffects: XcmDryRunEffects;
1354
- XcmError: XcmError;
1355
- XcmErrorV0: XcmErrorV0;
1356
- XcmErrorV1: XcmErrorV1;
1357
- XcmErrorV2: XcmErrorV2;
1358
- XcmErrorV3: XcmErrorV3;
1359
- XcmErrorV4: XcmErrorV4;
1360
- XcmErrorV5: XcmErrorV5;
1361
- XcmOrderV0: XcmOrderV0;
1362
- XcmOrderV1: XcmOrderV1;
1363
- XcmOrigin: XcmOrigin;
1364
- XcmOriginKind: XcmOriginKind;
1365
- XcmPaymentApiError: XcmPaymentApiError;
1366
- XcmpMessageFormat: XcmpMessageFormat;
1367
- XcmV0: XcmV0;
1368
- XcmV1: XcmV1;
1369
- XcmV2: XcmV2;
1370
- XcmV3: XcmV3;
1371
- XcmV4: XcmV4;
1372
- XcmV5: XcmV5;
1373
- XcmVersion: XcmVersion;
1374
- } // InterfaceTypes
1375
- } // declare module