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