Skip to main content

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 ParameterDefault type
Chain extends stringstring

Parameters

ParameterType
objany
chain?Chain

Returns

obj is SwapExecutionStepPayment<Chain>