Voltr SDK
    Preparing search index...

    Interface RequestWithdrawVaultArgs

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

    Properties

    amount: BN
    isAmountInLp: boolean
    isWithdrawAll: boolean