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