Variable compilerMetadataConst 
 
compilerMetadata: {     cacheKey: ((contractAddress, 
chainId) => QueryKey);     fetchQuery: typeof fetchCompilerMetadata;     useQuery: typeof useCompilerMetadata; } 
Type declaration
- 
cacheKey: ((contractAddress, chainId) => QueryKey)
- 
- (contractAddress, chainId): QueryKey
- 
Returns QueryKey
 
 
- 
fetchQuery: typeof fetchCompilerMetadata
-