isSwapExecutionActionSendToAddress()
function isSwapExecutionActionSendToAddress<Lightning>(obj, lightning?): obj is SwapExecutionActionSendToAddress<Lightning>;
Defined in: atomiq-sdk/src/types/SwapExecutionAction.ts:72
Type guard for SwapExecutionActionSendToAddress
Type Parameters
| Type Parameter | Default type |
|---|---|
Lightning extends boolean | boolean |
Parameters
| Parameter | Type |
|---|---|
obj | any |
lightning? | Lightning |
Returns
obj is SwapExecutionActionSendToAddress<Lightning>