SwapExecutionAction
type SwapExecutionAction =
| SwapExecutionActionSendToAddress
| SwapExecutionActionSignPSBT
| SwapExecutionActionSignSmartChainTx
| SwapExecutionActionWait;
Defined in: atomiq-sdk/src/types/SwapExecutionAction.ts:320
Swap execution action, a single step in the swapping process