Documentation
    Preparing search index...

    Type Alias TwoHopSwapV2InstructionDataArgs

    type TwoHopSwapV2InstructionDataArgs = {
        amount: number | bigint;
        amountSpecifiedIsInput: boolean;
        aToBOne: boolean;
        aToBTwo: boolean;
        otherAmountThreshold: number | bigint;
        remainingAccountsInfo: OptionOrNullable<RemainingAccountsInfoArgs>;
        sqrtPriceLimitOne: number | bigint;
        sqrtPriceLimitTwo: number | bigint;
    }
    Index

    Properties

    amount: number | bigint
    amountSpecifiedIsInput: boolean
    aToBOne: boolean
    aToBTwo: boolean
    otherAmountThreshold: number | bigint
    remainingAccountsInfo: OptionOrNullable<RemainingAccountsInfoArgs>
    sqrtPriceLimitOne: number | bigint
    sqrtPriceLimitTwo: number | bigint