wip: multi accounts

This commit is contained in:
2024-02-19 09:58:27 +07:00
parent 0f06522c28
commit bfe35ad885
13 changed files with 537 additions and 465 deletions

View File

@@ -54,7 +54,7 @@ export interface Metadata {
lud16?: string;
}
export interface CurrentAccount {
export interface Account {
npub: string;
contacts?: string[];
interests?: Interests;