SwapExecutionStep
type SwapExecutionStep =
| SwapExecutionStepSetup
| SwapExecutionStepPayment
| SwapExecutionStepSettlement
| SwapExecutionStepRefund;
Defined in: atomiq-sdk/src/types/SwapExecutionStep.ts:221
Union of all supported swap execution step variants.