the statusphere demo reworked into a vite/react app in a monorepo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 5f7614a41458694dbe27e96c19e8b7763b17e026 4 lines 153 B view raw
1export interface Resolver { 2 resolveDidToHandle(did: string): Promise<string> 3 resolveDidsToHandles(dids: string[]): Promise<Record<string, string>> 4}