@polymeshassociation/polymesh-sdk 27.7.0-beta.2 → 27.8.0-beta.1

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