Documentation
    Preparing search index...

    Type Alias TwoHopSwapV2InstructionData

    type TwoHopSwapV2InstructionData = {
        amount: bigint;
        amountSpecifiedIsInput: boolean;
        aToBOne: boolean;
        aToBTwo: boolean;
        discriminator: ReadonlyUint8Array;
        otherAmountThreshold: bigint;
        remainingAccountsInfo: Option<RemainingAccountsInfo>;
        sqrtPriceLimitOne: bigint;
        sqrtPriceLimitTwo: bigint;
    }
    Index

    Properties

    amount: bigint
    amountSpecifiedIsInput: boolean
    aToBOne: boolean
    aToBTwo: boolean
    discriminator: ReadonlyUint8Array
    otherAmountThreshold: bigint
    remainingAccountsInfo: Option<RemainingAccountsInfo>
    sqrtPriceLimitOne: bigint
    sqrtPriceLimitTwo: bigint