Voltr SDK
    Preparing search index...

    Interface InstantWithdrawVaultArgs

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

    Properties

    amount: BN
    isAmountInLp: boolean
    isWithdrawAll: boolean