Interface RemoveLiquidityAmountAndFee

interface RemoveLiquidityAmountAndFee {
    fee: BN;
    tokenAmountOut: BN;
}

Properties

Properties

fee: BN
tokenAmountOut: BN