@@ -52,7 +52,7 @@ import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/ty
5252import type { AccountStatus , AccountValidity } from '@polkadot/types/interfaces/purchase' ;
5353import type { ActiveRecovery , RecoveryConfig } from '@polkadot/types/interfaces/recovery' ;
5454import type { RpcMethods } from '@polkadot/types/interfaces/rpc' ;
55- import type { AccountId , AccountId20 , AccountId32 , AccountId33 , AccountIdOf , AccountIndex , Address , AssetId , Balance , BalanceOf , Block , BlockNumber , BlockNumberFor , BlockNumberOf , Call , CallHash , CallHashOf , ChangesTrieConfiguration , ChangesTrieSignal , CodecHash , Consensus , ConsensusEngineId , CrateVersion , Digest , DigestItem , EncodedJustification , ExtrinsicsWeight , Fixed128 , Fixed64 , FixedI128 , FixedI64 , FixedU128 , FixedU64 , H1024 , H128 , H160 , H2048 , H256 , H32 , H512 , H64 , Hash , Header , HeaderPartial , I32F32 , Index , IndicesLookupSource , Justification , Justifications , KeyTypeId , KeyValue , LockIdentifier , LookupSource , LookupTarget , ModuleId , Moment , MultiAddress , MultiSigner , OpaqueCall , Origin , OriginCaller , PalletId , PalletVersion , PalletsOrigin , Pays , PerU16 , Perbill , Percent , Permill , Perquintill , Phantom , PhantomData , PreRuntime , Releases , RuntimeDbWeight , Seal , SealV0 , SignedBlock , SignedBlockWithJustification , SignedBlockWithJustifications , Slot , SlotDuration , StorageData , StorageInfo , StorageProof , TransactionInfo , TransactionLongevity , TransactionPriority , TransactionStorageProof , TransactionTag , U32F32 , ValidatorId , ValidatorIdOf , Weight , WeightMultiplier , WeightV0 , WeightV1 , WeightV2 } from '@polkadot/types/interfaces/runtime' ;
55+ import type { AccountId , AccountId20 , AccountId32 , AccountId33 , AccountIdOf , AccountIndex , Address , AssetId , Balance , BalanceOf , Block , BlockNumber , BlockNumberFor , BlockNumberOf , Call , CallHash , CallHashOf , ChangesTrieConfiguration , ChangesTrieSignal , CodecHash , Consensus , ConsensusEngineId , CrateVersion , Digest , DigestItem , EncodedJustification , ExtrinsicsWeight , Fixed128 , Fixed64 , FixedI128 , FixedI64 , FixedU128 , FixedU64 , H1024 , H128 , H160 , H2048 , H256 , H32 , H512 , H64 , Hash , Header , HeaderPartial , I32F32 , Index , IndicesLookupSource , Justification , Justifications , KeyTypeId , KeyValue , LockIdentifier , LookupSource , LookupTarget , ModuleId , Moment , MultiAddress , MultiSigner , OpaqueCall , Origin , OriginCaller , PalletId , PalletVersion , PalletsOrigin , Pays , PerU16 , Perbill , Percent , Permill , Perquintill , Phantom , PhantomData , PreRuntime , Releases , RuntimeCall , RuntimeDbWeight , RuntimeEvent , Seal , SealV0 , SignedBlock , SignedBlockWithJustification , SignedBlockWithJustifications , Slot , SlotDuration , StorageData , StorageInfo , StorageProof , TransactionInfo , TransactionLongevity , TransactionPriority , TransactionStorageProof , TransactionTag , U32F32 , ValidatorId , ValidatorIdOf , Weight , WeightMultiplier , WeightV0 , WeightV1 , WeightV2 } from '@polkadot/types/interfaces/runtime' ;
5656import type { Si0Field , Si0LookupTypeId , Si0Path , Si0Type , Si0TypeDef , Si0TypeDefArray , Si0TypeDefBitSequence , Si0TypeDefCompact , Si0TypeDefComposite , Si0TypeDefPhantom , Si0TypeDefPrimitive , Si0TypeDefSequence , Si0TypeDefTuple , Si0TypeDefVariant , Si0TypeParameter , Si0Variant , Si1Field , Si1LookupTypeId , Si1Path , Si1Type , Si1TypeDef , Si1TypeDefArray , Si1TypeDefBitSequence , Si1TypeDefCompact , Si1TypeDefComposite , Si1TypeDefPrimitive , Si1TypeDefSequence , Si1TypeDefTuple , Si1TypeDefVariant , Si1TypeParameter , Si1Variant , SiField , SiLookupTypeId , SiPath , SiType , SiTypeDef , SiTypeDefArray , SiTypeDefBitSequence , SiTypeDefCompact , SiTypeDefComposite , SiTypeDefPrimitive , SiTypeDefSequence , SiTypeDefTuple , SiTypeDefVariant , SiTypeParameter , SiVariant } from '@polkadot/types/interfaces/scaleInfo' ;
5757import type { Period , Priority , SchedulePeriod , SchedulePriority , Scheduled , ScheduledTo254 , TaskAddress } from '@polkadot/types/interfaces/scheduler' ;
5858import 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' ;
@@ -875,10 +875,12 @@ declare module '@polkadot/types/types/registry' {
875875 RoundSnapshot : RoundSnapshot ;
876876 RoundState : RoundState ;
877877 RpcMethods : RpcMethods ;
878+ RuntimeCall : RuntimeCall ;
878879 RuntimeDbWeight : RuntimeDbWeight ;
879880 RuntimeDispatchInfo : RuntimeDispatchInfo ;
880881 RuntimeDispatchInfoV1 : RuntimeDispatchInfoV1 ;
881882 RuntimeDispatchInfoV2 : RuntimeDispatchInfoV2 ;
883+ RuntimeEvent : RuntimeEvent ;
882884 RuntimeVersion : RuntimeVersion ;
883885 RuntimeVersionApi : RuntimeVersionApi ;
884886 RuntimeVersionPartial : RuntimeVersionPartial ;
0 commit comments