@webb-tools/tangle-substrate-types 0.5.8 → 0.5.12

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