File size: 372 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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';
```