interface SwapMaxSlippage {
    amountIn: Amount;
    brandOut: Brand;
    slippage: number;
}

Properties

amountIn: Amount
brandOut: Brand
slippage: number