tradeComparator
@uniswap/v3-sdk / Exports / entities/trade / tradeComparator
tradeComparator
▸ tradeComparator<TInput, TOutput, TTradeType>(a
: Trade<TInput, TOutput, TTradeType>, b
: Trade<TInput, TOutput, TTradeType>): number
#
Type parametersName | Type |
---|---|
TInput | Currency |
TOutput | Currency |
TTradeType | TradeType |
#
ParametersName | Type |
---|---|
a | Trade<TInput, TOutput, TTradeType> |
b | Trade<TInput, TOutput, TTradeType> |
Returns: number
Defined in: entities/trade.ts:22