@@ -35,7 +35,7 @@ import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/ty
3535import type { AccountStatus , AccountValidity } from '@polkadot/types/interfaces/purchase' ;
3636import type { ActiveRecovery , RecoveryConfig } from '@polkadot/types/interfaces/recovery' ;
3737import type { RpcMethods } from '@polkadot/types/interfaces/rpc' ;
38- import type { AccountId , AccountIdOf , AccountIndex , Address , AssetId , Balance , BalanceOf , Block , BlockNumber , Call , CallHash , CallHashOf , ChangesTrieConfiguration , Consensus , ConsensusEngineId , Digest , DigestItem , ExtrinsicsWeight , Fixed128 , Fixed64 , FixedI128 , FixedI64 , FixedU128 , FixedU64 , GenericAddress , H160 , H256 , H512 , Hash , Header , I32F32 , Index , Justification , KeyTypeId , KeyValue , LockIdentifier , LookupSource , LookupTarget , ModuleId , Moment , MultiAddress , OpaqueCall , Origin , OriginCaller , PalletVersion , PalletsOrigin , Pays , PerU16 , Perbill , Percent , Permill , Perquintill , Phantom , PhantomData , PreRuntime , Releases , RuntimeDbWeight , Seal , SealV0 , SignedBlock , StorageData , TransactionPriority , U32F32 , ValidatorId , Weight , WeightMultiplier } from '@polkadot/types/interfaces/runtime' ;
38+ import type { AccountId , AccountIdOf , AccountIndex , Address , AssetId , Balance , BalanceOf , Block , BlockNumber , Call , CallHash , CallHashOf , ChangesTrieConfiguration , Consensus , ConsensusEngineId , Digest , DigestItem , ExtrinsicsWeight , Fixed128 , Fixed64 , FixedI128 , FixedI64 , FixedU128 , FixedU64 , H160 , H256 , H512 , Hash , Header , I32F32 , Index , IndicesLookupSource , Justification , KeyTypeId , KeyValue , LockIdentifier , LookupSource , LookupTarget , ModuleId , Moment , MultiAddress , OpaqueCall , Origin , OriginCaller , PalletVersion , PalletsOrigin , Pays , PerU16 , Perbill , Percent , Permill , Perquintill , Phantom , PhantomData , PreRuntime , Releases , RuntimeDbWeight , Seal , SealV0 , SignedBlock , StorageData , TransactionPriority , U32F32 , ValidatorId , Weight , WeightMultiplier } from '@polkadot/types/interfaces/runtime' ;
3939import type { SiField , SiLookupTypeId , SiPath , SiType , SiTypeDef , SiTypeDefArray , SiTypeDefComposite , SiTypeDefPrimitive , SiTypeDefSequence , SiTypeDefTuple , SiTypeDefVariant , SiVariant } from '@polkadot/types/interfaces/scaleInfo' ;
4040import type { Period , Priority , SchedulePeriod , SchedulePriority , Scheduled , ScheduledTo254 , TaskAddress } from '@polkadot/types/interfaces/scheduler' ;
4141import type { FullIdentification , IdentificationTuple , Keys , MembershipProof , SessionIndex , SessionKeys1 , SessionKeys2 , SessionKeys3 , SessionKeys4 , SessionKeys5 , SessionKeys6 , ValidatorCount } from '@polkadot/types/interfaces/session' ;
@@ -283,9 +283,6 @@ declare module '@polkadot/types/types/registry' {
283283 ExtrinsicsWeight : ExtrinsicsWeight ;
284284 'Option<ExtrinsicsWeight>' : Option < ExtrinsicsWeight > ;
285285 'Vec<ExtrinsicsWeight>' : Vec < ExtrinsicsWeight > ;
286- GenericAddress : GenericAddress ;
287- 'Option<GenericAddress>' : Option < GenericAddress > ;
288- 'Vec<GenericAddress>' : Vec < GenericAddress > ;
289286 H160 : H160 ;
290287 'Option<H160>' : Option < H160 > ;
291288 'Vec<H160>' : Vec < H160 > ;
@@ -301,6 +298,9 @@ declare module '@polkadot/types/types/registry' {
301298 Header : Header ;
302299 'Option<Header>' : Option < Header > ;
303300 'Vec<Header>' : Vec < Header > ;
301+ IndicesLookupSource : IndicesLookupSource ;
302+ 'Option<IndicesLookupSource>' : Option < IndicesLookupSource > ;
303+ 'Vec<IndicesLookupSource>' : Vec < IndicesLookupSource > ;
304304 Index : Index ;
305305 'Compact<Index>' : Compact < Index > ;
306306 'Option<Index>' : Option < Index > ;
0 commit comments