@storagehub/api-augment 0.1.0 → 0.2.1

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 (190) hide show
  1. package/LICENSE +674 -0
  2. package/biome.json +2 -9
  3. package/dist/parachain/index.js.map +1 -0
  4. package/dist/parachain/interfaces/augment-api-consts.js.map +1 -0
  5. package/dist/parachain/interfaces/augment-api-errors.js.map +1 -0
  6. package/dist/parachain/interfaces/augment-api-events.js.map +1 -0
  7. package/dist/parachain/interfaces/augment-api-query.js.map +1 -0
  8. package/dist/parachain/interfaces/augment-api-rpc.js.map +1 -0
  9. package/dist/parachain/interfaces/augment-api-runtime.js.map +1 -0
  10. package/dist/parachain/interfaces/augment-api-tx.js.map +1 -0
  11. package/dist/parachain/interfaces/augment-api.js.map +1 -0
  12. package/dist/parachain/interfaces/augment-types.js.map +1 -0
  13. package/dist/parachain/interfaces/definitions.js.map +1 -0
  14. package/dist/parachain/interfaces/index.js.map +1 -0
  15. package/dist/{interfaces → parachain/interfaces}/lookup.js +1465 -813
  16. package/dist/parachain/interfaces/lookup.js.map +1 -0
  17. package/dist/parachain/interfaces/registry.js.map +1 -0
  18. package/dist/parachain/interfaces/storagehubclient/definitions.js +7 -0
  19. package/dist/parachain/interfaces/storagehubclient/definitions.js.map +1 -0
  20. package/dist/parachain/interfaces/storagehubclient/index.js.map +1 -0
  21. package/dist/parachain/interfaces/storagehubclient/runtime.js.map +1 -0
  22. package/dist/parachain/interfaces/storagehubclient/types.js.map +1 -0
  23. package/dist/parachain/interfaces/types-lookup.js.map +1 -0
  24. package/dist/parachain/interfaces/types.js.map +1 -0
  25. package/dist/solochain-evm/index.js +4 -0
  26. package/dist/solochain-evm/index.js.map +1 -0
  27. package/dist/solochain-evm/interfaces/augment-api-consts.js +6 -0
  28. package/dist/solochain-evm/interfaces/augment-api-consts.js.map +1 -0
  29. package/dist/solochain-evm/interfaces/augment-api-errors.js +6 -0
  30. package/dist/solochain-evm/interfaces/augment-api-errors.js.map +1 -0
  31. package/dist/solochain-evm/interfaces/augment-api-events.js +6 -0
  32. package/dist/solochain-evm/interfaces/augment-api-events.js.map +1 -0
  33. package/dist/solochain-evm/interfaces/augment-api-query.js +6 -0
  34. package/dist/solochain-evm/interfaces/augment-api-query.js.map +1 -0
  35. package/dist/solochain-evm/interfaces/augment-api-rpc.js +6 -0
  36. package/dist/solochain-evm/interfaces/augment-api-rpc.js.map +1 -0
  37. package/dist/solochain-evm/interfaces/augment-api-runtime.js +6 -0
  38. package/dist/solochain-evm/interfaces/augment-api-runtime.js.map +1 -0
  39. package/dist/solochain-evm/interfaces/augment-api-tx.js +6 -0
  40. package/dist/solochain-evm/interfaces/augment-api-tx.js.map +1 -0
  41. package/dist/solochain-evm/interfaces/augment-api.js +10 -0
  42. package/dist/solochain-evm/interfaces/augment-api.js.map +1 -0
  43. package/dist/solochain-evm/interfaces/augment-types.js +6 -0
  44. package/dist/solochain-evm/interfaces/augment-types.js.map +1 -0
  45. package/dist/solochain-evm/interfaces/definitions.js +2 -0
  46. package/dist/solochain-evm/interfaces/definitions.js.map +1 -0
  47. package/dist/solochain-evm/interfaces/index.js +4 -0
  48. package/dist/solochain-evm/interfaces/index.js.map +1 -0
  49. package/dist/solochain-evm/interfaces/lookup.js +3744 -0
  50. package/dist/solochain-evm/interfaces/lookup.js.map +1 -0
  51. package/dist/solochain-evm/interfaces/registry.js +6 -0
  52. package/dist/solochain-evm/interfaces/registry.js.map +1 -0
  53. package/dist/solochain-evm/interfaces/storagehubclient/definitions.js +7 -0
  54. package/dist/solochain-evm/interfaces/storagehubclient/definitions.js.map +1 -0
  55. package/dist/solochain-evm/interfaces/storagehubclient/index.js +4 -0
  56. package/dist/solochain-evm/interfaces/storagehubclient/index.js.map +1 -0
  57. package/dist/solochain-evm/interfaces/storagehubclient/types.js +4 -0
  58. package/dist/solochain-evm/interfaces/storagehubclient/types.js.map +1 -0
  59. package/dist/solochain-evm/interfaces/types-lookup.js +6 -0
  60. package/dist/solochain-evm/interfaces/types-lookup.js.map +1 -0
  61. package/dist/solochain-evm/interfaces/types.js +4 -0
  62. package/dist/solochain-evm/interfaces/types.js.map +1 -0
  63. package/dist/types/{interfaces → parachain/interfaces}/augment-api-consts.d.ts +147 -20
  64. package/dist/types/{interfaces → parachain/interfaces}/augment-api-errors.d.ts +235 -8
  65. package/dist/types/{interfaces → parachain/interfaces}/augment-api-events.d.ts +542 -118
  66. package/dist/types/{interfaces → parachain/interfaces}/augment-api-query.d.ts +208 -118
  67. package/dist/types/{interfaces → parachain/interfaces}/augment-api-rpc.d.ts +61 -4
  68. package/dist/types/{interfaces → parachain/interfaces}/augment-api-runtime.d.ts +97 -8
  69. package/dist/types/{interfaces → parachain/interfaces}/augment-api-tx.d.ts +356 -181
  70. package/dist/types/{interfaces → parachain/interfaces}/augment-types.d.ts +144 -11
  71. package/dist/types/{interfaces → parachain/interfaces}/lookup.d.ts +1067 -513
  72. package/dist/types/parachain/interfaces/registry.d.ts +311 -0
  73. package/dist/types/{interfaces → parachain/interfaces}/storagehubclient/types.d.ts +129 -18
  74. package/dist/types/{interfaces → parachain/interfaces}/types-lookup.d.ts +1619 -887
  75. package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +641 -0
  76. package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +1260 -0
  77. package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +2058 -0
  78. package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +1317 -0
  79. package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +775 -0
  80. package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +535 -0
  81. package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +2381 -0
  82. package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -0
  83. package/dist/types/solochain-evm/interfaces/augment-types.d.ts +1418 -0
  84. package/dist/types/solochain-evm/interfaces/index.d.ts +1 -0
  85. package/dist/types/solochain-evm/interfaces/lookup.d.ts +3363 -0
  86. package/dist/types/solochain-evm/interfaces/registry.d.ts +252 -0
  87. package/dist/types/solochain-evm/interfaces/storagehubclient/definitions.d.ts +6 -0
  88. package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -0
  89. package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +319 -0
  90. package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +3577 -0
  91. package/dist/types/solochain-evm/interfaces/types.d.ts +1 -0
  92. package/metadata-sh-parachain.json +5 -0
  93. package/metadata-sh-solochain-evm.json +5 -0
  94. package/package.json +41 -26
  95. package/scripts/scrapeMetadata.ts +41 -29
  96. package/src/parachain/index.ts +3 -0
  97. package/src/{interfaces → parachain/interfaces}/augment-api-consts.ts +147 -20
  98. package/src/{interfaces → parachain/interfaces}/augment-api-errors.ts +235 -8
  99. package/src/{interfaces → parachain/interfaces}/augment-api-events.ts +527 -137
  100. package/src/{interfaces → parachain/interfaces}/augment-api-query.ts +272 -145
  101. package/src/{interfaces → parachain/interfaces}/augment-api-rpc.ts +123 -5
  102. package/src/{interfaces → parachain/interfaces}/augment-api-runtime.ts +183 -8
  103. package/src/{interfaces → parachain/interfaces}/augment-api-tx.ts +374 -182
  104. package/src/{interfaces → parachain/interfaces}/augment-types.ts +278 -12
  105. package/src/parachain/interfaces/definitions.ts +1 -0
  106. package/src/{interfaces → parachain/interfaces}/lookup.ts +1497 -813
  107. package/src/{interfaces → parachain/interfaces}/registry.ts +176 -98
  108. package/src/parachain/interfaces/storagehubclient/definitions.ts +7 -0
  109. package/src/{interfaces → parachain/interfaces}/storagehubclient/types.ts +158 -18
  110. package/src/{interfaces → parachain/interfaces}/types-lookup.ts +1970 -896
  111. package/src/solochain-evm/index.ts +3 -0
  112. package/src/solochain-evm/interfaces/augment-api-consts.ts +655 -0
  113. package/src/solochain-evm/interfaces/augment-api-errors.ts +1268 -0
  114. package/src/solochain-evm/interfaces/augment-api-events.ts +1813 -0
  115. package/src/solochain-evm/interfaces/augment-api-query.ts +1838 -0
  116. package/src/solochain-evm/interfaces/augment-api-rpc.ts +1319 -0
  117. package/src/solochain-evm/interfaces/augment-api-runtime.ts +958 -0
  118. package/src/solochain-evm/interfaces/augment-api-tx.ts +2818 -0
  119. package/src/solochain-evm/interfaces/augment-api.ts +10 -0
  120. package/src/solochain-evm/interfaces/augment-types.ts +2774 -0
  121. package/src/solochain-evm/interfaces/definitions.ts +1 -0
  122. package/src/solochain-evm/interfaces/index.ts +4 -0
  123. package/src/solochain-evm/interfaces/lookup.ts +3788 -0
  124. package/src/solochain-evm/interfaces/registry.ts +506 -0
  125. package/src/solochain-evm/interfaces/storagehubclient/definitions.ts +7 -0
  126. package/src/solochain-evm/interfaces/storagehubclient/index.ts +4 -0
  127. package/src/solochain-evm/interfaces/storagehubclient/types.ts +391 -0
  128. package/src/solochain-evm/interfaces/types-lookup.ts +4616 -0
  129. package/src/solochain-evm/interfaces/types.ts +4 -0
  130. package/tsconfig.json +17 -20
  131. package/tsconfig.parachain.json +17 -0
  132. package/tsconfig.solochain-evm.json +17 -0
  133. package/tsconfig.tsbuildinfo +1 -0
  134. package/dist/index.js.map +0 -1
  135. package/dist/interfaces/augment-api-consts.js.map +0 -1
  136. package/dist/interfaces/augment-api-errors.js.map +0 -1
  137. package/dist/interfaces/augment-api-events.js.map +0 -1
  138. package/dist/interfaces/augment-api-query.js.map +0 -1
  139. package/dist/interfaces/augment-api-rpc.js.map +0 -1
  140. package/dist/interfaces/augment-api-runtime.js.map +0 -1
  141. package/dist/interfaces/augment-api-tx.js.map +0 -1
  142. package/dist/interfaces/augment-api.js.map +0 -1
  143. package/dist/interfaces/augment-types.js.map +0 -1
  144. package/dist/interfaces/definitions.js.map +0 -1
  145. package/dist/interfaces/index.js.map +0 -1
  146. package/dist/interfaces/lookup.js.map +0 -1
  147. package/dist/interfaces/registry.js.map +0 -1
  148. package/dist/interfaces/storagehubclient/definitions.js +0 -7
  149. package/dist/interfaces/storagehubclient/definitions.js.map +0 -1
  150. package/dist/interfaces/storagehubclient/index.js.map +0 -1
  151. package/dist/interfaces/storagehubclient/runtime.js.map +0 -1
  152. package/dist/interfaces/storagehubclient/types.js.map +0 -1
  153. package/dist/interfaces/types-lookup.js.map +0 -1
  154. package/dist/interfaces/types.js.map +0 -1
  155. package/dist/types/interfaces/registry.d.ts +0 -272
  156. package/src/interfaces/storagehubclient/definitions.ts +0 -7
  157. package/storagehub.json +0 -1
  158. /package/dist/{index.js → parachain/index.js} +0 -0
  159. /package/dist/{interfaces → parachain/interfaces}/augment-api-consts.js +0 -0
  160. /package/dist/{interfaces → parachain/interfaces}/augment-api-errors.js +0 -0
  161. /package/dist/{interfaces → parachain/interfaces}/augment-api-events.js +0 -0
  162. /package/dist/{interfaces → parachain/interfaces}/augment-api-query.js +0 -0
  163. /package/dist/{interfaces → parachain/interfaces}/augment-api-rpc.js +0 -0
  164. /package/dist/{interfaces → parachain/interfaces}/augment-api-runtime.js +0 -0
  165. /package/dist/{interfaces → parachain/interfaces}/augment-api-tx.js +0 -0
  166. /package/dist/{interfaces → parachain/interfaces}/augment-api.js +0 -0
  167. /package/dist/{interfaces → parachain/interfaces}/augment-types.js +0 -0
  168. /package/dist/{interfaces → parachain/interfaces}/definitions.js +0 -0
  169. /package/dist/{interfaces → parachain/interfaces}/index.js +0 -0
  170. /package/dist/{interfaces → parachain/interfaces}/registry.js +0 -0
  171. /package/dist/{interfaces → parachain/interfaces}/storagehubclient/index.js +0 -0
  172. /package/dist/{interfaces → parachain/interfaces}/storagehubclient/runtime.js +0 -0
  173. /package/dist/{interfaces → parachain/interfaces}/storagehubclient/types.js +0 -0
  174. /package/dist/{interfaces → parachain/interfaces}/types-lookup.js +0 -0
  175. /package/dist/{interfaces → parachain/interfaces}/types.js +0 -0
  176. /package/dist/types/{index.d.ts → parachain/index.d.ts} +0 -0
  177. /package/dist/types/{interfaces → parachain/interfaces}/augment-api.d.ts +0 -0
  178. /package/dist/types/{interfaces → parachain/interfaces}/definitions.d.ts +0 -0
  179. /package/dist/types/{interfaces → parachain/interfaces}/index.d.ts +0 -0
  180. /package/dist/types/{interfaces → parachain/interfaces}/storagehubclient/definitions.d.ts +0 -0
  181. /package/dist/types/{interfaces → parachain/interfaces}/storagehubclient/index.d.ts +0 -0
  182. /package/dist/types/{interfaces → parachain/interfaces}/storagehubclient/runtime.d.ts +0 -0
  183. /package/dist/types/{interfaces → parachain/interfaces}/types.d.ts +0 -0
  184. /package/{src/index.ts → dist/types/solochain-evm/index.d.ts} +0 -0
  185. /package/{src/interfaces/definitions.ts → dist/types/solochain-evm/interfaces/definitions.d.ts} +0 -0
  186. /package/src/{interfaces → parachain/interfaces}/augment-api.ts +0 -0
  187. /package/src/{interfaces → parachain/interfaces}/index.ts +0 -0
  188. /package/src/{interfaces → parachain/interfaces}/storagehubclient/index.ts +0 -0
  189. /package/src/{interfaces → parachain/interfaces}/storagehubclient/runtime.ts +0 -0
  190. /package/src/{interfaces → parachain/interfaces}/types.ts +0 -0
