store device ID
This commit is contained in:
parent
d3cc20b6cc
commit
6f474a3b9d
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user