Variable contractTypeConst

contractType: {
    cacheKey: ((contractAddress, chainId) => QueryKey);
    fetchQuery: typeof fetchContractType;
    useQuery: typeof useContractType;
}

Type declaration

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

        Returns QueryKey

  • fetchQuery: typeof fetchContractType
  • useQuery: typeof useContractType

Generated using TypeDoc