Type Alias DevFeeSwapQuote

DevFeeSwapQuote: NormalSwapQuote & {
    amountSpecifiedIsInput: true;
    devFeeAmount: BN;
    estimatedSwapFeeAmount: BN;
}

A collection of estimated values from quoting a swap that collects a developer-fee.

Approximate number of input token swapped in the swap

Approximate number of output token swapped in the swap

Approximate tick-index the Whirlpool will land on after this swap

Approximate sqrtPrice the Whirlpool will land on after this swap

Approximate feeAmount (all fees) charged on this swap

Approximate feeAmount (LP + protocol fees) charged on this swap

FeeAmount (developer fees) charged on this swap