MCPcopy Create free account
hub / github.com/evolify/dumpfun / useNarrative

Function useNarrative

common/hooks/api.ts:125–128  ·  view source on GitHub ↗
(addr: string)

Source from the content-addressed store, hash-verified

123}
124
125export function useNarrative(addr: string) {
126 const { data } = useSWR(`${NarrativeUrl}/${addr}`, fetcher)
127 return data?.narrative || ""
128}

Callers 1

InfoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected