solana-app-kit


solana-app-kit / components/thread/thread.types / TradeData

Interface: TradeData

Defined in: src/components/thread/thread.types.ts:26

Properties

aggregator?

optional aggregator: string

Defined in: src/components/thread/thread.types.ts:30


inputMint

inputMint: string

Defined in: src/components/thread/thread.types.ts:28


inputQuantity

inputQuantity: string

Defined in: src/components/thread/thread.types.ts:34


inputSymbol

inputSymbol: string

Defined in: src/components/thread/thread.types.ts:33


inputUsdValue

inputUsdValue: string

Defined in: src/components/thread/thread.types.ts:35


outputMint

outputMint: string

Defined in: src/components/thread/thread.types.ts:29


outputQuantity

outputQuantity: string

Defined in: src/components/thread/thread.types.ts:38


outputSymbol

outputSymbol: string

Defined in: src/components/thread/thread.types.ts:37


outputUsdValue

outputUsdValue: string

Defined in: src/components/thread/thread.types.ts:39