Interface AddLiquidityAmountAndFee

interface AddLiquidityAmountAndFee {
    fee: BN;
    lpAmountOut: BN;
}

Properties

Properties

fee: BN
lpAmountOut: BN