Skip to content
Alchemy Logo

swapActions (experimental)

Experimental: This API is experimental and may change in a future release.

const swapActions: (client) => SwapActions;

Defined in: packages/wallet-apis/src/experimental/swapActionsDecorator.ts:23

This is a decorator that is used to add experimental swap actions to a client.

ParameterTypeDescription

client

BaseWalletClient

The wallet client to extend with swap functionality

SwapActions

An object containing swap-related actions

Was this page helpful?