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

Function analysisAddressData

src/api/compliance/compliance.ts:30–40  ·  view source on GitHub ↗
(
    address: string,
 signal?: AbortSignal
)

Source from the content-addressed store, hash-verified

28 * Analyze address
29 */
30export const analysisAddressData = (
31 address: string,
32 signal?: AbortSignal
33) => {
34
35
36 return instance<AnalysisAddressData200>(
37 {url: `/addresses/${address}`, method: 'GET', signal
38 },
39 );
40 }
41
42
43export const getAnalysisAddressDataQueryKey = (address: string,) => {

Callers 1

queryFnFunction · 0.85

Calls 1

instanceFunction · 0.90

Tested by

no test coverage detected