@nostr-dev-kit/ndk-mobile
Version:
NDK Mobile
8 lines • 410 B
TypeScript
import type { Hexpubkey, NDKCacheEntry, NDKUserProfile } from "@nostr-dev-kit/ndk";
import type { NDKCacheAdapterSqlite } from "./index.js";
/**
* Retrieve all profiles from the cache synchronously
* @returns A map of pubkeys to profiles
*/
export declare function getAllProfilesSync(this: NDKCacheAdapterSqlite): Map<Hexpubkey, NDKCacheEntry<NDKUserProfile>>;
//# sourceMappingURL=get-all-profiles.d.ts.map