Skip to main content
type ExecuteSwapResult = 
  | ExecuteEvmEoaSwapResult
  | ExecuteEvmSmartSwapResult;
Result of a successful swap execution, discriminated by account type.

See