isSwapWithGasDrop()
function isSwapWithGasDrop(swap): swap is ISwapWithGasDrop<any>;
Defined in: atomiq-sdk/src/swaps/ISwapWithGasDrop.ts:10
Type guard to check if a swap has gas drop functionality
Parameters
| Parameter | Type |
|---|---|
swap | any |
Returns
swap is ISwapWithGasDrop<any>