Type Alias TradeHopSnapshot

TradeHopSnapshot: {
    aToB: boolean;
    feeRate: Percentage;
    sqrtPrice: BN;
}

A snapshot of the whirlpool condition when a trade hop was made.