Interface RequestWithdrawVaultArgs

interface RequestWithdrawVaultArgs {
    amount: BN;
    isAmountInLp: boolean;
    isWithdrawAll: boolean;
}

Properties

amount: BN
isAmountInLp: boolean
isWithdrawAll: boolean