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

Function getGetLabelsQueryKey

src/api/labels/labels.ts:55–57  ·  view source on GitHub ↗
(address: string,)

Source from the content-addressed store, hash-verified

53
54
55export const getGetLabelsQueryKey = (address: string,) => {
56 return [`/addresses/${address}/labels`] as const;
57 }
58
59
60export const getGetLabelsQueryOptions = <TData = Awaited<ReturnType<typeof getLabels>>, TError = unknown>(address: string, options?: { query?:UseQueryOptions<Awaited<ReturnType<typeof getLabels>>, TError, TData>, }

Callers 1

getGetLabelsQueryOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected