(addr: string)
| 47 | } |
| 48 | |
| 49 | export async function getHolders(addr: string) { |
| 50 | const res = await fetch(`${HoldersUrlBase}/${addr}`, options) |
| 51 | const data = await res.json() |
| 52 | return data |
| 53 | } |
nothing calls this directly
no outgoing calls
no test coverage detected