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