SwapExecutionAction<T>
type SwapExecutionAction<T> =
| SwapExecutionActionLightning
| SwapExecutionActionBitcoin
| SwapExecutionActionCommit<T>
| SwapExecutionActionClaim<T>
| SwapExecutionActionRefund<T>;
Defined in: atomiq-sdk/src/types/SwapExecutionAction.ts:96
Swap execution action, a single step in the swapping process
Type Parameters
| Type Parameter |
|---|
T extends ChainType |