MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / getAnalysisAddressDataQueryKey

Function getAnalysisAddressDataQueryKey

src/api/compliance/compliance.ts:43–45  ·  view source on GitHub ↗
(address: string,)

Source from the content-addressed store, hash-verified

41
42
43export const getAnalysisAddressDataQueryKey = (address: string,) => {
44 return [`/addresses/${address}`] as const;
45 }
46
47
48export const getAnalysisAddressDataQueryOptions = <TData = Awaited<ReturnType<typeof analysisAddressData>>, TError = ErrorResponse>(address: string, options?: { query?:UseQueryOptions<Awaited<ReturnType<typeof analysisAddressData>>, TError, TData>, }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected