@@ -63,7 +63,7 @@ import type { Si0Field, Si0LookupTypeId, Si0Path, Si0Type, Si0TypeDef, Si0TypeDe
6363import type { Period , Priority , SchedulePeriod , SchedulePriority , Scheduled , ScheduledTo254 , TaskAddress } from '@polkadot/types/interfaces/scheduler' ;
6464import 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' ;
6565import type { Bid , BidKind , SocietyJudgement , SocietyVote , StrikeCount , VouchingStatus } from '@polkadot/types/interfaces/society' ;
66- import type { ActiveEraInfo , CompactAssignments , CompactAssignmentsTo257 , CompactAssignmentsTo265 , CompactAssignmentsWith16 , CompactAssignmentsWith24 , CompactScore , CompactScoreCompact , ElectionCompute , ElectionPhase , ElectionResult , ElectionScore , ElectionSize , ElectionStatus , EraIndex , EraPoints , EraRewardPoints , EraRewards , Exposure , ExtendedBalance , Forcing , IndividualExposure , KeyType , MomentOf , Nominations , NominatorIndex , NominatorIndexCompact , OffchainAccuracy , OffchainAccuracyCompact , PhragmenScore , Points , RawSolution , RawSolutionTo265 , RawSolutionWith16 , RawSolutionWith24 , ReadySolution , RewardDestination , RewardPoint , RoundSnapshot , SeatHolder , SignedSubmission , SignedSubmissionOf , SignedSubmissionTo276 , SlashJournalEntry , SlashingSpans , SlashingSpansTo204 , SolutionOrSnapshotSize , SolutionSupport , SolutionSupports , SpanIndex , SpanRecord , StakingLedger , StakingLedgerTo223 , StakingLedgerTo240 , SubmissionIndicesOf , Supports , UnappliedSlash , UnappliedSlashOther , UnlockChunk , ValidatorIndex , ValidatorIndexCompact , ValidatorPrefs , ValidatorPrefsTo145 , ValidatorPrefsTo196 , ValidatorPrefsWithBlocked , ValidatorPrefsWithCommission , VoteWeight , Voter } from '@polkadot/types/interfaces/staking' ;
66+ import type { ActiveEraInfo , CompactAssignments , CompactAssignmentsTo257 , CompactAssignmentsTo265 , CompactAssignmentsWith16 , CompactAssignmentsWith24 , CompactScore , CompactScoreCompact , ElectionCompute , ElectionPhase , ElectionResult , ElectionResultToSpec10 , ElectionScore , ElectionSize , ElectionStatus , EraIndex , EraPoints , EraRewardPoints , EraRewards , Exposure , ExtendedBalance , Forcing , IndividualExposure , KeyType , MomentOf , Nominations , NominatorIndex , NominatorIndexCompact , OffchainAccuracy , OffchainAccuracyCompact , PhragmenScore , Points , RawSolution , RawSolutionTo265 , RawSolutionWith16 , RawSolutionWith24 , ReadySolution , RewardDestination , RewardPoint , RoundSnapshot , SeatHolder , SignedSubmission , SignedSubmissionOf , SignedSubmissionTo276 , SlashJournalEntry , SlashingSpans , SlashingSpansTo204 , SolutionOrSnapshotSize , SolutionSupport , SolutionSupports , SpanIndex , SpanRecord , StakingLedger , StakingLedgerTo223 , StakingLedgerTo240 , SubmissionIndicesOf , Supports , UnappliedSlash , UnappliedSlashOther , UnlockChunk , ValidatorIndex , ValidatorIndexCompact , ValidatorPrefs , ValidatorPrefsTo145 , ValidatorPrefsTo196 , ValidatorPrefsWithBlocked , ValidatorPrefsWithCommission , VoteWeight , Voter } from '@polkadot/types/interfaces/staking' ;
6767import type { ApiId , BlockTrace , BlockTraceEvent , BlockTraceEventData , BlockTraceSpan , KeyValueOption , MigrationStatusResult , ReadProof , RuntimeVersion , RuntimeVersionApi , RuntimeVersionPartial , RuntimeVersionPre3 , RuntimeVersionPre4 , SpecVersion , StorageChangeSet , TraceBlockResponse , TraceError } from '@polkadot/types/interfaces/state' ;
6868import type { StatementStoreInvalidStatement , StatementStoreStatementSource , StatementStoreValidStatement } from '@polkadot/types/interfaces/statement' ;
6969import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support' ;
@@ -402,6 +402,7 @@ declare module '@polkadot/types/types/registry' {
402402 ElectionCompute : ElectionCompute ;
403403 ElectionPhase : ElectionPhase ;
404404 ElectionResult : ElectionResult ;
405+ ElectionResultToSpec10 : ElectionResultToSpec10 ;
405406 ElectionScore : ElectionScore ;
406407 ElectionSize : ElectionSize ;
407408 ElectionStatus : ElectionStatus ;
0 commit comments