Variable compilerMetadataConst

compilerMetadata: {
    cacheKey: ((contractAddress, chainId) => QueryKey);
    fetchQuery: typeof fetchCompilerMetadata;
    useQuery: typeof useCompilerMetadata;
}

Type declaration

  • cacheKey: ((contractAddress, chainId) => QueryKey)
      • (contractAddress, chainId): QueryKey
      • Parameters

        Returns QueryKey

  • fetchQuery: typeof fetchCompilerMetadata
  • useQuery: typeof useCompilerMetadata

Generated using TypeDoc