SwapAmountType
Defined in: atomiq-sdk/src/enums/SwapAmountType.ts:7
Enum representing whether the swap amount is exact input or exact output
Enumeration Members
EXACT_IN
EXACT_IN: 1;
Defined in: atomiq-sdk/src/enums/SwapAmountType.ts:11
Swap amount specified in the input token
EXACT_OUT
EXACT_OUT: 0;
Defined in: atomiq-sdk/src/enums/SwapAmountType.ts:15
Swap amount specified in the output token