# isIClaimableSwap()

```
function isIClaimableSwap(obj): obj is IClaimableSwap<ChainType, SwapTypeDefinition<ChainType, ISwapWrapper<ChainType, any, ISwapWrapperOptions>, IClaimableSwap<ChainType, any, any>>, number>;
```

Defined in: [atomiq-sdk/src/swaps/IClaimableSwap.ts:10](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/swaps/IClaimableSwap.ts#L10)

Type guard to check if an object is an [IClaimableSwap](https://docs.atomiq.exchange/sdk-reference/api/atomiq-sdk/src/interfaces/IClaimableSwap.md)

## Parameters

| Parameter | Type  |
| --------- | ----- |
| `obj`     | `any` |

## Returns

`obj is IClaimableSwap<ChainType, SwapTypeDefinition<ChainType, ISwapWrapper<ChainType, any, ISwapWrapperOptions>, IClaimableSwap<ChainType, any, any>>, number>`
