@@ -19,8 +19,8 @@ import { AuthorityIndex, AuthorityList, AuthorityWeight, NextAuthority, PendingP
1919import { AuthIndex , AuthoritySignature , Heartbeat , OpaqueMultiaddr , OpaqueNetworkState , OpaquePeerId } from '@polkadot/types/interfaces/imOnline' ;
2020import { Kind , OffenceDetails , Offender , OpaqueTimeSlot , ReportIdOf , Reporter } from '@polkadot/types/interfaces/offences' ;
2121import { FullIdentification , IdentificationTuple , Keys , SessionIndex , SessionKeys1 , SessionKeys2 , SessionKeys3 , SessionKeys4 , SessionKeys5 , SessionKeys6 } from '@polkadot/types/interfaces/session' ;
22- import { 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' ;
23- import { DigestOf , DispatchError , Event , EventId , EventIndex , EventRecord , EventRecord0to76 , Key , Phase } from '@polkadot/types/interfaces/system' ;
22+ import { EraIndex , EraPoints , EraRewards , Exposure , Forcing , IndividualExposure , MomentOf , Nominations , Points , RewardDestination , SlashJournalEntry , SlashingSpans , SpanIndex , SpanRecord , StakingLedger , UnappliedSlash , UnappliedSlashOther , UnlockChunk , ValidatorPrefs , ValidatorPrefsTo145 , ValidatorPrefsTo196 } from '@polkadot/types/interfaces/staking' ;
23+ import { DigestOf , DispatchError , Event , EventId , EventIndex , EventRecord , EventRecordTo76 , Key , Phase } from '@polkadot/types/interfaces/system' ;
2424import { TreasuryProposal } from '@polkadot/types/interfaces/treasury' ;
2525import { Multiplier } from '@polkadot/types/interfaces/txpayment' ;
2626import { DispatchResult , DispatchResultOf } from '@polkadot/types/interfaces/utility' ;
@@ -662,9 +662,12 @@ export interface InterfaceRegistry {
662662 ValidatorPrefs : ValidatorPrefs ;
663663 'Option<ValidatorPrefs>' : Option < ValidatorPrefs > ;
664664 'Vec<ValidatorPrefs>' : Vec < ValidatorPrefs > ;
665- ValidatorPrefs0to145 : ValidatorPrefs0to145 ;
666- 'Option<ValidatorPrefs0to145>' : Option < ValidatorPrefs0to145 > ;
667- 'Vec<ValidatorPrefs0to145>' : Vec < ValidatorPrefs0to145 > ;
665+ ValidatorPrefsTo196 : ValidatorPrefsTo196 ;
666+ 'Option<ValidatorPrefsTo196>' : Option < ValidatorPrefsTo196 > ;
667+ 'Vec<ValidatorPrefsTo196>' : Vec < ValidatorPrefsTo196 > ;
668+ ValidatorPrefsTo145 : ValidatorPrefsTo145 ;
669+ 'Option<ValidatorPrefsTo145>' : Option < ValidatorPrefsTo145 > ;
670+ 'Vec<ValidatorPrefsTo145>' : Vec < ValidatorPrefsTo145 > ;
668671 DigestOf : DigestOf ;
669672 'Option<DigestOf>' : Option < DigestOf > ;
670673 'Vec<DigestOf>' : Vec < DigestOf > ;
@@ -684,9 +687,9 @@ export interface InterfaceRegistry {
684687 EventRecord : EventRecord ;
685688 'Option<EventRecord>' : Option < EventRecord > ;
686689 'Vec<EventRecord>' : Vec < EventRecord > ;
687- EventRecord0to76 : EventRecord0to76 ;
688- 'Option<EventRecord0to76 >' : Option < EventRecord0to76 > ;
689- 'Vec<EventRecord0to76 >' : Vec < EventRecord0to76 > ;
690+ EventRecordTo76 : EventRecordTo76 ;
691+ 'Option<EventRecordTo76 >' : Option < EventRecordTo76 > ;
692+ 'Vec<EventRecordTo76 >' : Vec < EventRecordTo76 > ;
690693 Key : Key ;
691694 'Option<Key>' : Option < Key > ;
692695 'Vec<Key>' : Vec < Key > ;
0 commit comments