store device ID

This commit is contained in:
Florian Dold 2020-12-07 23:19:14 +01:00
parent d3cc20b6cc
commit 6f474a3b9d
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -81,6 +81,14 @@ export interface WalletBackupContentV1 {
*/
wallet_root_pub: string;
/**
* Current device identifier that "owns" the backup.
*
* This identifier allows one wallet to notice when another
* wallet is "alive" and connected to the same sync provider.
*/
current_device_id: string;
/**
* Per-exchange data sorted by exchange master public key.
*