Skip to main content

isSwapExecutionStepRefund()

function isSwapExecutionStepRefund<Chain>(obj, chain?): obj is SwapExecutionStepRefund<Chain>;

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

Type guard for SwapExecutionStepRefund

Type Parameters

Type ParameterDefault type
Chain extends stringstring

Parameters

ParameterType
objany
chain?Chain

Returns

obj is SwapExecutionStepRefund<Chain>