# isSwapExecutionActionSendToAddress()

```
function isSwapExecutionActionSendToAddress<Lightning>(obj, lightning?): obj is SwapExecutionActionSendToAddress<Lightning>;
```

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

Type guard for [SwapExecutionActionSendToAddress](https://docs.atomiq.exchange/sdk-reference/api/atomiq-sdk/src/type-aliases/SwapExecutionActionSendToAddress.md)

## Type Parameters

| Type Parameter                  | Default type |
| ------------------------------- | ------------ |
| `Lightning` *extends* `boolean` | `boolean`    |

## Parameters

| Parameter    | Type        |
| ------------ | ----------- |
| `obj`        | `any`       |
| `lightning?` | `Lightning` |

## Returns

`obj is SwapExecutionActionSendToAddress<Lightning>`
