wip: native secure store

This commit is contained in:
Phong
2023-10-11 14:46:35 +07:00
parent 2fcbf1987b
commit 3b46e71525
9 changed files with 143 additions and 519 deletions

View File

@@ -28,7 +28,6 @@ export interface Account extends NDKUserProfile {
follows: null | string[];
network: null | string[];
is_active: number;
privkey?: string; // deprecated
last_login_at: number;
}