Voltr SDK
    Preparing search index...

    Interface InstantWithdrawStrategyArgs

    interface InstantWithdrawStrategyArgs {
        amount: BN;
        isAmountInLp: boolean;
        isWithdrawAll: boolean;
        userArgs?: null | Buffer<ArrayBufferLike>;
    }
    Index

    Properties

    amount: BN
    isAmountInLp: boolean
    isWithdrawAll: boolean
    userArgs?: null | Buffer<ArrayBufferLike>