# SwapExecutionAction

```
type SwapExecutionAction = 

  | SwapExecutionActionSendToAddress

  | SwapExecutionActionSignPSBT

  | SwapExecutionActionSignSmartChainTx

  | SwapExecutionActionWait;
```

Defined in: [atomiq-sdk/src/types/SwapExecutionAction.ts:320](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/SwapExecutionAction.ts#L320)

Swap execution action, a single step in the swapping process
