MCPcopy Create free account
hub / github.com/MiloOweno/vector-mesh / getTransactionQueryKey

Function getTransactionQueryKey

packages/core/src/query/getTransaction.ts:59–64  ·  view source on GitHub ↗
(options: GetTransactionOptions<config, chainId> = {})

Source from the content-addressed store, hash-verified

57> = GetTransactionQueryFnData<config, chainId>
58
59export function getTransactionQueryKey<
60 config extends Config,
61 chainId extends config['chains'][number]['id'],
62>(options: GetTransactionOptions<config, chainId> = {}) {
63 return ['transaction', filterQueryOptions(options)] as const
64}
65
66export type GetTransactionQueryKey<
67 config extends Config,

Callers 1

Calls 1

filterQueryOptionsFunction · 0.85

Tested by

no test coverage detected