| # 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'; | |
| ``` | |