Experimental: This API is experimental and may change in a future release.
type SwapActions = {
requestQuoteV0: (
params: RequestQuoteV0Params,
) => Promise<RequestQuoteV0Result>;
};Defined in: packages/wallet-apis/src/experimental/swapActionsDecorator.ts:11
Experimental swap actions for wallet API clients.
| Property | Type |
|---|---|
( |