isSwapExecutionStepPayment()
function isSwapExecutionStepPayment<Chain>(obj, chain?): obj is SwapExecutionStepPayment<Chain>;
Defined in: atomiq-sdk/src/types/SwapExecutionStep.ts:95
Type guard for SwapExecutionStepPayment
Type Parameters
| Type Parameter | Default type |
|---|---|
Chain extends string | string |
Parameters
| Parameter | Type |
|---|---|
obj | any |
chain? | Chain |
Returns
obj is SwapExecutionStepPayment<Chain>