pub async fn apply_configuration(
work_dir: &Path,
document: &str,
validate_only: bool,
bdk_wallet_policy: BdkWalletPolicy,
db_password: Option<String>,
) -> Result<ApplyOutcome>Expand description
Validates and atomically replaces the authoritative configuration record.