@pezkuwi/types-augment 16.5.17 → 16.5.19

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