Documentation
    Preparing search index...

    Type Alias TwoHopSwapInstructionDataArgs

    type TwoHopSwapInstructionDataArgs = {
        amount: number | bigint;
        amountSpecifiedIsInput: boolean;
        aToBOne: boolean;
        aToBTwo: boolean;
        otherAmountThreshold: number | bigint;
        sqrtPriceLimitOne: number | bigint;
        sqrtPriceLimitTwo: number | bigint;
    }
    Index

    Properties

    amount: number | bigint
    amountSpecifiedIsInput: boolean
    aToBOne: boolean
    aToBTwo: boolean
    otherAmountThreshold: number | bigint
    sqrtPriceLimitOne: number | bigint
    sqrtPriceLimitTwo: number | bigint