Documentation
    Preparing search index...

    Type Alias SwapV2InstructionDataArgs

    type SwapV2InstructionDataArgs = {
        amount: number | bigint;
        amountSpecifiedIsInput: boolean;
        aToB: boolean;
        otherAmountThreshold: number | bigint;
        remainingAccountsInfo: OptionOrNullable<RemainingAccountsInfoArgs>;
        sqrtPriceLimit: number | bigint;
    }
    Index

    Properties

    amount: number | bigint
    amountSpecifiedIsInput: boolean
    aToB: boolean
    otherAmountThreshold: number | bigint
    remainingAccountsInfo: OptionOrNullable<RemainingAccountsInfoArgs>
    sqrtPriceLimit: number | bigint