@nostr-dev-kit/ndk-mobile
Version:
NDK Mobile
8 lines • 417 B
TypeScript
import type { NDKEventId, NDKNutzapState } from "@nostr-dev-kit/ndk";
import type { NDKCacheAdapterSqlite } from "./index.js";
/**
* Gets all nutzap states from the monitor state table.
* This function is bound to the NDKCacheAdapterSqlite instance.
*/
export declare function getAllNutzapStates(this: NDKCacheAdapterSqlite): Promise<Map<NDKEventId, NDKNutzapState>>;
//# sourceMappingURL=nutzap-state-get.d.ts.map