@pezkuwi/types-augment 16.5.17 → 16.5.18

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