mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-08-07 22:22:26 -04:00
feat: account backup
--- Co-authored-by: @schowdhuri Reviewed-by: @schowdhuri
This commit is contained in:
parent
ad493f5147
commit
500be9a7fd
17 changed files with 443 additions and 11 deletions
1
packages/preload/contracts.d.ts
vendored
1
packages/preload/contracts.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue