AmountData
type AmountData = object;
Defined in: atomiq-sdk/src/types/AmountData.ts:6
Amount, token and exact input object for initiating swap operations
Properties
amount
amount: bigint;
Defined in: atomiq-sdk/src/types/AmountData.ts:7
exactIn
exactIn: boolean;
Defined in: atomiq-sdk/src/types/AmountData.ts:9
token
token: string;
Defined in: atomiq-sdk/src/types/AmountData.ts:8