@@ -18,7 +18,7 @@ import { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV
1818import { AuthorityIndex , AuthorityList , AuthorityWeight , NextAuthority , PendingPause , PendingResume , SetId , StoredPendingChange , StoredState } from '@polkadot/types/interfaces/grandpa' ;
1919import { AuthIndex , AuthoritySignature , Heartbeat , OpaqueMultiaddr , OpaqueNetworkState , OpaquePeerId } from '@polkadot/types/interfaces/imOnline' ;
2020import { Kind , OffenceDetails , Offender , OpaqueTimeSlot , ReportIdOf , Reporter } from '@polkadot/types/interfaces/offences' ;
21- import { FullIdentification , IdentificationTuple , Keys , SessionIndex , SessionKeys3 , SessionKeys4 , SessionKeys5 , SessionKeysPolkadot , SessionKeysSubstrate } from '@polkadot/types/interfaces/session' ;
21+ import { FullIdentification , IdentificationTuple , Keys , SessionIndex , SessionKeys1 , SessionKeys2 , SessionKeys3 , SessionKeys4 , SessionKeys5 , SessionKeys6 } from '@polkadot/types/interfaces/session' ;
2222import { EraIndex , EraPoints , EraRewards , Exposure , Forcing , IndividualExposure , MomentOf , Nominations , Points , RewardDestination , SlashJournalEntry , SlashingSpans , SpanIndex , SpanRecord , StakingLedger , UnappliedSlash , UnappliedSlashOther , UnlockChunk , ValidatorPrefs , ValidatorPrefs0to145 } from '@polkadot/types/interfaces/staking' ;
2323import { DigestOf , DispatchError , Event , EventId , EventIndex , EventRecord , EventRecord0to76 , Key , Phase } from '@polkadot/types/interfaces/system' ;
2424import { TreasuryProposal } from '@polkadot/types/interfaces/treasury' ;
@@ -574,6 +574,12 @@ export interface InterfaceRegistry {
574574 Keys : Keys ;
575575 'Option<Keys>' : Option < Keys > ;
576576 'Vec<Keys>' : Vec < Keys > ;
577+ SessionKeys1 : SessionKeys1 ;
578+ 'Option<SessionKeys1>' : Option < SessionKeys1 > ;
579+ 'Vec<SessionKeys1>' : Vec < SessionKeys1 > ;
580+ SessionKeys2 : SessionKeys2 ;
581+ 'Option<SessionKeys2>' : Option < SessionKeys2 > ;
582+ 'Vec<SessionKeys2>' : Vec < SessionKeys2 > ;
577583 SessionKeys3 : SessionKeys3 ;
578584 'Option<SessionKeys3>' : Option < SessionKeys3 > ;
579585 'Vec<SessionKeys3>' : Vec < SessionKeys3 > ;
@@ -583,12 +589,9 @@ export interface InterfaceRegistry {
583589 SessionKeys5 : SessionKeys5 ;
584590 'Option<SessionKeys5>' : Option < SessionKeys5 > ;
585591 'Vec<SessionKeys5>' : Vec < SessionKeys5 > ;
586- SessionKeysSubstrate : SessionKeysSubstrate ;
587- 'Option<SessionKeysSubstrate>' : Option < SessionKeysSubstrate > ;
588- 'Vec<SessionKeysSubstrate>' : Vec < SessionKeysSubstrate > ;
589- SessionKeysPolkadot : SessionKeysPolkadot ;
590- 'Option<SessionKeysPolkadot>' : Option < SessionKeysPolkadot > ;
591- 'Vec<SessionKeysPolkadot>' : Vec < SessionKeysPolkadot > ;
592+ SessionKeys6 : SessionKeys6 ;
593+ 'Option<SessionKeys6>' : Option < SessionKeys6 > ;
594+ 'Vec<SessionKeys6>' : Vec < SessionKeys6 > ;
592595 FullIdentification : FullIdentification ;
593596 'Option<FullIdentification>' : Option < FullIdentification > ;
594597 'Vec<FullIdentification>' : Vec < FullIdentification > ;
0 commit comments