@@ -17,7 +17,7 @@ import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';
1717import type { StatementKind } from '@polkadot/types/interfaces/claims' ;
1818import type { CollectiveOrigin , MemberCount , ProposalIndex , Votes , VotesTo230 } from '@polkadot/types/interfaces/collective' ;
1919import type { AuthorityId , RawVRFOutput } from '@polkadot/types/interfaces/consensus' ;
20- import type { AliveContractInfo , CodeHash , ContractCallRequest , ContractExecResult , ContractExecResultErr , ContractExecResultErrModule , ContractExecResultOk , ContractExecResultResult , ContractExecResultSuccessTo255 , ContractExecResultSuccessTo260 , ContractExecResultTo255 , ContractExecResultTo260 , ContractExecResultTo267 , ContractInfo , ContractInstantiateResult , ContractInstantiateResultTo267 , ContractStorageKey , DeletedContract , ExecReturnValue , Gas , HostFnWeights , HostFnWeightsTo264 , InstantiateRequest , InstantiateReturnValue , InstantiateReturnValueTo267 , InstructionWeights , Limits , LimitsTo264 , PrefabWasmModule , RentProjection , Schedule , ScheduleTo212 , ScheduleTo258 , ScheduleTo264 , SeedOf , StorageDeposit , TombstoneContractInfo , TrieId } from '@polkadot/types/interfaces/contracts' ;
20+ import type { AliveContractInfo , CodeHash , ContractCallFlags , ContractCallRequest , ContractExecResult , ContractExecResultErr , ContractExecResultErrModule , ContractExecResultOk , ContractExecResultResult , ContractExecResultSuccessTo255 , ContractExecResultSuccessTo260 , ContractExecResultTo255 , ContractExecResultTo260 , ContractExecResultTo267 , ContractInfo , ContractInstantiateResult , ContractInstantiateResultTo267 , ContractReturnFlags , ContractStorageKey , DeletedContract , ExecReturnValue , Gas , HostFnWeights , HostFnWeightsTo264 , InstantiateRequest , InstantiateReturnValue , InstantiateReturnValueTo267 , InstructionWeights , Limits , LimitsTo264 , PrefabWasmModule , RentProjection , Schedule , ScheduleTo212 , ScheduleTo258 , ScheduleTo264 , SeedOf , StorageDeposit , TombstoneContractInfo , TrieId } from '@polkadot/types/interfaces/contracts' ;
2121import type { ContractConstructorSpecLatest , ContractConstructorSpecV0 , ContractConstructorSpecV2 , ContractContractSpecV0 , ContractContractSpecV2 , ContractCryptoHasher , ContractDiscriminant , ContractDisplayName , ContractEventParamSpecLatest , ContractEventParamSpecV0 , ContractEventParamSpecV2 , ContractEventSpecLatest , ContractEventSpecV0 , ContractEventSpecV2 , ContractLayoutArray , ContractLayoutCell , ContractLayoutEnum , ContractLayoutHash , ContractLayoutHashingStrategy , ContractLayoutKey , ContractLayoutStruct , ContractLayoutStructField , ContractMessageParamSpecLatest , ContractMessageParamSpecV0 , ContractMessageParamSpecV2 , ContractMessageSpecLatest , ContractMessageSpecV0 , ContractMessageSpecV2 , ContractMetadata , ContractMetadataLatest , ContractMetadataV0 , ContractMetadataV1 , ContractMetadataV2 , ContractProject , ContractProjectContract , ContractProjectInfo , ContractProjectSource , ContractProjectV0 , ContractSelector , ContractStorageLayout , ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi' ;
2222import type { FundIndex , FundInfo , LastContribution , TrieIndex } from '@polkadot/types/interfaces/crowdloan' ;
2323import type { ConfigData , MessageId , OverweightIndex , PageCounter , PageIndexData } from '@polkadot/types/interfaces/cumulus' ;
@@ -212,6 +212,7 @@ declare module '@polkadot/types/types/registry' {
212212 Consensus : Consensus ;
213213 ConsensusEngineId : ConsensusEngineId ;
214214 ConsumedWeight : ConsumedWeight ;
215+ ContractCallFlags : ContractCallFlags ;
215216 ContractCallRequest : ContractCallRequest ;
216217 ContractConstructorSpecLatest : ContractConstructorSpecLatest ;
217218 ContractConstructorSpecV0 : ContractConstructorSpecV0 ;
@@ -264,6 +265,7 @@ declare module '@polkadot/types/types/registry' {
264265 ContractProjectInfo : ContractProjectInfo ;
265266 ContractProjectSource : ContractProjectSource ;
266267 ContractProjectV0 : ContractProjectV0 ;
268+ ContractReturnFlags : ContractReturnFlags ;
267269 ContractSelector : ContractSelector ;
268270 ContractStorageKey : ContractStorageKey ;
269271 ContractStorageLayout : ContractStorageLayout ;
0 commit comments