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

Function getGetTransactionsQueryKey

src/api/transactions/transactions.ts:45–48  ·  view source on GitHub ↗
(address: string,
    params?: GetTransactionsParams,)

Source from the content-addressed store, hash-verified

43
44
45export const getGetTransactionsQueryKey = (address: string,
46 params?: GetTransactionsParams,) => {
47 return [`/addresses/${address}/transactions`, ...(params ? [params]: [])] as const;
48 }
49
50
51export const getGetTransactionsQueryOptions = <TData = Awaited<ReturnType<typeof getTransactions>>, TError = unknown>(address: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected