Skip to main content

isSwapExecutionStepSetup()

function isSwapExecutionStepSetup<Chain>(obj, chain?): obj is SwapExecutionStepSetup<Chain>;

Defined in: atomiq-sdk/src/types/SwapExecutionStep.ts:29

Type guard for SwapExecutionStepSetup

Type Parameters

Type ParameterDefault type
Chain extends stringstring

Parameters

ParameterType
objany
chain?Chain

Returns

obj is SwapExecutionStepSetup<Chain>