|
@@ -84,9 +84,6 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Compact<BountyIndex>': Compact<BountyIndex>;
|
|
|
'Compact<BridgedBlockNumber>': Compact<BridgedBlockNumber>;
|
|
|
'Compact<CategoryId>': Compact<CategoryId>;
|
|
|
- 'Compact<ChannelCategoryId>': Compact<ChannelCategoryId>;
|
|
|
- 'Compact<ChannelId>': Compact<ChannelId>;
|
|
|
- 'Compact<ChannelOwnershipTransferRequestId>': Compact<ChannelOwnershipTransferRequestId>;
|
|
|
'Compact<ClassId>': Compact<ClassId>;
|
|
|
'Compact<ContractDiscriminant>': Compact<ContractDiscriminant>;
|
|
|
'Compact<CoreIndex>': Compact<CoreIndex>;
|
|
@@ -107,6 +104,9 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Compact<FundIndex>': Compact<FundIndex>;
|
|
|
'Compact<Gas>': Compact<Gas>;
|
|
|
'Compact<GroupIndex>': Compact<GroupIndex>;
|
|
|
+ 'Compact<ChannelCategoryId>': Compact<ChannelCategoryId>;
|
|
|
+ 'Compact<ChannelId>': Compact<ChannelId>;
|
|
|
+ 'Compact<ChannelOwnershipTransferRequestId>': Compact<ChannelOwnershipTransferRequestId>;
|
|
|
'Compact<Index>': Compact<Index>;
|
|
|
'Compact<InstanceId>': Compact<InstanceId>;
|
|
|
'Compact<KeyTypeId>': Compact<KeyTypeId>;
|
|
@@ -150,11 +150,11 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Compact<RelayChainBlockNumber>': Compact<RelayChainBlockNumber>;
|
|
|
'Compact<ReplyId>': Compact<ReplyId>;
|
|
|
'Compact<RewardPoint>': Compact<RewardPoint>;
|
|
|
- 'Compact<SchedulePriority>': Compact<SchedulePriority>;
|
|
|
'Compact<SeriesId>': Compact<SeriesId>;
|
|
|
'Compact<SessionIndex>': Compact<SessionIndex>;
|
|
|
'Compact<SetId>': Compact<SetId>;
|
|
|
'Compact<SetIndex>': Compact<SetIndex>;
|
|
|
+ 'Compact<SchedulePriority>': Compact<SchedulePriority>;
|
|
|
'Compact<Si0LookupTypeId>': Compact<Si0LookupTypeId>;
|
|
|
'Compact<Slot>': Compact<Slot>;
|
|
|
'Compact<SlotNumber>': Compact<SlotNumber>;
|
|
@@ -336,27 +336,11 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Option<CastVoteOf>': Option<CastVoteOf>;
|
|
|
'Option<Category>': Option<Category>;
|
|
|
'Option<CategoryId>': Option<CategoryId>;
|
|
|
- 'Option<ChainId>': Option<ChainId>;
|
|
|
- 'Option<ChainProperties>': Option<ChainProperties>;
|
|
|
- 'Option<ChainType>': Option<ChainType>;
|
|
|
- 'Option<ChangesTrieConfiguration>': Option<ChangesTrieConfiguration>;
|
|
|
- 'Option<ChangesTrieSignal>': Option<ChangesTrieSignal>;
|
|
|
- 'Option<Channel>': Option<Channel>;
|
|
|
- 'Option<ChannelCategory>': Option<ChannelCategory>;
|
|
|
- 'Option<ChannelCategoryCreationParameters>': Option<ChannelCategoryCreationParameters>;
|
|
|
- 'Option<ChannelCategoryId>': Option<ChannelCategoryId>;
|
|
|
- 'Option<ChannelCategoryUpdateParameters>': Option<ChannelCategoryUpdateParameters>;
|
|
|
- 'Option<ChannelCreationParameters>': Option<ChannelCreationParameters>;
|
|
|
- 'Option<ChannelId>': Option<ChannelId>;
|
|
|
- 'Option<ChannelOwner>': Option<ChannelOwner>;
|
|
|
- 'Option<ChannelOwnershipTransferRequest>': Option<ChannelOwnershipTransferRequest>;
|
|
|
- 'Option<ChannelOwnershipTransferRequestId>': Option<ChannelOwnershipTransferRequestId>;
|
|
|
- 'Option<ChannelUpdateParameters>': Option<ChannelUpdateParameters>;
|
|
|
'Option<ClassDetails>': Option<ClassDetails>;
|
|
|
'Option<ClassId>': Option<ClassId>;
|
|
|
'Option<ClassMetadata>': Option<ClassMetadata>;
|
|
|
- 'Option<CodecHash>': Option<CodecHash>;
|
|
|
'Option<CodeHash>': Option<CodeHash>;
|
|
|
+ 'Option<CodecHash>': Option<CodecHash>;
|
|
|
'Option<CollatorId>': Option<CollatorId>;
|
|
|
'Option<CollatorSignature>': Option<CollatorSignature>;
|
|
|
'Option<CollectiveOrigin>': Option<CollectiveOrigin>;
|
|
@@ -636,6 +620,22 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Option<HrmpChannel>': Option<HrmpChannel>;
|
|
|
'Option<HrmpChannelId>': Option<HrmpChannelId>;
|
|
|
'Option<HrmpOpenChannelRequest>': Option<HrmpOpenChannelRequest>;
|
|
|
+ 'Option<ChainId>': Option<ChainId>;
|
|
|
+ 'Option<ChainProperties>': Option<ChainProperties>;
|
|
|
+ 'Option<ChainType>': Option<ChainType>;
|
|
|
+ 'Option<ChangesTrieConfiguration>': Option<ChangesTrieConfiguration>;
|
|
|
+ 'Option<ChangesTrieSignal>': Option<ChangesTrieSignal>;
|
|
|
+ 'Option<Channel>': Option<Channel>;
|
|
|
+ 'Option<ChannelCategory>': Option<ChannelCategory>;
|
|
|
+ 'Option<ChannelCategoryCreationParameters>': Option<ChannelCategoryCreationParameters>;
|
|
|
+ 'Option<ChannelCategoryId>': Option<ChannelCategoryId>;
|
|
|
+ 'Option<ChannelCategoryUpdateParameters>': Option<ChannelCategoryUpdateParameters>;
|
|
|
+ 'Option<ChannelCreationParameters>': Option<ChannelCreationParameters>;
|
|
|
+ 'Option<ChannelId>': Option<ChannelId>;
|
|
|
+ 'Option<ChannelOwner>': Option<ChannelOwner>;
|
|
|
+ 'Option<ChannelOwnershipTransferRequest>': Option<ChannelOwnershipTransferRequest>;
|
|
|
+ 'Option<ChannelOwnershipTransferRequestId>': Option<ChannelOwnershipTransferRequestId>;
|
|
|
+ 'Option<ChannelUpdateParameters>': Option<ChannelUpdateParameters>;
|
|
|
'Option<i128>': Option<i128>;
|
|
|
'Option<I128>': Option<I128>;
|
|
|
'Option<i16>': Option<i16>;
|
|
@@ -782,10 +782,10 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Option<NotConnectedPeer>': Option<NotConnectedPeer>;
|
|
|
'Option<Null>': Option<Null>;
|
|
|
'Option<ObjectOwner>': Option<ObjectOwner>;
|
|
|
- 'Option<OffchainAccuracy>': Option<OffchainAccuracy>;
|
|
|
- 'Option<OffchainAccuracyCompact>': Option<OffchainAccuracyCompact>;
|
|
|
'Option<OffenceDetails>': Option<OffenceDetails>;
|
|
|
'Option<Offender>': Option<Offender>;
|
|
|
+ 'Option<OffchainAccuracy>': Option<OffchainAccuracy>;
|
|
|
+ 'Option<OffchainAccuracyCompact>': Option<OffchainAccuracyCompact>;
|
|
|
'Option<OpaqueCall>': Option<OpaqueCall>;
|
|
|
'Option<OpaqueMultiaddr>': Option<OpaqueMultiaddr>;
|
|
|
'Option<OpaqueNetworkState>': Option<OpaqueNetworkState>;
|
|
@@ -829,11 +829,11 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Option<PalletStorageMetadataLatest>': Option<PalletStorageMetadataLatest>;
|
|
|
'Option<PalletStorageMetadataV14>': Option<PalletStorageMetadataV14>;
|
|
|
'Option<PalletVersion>': Option<PalletVersion>;
|
|
|
+ 'Option<ParaGenesisArgs>': Option<ParaGenesisArgs>;
|
|
|
'Option<ParachainDispatchOrigin>': Option<ParachainDispatchOrigin>;
|
|
|
'Option<ParachainInherentData>': Option<ParachainInherentData>;
|
|
|
'Option<ParachainProposal>': Option<ParachainProposal>;
|
|
|
'Option<ParachainsInherentData>': Option<ParachainsInherentData>;
|
|
|
- 'Option<ParaGenesisArgs>': Option<ParaGenesisArgs>;
|
|
|
'Option<ParaId>': Option<ParaId>;
|
|
|
'Option<ParaInfo>': Option<ParaInfo>;
|
|
|
'Option<ParaLifecycle>': Option<ParaLifecycle>;
|
|
@@ -955,10 +955,10 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Option<Registration>': Option<Registration>;
|
|
|
'Option<RegistrationJudgement>': Option<RegistrationJudgement>;
|
|
|
'Option<RelayBlockNumber>': Option<RelayBlockNumber>;
|
|
|
- 'Option<RelayChainBlockNumber>': Option<RelayChainBlockNumber>;
|
|
|
- 'Option<RelayChainHash>': Option<RelayChainHash>;
|
|
|
'Option<RelayerId>': Option<RelayerId>;
|
|
|
'Option<RelayHash>': Option<RelayHash>;
|
|
|
+ 'Option<RelayChainBlockNumber>': Option<RelayChainBlockNumber>;
|
|
|
+ 'Option<RelayChainHash>': Option<RelayChainHash>;
|
|
|
'Option<Releases>': Option<Releases>;
|
|
|
'Option<Remark>': Option<Remark>;
|
|
|
'Option<Renouncing>': Option<Renouncing>;
|
|
@@ -984,15 +984,6 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Option<RuntimeVersion>': Option<RuntimeVersion>;
|
|
|
'Option<RuntimeVersionApi>': Option<RuntimeVersionApi>;
|
|
|
'Option<RuntimeVersionPartial>': Option<RuntimeVersionPartial>;
|
|
|
- 'Option<Schedule>': Option<Schedule>;
|
|
|
- 'Option<Scheduled>': Option<Scheduled>;
|
|
|
- 'Option<ScheduledTo254>': Option<ScheduledTo254>;
|
|
|
- 'Option<SchedulePeriod>': Option<SchedulePeriod>;
|
|
|
- 'Option<SchedulePriority>': Option<SchedulePriority>;
|
|
|
- 'Option<ScheduleTo212>': Option<ScheduleTo212>;
|
|
|
- 'Option<ScheduleTo258>': Option<ScheduleTo258>;
|
|
|
- 'Option<ScheduleTo264>': Option<ScheduleTo264>;
|
|
|
- 'Option<Scheduling>': Option<Scheduling>;
|
|
|
'Option<Seal>': Option<Seal>;
|
|
|
'Option<SealV0>': Option<SealV0>;
|
|
|
'Option<Season>': Option<Season>;
|
|
@@ -1024,6 +1015,15 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Option<SetId>': Option<SetId>;
|
|
|
'Option<SetIndex>': Option<SetIndex>;
|
|
|
'Option<SetLeadParams>': Option<SetLeadParams>;
|
|
|
+ 'Option<Schedule>': Option<Schedule>;
|
|
|
+ 'Option<Scheduled>': Option<Scheduled>;
|
|
|
+ 'Option<ScheduledTo254>': Option<ScheduledTo254>;
|
|
|
+ 'Option<SchedulePeriod>': Option<SchedulePeriod>;
|
|
|
+ 'Option<SchedulePriority>': Option<SchedulePriority>;
|
|
|
+ 'Option<ScheduleTo212>': Option<ScheduleTo212>;
|
|
|
+ 'Option<ScheduleTo258>': Option<ScheduleTo258>;
|
|
|
+ 'Option<ScheduleTo264>': Option<ScheduleTo264>;
|
|
|
+ 'Option<Scheduling>': Option<Scheduling>;
|
|
|
'Option<Si0Field>': Option<Si0Field>;
|
|
|
'Option<Si0LookupTypeId>': Option<Si0LookupTypeId>;
|
|
|
'Option<Si0Path>': Option<Si0Path>;
|
|
@@ -1090,7 +1090,6 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Option<StakingLedgerTo240>': Option<StakingLedgerTo240>;
|
|
|
'Option<Statement>': Option<Statement>;
|
|
|
'Option<StatementKind>': Option<StatementKind>;
|
|
|
- 'Option<StorageChangeSet>': Option<StorageChangeSet>;
|
|
|
'Option<StorageData>': Option<StorageData>;
|
|
|
'Option<StorageEntryMetadataLatest>': Option<StorageEntryMetadataLatest>;
|
|
|
'Option<StorageEntryMetadataV10>': Option<StorageEntryMetadataV10>;
|
|
@@ -1120,6 +1119,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Option<StorageHasherV13>': Option<StorageHasherV13>;
|
|
|
'Option<StorageHasherV14>': Option<StorageHasherV14>;
|
|
|
'Option<StorageHasherV9>': Option<StorageHasherV9>;
|
|
|
+ 'Option<StorageChangeSet>': Option<StorageChangeSet>;
|
|
|
'Option<StorageKey>': Option<StorageKey>;
|
|
|
'Option<StorageKind>': Option<StorageKind>;
|
|
|
'Option<StorageMetadataLatest>': Option<StorageMetadataLatest>;
|
|
@@ -1428,27 +1428,11 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Vec<CastVoteOf>': Vec<CastVoteOf>;
|
|
|
'Vec<Category>': Vec<Category>;
|
|
|
'Vec<CategoryId>': Vec<CategoryId>;
|
|
|
- 'Vec<ChainId>': Vec<ChainId>;
|
|
|
- 'Vec<ChainProperties>': Vec<ChainProperties>;
|
|
|
- 'Vec<ChainType>': Vec<ChainType>;
|
|
|
- 'Vec<ChangesTrieConfiguration>': Vec<ChangesTrieConfiguration>;
|
|
|
- 'Vec<ChangesTrieSignal>': Vec<ChangesTrieSignal>;
|
|
|
- 'Vec<Channel>': Vec<Channel>;
|
|
|
- 'Vec<ChannelCategory>': Vec<ChannelCategory>;
|
|
|
- 'Vec<ChannelCategoryCreationParameters>': Vec<ChannelCategoryCreationParameters>;
|
|
|
- 'Vec<ChannelCategoryId>': Vec<ChannelCategoryId>;
|
|
|
- 'Vec<ChannelCategoryUpdateParameters>': Vec<ChannelCategoryUpdateParameters>;
|
|
|
- 'Vec<ChannelCreationParameters>': Vec<ChannelCreationParameters>;
|
|
|
- 'Vec<ChannelId>': Vec<ChannelId>;
|
|
|
- 'Vec<ChannelOwner>': Vec<ChannelOwner>;
|
|
|
- 'Vec<ChannelOwnershipTransferRequest>': Vec<ChannelOwnershipTransferRequest>;
|
|
|
- 'Vec<ChannelOwnershipTransferRequestId>': Vec<ChannelOwnershipTransferRequestId>;
|
|
|
- 'Vec<ChannelUpdateParameters>': Vec<ChannelUpdateParameters>;
|
|
|
'Vec<ClassDetails>': Vec<ClassDetails>;
|
|
|
'Vec<ClassId>': Vec<ClassId>;
|
|
|
'Vec<ClassMetadata>': Vec<ClassMetadata>;
|
|
|
- 'Vec<CodecHash>': Vec<CodecHash>;
|
|
|
'Vec<CodeHash>': Vec<CodeHash>;
|
|
|
+ 'Vec<CodecHash>': Vec<CodecHash>;
|
|
|
'Vec<CollatorId>': Vec<CollatorId>;
|
|
|
'Vec<CollatorSignature>': Vec<CollatorSignature>;
|
|
|
'Vec<CollectiveOrigin>': Vec<CollectiveOrigin>;
|
|
@@ -1728,6 +1712,22 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Vec<HrmpChannel>': Vec<HrmpChannel>;
|
|
|
'Vec<HrmpChannelId>': Vec<HrmpChannelId>;
|
|
|
'Vec<HrmpOpenChannelRequest>': Vec<HrmpOpenChannelRequest>;
|
|
|
+ 'Vec<ChainId>': Vec<ChainId>;
|
|
|
+ 'Vec<ChainProperties>': Vec<ChainProperties>;
|
|
|
+ 'Vec<ChainType>': Vec<ChainType>;
|
|
|
+ 'Vec<ChangesTrieConfiguration>': Vec<ChangesTrieConfiguration>;
|
|
|
+ 'Vec<ChangesTrieSignal>': Vec<ChangesTrieSignal>;
|
|
|
+ 'Vec<Channel>': Vec<Channel>;
|
|
|
+ 'Vec<ChannelCategory>': Vec<ChannelCategory>;
|
|
|
+ 'Vec<ChannelCategoryCreationParameters>': Vec<ChannelCategoryCreationParameters>;
|
|
|
+ 'Vec<ChannelCategoryId>': Vec<ChannelCategoryId>;
|
|
|
+ 'Vec<ChannelCategoryUpdateParameters>': Vec<ChannelCategoryUpdateParameters>;
|
|
|
+ 'Vec<ChannelCreationParameters>': Vec<ChannelCreationParameters>;
|
|
|
+ 'Vec<ChannelId>': Vec<ChannelId>;
|
|
|
+ 'Vec<ChannelOwner>': Vec<ChannelOwner>;
|
|
|
+ 'Vec<ChannelOwnershipTransferRequest>': Vec<ChannelOwnershipTransferRequest>;
|
|
|
+ 'Vec<ChannelOwnershipTransferRequestId>': Vec<ChannelOwnershipTransferRequestId>;
|
|
|
+ 'Vec<ChannelUpdateParameters>': Vec<ChannelUpdateParameters>;
|
|
|
'Vec<i128>': Vec<i128>;
|
|
|
'Vec<I128>': Vec<I128>;
|
|
|
'Vec<i16>': Vec<i16>;
|
|
@@ -1874,10 +1874,10 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Vec<NotConnectedPeer>': Vec<NotConnectedPeer>;
|
|
|
'Vec<Null>': Vec<Null>;
|
|
|
'Vec<ObjectOwner>': Vec<ObjectOwner>;
|
|
|
- 'Vec<OffchainAccuracy>': Vec<OffchainAccuracy>;
|
|
|
- 'Vec<OffchainAccuracyCompact>': Vec<OffchainAccuracyCompact>;
|
|
|
'Vec<OffenceDetails>': Vec<OffenceDetails>;
|
|
|
'Vec<Offender>': Vec<Offender>;
|
|
|
+ 'Vec<OffchainAccuracy>': Vec<OffchainAccuracy>;
|
|
|
+ 'Vec<OffchainAccuracyCompact>': Vec<OffchainAccuracyCompact>;
|
|
|
'Vec<OpaqueCall>': Vec<OpaqueCall>;
|
|
|
'Vec<OpaqueMultiaddr>': Vec<OpaqueMultiaddr>;
|
|
|
'Vec<OpaqueNetworkState>': Vec<OpaqueNetworkState>;
|
|
@@ -1921,11 +1921,11 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Vec<PalletStorageMetadataLatest>': Vec<PalletStorageMetadataLatest>;
|
|
|
'Vec<PalletStorageMetadataV14>': Vec<PalletStorageMetadataV14>;
|
|
|
'Vec<PalletVersion>': Vec<PalletVersion>;
|
|
|
+ 'Vec<ParaGenesisArgs>': Vec<ParaGenesisArgs>;
|
|
|
'Vec<ParachainDispatchOrigin>': Vec<ParachainDispatchOrigin>;
|
|
|
'Vec<ParachainInherentData>': Vec<ParachainInherentData>;
|
|
|
'Vec<ParachainProposal>': Vec<ParachainProposal>;
|
|
|
'Vec<ParachainsInherentData>': Vec<ParachainsInherentData>;
|
|
|
- 'Vec<ParaGenesisArgs>': Vec<ParaGenesisArgs>;
|
|
|
'Vec<ParaId>': Vec<ParaId>;
|
|
|
'Vec<ParaInfo>': Vec<ParaInfo>;
|
|
|
'Vec<ParaLifecycle>': Vec<ParaLifecycle>;
|
|
@@ -2047,10 +2047,10 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Vec<Registration>': Vec<Registration>;
|
|
|
'Vec<RegistrationJudgement>': Vec<RegistrationJudgement>;
|
|
|
'Vec<RelayBlockNumber>': Vec<RelayBlockNumber>;
|
|
|
- 'Vec<RelayChainBlockNumber>': Vec<RelayChainBlockNumber>;
|
|
|
- 'Vec<RelayChainHash>': Vec<RelayChainHash>;
|
|
|
'Vec<RelayerId>': Vec<RelayerId>;
|
|
|
'Vec<RelayHash>': Vec<RelayHash>;
|
|
|
+ 'Vec<RelayChainBlockNumber>': Vec<RelayChainBlockNumber>;
|
|
|
+ 'Vec<RelayChainHash>': Vec<RelayChainHash>;
|
|
|
'Vec<Releases>': Vec<Releases>;
|
|
|
'Vec<Remark>': Vec<Remark>;
|
|
|
'Vec<Renouncing>': Vec<Renouncing>;
|
|
@@ -2076,15 +2076,6 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Vec<RuntimeVersion>': Vec<RuntimeVersion>;
|
|
|
'Vec<RuntimeVersionApi>': Vec<RuntimeVersionApi>;
|
|
|
'Vec<RuntimeVersionPartial>': Vec<RuntimeVersionPartial>;
|
|
|
- 'Vec<Schedule>': Vec<Schedule>;
|
|
|
- 'Vec<Scheduled>': Vec<Scheduled>;
|
|
|
- 'Vec<ScheduledTo254>': Vec<ScheduledTo254>;
|
|
|
- 'Vec<SchedulePeriod>': Vec<SchedulePeriod>;
|
|
|
- 'Vec<SchedulePriority>': Vec<SchedulePriority>;
|
|
|
- 'Vec<ScheduleTo212>': Vec<ScheduleTo212>;
|
|
|
- 'Vec<ScheduleTo258>': Vec<ScheduleTo258>;
|
|
|
- 'Vec<ScheduleTo264>': Vec<ScheduleTo264>;
|
|
|
- 'Vec<Scheduling>': Vec<Scheduling>;
|
|
|
'Vec<Seal>': Vec<Seal>;
|
|
|
'Vec<SealV0>': Vec<SealV0>;
|
|
|
'Vec<Season>': Vec<Season>;
|
|
@@ -2116,6 +2107,15 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Vec<SetId>': Vec<SetId>;
|
|
|
'Vec<SetIndex>': Vec<SetIndex>;
|
|
|
'Vec<SetLeadParams>': Vec<SetLeadParams>;
|
|
|
+ 'Vec<Schedule>': Vec<Schedule>;
|
|
|
+ 'Vec<Scheduled>': Vec<Scheduled>;
|
|
|
+ 'Vec<ScheduledTo254>': Vec<ScheduledTo254>;
|
|
|
+ 'Vec<SchedulePeriod>': Vec<SchedulePeriod>;
|
|
|
+ 'Vec<SchedulePriority>': Vec<SchedulePriority>;
|
|
|
+ 'Vec<ScheduleTo212>': Vec<ScheduleTo212>;
|
|
|
+ 'Vec<ScheduleTo258>': Vec<ScheduleTo258>;
|
|
|
+ 'Vec<ScheduleTo264>': Vec<ScheduleTo264>;
|
|
|
+ 'Vec<Scheduling>': Vec<Scheduling>;
|
|
|
'Vec<Si0Field>': Vec<Si0Field>;
|
|
|
'Vec<Si0LookupTypeId>': Vec<Si0LookupTypeId>;
|
|
|
'Vec<Si0Path>': Vec<Si0Path>;
|
|
@@ -2182,7 +2182,6 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Vec<StakingLedgerTo240>': Vec<StakingLedgerTo240>;
|
|
|
'Vec<Statement>': Vec<Statement>;
|
|
|
'Vec<StatementKind>': Vec<StatementKind>;
|
|
|
- 'Vec<StorageChangeSet>': Vec<StorageChangeSet>;
|
|
|
'Vec<StorageData>': Vec<StorageData>;
|
|
|
'Vec<StorageEntryMetadataLatest>': Vec<StorageEntryMetadataLatest>;
|
|
|
'Vec<StorageEntryMetadataV10>': Vec<StorageEntryMetadataV10>;
|
|
@@ -2212,6 +2211,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
'Vec<StorageHasherV13>': Vec<StorageHasherV13>;
|
|
|
'Vec<StorageHasherV14>': Vec<StorageHasherV14>;
|
|
|
'Vec<StorageHasherV9>': Vec<StorageHasherV9>;
|
|
|
+ 'Vec<StorageChangeSet>': Vec<StorageChangeSet>;
|
|
|
'Vec<StorageKey>': Vec<StorageKey>;
|
|
|
'Vec<StorageKind>': Vec<StorageKind>;
|
|
|
'Vec<StorageMetadataLatest>': Vec<StorageMetadataLatest>;
|
|
@@ -2520,27 +2520,11 @@ declare module '@polkadot/types/types/registry' {
|
|
|
CastVoteOf: CastVoteOf;
|
|
|
Category: Category;
|
|
|
CategoryId: CategoryId;
|
|
|
- ChainId: ChainId;
|
|
|
- ChainProperties: ChainProperties;
|
|
|
- ChainType: ChainType;
|
|
|
- ChangesTrieConfiguration: ChangesTrieConfiguration;
|
|
|
- ChangesTrieSignal: ChangesTrieSignal;
|
|
|
- Channel: Channel;
|
|
|
- ChannelCategory: ChannelCategory;
|
|
|
- ChannelCategoryCreationParameters: ChannelCategoryCreationParameters;
|
|
|
- ChannelCategoryId: ChannelCategoryId;
|
|
|
- ChannelCategoryUpdateParameters: ChannelCategoryUpdateParameters;
|
|
|
- ChannelCreationParameters: ChannelCreationParameters;
|
|
|
- ChannelId: ChannelId;
|
|
|
- ChannelOwner: ChannelOwner;
|
|
|
- ChannelOwnershipTransferRequest: ChannelOwnershipTransferRequest;
|
|
|
- ChannelOwnershipTransferRequestId: ChannelOwnershipTransferRequestId;
|
|
|
- ChannelUpdateParameters: ChannelUpdateParameters;
|
|
|
ClassDetails: ClassDetails;
|
|
|
ClassId: ClassId;
|
|
|
ClassMetadata: ClassMetadata;
|
|
|
- CodecHash: CodecHash;
|
|
|
CodeHash: CodeHash;
|
|
|
+ CodecHash: CodecHash;
|
|
|
CollatorId: CollatorId;
|
|
|
CollatorSignature: CollatorSignature;
|
|
|
CollectiveOrigin: CollectiveOrigin;
|
|
@@ -2820,6 +2804,22 @@ declare module '@polkadot/types/types/registry' {
|
|
|
HrmpChannel: HrmpChannel;
|
|
|
HrmpChannelId: HrmpChannelId;
|
|
|
HrmpOpenChannelRequest: HrmpOpenChannelRequest;
|
|
|
+ ChainId: ChainId;
|
|
|
+ ChainProperties: ChainProperties;
|
|
|
+ ChainType: ChainType;
|
|
|
+ ChangesTrieConfiguration: ChangesTrieConfiguration;
|
|
|
+ ChangesTrieSignal: ChangesTrieSignal;
|
|
|
+ Channel: Channel;
|
|
|
+ ChannelCategory: ChannelCategory;
|
|
|
+ ChannelCategoryCreationParameters: ChannelCategoryCreationParameters;
|
|
|
+ ChannelCategoryId: ChannelCategoryId;
|
|
|
+ ChannelCategoryUpdateParameters: ChannelCategoryUpdateParameters;
|
|
|
+ ChannelCreationParameters: ChannelCreationParameters;
|
|
|
+ ChannelId: ChannelId;
|
|
|
+ ChannelOwner: ChannelOwner;
|
|
|
+ ChannelOwnershipTransferRequest: ChannelOwnershipTransferRequest;
|
|
|
+ ChannelOwnershipTransferRequestId: ChannelOwnershipTransferRequestId;
|
|
|
+ ChannelUpdateParameters: ChannelUpdateParameters;
|
|
|
i128: i128;
|
|
|
I128: I128;
|
|
|
i16: i16;
|
|
@@ -2966,10 +2966,10 @@ declare module '@polkadot/types/types/registry' {
|
|
|
NotConnectedPeer: NotConnectedPeer;
|
|
|
Null: Null;
|
|
|
ObjectOwner: ObjectOwner;
|
|
|
- OffchainAccuracy: OffchainAccuracy;
|
|
|
- OffchainAccuracyCompact: OffchainAccuracyCompact;
|
|
|
OffenceDetails: OffenceDetails;
|
|
|
Offender: Offender;
|
|
|
+ OffchainAccuracy: OffchainAccuracy;
|
|
|
+ OffchainAccuracyCompact: OffchainAccuracyCompact;
|
|
|
OpaqueCall: OpaqueCall;
|
|
|
OpaqueMultiaddr: OpaqueMultiaddr;
|
|
|
OpaqueNetworkState: OpaqueNetworkState;
|
|
@@ -3013,11 +3013,11 @@ declare module '@polkadot/types/types/registry' {
|
|
|
PalletStorageMetadataLatest: PalletStorageMetadataLatest;
|
|
|
PalletStorageMetadataV14: PalletStorageMetadataV14;
|
|
|
PalletVersion: PalletVersion;
|
|
|
+ ParaGenesisArgs: ParaGenesisArgs;
|
|
|
ParachainDispatchOrigin: ParachainDispatchOrigin;
|
|
|
ParachainInherentData: ParachainInherentData;
|
|
|
ParachainProposal: ParachainProposal;
|
|
|
ParachainsInherentData: ParachainsInherentData;
|
|
|
- ParaGenesisArgs: ParaGenesisArgs;
|
|
|
ParaId: ParaId;
|
|
|
ParaInfo: ParaInfo;
|
|
|
ParaLifecycle: ParaLifecycle;
|
|
@@ -3139,10 +3139,10 @@ declare module '@polkadot/types/types/registry' {
|
|
|
Registration: Registration;
|
|
|
RegistrationJudgement: RegistrationJudgement;
|
|
|
RelayBlockNumber: RelayBlockNumber;
|
|
|
- RelayChainBlockNumber: RelayChainBlockNumber;
|
|
|
- RelayChainHash: RelayChainHash;
|
|
|
RelayerId: RelayerId;
|
|
|
RelayHash: RelayHash;
|
|
|
+ RelayChainBlockNumber: RelayChainBlockNumber;
|
|
|
+ RelayChainHash: RelayChainHash;
|
|
|
Releases: Releases;
|
|
|
Remark: Remark;
|
|
|
Renouncing: Renouncing;
|
|
@@ -3168,15 +3168,6 @@ declare module '@polkadot/types/types/registry' {
|
|
|
RuntimeVersion: RuntimeVersion;
|
|
|
RuntimeVersionApi: RuntimeVersionApi;
|
|
|
RuntimeVersionPartial: RuntimeVersionPartial;
|
|
|
- Schedule: Schedule;
|
|
|
- Scheduled: Scheduled;
|
|
|
- ScheduledTo254: ScheduledTo254;
|
|
|
- SchedulePeriod: SchedulePeriod;
|
|
|
- SchedulePriority: SchedulePriority;
|
|
|
- ScheduleTo212: ScheduleTo212;
|
|
|
- ScheduleTo258: ScheduleTo258;
|
|
|
- ScheduleTo264: ScheduleTo264;
|
|
|
- Scheduling: Scheduling;
|
|
|
Seal: Seal;
|
|
|
SealV0: SealV0;
|
|
|
Season: Season;
|
|
@@ -3208,6 +3199,15 @@ declare module '@polkadot/types/types/registry' {
|
|
|
SetId: SetId;
|
|
|
SetIndex: SetIndex;
|
|
|
SetLeadParams: SetLeadParams;
|
|
|
+ Schedule: Schedule;
|
|
|
+ Scheduled: Scheduled;
|
|
|
+ ScheduledTo254: ScheduledTo254;
|
|
|
+ SchedulePeriod: SchedulePeriod;
|
|
|
+ SchedulePriority: SchedulePriority;
|
|
|
+ ScheduleTo212: ScheduleTo212;
|
|
|
+ ScheduleTo258: ScheduleTo258;
|
|
|
+ ScheduleTo264: ScheduleTo264;
|
|
|
+ Scheduling: Scheduling;
|
|
|
Si0Field: Si0Field;
|
|
|
Si0LookupTypeId: Si0LookupTypeId;
|
|
|
Si0Path: Si0Path;
|
|
@@ -3274,7 +3274,6 @@ declare module '@polkadot/types/types/registry' {
|
|
|
StakingLedgerTo240: StakingLedgerTo240;
|
|
|
Statement: Statement;
|
|
|
StatementKind: StatementKind;
|
|
|
- StorageChangeSet: StorageChangeSet;
|
|
|
StorageData: StorageData;
|
|
|
StorageEntryMetadataLatest: StorageEntryMetadataLatest;
|
|
|
StorageEntryMetadataV10: StorageEntryMetadataV10;
|
|
@@ -3304,6 +3303,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
StorageHasherV13: StorageHasherV13;
|
|
|
StorageHasherV14: StorageHasherV14;
|
|
|
StorageHasherV9: StorageHasherV9;
|
|
|
+ StorageChangeSet: StorageChangeSet;
|
|
|
StorageKey: StorageKey;
|
|
|
StorageKind: StorageKind;
|
|
|
StorageMetadataLatest: StorageMetadataLatest;
|