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 6dfa1efb2beff620cb0c76aa738c787000ef97d7 4 lines 153 B view raw
1export interface Resolver { 2 resolveDidToHandle(did: string): Promise<string> 3 resolveDidsToHandles(dids: string[]): Promise<Record<string, string>> 4}