Skip to main content

export_backup

Function export_backup 

Source
pub async fn export_backup(
    ks: &Keyspaces<'_>,
    seed_store: &dyn SeedStore,
    config: &AppConfig,
    auth: &AuthClaims,
    password: &str,
    include_audit: bool,
) -> Result<BackupEnvelope, AppError>
Expand description

Assemble and encrypt a backup of the entire VTA state.