Documentation
    Preparing search index...

    Type Alias RepositionLiquidityV2InstructionDataArgs

    type RepositionLiquidityV2InstructionDataArgs = {
        method: RepositionLiquidityMethodArgs;
        newTickLowerIndex: number;
        newTickUpperIndex: number;
        remainingAccountsInfo: OptionOrNullable<RemainingAccountsInfoArgs>;
    }
    Index

    Properties

    newTickLowerIndex: number
    newTickUpperIndex: number
    remainingAccountsInfo: OptionOrNullable<RemainingAccountsInfoArgs>