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

Interface Holder

common/types.ts:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118export interface Holder {
119 address: string
120 amount: number
121 solBalance: string
122 tags: Array<{ id: string; name: string }>
123}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected