Documentation
    Preparing search index...

    Type Alias SwapInstructionDataArgs

    type SwapInstructionDataArgs = {
        amount: number | bigint;
        amountSpecifiedIsInput: boolean;
        aToB: boolean;
        otherAmountThreshold: number | bigint;
        sqrtPriceLimit: number | bigint;
    }
    Index

    Properties

    amount: number | bigint
    amountSpecifiedIsInput: boolean
    aToB: boolean
    otherAmountThreshold: number | bigint
    sqrtPriceLimit: number | bigint