pub type TransactionState = Arc<Mutex<Option<String>>>;
Shared transaction state — holds the active backup ID (if any).
pub struct TransactionState { /* private fields */ }