cyphertap
Version:
Nostr, Lightning and Ecash on a single Button component
13 lines (12 loc) • 348 B
TypeScript
/**
* Complete logout that handles cleaning up all app components
* @param options Configuration options for logout
* @returns Promise that resolves when logout is complete
*/
export declare function logout(options?: {
/**
* Whether to clear database cache
* @default false
*/
clearDatabase?: boolean;
}): Promise<void>;