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

Function getStorageAtQueryKey

packages/core/src/query/getStorageAt.ts:41–45  ·  view source on GitHub ↗
(
  options: GetStorageAtOptions<config>,
)

Source from the content-addressed store, hash-verified

39export type GetStorageAtData = GetStorageAtQueryFnData
40
41export function getStorageAtQueryKey<config extends Config>(
42 options: GetStorageAtOptions<config>,
43) {
44 return ['getStorageAt', filterQueryOptions(options)] as const
45}
46
47export type GetStorageAtQueryKey<config extends Config> = ReturnType<
48 typeof getStorageAtQueryKey<config>

Callers 1

getStorageAtQueryOptionsFunction · 0.85

Calls 1

filterQueryOptionsFunction · 0.85

Tested by

no test coverage detected