Skip to main content

Interface: SwapQuoteRequest

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

Extended by

Properties

amount

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

payer

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

tokenIn

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

tokenOut

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