Skip to main content

Enum Definition

Values

DYNAMIC

  • Description: Dynamic’s secure cloud storage
  • Use Case: Default backup location for all wallets
  • Security: High security with encryption at rest

GOOGLE_DRIVE

  • Description: Google Drive cloud storage
  • Use Case: Optional backup to user’s Google Drive
  • Security: Encrypted before upload

ICLOUD

  • Description: Apple iCloud storage
  • Use Case: Optional backup to user’s iCloud
  • Security: Encrypted before upload

USER

  • Description: User-provided backup location
  • Use Case: Custom backup solutions
  • Security: Depends on user implementation

EXTERNAL

  • Description: External backup location
  • Use Case: Third-party backup services
  • Security: Encrypted before storage

Example

Usage

This enum is used in various backup-related operations:
  • Key share backup: Specifying where to store key shares
  • Backup verification: Checking if backups exist in specific locations
  • Recovery operations: Determining which backup to use for recovery
Last modified on January 26, 2026