Variable contractTypeConst 
 
contractType: {     cacheKey: ((contractAddress, 
chainId) => QueryKey);     fetchQuery: typeof fetchContractType;     useQuery: typeof useContractType; } 
Type declaration
- 
cacheKey: ((contractAddress, chainId) => QueryKey)
- 
- (contractAddress, chainId): QueryKey
 
- 
Returns QueryKey
 
 
 
- 
fetchQuery: typeof fetchContractType
 
-