Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
# Atomic Transfers
Used for initiating and tracking the status of Atomic transfers and software set installs. See also: client/state/data-layer/wpcom/sites/atomic
## Selectors
getAtomicSoftwareStatus
getLatestAtomicTransfer
## Example usage
```
import {
requestAtomicSoftwareStatus,
requestAtomicSoftwareInstall,
} from 'calypso/state/atomic/software/actions';
```