@functionland/react-native-fula 1.54.34 → 1.54.35

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