@@ -44,7 +44,7 @@ import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, Vouching
4444import type { ActiveEraInfo , CompactAssignments , CompactAssignmentsTo257 , CompactScore , CompactScoreCompact , ElectionCompute , ElectionResult , ElectionScore , ElectionSize , ElectionStatus , EraIndex , EraPoints , EraRewardPoints , EraRewards , Exposure , Forcing , IndividualExposure , KeyType , MomentOf , Nominations , NominatorIndex , NominatorIndexCompact , OffchainAccuracy , OffchainAccuracyCompact , PhragmenScore , Points , RewardDestination , RewardDestinationTo257 , RewardPoint , SlashJournalEntry , SlashingSpans , SlashingSpansTo204 , SpanIndex , SpanRecord , StakingLedger , StakingLedgerTo223 , StakingLedgerTo240 , UnappliedSlash , UnappliedSlashOther , UnlockChunk , ValidatorIndex , ValidatorIndexCompact , ValidatorPrefs , ValidatorPrefsTo145 , ValidatorPrefsTo196 } from '@polkadot/types/interfaces/staking' ;
4545import type { ApiId , KeyValueOption , ReadProof , RuntimeVersion , RuntimeVersionApi , StorageChangeSet } from '@polkadot/types/interfaces/state' ;
4646import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support' ;
47- import type { AccountInfo , ApplyExtrinsicResult , ChainProperties , ChainType , DigestOf , DispatchClass , DispatchError , DispatchErrorModule , DispatchErrorTo198 , DispatchInfo , DispatchInfoTo190 , DispatchInfoTo244 , DispatchOutcome , DispatchResult , DispatchResultOf , DispatchResultTo198 , Event , EventId , EventIndex , EventRecord , Health , InvalidTransaction , Key , LastRuntimeUpgradeInfo , NetworkState , NetworkStatePeerset , NetworkStatePeersetInfo , NodeRole , NotConnectedPeer , Peer , PeerEndpoint , PeerEndpointAddr , PeerInfo , PeerPing , Phase , RawOrigin , RefCount , RefCountTo259 , SyncState , SystemOrigin , TransactionValidityError , UnknownTransaction } from '@polkadot/types/interfaces/system' ;
47+ import type { AccountInfo , ApplyExtrinsicResult , BlockWeights , ChainProperties , ChainType , ConsumedWeight , DigestOf , DispatchClass , DispatchError , DispatchErrorModule , DispatchErrorTo198 , DispatchInfo , DispatchInfoTo190 , DispatchInfoTo244 , DispatchOutcome , DispatchResult , DispatchResultOf , DispatchResultTo198 , Event , EventId , EventIndex , EventRecord , Health , InvalidTransaction , Key , LastRuntimeUpgradeInfo , NetworkState , NetworkStatePeerset , NetworkStatePeersetInfo , NodeRole , NotConnectedPeer , Peer , PeerEndpoint , PeerEndpointAddr , PeerInfo , PeerPing , PerDispatchClass , Phase , RawOrigin , RefCount , RefCountTo259 , SyncState , SystemOrigin , TransactionValidityError , UnknownTransaction , WeightPerClass } from '@polkadot/types/interfaces/system' ;
4848import type { Bounty , BountyIndex , BountyStatus , BountyStatusActive , BountyStatusCuratorProposed , BountyStatusPendingPayout , OpenTip , OpenTipFinderTo225 , OpenTipTip , OpenTipTo225 , TreasuryProposal } from '@polkadot/types/interfaces/treasury' ;
4949import type { Multiplier } from '@polkadot/types/interfaces/txpayment' ;
5050import type { Multisig , Timepoint } from '@polkadot/types/interfaces/utility' ;
@@ -1167,12 +1167,18 @@ declare module '@polkadot/types/types/registry' {
11671167 ApplyExtrinsicResult : ApplyExtrinsicResult ;
11681168 'Option<ApplyExtrinsicResult>' : Option < ApplyExtrinsicResult > ;
11691169 'Vec<ApplyExtrinsicResult>' : Vec < ApplyExtrinsicResult > ;
1170+ BlockWeights : BlockWeights ;
1171+ 'Option<BlockWeights>' : Option < BlockWeights > ;
1172+ 'Vec<BlockWeights>' : Vec < BlockWeights > ;
11701173 ChainProperties : ChainProperties ;
11711174 'Option<ChainProperties>' : Option < ChainProperties > ;
11721175 'Vec<ChainProperties>' : Vec < ChainProperties > ;
11731176 ChainType : ChainType ;
11741177 'Option<ChainType>' : Option < ChainType > ;
11751178 'Vec<ChainType>' : Vec < ChainType > ;
1179+ ConsumedWeight : ConsumedWeight ;
1180+ 'Option<ConsumedWeight>' : Option < ConsumedWeight > ;
1181+ 'Vec<ConsumedWeight>' : Vec < ConsumedWeight > ;
11761182 DigestOf : DigestOf ;
11771183 'Option<DigestOf>' : Option < DigestOf > ;
11781184 'Vec<DigestOf>' : Vec < DigestOf > ;
@@ -1264,6 +1270,9 @@ declare module '@polkadot/types/types/registry' {
12641270 PeerInfo : PeerInfo ;
12651271 'Option<PeerInfo>' : Option < PeerInfo > ;
12661272 'Vec<PeerInfo>' : Vec < PeerInfo > ;
1273+ PerDispatchClass : PerDispatchClass ;
1274+ 'Option<PerDispatchClass>' : Option < PerDispatchClass > ;
1275+ 'Vec<PerDispatchClass>' : Vec < PerDispatchClass > ;
12671276 Phase : Phase ;
12681277 'Option<Phase>' : Option < Phase > ;
12691278 'Vec<Phase>' : Vec < Phase > ;
@@ -1290,6 +1299,9 @@ declare module '@polkadot/types/types/registry' {
12901299 UnknownTransaction : UnknownTransaction ;
12911300 'Option<UnknownTransaction>' : Option < UnknownTransaction > ;
12921301 'Vec<UnknownTransaction>' : Vec < UnknownTransaction > ;
1302+ WeightPerClass : WeightPerClass ;
1303+ 'Option<WeightPerClass>' : Option < WeightPerClass > ;
1304+ 'Vec<WeightPerClass>' : Vec < WeightPerClass > ;
12931305 Bounty : Bounty ;
12941306 'Option<Bounty>' : Option < Bounty > ;
12951307 'Vec<Bounty>' : Vec < Bounty > ;
0 commit comments