Skip to main content

Interface: SwapRequest

Defined in: packages/core/src/types.ts:264 Normalized swap request the client hands the relayer adapter (the connected wallet is the payer).

Extends

Properties

amount

amount: string
Defined in: packages/core/src/types.ts:262

Inherited from

SwapQuoteRequest.amount

minOut?

optional minOut?: string
Defined in: packages/core/src/types.ts:265

payer

payer: string
Defined in: packages/core/src/types.ts:259

Inherited from

SwapQuoteRequest.payer

tokenIn

tokenIn: string
Defined in: packages/core/src/types.ts:260

Inherited from

SwapQuoteRequest.tokenIn

tokenOut

tokenOut: string
Defined in: packages/core/src/types.ts:261

Inherited from

SwapQuoteRequest.tokenOut