feat: account backup

---

Co-authored-by: @schowdhuri 
Reviewed-by: @schowdhuri
This commit is contained in:
Ahmed Bouhuolia 2022-05-26 21:04:14 +02:00 committed by GitHub
parent ad493f5147
commit 500be9a7fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 443 additions and 11 deletions

View file

@ -20,6 +20,7 @@ interface Exposed {
readonly nodeCrypto: Readonly<typeof import("./src/nodeCrypto").nodeCrypto>;
readonly versions: Readonly<typeof import("./src/versions").versions>;
readonly electronStore: Readonly<typeof import("./src/store").store>;
readonly haveno: Readonly<typeof import("./src/haveno").store>;
}
// eslint-disable-next-line @typescript-eslint/no-empty-interface