@@ -0,0 +1,1418 @@
1
+ import "@polkadot/types/types/registry";
2
+ import type { Data, StorageKey } from "@polkadot/types";
3
+ 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 "@polkadot/types-codec";
4
+ import type { TAssetConversion } from "@polkadot/types/interfaces/assetConversion";
5
+ import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from "@polkadot/types/interfaces/assets";
6
+ import type { BlockAttestations, IncludedBlocks, MoreAttestations } from "@polkadot/types/interfaces/attestations";
7
+ import type { RawAuraPreDigest } from "@polkadot/types/interfaces/aura";
8
+ import type { ExtrinsicOrHash, ExtrinsicStatus } from "@polkadot/types/interfaces/author";
9
+ import type { UncleEntryItem } from "@polkadot/types/interfaces/authorship";
10
+ 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 "@polkadot/types/interfaces/babe";
11
+ import type { AccountData, BalanceLock, BalanceLockTo212, BalanceStatus, Reasons, ReserveData, ReserveIdentifier, VestingSchedule, WithdrawReasons } from "@polkadot/types/interfaces/balances";
12
+ import type { BeefyAuthoritySet, BeefyCommitment, BeefyCompactSignedCommitment, BeefyEquivocationProof, BeefyId, BeefyNextAuthoritySet, BeefyPayload, BeefyPayloadId, BeefySignedCommitment, BeefyVersionedFinalityProof, BeefyVoteMessage, MmrRootHash, ValidatorSet, ValidatorSetId } from "@polkadot/types/interfaces/beefy";
13
+ import type { BenchmarkBatch, BenchmarkConfig, BenchmarkList, BenchmarkMetadata, BenchmarkParameter, BenchmarkResult } from "@polkadot/types/interfaces/benchmark";
14
+ import type { CheckInherentsResult, InherentData, InherentIdentifier } from "@polkadot/types/interfaces/blockbuilder";
15
+ 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 "@polkadot/types/interfaces/bridges";
16
+ import type { BlockHash } from "@polkadot/types/interfaces/chain";
17
+ import type { PrefixedStorageKey } from "@polkadot/types/interfaces/childstate";
18
+ import type { StatementKind } from "@polkadot/types/interfaces/claims";
19
+ import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from "@polkadot/types/interfaces/collective";
20
+ import type { AuthorityId, RawVRFOutput } from "@polkadot/types/interfaces/consensus";
21
+ 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 "@polkadot/types/interfaces/contracts";
22
+ 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 "@polkadot/types/interfaces/contractsAbi";
23
+ import type { FundIndex, FundInfo, LastContribution, TrieIndex } from "@polkadot/types/interfaces/crowdloan";
24
+ import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from "@polkadot/types/interfaces/cumulus";
25
+ import type { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from "@polkadot/types/interfaces/democracy";
26
+ import type { BlockStats } from "@polkadot/types/interfaces/dev";
27
+ import type { CallDryRunEffects, DispatchResultWithPostInfo, PostDispatchInfo, XcmDryRunApiError, XcmDryRunEffects } from "@polkadot/types/interfaces/dryRunApi";
28
+ import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from "@polkadot/types/interfaces/elections";
29
+ import type { CreatedBlock, ImportedAux } from "@polkadot/types/interfaces/engine";
30
+ 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 "@polkadot/types/interfaces/eth";
31
+ import type { EvmAccount, EvmCallInfo, EvmCallInfoV2, EvmCreateInfo, EvmCreateInfoV2, EvmLog, EvmVicinity, EvmWeightInfo, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from "@polkadot/types/interfaces/evm";
32
+ 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 "@polkadot/types/interfaces/extrinsics";
33
+ import type { FungiblesAccessError } from "@polkadot/types/interfaces/fungibles";
34
+ import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from "@polkadot/types/interfaces/genericAsset";
35
+ import type { GenesisBuildErr } from "@polkadot/types/interfaces/genesisBuilder";
36
+ import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from "@polkadot/types/interfaces/gilt";
37
+ 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 "@polkadot/types/interfaces/grandpa";
38
+ import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from "@polkadot/types/interfaces/identity";
39
+ import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from "@polkadot/types/interfaces/imOnline";
40
+ import type { CallIndex, LotteryConfig } from "@polkadot/types/interfaces/lottery";
41
+ 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 "@polkadot/types/interfaces/metadata";
42
+ import type { Mixnode, MixnodesErr, SessionPhase, SessionStatus } from "@polkadot/types/interfaces/mixnet";
43
+ import type { MmrBatchProof, MmrEncodableOpaqueLeaf, MmrError, MmrHash, MmrLeafBatchProof, MmrLeafIndex, MmrLeafProof, MmrNodeIndex, MmrProof } from "@polkadot/types/interfaces/mmr";
44
+ import type { NftCollectionId, NftItemId } from "@polkadot/types/interfaces/nfts";
45
+ import type { NpApiError, NpPoolId } from "@polkadot/types/interfaces/nompools";
46
+ import type { StorageKind } from "@polkadot/types/interfaces/offchain";
47
+ import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from "@polkadot/types/interfaces/offences";
48
+ 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 "@polkadot/types/interfaces/parachains";
49
+ import type { FeeDetails, InclusionFee, RuntimeDispatchInfo, RuntimeDispatchInfoV1, RuntimeDispatchInfoV2 } from "@polkadot/types/interfaces/payment";
50
+ import type { Approvals } from "@polkadot/types/interfaces/poll";
51
+ import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from "@polkadot/types/interfaces/proxy";
52
+ import type { AccountStatus, AccountValidity } from "@polkadot/types/interfaces/purchase";
53
+ import type { ActiveRecovery, RecoveryConfig } from "@polkadot/types/interfaces/recovery";
54
+ import type { RpcMethods } from "@polkadot/types/interfaces/rpc";
55
+ 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 "@polkadot/types/interfaces/runtime";
56
+ 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 "@polkadot/types/interfaces/scaleInfo";
57
+ import type { Period, Priority, SchedulePeriod, SchedulePriority, Scheduled, ScheduledTo254, TaskAddress } from "@polkadot/types/interfaces/scheduler";
58
+ 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 "@polkadot/types/interfaces/session";
59
+ import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from "@polkadot/types/interfaces/society";
60
+ 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 "@polkadot/types/interfaces/staking";
61
+ import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, MigrationStatusResult, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, RuntimeVersionPre3, RuntimeVersionPre4, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from "@polkadot/types/interfaces/state";
62
+ import type { StatementStoreInvalidStatement, StatementStoreStatementSource, StatementStoreValidStatement } from "@polkadot/types/interfaces/statement";
63
+ import type { WeightToFeeCoefficient } from "@polkadot/types/interfaces/support";
64
+ 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 "@polkadot/types/interfaces/system";
65
+ import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from "@polkadot/types/interfaces/treasury";
66
+ import type { Multiplier } from "@polkadot/types/interfaces/txpayment";
67
+ import type { TransactionSource, TransactionValidity, ValidTransaction } from "@polkadot/types/interfaces/txqueue";
68
+ import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from "@polkadot/types/interfaces/uniques";
69
+ import type { Multisig, Timepoint } from "@polkadot/types/interfaces/utility";
70
+ import type { VestingInfo } from "@polkadot/types/interfaces/vesting";
71
+ 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 "@polkadot/types/interfaces/xcm";
72
+ import type { XcmPaymentApiError } from "@polkadot/types/interfaces/xcmPaymentApi";
73
+ import type { Error } from "@polkadot/types/interfaces/xcmRuntimeApi";
74
+ import type { AddFilesToForestStorageResult, BackupStorageProvider, BackupStorageProviderId, BucketId, CheckpointChallenge, ChunkId, FileMetadata, GenericApplyDeltaEventInfoError, GetBspInfoError, GetChallengePeriodError, GetChallengeSeedError, GetCheckpointChallengesError, GetFileFromFileStorageResult, GetNextDeadlineTickError, GetProofSubmissionRecordError, GetStakeError, GetUsersWithDebtOverThresholdError, IncompleteFileStatus, IncompleteStorageRequestMetadataResponse, IsStorageRequestOpenToVolunteersError, LoadFileInStorageResult, MainStorageProviderId, MerklePatriciaRoot, Multiaddresses, ProviderId, QueryAvailableStorageCapacityError, QueryBspConfirmChunksToProveForFileError, QueryBucketsForMspError, QueryBucketsOfUserStoredByMspError, QueryConfirmChunksToProveForFileError, QueryEarliestChangeCapacityBlockError, QueryFileEarliestVolunteerBlockError, QueryIncompleteStorageRequestMetadataError, QueryMspConfirmChunksToProveForFileError, QueryMspIdOfBucketIdError, QueryProviderMultiaddressesError, QueryStorageProviderCapacityError, RandomnessOutput, RemoveFilesFromForestStorageResult, ReputationWeightType, SaveFileToDisk, ShouldRemoveFile, StorageDataUnit, StorageProviderId, StorageRequestMetadata, TrieRemoveMutation, ValuePropId, ValueProposition, ValuePropositionWithId } from "@storagehub/api-augment/solochain-evm/interfaces/storagehubclient";
75
+ declare module "@polkadot/types/types/registry" {
76
+ interface InterfaceTypes {
77
+ AbridgedCandidateReceipt: AbridgedCandidateReceipt;
78
+ AbridgedHostConfiguration: AbridgedHostConfiguration;
79
+ AbridgedHrmpChannel: AbridgedHrmpChannel;
80
+ AccountData: AccountData;
81
+ AccountId: AccountId;
82
+ AccountId20: AccountId20;
83
+ AccountId32: AccountId32;
84
+ AccountId33: AccountId33;
85
+ AccountIdOf: AccountIdOf;
86
+ AccountIndex: AccountIndex;
87
+ AccountInfo: AccountInfo;
88
+ AccountInfoWithDualRefCount: AccountInfoWithDualRefCount;
89
+ AccountInfoWithProviders: AccountInfoWithProviders;
90
+ AccountInfoWithRefCount: AccountInfoWithRefCount;
91
+ AccountInfoWithRefCountU8: AccountInfoWithRefCountU8;
92
+ AccountInfoWithTripleRefCount: AccountInfoWithTripleRefCount;
93
+ AccountStatus: AccountStatus;
94
+ AccountValidity: AccountValidity;
95
+ AccountVote: AccountVote;
96
+ AccountVoteSplit: AccountVoteSplit;
97
+ AccountVoteStandard: AccountVoteStandard;
98
+ ActiveEraInfo: ActiveEraInfo;
99
+ ActiveGilt: ActiveGilt;
100
+ ActiveGiltsTotal: ActiveGiltsTotal;
101
+ ActiveIndex: ActiveIndex;
102
+ ActiveRecovery: ActiveRecovery;
103
+ AddFilesToForestStorageResult: AddFilesToForestStorageResult;
104
+ Address: Address;
105
+ AliveContractInfo: AliveContractInfo;
106
+ AllowedSlots: AllowedSlots;
107
+ AnySignature: AnySignature;
108
+ ApiId: ApiId;
109
+ ApplyExtrinsicResult: ApplyExtrinsicResult;
110
+ ApplyExtrinsicResultPre6: ApplyExtrinsicResultPre6;
111
+ ApprovalFlag: ApprovalFlag;
112
+ Approvals: Approvals;
113
+ ApprovalVotingParams: ApprovalVotingParams;
114
+ ArithmeticError: ArithmeticError;
115
+ AssetApproval: AssetApproval;
116
+ AssetApprovalKey: AssetApprovalKey;
117
+ AssetBalance: AssetBalance;
118
+ AssetDestroyWitness: AssetDestroyWitness;
119
+ AssetDetails: AssetDetails;
120
+ AssetId: AssetId;
121
+ AssetIdV2: AssetIdV2;
122
+ AssetIdV3: AssetIdV3;
123
+ AssetIdV4: AssetIdV4;
124
+ AssetIdV5: AssetIdV5;
125
+ AssetInstance: AssetInstance;
126
+ AssetInstanceV0: AssetInstanceV0;
127
+ AssetInstanceV1: AssetInstanceV1;
128
+ AssetInstanceV2: AssetInstanceV2;
129
+ AssetInstanceV3: AssetInstanceV3;
130
+ AssetInstanceV4: AssetInstanceV4;
131
+ AssetInstanceV5: AssetInstanceV5;
132
+ AssetMetadata: AssetMetadata;
133
+ AssetOptions: AssetOptions;
134
+ AssignmentId: AssignmentId;
135
+ AssignmentKind: AssignmentKind;
136
+ AsyncBackingParams: AsyncBackingParams;
137
+ AttestedCandidate: AttestedCandidate;
138
+ AuctionIndex: AuctionIndex;
139
+ AuthIndex: AuthIndex;
140
+ AuthorityDiscoveryId: AuthorityDiscoveryId;
141
+ AuthorityId: AuthorityId;
142
+ AuthorityIndex: AuthorityIndex;
143
+ AuthorityList: AuthorityList;
144
+ AuthoritySet: AuthoritySet;
145
+ AuthoritySetChange: AuthoritySetChange;
146
+ AuthoritySetChanges: AuthoritySetChanges;
147
+ AuthoritySignature: AuthoritySignature;
148
+ AuthorityWeight: AuthorityWeight;
149
+ AvailabilityBitfield: AvailabilityBitfield;
150
+ AvailabilityBitfieldRecord: AvailabilityBitfieldRecord;
151
+ BabeAuthorityWeight: BabeAuthorityWeight;
152
+ BabeBlockWeight: BabeBlockWeight;
153
+ BabeEpochConfiguration: BabeEpochConfiguration;
154
+ BabeEquivocationProof: BabeEquivocationProof;
155
+ BabeGenesisConfiguration: BabeGenesisConfiguration;
156
+ BabeGenesisConfigurationV1: BabeGenesisConfigurationV1;
157
+ BabeWeight: BabeWeight;
158
+ BackedCandidate: BackedCandidate;
159
+ BackingState: BackingState;
160
+ BackupStorageProvider: BackupStorageProvider;
161
+ BackupStorageProviderId: BackupStorageProviderId;
162
+ Balance: Balance;
163
+ BalanceLock: BalanceLock;
164
+ BalanceLockTo212: BalanceLockTo212;
165
+ BalanceOf: BalanceOf;
166
+ BalanceStatus: BalanceStatus;
167
+ BeefyAuthoritySet: BeefyAuthoritySet;
168
+ BeefyCommitment: BeefyCommitment;
169
+ BeefyCompactSignedCommitment: BeefyCompactSignedCommitment;
170
+ BeefyEquivocationProof: BeefyEquivocationProof;
171
+ BeefyId: BeefyId;
172
+ BeefyKey: BeefyKey;
173
+ BeefyNextAuthoritySet: BeefyNextAuthoritySet;
174
+ BeefyPayload: BeefyPayload;
175
+ BeefyPayloadId: BeefyPayloadId;
176
+ BeefySignedCommitment: BeefySignedCommitment;
177
+ BeefyVersionedFinalityProof: BeefyVersionedFinalityProof;
178
+ BeefyVoteMessage: BeefyVoteMessage;
179
+ BenchmarkBatch: BenchmarkBatch;
180
+ BenchmarkConfig: BenchmarkConfig;
181
+ BenchmarkList: BenchmarkList;
182
+ BenchmarkMetadata: BenchmarkMetadata;
183
+ BenchmarkParameter: BenchmarkParameter;
184
+ BenchmarkResult: BenchmarkResult;
185
+ Bid: Bid;
186
+ Bidder: Bidder;
187
+ BidKind: BidKind;
188
+ BitVec: BitVec;
189
+ Block: Block;
190
+ BlockAttestations: BlockAttestations;
191
+ BlockHash: BlockHash;
192
+ BlockLength: BlockLength;
193
+ BlockNumber: BlockNumber;
194
+ BlockNumberFor: BlockNumberFor;
195
+ BlockNumberOf: BlockNumberOf;
196
+ BlockStats: BlockStats;
197
+ BlockTrace: BlockTrace;
198
+ BlockTraceEvent: BlockTraceEvent;
199
+ BlockTraceEventData: BlockTraceEventData;
200
+ BlockTraceSpan: BlockTraceSpan;
201
+ BlockV0: BlockV0;
202
+ BlockV1: BlockV1;
203
+ BlockV2: BlockV2;
204
+ BlockV3: BlockV3;
205
+ BlockWeights: BlockWeights;
206
+ BodyId: BodyId;
207
+ BodyIdV2: BodyIdV2;
208
+ BodyIdV3: BodyIdV3;
209
+ BodyPart: BodyPart;
210
+ BodyPartV2: BodyPartV2;
211
+ BodyPartV3: BodyPartV3;
212
+ bool: bool;
213
+ Bool: Bool;
214
+ Bounty: Bounty;
215
+ BountyIndex: BountyIndex;
216
+ BountyStatus: BountyStatus;
217
+ BountyStatusActive: BountyStatusActive;
218
+ BountyStatusCuratorProposed: BountyStatusCuratorProposed;
219
+ BountyStatusPendingPayout: BountyStatusPendingPayout;
220
+ BridgedBlockHash: BridgedBlockHash;
221
+ BridgedBlockNumber: BridgedBlockNumber;
222
+ BridgedHeader: BridgedHeader;
223
+ BridgeMessageId: BridgeMessageId;
224
+ BucketId: BucketId;
225
+ BufferedSessionChange: BufferedSessionChange;
226
+ Bytes: Bytes;
227
+ Call: Call;
228
+ CallDryRunEffects: CallDryRunEffects;
229
+ CallHash: CallHash;
230
+ CallHashOf: CallHashOf;
231
+ CallIndex: CallIndex;
232
+ CallOrigin: CallOrigin;
233
+ CandidateCommitments: CandidateCommitments;
234
+ CandidateDescriptor: CandidateDescriptor;
235
+ CandidateEvent: CandidateEvent;
236
+ CandidateHash: CandidateHash;
237
+ CandidateInfo: CandidateInfo;
238
+ CandidatePendingAvailability: CandidatePendingAvailability;
239
+ CandidateReceipt: CandidateReceipt;
240
+ ChainId: ChainId;
241
+ ChainProperties: ChainProperties;
242
+ ChainType: ChainType;
243
+ ChangesTrieConfiguration: ChangesTrieConfiguration;
244
+ ChangesTrieSignal: ChangesTrieSignal;
245
+ CheckInherentsResult: CheckInherentsResult;
246
+ CheckpointChallenge: CheckpointChallenge;
247
+ ChunkId: ChunkId;
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
+ FileMetadata: FileMetadata;
538
+ Fixed128: Fixed128;
539
+ Fixed64: Fixed64;
540
+ FixedI128: FixedI128;
541
+ FixedI64: FixedI64;
542
+ FixedU128: FixedU128;
543
+ FixedU64: FixedU64;
544
+ Forcing: Forcing;
545
+ ForkTreePendingChange: ForkTreePendingChange;
546
+ ForkTreePendingChangeNode: ForkTreePendingChangeNode;
547
+ FullIdentification: FullIdentification;
548
+ FunctionArgumentMetadataLatest: FunctionArgumentMetadataLatest;
549
+ FunctionArgumentMetadataV10: FunctionArgumentMetadataV10;
550
+ FunctionArgumentMetadataV11: FunctionArgumentMetadataV11;
551
+ FunctionArgumentMetadataV12: FunctionArgumentMetadataV12;
552
+ FunctionArgumentMetadataV13: FunctionArgumentMetadataV13;
553
+ FunctionArgumentMetadataV14: FunctionArgumentMetadataV14;
554
+ FunctionArgumentMetadataV9: FunctionArgumentMetadataV9;
555
+ FunctionMetadataLatest: FunctionMetadataLatest;
556
+ FunctionMetadataV10: FunctionMetadataV10;
557
+ FunctionMetadataV11: FunctionMetadataV11;
558
+ FunctionMetadataV12: FunctionMetadataV12;
559
+ FunctionMetadataV13: FunctionMetadataV13;
560
+ FunctionMetadataV14: FunctionMetadataV14;
561
+ FunctionMetadataV9: FunctionMetadataV9;
562
+ FundIndex: FundIndex;
563
+ FundInfo: FundInfo;
564
+ Fungibility: Fungibility;
565
+ FungibilityV0: FungibilityV0;
566
+ FungibilityV1: FungibilityV1;
567
+ FungibilityV2: FungibilityV2;
568
+ FungibilityV3: FungibilityV3;
569
+ FungibilityV4: FungibilityV4;
570
+ FungibilityV5: FungibilityV5;
571
+ FungiblesAccessError: FungiblesAccessError;
572
+ Gas: Gas;
573
+ GenericApplyDeltaEventInfoError: GenericApplyDeltaEventInfoError;
574
+ GenesisBuildErr: GenesisBuildErr;
575
+ GetBspInfoError: GetBspInfoError;
576
+ GetChallengePeriodError: GetChallengePeriodError;
577
+ GetChallengeSeedError: GetChallengeSeedError;
578
+ GetCheckpointChallengesError: GetCheckpointChallengesError;
579
+ GetFileFromFileStorageResult: GetFileFromFileStorageResult;
580
+ GetNextDeadlineTickError: GetNextDeadlineTickError;
581
+ GetProofSubmissionRecordError: GetProofSubmissionRecordError;
582
+ GetStakeError: GetStakeError;
583
+ GetUsersWithDebtOverThresholdError: GetUsersWithDebtOverThresholdError;
584
+ GiltBid: GiltBid;
585
+ GlobalValidationData: GlobalValidationData;
586
+ GlobalValidationSchedule: GlobalValidationSchedule;
587
+ GrandpaCommit: GrandpaCommit;
588
+ GrandpaEquivocation: GrandpaEquivocation;
589
+ GrandpaEquivocationProof: GrandpaEquivocationProof;
590
+ GrandpaEquivocationValue: GrandpaEquivocationValue;
591
+ GrandpaJustification: GrandpaJustification;
592
+ GrandpaPrecommit: GrandpaPrecommit;
593
+ GrandpaPrevote: GrandpaPrevote;
594
+ GrandpaSignedPrecommit: GrandpaSignedPrecommit;
595
+ GroupIndex: GroupIndex;
596
+ GroupRotationInfo: GroupRotationInfo;
597
+ H1024: H1024;
598
+ H128: H128;
599
+ H160: H160;
600
+ H2048: H2048;
601
+ H256: H256;
602
+ H32: H32;
603
+ H512: H512;
604
+ H64: H64;
605
+ Hash: Hash;
606
+ HeadData: HeadData;
607
+ Header: Header;
608
+ HeaderPartial: HeaderPartial;
609
+ Health: Health;
610
+ Heartbeat: Heartbeat;
611
+ HeartbeatTo244: HeartbeatTo244;
612
+ HintV5: HintV5;
613
+ HostConfiguration: HostConfiguration;
614
+ HostFnWeights: HostFnWeights;
615
+ HostFnWeightsTo264: HostFnWeightsTo264;
616
+ HrmpChannel: HrmpChannel;
617
+ HrmpChannelId: HrmpChannelId;
618
+ HrmpOpenChannelRequest: HrmpOpenChannelRequest;
619
+ i128: i128;
620
+ I128: I128;
621
+ i16: i16;
622
+ I16: I16;
623
+ i256: i256;
624
+ I256: I256;
625
+ i32: i32;
626
+ I32: I32;
627
+ I32F32: I32F32;
628
+ i64: i64;
629
+ I64: I64;
630
+ i8: i8;
631
+ I8: I8;
632
+ IdentificationTuple: IdentificationTuple;
633
+ IdentityFields: IdentityFields;
634
+ IdentityInfo: IdentityInfo;
635
+ IdentityInfoAdditional: IdentityInfoAdditional;
636
+ IdentityInfoTo198: IdentityInfoTo198;
637
+ IdentityJudgement: IdentityJudgement;
638
+ ImmortalEra: ImmortalEra;
639
+ ImportedAux: ImportedAux;
640
+ InboundDownwardMessage: InboundDownwardMessage;
641
+ InboundHrmpLimitations: InboundHrmpLimitations;
642
+ InboundHrmpMessage: InboundHrmpMessage;
643
+ InboundHrmpMessages: InboundHrmpMessages;
644
+ InboundLaneData: InboundLaneData;
645
+ InboundRelayer: InboundRelayer;
646
+ InboundStatus: InboundStatus;
647
+ IncludedBlocks: IncludedBlocks;
648
+ InclusionFee: InclusionFee;
649
+ IncomingParachain: IncomingParachain;
650
+ IncomingParachainDeploy: IncomingParachainDeploy;
651
+ IncomingParachainFixed: IncomingParachainFixed;
652
+ IncompleteFileStatus: IncompleteFileStatus;
653
+ IncompleteStorageRequestMetadataResponse: IncompleteStorageRequestMetadataResponse;
654
+ Index: Index;
655
+ IndicesLookupSource: IndicesLookupSource;
656
+ IndividualExposure: IndividualExposure;
657
+ InherentData: InherentData;
658
+ InherentIdentifier: InherentIdentifier;
659
+ InitializationData: InitializationData;
660
+ InstanceDetails: InstanceDetails;
661
+ InstanceId: InstanceId;
662
+ InstanceMetadata: InstanceMetadata;
663
+ InstantiateRequest: InstantiateRequest;
664
+ InstantiateRequestV1: InstantiateRequestV1;
665
+ InstantiateRequestV2: InstantiateRequestV2;
666
+ InstantiateReturnValue: InstantiateReturnValue;
667
+ InstantiateReturnValueOk: InstantiateReturnValueOk;
668
+ InstantiateReturnValueTo267: InstantiateReturnValueTo267;
669
+ InstructionV2: InstructionV2;
670
+ InstructionV3: InstructionV3;
671
+ InstructionV4: InstructionV4;
672
+ InstructionV5: InstructionV5;
673
+ InstructionWeights: InstructionWeights;
674
+ InteriorMultiLocation: InteriorMultiLocation;
675
+ InteriorMultiLocationV2: InteriorMultiLocationV2;
676
+ InteriorMultiLocationV3: InteriorMultiLocationV3;
677
+ InteriorMultiLocationV5: InteriorMultiLocationV5;
678
+ InvalidDisputeStatementKind: InvalidDisputeStatementKind;
679
+ InvalidTransaction: InvalidTransaction;
680
+ isize: isize;
681
+ ISize: ISize;
682
+ IsStorageRequestOpenToVolunteersError: IsStorageRequestOpenToVolunteersError;
683
+ ItemDeprecationInfoV16: ItemDeprecationInfoV16;
684
+ Json: Json;
685
+ Junction: Junction;
686
+ Junctions: Junctions;
687
+ JunctionsV1: JunctionsV1;
688
+ JunctionsV2: JunctionsV2;
689
+ JunctionsV3: JunctionsV3;
690
+ JunctionsV4: JunctionsV4;
691
+ JunctionsV5: JunctionsV5;
692
+ JunctionV0: JunctionV0;
693
+ JunctionV1: JunctionV1;
694
+ JunctionV2: JunctionV2;
695
+ JunctionV3: JunctionV3;
696
+ JunctionV4: JunctionV4;
697
+ JunctionV5: JunctionV5;
698
+ Justification: Justification;
699
+ JustificationNotification: JustificationNotification;
700
+ Justifications: Justifications;
701
+ Key: Key;
702
+ KeyOwnerProof: KeyOwnerProof;
703
+ Keys: Keys;
704
+ KeyType: KeyType;
705
+ KeyTypeId: KeyTypeId;
706
+ KeyValue: KeyValue;
707
+ KeyValueOption: KeyValueOption;
708
+ Kind: Kind;
709
+ LaneId: LaneId;
710
+ LastContribution: LastContribution;
711
+ LastRuntimeUpgradeInfo: LastRuntimeUpgradeInfo;
712
+ LeasePeriod: LeasePeriod;
713
+ LeasePeriodOf: LeasePeriodOf;
714
+ LegacyTransaction: LegacyTransaction;
715
+ Limits: Limits;
716
+ LimitsTo264: LimitsTo264;
717
+ LoadFileInStorageResult: LoadFileInStorageResult;
718
+ LocalValidationData: LocalValidationData;
719
+ LockIdentifier: LockIdentifier;
720
+ LookupSource: LookupSource;
721
+ LookupTarget: LookupTarget;
722
+ LotteryConfig: LotteryConfig;
723
+ MainStorageProviderId: MainStorageProviderId;
724
+ MaxPalletNameLen: MaxPalletNameLen;
725
+ MaxPalletsInfo: MaxPalletsInfo;
726
+ MaybeErrorCodeV3: MaybeErrorCodeV3;
727
+ MaybeRandomness: MaybeRandomness;
728
+ MaybeVrf: MaybeVrf;
729
+ MemberCount: MemberCount;
730
+ MembershipProof: MembershipProof;
731
+ MerklePatriciaRoot: MerklePatriciaRoot;
732
+ MessageData: MessageData;
733
+ MessageId: MessageId;
734
+ MessageIngestionType: MessageIngestionType;
735
+ MessageKey: MessageKey;
736
+ MessageNonce: MessageNonce;
737
+ MessageQueueChain: MessageQueueChain;
738
+ MessagesDeliveryProofOf: MessagesDeliveryProofOf;
739
+ MessagesProofOf: MessagesProofOf;
740
+ MessagingStateSnapshot: MessagingStateSnapshot;
741
+ MessagingStateSnapshotEgressEntry: MessagingStateSnapshotEgressEntry;
742
+ MetadataAll: MetadataAll;
743
+ MetadataLatest: MetadataLatest;
744
+ MetadataV10: MetadataV10;
745
+ MetadataV11: MetadataV11;
746
+ MetadataV12: MetadataV12;
747
+ MetadataV13: MetadataV13;
748
+ MetadataV14: MetadataV14;
749
+ MetadataV15: MetadataV15;
750
+ MetadataV16: MetadataV16;
751
+ MetadataV9: MetadataV9;
752
+ MigrationStatusResult: MigrationStatusResult;
753
+ Mixnode: Mixnode;
754
+ MixnodesErr: MixnodesErr;
755
+ MmrBatchProof: MmrBatchProof;
756
+ MmrEncodableOpaqueLeaf: MmrEncodableOpaqueLeaf;
757
+ MmrError: MmrError;
758
+ MmrHash: MmrHash;
759
+ MmrLeafBatchProof: MmrLeafBatchProof;
760
+ MmrLeafIndex: MmrLeafIndex;
761
+ MmrLeafProof: MmrLeafProof;
762
+ MmrNodeIndex: MmrNodeIndex;
763
+ MmrProof: MmrProof;
764
+ MmrRootHash: MmrRootHash;
765
+ ModuleConstantMetadataV10: ModuleConstantMetadataV10;
766
+ ModuleConstantMetadataV11: ModuleConstantMetadataV11;
767
+ ModuleConstantMetadataV12: ModuleConstantMetadataV12;
768
+ ModuleConstantMetadataV13: ModuleConstantMetadataV13;
769
+ ModuleConstantMetadataV9: ModuleConstantMetadataV9;
770
+ ModuleId: ModuleId;
771
+ ModuleMetadataV10: ModuleMetadataV10;
772
+ ModuleMetadataV11: ModuleMetadataV11;
773
+ ModuleMetadataV12: ModuleMetadataV12;
774
+ ModuleMetadataV13: ModuleMetadataV13;
775
+ ModuleMetadataV9: ModuleMetadataV9;
776
+ Moment: Moment;
777
+ MomentOf: MomentOf;
778
+ MoreAttestations: MoreAttestations;
779
+ MortalEra: MortalEra;
780
+ MultiAddress: MultiAddress;
781
+ Multiaddresses: Multiaddresses;
782
+ MultiAsset: MultiAsset;
783
+ MultiAssetFilter: MultiAssetFilter;
784
+ MultiAssetFilterV1: MultiAssetFilterV1;
785
+ MultiAssetFilterV2: MultiAssetFilterV2;
786
+ MultiAssetFilterV3: MultiAssetFilterV3;
787
+ MultiAssetFilterV4: MultiAssetFilterV4;
788
+ MultiAssetFilterV5: MultiAssetFilterV5;
789
+ MultiAssets: MultiAssets;
790
+ MultiAssetsV1: MultiAssetsV1;
791
+ MultiAssetsV2: MultiAssetsV2;
792
+ MultiAssetsV3: MultiAssetsV3;
793
+ MultiAssetsV4: MultiAssetsV4;
794
+ MultiAssetsV5: MultiAssetsV5;
795
+ MultiAssetTransferFilterV5: MultiAssetTransferFilterV5;
796
+ MultiAssetV0: MultiAssetV0;
797
+ MultiAssetV1: MultiAssetV1;
798
+ MultiAssetV2: MultiAssetV2;
799
+ MultiAssetV3: MultiAssetV3;
800
+ MultiAssetV4: MultiAssetV4;
801
+ MultiAssetV5: MultiAssetV5;
802
+ MultiDisputeStatementSet: MultiDisputeStatementSet;
803
+ MultiLocation: MultiLocation;
804
+ MultiLocationV0: MultiLocationV0;
805
+ MultiLocationV1: MultiLocationV1;
806
+ MultiLocationV2: MultiLocationV2;
807
+ MultiLocationV3: MultiLocationV3;
808
+ MultiLocationV4: MultiLocationV4;
809
+ MultiLocationV5: MultiLocationV5;
810
+ Multiplier: Multiplier;
811
+ Multisig: Multisig;
812
+ MultiSignature: MultiSignature;
813
+ MultiSigner: MultiSigner;
814
+ NetworkId: NetworkId;
815
+ NetworkIdV2: NetworkIdV2;
816
+ NetworkIdV3: NetworkIdV3;
817
+ NetworkIdV4: NetworkIdV4;
818
+ NetworkIdV5: NetworkIdV5;
819
+ NetworkState: NetworkState;
820
+ NetworkStatePeerset: NetworkStatePeerset;
821
+ NetworkStatePeersetInfo: NetworkStatePeersetInfo;
822
+ NewBidder: NewBidder;
823
+ NextAuthority: NextAuthority;
824
+ NextConfigDescriptor: NextConfigDescriptor;
825
+ NextConfigDescriptorV1: NextConfigDescriptorV1;
826
+ NftCollectionId: NftCollectionId;
827
+ NftItemId: NftItemId;
828
+ NodeFeatures: NodeFeatures;
829
+ NodeRole: NodeRole;
830
+ Nominations: Nominations;
831
+ NominatorIndex: NominatorIndex;
832
+ NominatorIndexCompact: NominatorIndexCompact;
833
+ NotConnectedPeer: NotConnectedPeer;
834
+ NpApiError: NpApiError;
835
+ NpPoolId: NpPoolId;
836
+ Null: Null;
837
+ OccupiedCore: OccupiedCore;
838
+ OccupiedCoreAssumption: OccupiedCoreAssumption;
839
+ OffchainAccuracy: OffchainAccuracy;
840
+ OffchainAccuracyCompact: OffchainAccuracyCompact;
841
+ OffenceDetails: OffenceDetails;
842
+ Offender: Offender;
843
+ OldV1SessionInfo: OldV1SessionInfo;
844
+ OpaqueCall: OpaqueCall;
845
+ OpaqueKeyOwnershipProof: OpaqueKeyOwnershipProof;
846
+ OpaqueMetadata: OpaqueMetadata;
847
+ OpaqueMultiaddr: OpaqueMultiaddr;
848
+ OpaqueNetworkState: OpaqueNetworkState;
849
+ OpaquePeerId: OpaquePeerId;
850
+ OpaqueTimeSlot: OpaqueTimeSlot;
851
+ OpenTip: OpenTip;
852
+ OpenTipFinderTo225: OpenTipFinderTo225;
853
+ OpenTipTip: OpenTipTip;
854
+ OpenTipTo225: OpenTipTo225;
855
+ OperatingMode: OperatingMode;
856
+ OptionBool: OptionBool;
857
+ Origin: Origin;
858
+ OriginCaller: OriginCaller;
859
+ OriginKindV0: OriginKindV0;
860
+ OriginKindV1: OriginKindV1;
861
+ OriginKindV2: OriginKindV2;
862
+ OriginKindV3: OriginKindV3;
863
+ OriginKindV4: OriginKindV4;
864
+ OutboundHrmpChannelLimitations: OutboundHrmpChannelLimitations;
865
+ OutboundHrmpMessage: OutboundHrmpMessage;
866
+ OutboundLaneData: OutboundLaneData;
867
+ OutboundMessageFee: OutboundMessageFee;
868
+ OutboundPayload: OutboundPayload;
869
+ OutboundStatus: OutboundStatus;
870
+ Outcome: Outcome;
871
+ OutcomeV4: OutcomeV4;
872
+ OuterEnums15: OuterEnums15;
873
+ OverweightIndex: OverweightIndex;
874
+ Owner: Owner;
875
+ PageCounter: PageCounter;
876
+ PageIndexData: PageIndexData;
877
+ PalletAssociatedTypeMetadataV16: PalletAssociatedTypeMetadataV16;
878
+ PalletCallMetadataLatest: PalletCallMetadataLatest;
879
+ PalletCallMetadataV14: PalletCallMetadataV14;
880
+ PalletCallMetadataV16: PalletCallMetadataV16;
881
+ PalletConstantMetadataLatest: PalletConstantMetadataLatest;
882
+ PalletConstantMetadataV14: PalletConstantMetadataV14;
883
+ PalletConstantMetadataV16: PalletConstantMetadataV16;
884
+ PalletErrorMetadataLatest: PalletErrorMetadataLatest;
885
+ PalletErrorMetadataV14: PalletErrorMetadataV14;
886
+ PalletErrorMetadataV16: PalletErrorMetadataV16;
887
+ PalletEventMetadataLatest: PalletEventMetadataLatest;
888
+ PalletEventMetadataV14: PalletEventMetadataV14;
889
+ PalletEventMetadataV16: PalletEventMetadataV16;
890
+ PalletId: PalletId;
891
+ PalletInfoV3: PalletInfoV3;
892
+ PalletInfoV4: PalletInfoV4;
893
+ PalletInfoV5: PalletInfoV5;
894
+ PalletMetadataLatest: PalletMetadataLatest;
895
+ PalletMetadataV14: PalletMetadataV14;
896
+ PalletMetadataV15: PalletMetadataV15;
897
+ PalletMetadataV16: PalletMetadataV16;
898
+ PalletsOrigin: PalletsOrigin;
899
+ PalletStorageMetadataLatest: PalletStorageMetadataLatest;
900
+ PalletStorageMetadataV14: PalletStorageMetadataV14;
901
+ PalletStorageMetadataV16: PalletStorageMetadataV16;
902
+ PalletVersion: PalletVersion;
903
+ PalletViewFunctionMetadataV16: PalletViewFunctionMetadataV16;
904
+ ParachainDispatchOrigin: ParachainDispatchOrigin;
905
+ ParachainInherentData: ParachainInherentData;
906
+ ParachainProposal: ParachainProposal;
907
+ ParachainsInherentData: ParachainsInherentData;
908
+ ParaGenesisArgs: ParaGenesisArgs;
909
+ ParaId: ParaId;
910
+ ParaInfo: ParaInfo;
911
+ ParaLifecycle: ParaLifecycle;
912
+ Parameter: Parameter;
913
+ ParaPastCodeMeta: ParaPastCodeMeta;
914
+ ParaScheduling: ParaScheduling;
915
+ ParathreadClaim: ParathreadClaim;
916
+ ParathreadClaimQueue: ParathreadClaimQueue;
917
+ ParathreadEntry: ParathreadEntry;
918
+ ParaValidatorIndex: ParaValidatorIndex;
919
+ Pays: Pays;
920
+ Peer: Peer;
921
+ PeerEndpoint: PeerEndpoint;
922
+ PeerEndpointAddr: PeerEndpointAddr;
923
+ PeerInfo: PeerInfo;
924
+ PeerPing: PeerPing;
925
+ PendingChange: PendingChange;
926
+ PendingPause: PendingPause;
927
+ PendingResume: PendingResume;
928
+ PendingSlashes: PendingSlashes;
929
+ Perbill: Perbill;
930
+ Percent: Percent;
931
+ PerDispatchClassU32: PerDispatchClassU32;
932
+ PerDispatchClassWeight: PerDispatchClassWeight;
933
+ PerDispatchClassWeightsPerClass: PerDispatchClassWeightsPerClass;
934
+ Period: Period;
935
+ Permill: Permill;
936
+ PermissionLatest: PermissionLatest;
937
+ PermissionsV1: PermissionsV1;
938
+ PermissionVersions: PermissionVersions;
939
+ Perquintill: Perquintill;
940
+ PersistedValidationData: PersistedValidationData;
941
+ PerU16: PerU16;
942
+ Phantom: Phantom;
943
+ PhantomData: PhantomData;
944
+ Phase: Phase;
945
+ PhragmenScore: PhragmenScore;
946
+ Points: Points;
947
+ PortableType: PortableType;
948
+ PortableTypeV14: PortableTypeV14;
949
+ PostDispatchInfo: PostDispatchInfo;
950
+ Precommits: Precommits;
951
+ PrefabWasmModule: PrefabWasmModule;
952
+ PrefixedStorageKey: PrefixedStorageKey;
953
+ PreimageStatus: PreimageStatus;
954
+ PreimageStatusAvailable: PreimageStatusAvailable;
955
+ PreRuntime: PreRuntime;
956
+ Prevotes: Prevotes;
957
+ Priority: Priority;
958
+ PriorLock: PriorLock;
959
+ PropIndex: PropIndex;
960
+ Proposal: Proposal;
961
+ ProposalIndex: ProposalIndex;
962
+ ProviderId: ProviderId;
963
+ ProxyAnnouncement: ProxyAnnouncement;
964
+ ProxyDefinition: ProxyDefinition;
965
+ ProxyState: ProxyState;
966
+ ProxyType: ProxyType;
967
+ PvfCheckStatement: PvfCheckStatement;
968
+ PvfExecTimeoutKind: PvfExecTimeoutKind;
969
+ PvfPrepTimeoutKind: PvfPrepTimeoutKind;
970
+ QueryAvailableStorageCapacityError: QueryAvailableStorageCapacityError;
971
+ QueryBspConfirmChunksToProveForFileError: QueryBspConfirmChunksToProveForFileError;
972
+ QueryBucketsForMspError: QueryBucketsForMspError;
973
+ QueryBucketsOfUserStoredByMspError: QueryBucketsOfUserStoredByMspError;
974
+ QueryConfirmChunksToProveForFileError: QueryConfirmChunksToProveForFileError;
975
+ QueryEarliestChangeCapacityBlockError: QueryEarliestChangeCapacityBlockError;
976
+ QueryFileEarliestVolunteerBlockError: QueryFileEarliestVolunteerBlockError;
977
+ QueryId: QueryId;
978
+ QueryIncompleteStorageRequestMetadataError: QueryIncompleteStorageRequestMetadataError;
979
+ QueryMspConfirmChunksToProveForFileError: QueryMspConfirmChunksToProveForFileError;
980
+ QueryMspIdOfBucketIdError: QueryMspIdOfBucketIdError;
981
+ QueryProviderMultiaddressesError: QueryProviderMultiaddressesError;
982
+ QueryResponseInfoV3: QueryResponseInfoV3;
983
+ QueryResponseInfoV4: QueryResponseInfoV4;
984
+ QueryResponseInfoV5: QueryResponseInfoV5;
985
+ QueryStatus: QueryStatus;
986
+ QueryStorageProviderCapacityError: QueryStorageProviderCapacityError;
987
+ QueueConfigData: QueueConfigData;
988
+ QueuedParathread: QueuedParathread;
989
+ Randomness: Randomness;
990
+ RandomnessOutput: RandomnessOutput;
991
+ Raw: Raw;
992
+ RawAuraPreDigest: RawAuraPreDigest;
993
+ RawBabePreDigest: RawBabePreDigest;
994
+ RawBabePreDigestCompat: RawBabePreDigestCompat;
995
+ RawBabePreDigestPrimary: RawBabePreDigestPrimary;
996
+ RawBabePreDigestPrimaryTo159: RawBabePreDigestPrimaryTo159;
997
+ RawBabePreDigestSecondaryPlain: RawBabePreDigestSecondaryPlain;
998
+ RawBabePreDigestSecondaryTo159: RawBabePreDigestSecondaryTo159;
999
+ RawBabePreDigestSecondaryVRF: RawBabePreDigestSecondaryVRF;
1000
+ RawBabePreDigestTo159: RawBabePreDigestTo159;
1001
+ RawOrigin: RawOrigin;
1002
+ RawSolution: RawSolution;
1003
+ RawSolutionTo265: RawSolutionTo265;
1004
+ RawSolutionWith16: RawSolutionWith16;
1005
+ RawSolutionWith24: RawSolutionWith24;
1006
+ RawVRFOutput: RawVRFOutput;
1007
+ ReadProof: ReadProof;
1008
+ ReadySolution: ReadySolution;
1009
+ Reasons: Reasons;
1010
+ RecoveryConfig: RecoveryConfig;
1011
+ RefCount: RefCount;
1012
+ RefCountTo259: RefCountTo259;
1013
+ ReferendumIndex: ReferendumIndex;
1014
+ ReferendumInfo: ReferendumInfo;
1015
+ ReferendumInfoFinished: ReferendumInfoFinished;
1016
+ ReferendumInfoTo239: ReferendumInfoTo239;
1017
+ ReferendumStatus: ReferendumStatus;
1018
+ RegisteredParachainInfo: RegisteredParachainInfo;
1019
+ RegistrarIndex: RegistrarIndex;
1020
+ RegistrarInfo: RegistrarInfo;
1021
+ Registration: Registration;
1022
+ RegistrationJudgement: RegistrationJudgement;
1023
+ RegistrationTo198: RegistrationTo198;
1024
+ RelayBlockNumber: RelayBlockNumber;
1025
+ RelayChainBlockNumber: RelayChainBlockNumber;
1026
+ RelayChainHash: RelayChainHash;
1027
+ RelayerId: RelayerId;
1028
+ RelayHash: RelayHash;
1029
+ Releases: Releases;
1030
+ Remark: Remark;
1031
+ RemoveFilesFromForestStorageResult: RemoveFilesFromForestStorageResult;
1032
+ Renouncing: Renouncing;
1033
+ RentProjection: RentProjection;
1034
+ ReplacementTimes: ReplacementTimes;
1035
+ ReportedRoundStates: ReportedRoundStates;
1036
+ Reporter: Reporter;
1037
+ ReportIdOf: ReportIdOf;
1038
+ ReputationWeightType: ReputationWeightType;
1039
+ ReserveData: ReserveData;
1040
+ ReserveIdentifier: ReserveIdentifier;
1041
+ Response: Response;
1042
+ ResponseV0: ResponseV0;
1043
+ ResponseV1: ResponseV1;
1044
+ ResponseV2: ResponseV2;
1045
+ ResponseV2Error: ResponseV2Error;
1046
+ ResponseV3: ResponseV3;
1047
+ ResponseV3Error: ResponseV3Error;
1048
+ ResponseV3Result: ResponseV3Result;
1049
+ ResponseV4: ResponseV4;
1050
+ ResponseV5: ResponseV5;
1051
+ Retriable: Retriable;
1052
+ RewardDestination: RewardDestination;
1053
+ RewardPoint: RewardPoint;
1054
+ RoundSnapshot: RoundSnapshot;
1055
+ RoundState: RoundState;
1056
+ RpcMethods: RpcMethods;
1057
+ RuntimeApiMetadataLatest: RuntimeApiMetadataLatest;
1058
+ RuntimeApiMetadataV15: RuntimeApiMetadataV15;
1059
+ RuntimeApiMetadataV16: RuntimeApiMetadataV16;
1060
+ RuntimeApiMethodMetadataV15: RuntimeApiMethodMetadataV15;
1061
+ RuntimeApiMethodMetadataV16: RuntimeApiMethodMetadataV16;
1062
+ RuntimeApiMethodParamMetadataV15: RuntimeApiMethodParamMetadataV15;
1063
+ RuntimeCall: RuntimeCall;
1064
+ RuntimeDbWeight: RuntimeDbWeight;
1065
+ RuntimeDispatchInfo: RuntimeDispatchInfo;
1066
+ RuntimeDispatchInfoV1: RuntimeDispatchInfoV1;
1067
+ RuntimeDispatchInfoV2: RuntimeDispatchInfoV2;
1068
+ RuntimeEvent: RuntimeEvent;
1069
+ RuntimeVersion: RuntimeVersion;
1070
+ RuntimeVersionApi: RuntimeVersionApi;
1071
+ RuntimeVersionPartial: RuntimeVersionPartial;
1072
+ RuntimeVersionPre3: RuntimeVersionPre3;
1073
+ RuntimeVersionPre4: RuntimeVersionPre4;
1074
+ SaveFileToDisk: SaveFileToDisk;
1075
+ Schedule: Schedule;
1076
+ Scheduled: Scheduled;
1077
+ ScheduledCore: ScheduledCore;
1078
+ ScheduledTo254: ScheduledTo254;
1079
+ SchedulePeriod: SchedulePeriod;
1080
+ SchedulePriority: SchedulePriority;
1081
+ ScheduleTo212: ScheduleTo212;
1082
+ ScheduleTo258: ScheduleTo258;
1083
+ ScheduleTo264: ScheduleTo264;
1084
+ Scheduling: Scheduling;
1085
+ ScrapedOnChainVotes: ScrapedOnChainVotes;
1086
+ Seal: Seal;
1087
+ SealV0: SealV0;
1088
+ SeatHolder: SeatHolder;
1089
+ SeedOf: SeedOf;
1090
+ ServiceQuality: ServiceQuality;
1091
+ SessionIndex: SessionIndex;
1092
+ SessionInfo: SessionInfo;
1093
+ SessionInfoValidatorGroup: SessionInfoValidatorGroup;
1094
+ SessionKeys1: SessionKeys1;
1095
+ SessionKeys10: SessionKeys10;
1096
+ SessionKeys10B: SessionKeys10B;
1097
+ SessionKeys2: SessionKeys2;
1098
+ SessionKeys3: SessionKeys3;
1099
+ SessionKeys4: SessionKeys4;
1100
+ SessionKeys5: SessionKeys5;
1101
+ SessionKeys6: SessionKeys6;
1102
+ SessionKeys6B: SessionKeys6B;
1103
+ SessionKeys7: SessionKeys7;
1104
+ SessionKeys7B: SessionKeys7B;
1105
+ SessionKeys8: SessionKeys8;
1106
+ SessionKeys8B: SessionKeys8B;
1107
+ SessionKeys9: SessionKeys9;
1108
+ SessionKeys9B: SessionKeys9B;
1109
+ SessionPhase: SessionPhase;
1110
+ SessionStatus: SessionStatus;
1111
+ SetId: SetId;
1112
+ SetIndex: SetIndex;
1113
+ ShouldRemoveFile: ShouldRemoveFile;
1114
+ Si0Field: Si0Field;
1115
+ Si0LookupTypeId: Si0LookupTypeId;
1116
+ Si0Path: Si0Path;
1117
+ Si0Type: Si0Type;
1118
+ Si0TypeDef: Si0TypeDef;
1119
+ Si0TypeDefArray: Si0TypeDefArray;
1120
+ Si0TypeDefBitSequence: Si0TypeDefBitSequence;
1121
+ Si0TypeDefCompact: Si0TypeDefCompact;
1122
+ Si0TypeDefComposite: Si0TypeDefComposite;
1123
+ Si0TypeDefPhantom: Si0TypeDefPhantom;
1124
+ Si0TypeDefPrimitive: Si0TypeDefPrimitive;
1125
+ Si0TypeDefSequence: Si0TypeDefSequence;
1126
+ Si0TypeDefTuple: Si0TypeDefTuple;
1127
+ Si0TypeDefVariant: Si0TypeDefVariant;
1128
+ Si0TypeParameter: Si0TypeParameter;
1129
+ Si0Variant: Si0Variant;
1130
+ Si1Field: Si1Field;
1131
+ Si1LookupTypeId: Si1LookupTypeId;
1132
+ Si1Path: Si1Path;
1133
+ Si1Type: Si1Type;
1134
+ Si1TypeDef: Si1TypeDef;
1135
+ Si1TypeDefArray: Si1TypeDefArray;
1136
+ Si1TypeDefBitSequence: Si1TypeDefBitSequence;
1137
+ Si1TypeDefCompact: Si1TypeDefCompact;
1138
+ Si1TypeDefComposite: Si1TypeDefComposite;
1139
+ Si1TypeDefPrimitive: Si1TypeDefPrimitive;
1140
+ Si1TypeDefSequence: Si1TypeDefSequence;
1141
+ Si1TypeDefTuple: Si1TypeDefTuple;
1142
+ Si1TypeDefVariant: Si1TypeDefVariant;
1143
+ Si1TypeParameter: Si1TypeParameter;
1144
+ Si1Variant: Si1Variant;
1145
+ SiField: SiField;
1146
+ Signature: Signature;
1147
+ SignedAvailabilityBitfield: SignedAvailabilityBitfield;
1148
+ SignedAvailabilityBitfields: SignedAvailabilityBitfields;
1149
+ SignedBlock: SignedBlock;
1150
+ SignedBlockWithJustification: SignedBlockWithJustification;
1151
+ SignedBlockWithJustifications: SignedBlockWithJustifications;
1152
+ SignedExtensionMetadataLatest: SignedExtensionMetadataLatest;
1153
+ SignedExtensionMetadataV14: SignedExtensionMetadataV14;
1154
+ SignedSubmission: SignedSubmission;
1155
+ SignedSubmissionOf: SignedSubmissionOf;
1156
+ SignedSubmissionTo276: SignedSubmissionTo276;
1157
+ SignerPayload: SignerPayload;
1158
+ SigningContext: SigningContext;
1159
+ SiLookupTypeId: SiLookupTypeId;
1160
+ SiPath: SiPath;
1161
+ SiType: SiType;
1162
+ SiTypeDef: SiTypeDef;
1163
+ SiTypeDefArray: SiTypeDefArray;
1164
+ SiTypeDefBitSequence: SiTypeDefBitSequence;
1165
+ SiTypeDefCompact: SiTypeDefCompact;
1166
+ SiTypeDefComposite: SiTypeDefComposite;
1167
+ SiTypeDefPrimitive: SiTypeDefPrimitive;
1168
+ SiTypeDefSequence: SiTypeDefSequence;
1169
+ SiTypeDefTuple: SiTypeDefTuple;
1170
+ SiTypeDefVariant: SiTypeDefVariant;
1171
+ SiTypeParameter: SiTypeParameter;
1172
+ SiVariant: SiVariant;
1173
+ SlashingOffenceKind: SlashingOffenceKind;
1174
+ SlashingSpans: SlashingSpans;
1175
+ SlashingSpansTo204: SlashingSpansTo204;
1176
+ SlashJournalEntry: SlashJournalEntry;
1177
+ Slot: Slot;
1178
+ SlotDuration: SlotDuration;
1179
+ SlotNumber: SlotNumber;
1180
+ SlotRange: SlotRange;
1181
+ SlotRange10: SlotRange10;
1182
+ SocietyJudgement: SocietyJudgement;
1183
+ SocietyVote: SocietyVote;
1184
+ SolutionOrSnapshotSize: SolutionOrSnapshotSize;
1185
+ SolutionSupport: SolutionSupport;
1186
+ SolutionSupports: SolutionSupports;
1187
+ SpanIndex: SpanIndex;
1188
+ SpanRecord: SpanRecord;
1189
+ SpecVersion: SpecVersion;
1190
+ Sr25519Signature: Sr25519Signature;
1191
+ StakingLedger: StakingLedger;
1192
+ StakingLedgerTo223: StakingLedgerTo223;
1193
+ StakingLedgerTo240: StakingLedgerTo240;
1194
+ Statement: Statement;
1195
+ StatementKind: StatementKind;
1196
+ StatementStoreInvalidStatement: StatementStoreInvalidStatement;
1197
+ StatementStoreStatementSource: StatementStoreStatementSource;
1198
+ StatementStoreValidStatement: StatementStoreValidStatement;
1199
+ StorageChangeSet: StorageChangeSet;
1200
+ StorageData: StorageData;
1201
+ StorageDataUnit: StorageDataUnit;
1202
+ StorageDeposit: StorageDeposit;
1203
+ StorageEntryMetadataLatest: StorageEntryMetadataLatest;
1204
+ StorageEntryMetadataV10: StorageEntryMetadataV10;
1205
+ StorageEntryMetadataV11: StorageEntryMetadataV11;
1206
+ StorageEntryMetadataV12: StorageEntryMetadataV12;
1207
+ StorageEntryMetadataV13: StorageEntryMetadataV13;
1208
+ StorageEntryMetadataV14: StorageEntryMetadataV14;
1209
+ StorageEntryMetadataV16: StorageEntryMetadataV16;
1210
+ StorageEntryMetadataV9: StorageEntryMetadataV9;
1211
+ StorageEntryModifierLatest: StorageEntryModifierLatest;
1212
+ StorageEntryModifierV10: StorageEntryModifierV10;
1213
+ StorageEntryModifierV11: StorageEntryModifierV11;
1214
+ StorageEntryModifierV12: StorageEntryModifierV12;
1215
+ StorageEntryModifierV13: StorageEntryModifierV13;
1216
+ StorageEntryModifierV14: StorageEntryModifierV14;
1217
+ StorageEntryModifierV9: StorageEntryModifierV9;
1218
+ StorageEntryTypeLatest: StorageEntryTypeLatest;
1219
+ StorageEntryTypeV10: StorageEntryTypeV10;
1220
+ StorageEntryTypeV11: StorageEntryTypeV11;
1221
+ StorageEntryTypeV12: StorageEntryTypeV12;
1222
+ StorageEntryTypeV13: StorageEntryTypeV13;
1223
+ StorageEntryTypeV14: StorageEntryTypeV14;
1224
+ StorageEntryTypeV9: StorageEntryTypeV9;
1225
+ StorageHasher: StorageHasher;
1226
+ StorageHasherV10: StorageHasherV10;
1227
+ StorageHasherV11: StorageHasherV11;
1228
+ StorageHasherV12: StorageHasherV12;
1229
+ StorageHasherV13: StorageHasherV13;
1230
+ StorageHasherV14: StorageHasherV14;
1231
+ StorageHasherV9: StorageHasherV9;
1232
+ StorageInfo: StorageInfo;
1233
+ StorageKey: StorageKey;
1234
+ StorageKind: StorageKind;
1235
+ StorageMetadataV10: StorageMetadataV10;
1236
+ StorageMetadataV11: StorageMetadataV11;
1237
+ StorageMetadataV12: StorageMetadataV12;
1238
+ StorageMetadataV13: StorageMetadataV13;
1239
+ StorageMetadataV9: StorageMetadataV9;
1240
+ StorageProof: StorageProof;
1241
+ StorageProviderId: StorageProviderId;
1242
+ StorageRequestMetadata: StorageRequestMetadata;
1243
+ StoredPendingChange: StoredPendingChange;
1244
+ StoredState: StoredState;
1245
+ StrikeCount: StrikeCount;
1246
+ SubId: SubId;
1247
+ SubmissionIndicesOf: SubmissionIndicesOf;
1248
+ Supports: Supports;
1249
+ SyncState: SyncState;
1250
+ SystemInherentData: SystemInherentData;
1251
+ SystemOrigin: SystemOrigin;
1252
+ Tally: Tally;
1253
+ TaskAddress: TaskAddress;
1254
+ TAssetBalance: TAssetBalance;
1255
+ TAssetConversion: TAssetConversion;
1256
+ TAssetDepositBalance: TAssetDepositBalance;
1257
+ Text: Text;
1258
+ Timepoint: Timepoint;
1259
+ TokenError: TokenError;
1260
+ TombstoneContractInfo: TombstoneContractInfo;
1261
+ TraceBlockResponse: TraceBlockResponse;
1262
+ TraceError: TraceError;
1263
+ TransactionalError: TransactionalError;
1264
+ TransactionExtensionMetadataLatest: TransactionExtensionMetadataLatest;
1265
+ TransactionExtensionMetadataV16: TransactionExtensionMetadataV16;
1266
+ TransactionInfo: TransactionInfo;
1267
+ TransactionLongevity: TransactionLongevity;
1268
+ TransactionPriority: TransactionPriority;
1269
+ TransactionSource: TransactionSource;
1270
+ TransactionStorageProof: TransactionStorageProof;
1271
+ TransactionTag: TransactionTag;
1272
+ TransactionV0: TransactionV0;
1273
+ TransactionV1: TransactionV1;
1274
+ TransactionV2: TransactionV2;
1275
+ TransactionV3: TransactionV3;
1276
+ TransactionValidity: TransactionValidity;
1277
+ TransactionValidityError: TransactionValidityError;
1278
+ TransientValidationData: TransientValidationData;
1279
+ TreasuryProposal: TreasuryProposal;
1280
+ TrieId: TrieId;
1281
+ TrieIndex: TrieIndex;
1282
+ TrieRemoveMutation: TrieRemoveMutation;
1283
+ Type: Type;
1284
+ u128: u128;
1285
+ U128: U128;
1286
+ u16: u16;
1287
+ U16: U16;
1288
+ u256: u256;
1289
+ U256: U256;
1290
+ u32: u32;
1291
+ U32: U32;
1292
+ U32F32: U32F32;
1293
+ u64: u64;
1294
+ U64: U64;
1295
+ u8: u8;
1296
+ U8: U8;
1297
+ UnappliedSlash: UnappliedSlash;
1298
+ UnappliedSlashOther: UnappliedSlashOther;
1299
+ UncheckedFungibilityV4: UncheckedFungibilityV4;
1300
+ UncheckedFungibilityV5: UncheckedFungibilityV5;
1301
+ UncleEntryItem: UncleEntryItem;
1302
+ UnknownTransaction: UnknownTransaction;
1303
+ UnlockChunk: UnlockChunk;
1304
+ UnrewardedRelayer: UnrewardedRelayer;
1305
+ UnrewardedRelayersState: UnrewardedRelayersState;
1306
+ UpgradeGoAhead: UpgradeGoAhead;
1307
+ UpgradeRestriction: UpgradeRestriction;
1308
+ UpwardMessage: UpwardMessage;
1309
+ usize: usize;
1310
+ USize: USize;
1311
+ ValidationCode: ValidationCode;
1312
+ ValidationCodeHash: ValidationCodeHash;
1313
+ ValidationData: ValidationData;
1314
+ ValidationDataType: ValidationDataType;
1315
+ ValidationFunctionParams: ValidationFunctionParams;
1316
+ ValidatorCount: ValidatorCount;
1317
+ ValidatorId: ValidatorId;
1318
+ ValidatorIdOf: ValidatorIdOf;
1319
+ ValidatorIndex: ValidatorIndex;
1320
+ ValidatorIndexCompact: ValidatorIndexCompact;
1321
+ ValidatorPrefs: ValidatorPrefs;
1322
+ ValidatorPrefsTo145: ValidatorPrefsTo145;
1323
+ ValidatorPrefsTo196: ValidatorPrefsTo196;
1324
+ ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked;
1325
+ ValidatorPrefsWithCommission: ValidatorPrefsWithCommission;
1326
+ ValidatorSet: ValidatorSet;
1327
+ ValidatorSetId: ValidatorSetId;
1328
+ ValidatorSignature: ValidatorSignature;
1329
+ ValidDisputeStatementKind: ValidDisputeStatementKind;
1330
+ ValidityAttestation: ValidityAttestation;
1331
+ ValidTransaction: ValidTransaction;
1332
+ ValuePropId: ValuePropId;
1333
+ ValueProposition: ValueProposition;
1334
+ ValuePropositionWithId: ValuePropositionWithId;
1335
+ VariantDeprecationInfoV16: VariantDeprecationInfoV16;
1336
+ VecInboundHrmpMessage: VecInboundHrmpMessage;
1337
+ VersionedMultiAsset: VersionedMultiAsset;
1338
+ VersionedMultiAssets: VersionedMultiAssets;
1339
+ VersionedMultiLocation: VersionedMultiLocation;
1340
+ VersionedResponse: VersionedResponse;
1341
+ VersionedXcm: VersionedXcm;
1342
+ VersionMigrationStage: VersionMigrationStage;
1343
+ VersionV3: VersionV3;
1344
+ VersionV4: VersionV4;
1345
+ VestingInfo: VestingInfo;
1346
+ VestingSchedule: VestingSchedule;
1347
+ Vote: Vote;
1348
+ VoteIndex: VoteIndex;
1349
+ Voter: Voter;
1350
+ VoterInfo: VoterInfo;
1351
+ Votes: Votes;
1352
+ VotesTo230: VotesTo230;
1353
+ VoteThreshold: VoteThreshold;
1354
+ VoteWeight: VoteWeight;
1355
+ Voting: Voting;
1356
+ VotingDelegating: VotingDelegating;
1357
+ VotingDirect: VotingDirect;
1358
+ VotingDirectVote: VotingDirectVote;
1359
+ VouchingStatus: VouchingStatus;
1360
+ VrfData: VrfData;
1361
+ VrfOutput: VrfOutput;
1362
+ VrfProof: VrfProof;
1363
+ Weight: Weight;
1364
+ WeightLimitV2: WeightLimitV2;
1365
+ WeightLimitV3: WeightLimitV3;
1366
+ WeightMultiplier: WeightMultiplier;
1367
+ WeightPerClass: WeightPerClass;
1368
+ WeightToFeeCoefficient: WeightToFeeCoefficient;
1369
+ WeightV0: WeightV0;
1370
+ WeightV1: WeightV1;
1371
+ WeightV2: WeightV2;
1372
+ WildFungibility: WildFungibility;
1373
+ WildFungibilityV0: WildFungibilityV0;
1374
+ WildFungibilityV1: WildFungibilityV1;
1375
+ WildFungibilityV2: WildFungibilityV2;
1376
+ WildFungibilityV3: WildFungibilityV3;
1377
+ WildFungibilityV4: WildFungibilityV4;
1378
+ WildFungibilityV5: WildFungibilityV5;
1379
+ WildMultiAsset: WildMultiAsset;
1380
+ WildMultiAssetV1: WildMultiAssetV1;
1381
+ WildMultiAssetV2: WildMultiAssetV2;
1382
+ WildMultiAssetV3: WildMultiAssetV3;
1383
+ WildMultiAssetV4: WildMultiAssetV4;
1384
+ WildMultiAssetV5: WildMultiAssetV5;
1385
+ WinnersData: WinnersData;
1386
+ WinnersData10: WinnersData10;
1387
+ WinnersDataTuple: WinnersDataTuple;
1388
+ WinnersDataTuple10: WinnersDataTuple10;
1389
+ WinningData: WinningData;
1390
+ WinningData10: WinningData10;
1391
+ WinningDataEntry: WinningDataEntry;
1392
+ WithdrawReasons: WithdrawReasons;
1393
+ Xcm: Xcm;
1394
+ XcmAssetId: XcmAssetId;
1395
+ XcmDryRunApiError: XcmDryRunApiError;
1396
+ XcmDryRunEffects: XcmDryRunEffects;
1397
+ XcmError: XcmError;
1398
+ XcmErrorV0: XcmErrorV0;
1399
+ XcmErrorV1: XcmErrorV1;
1400
+ XcmErrorV2: XcmErrorV2;
1401
+ XcmErrorV3: XcmErrorV3;
1402
+ XcmErrorV4: XcmErrorV4;
1403
+ XcmErrorV5: XcmErrorV5;
1404
+ XcmOrderV0: XcmOrderV0;
1405
+ XcmOrderV1: XcmOrderV1;
1406
+ XcmOrigin: XcmOrigin;
1407
+ XcmOriginKind: XcmOriginKind;
1408
+ XcmPaymentApiError: XcmPaymentApiError;
1409
+ XcmpMessageFormat: XcmpMessageFormat;
1410
+ XcmV0: XcmV0;
1411
+ XcmV1: XcmV1;
1412
+ XcmV2: XcmV2;
1413
+ XcmV3: XcmV3;
1414
+ XcmV4: XcmV4;
1415
+ XcmV5: XcmV5;
1416
+ XcmVersion: XcmVersion;
1417
+ }
1418
+ }