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