Documentation
    Preparing search index...

    Type Alias TwoHopSwapInstructionData

    type TwoHopSwapInstructionData = {
        amount: bigint;
        amountSpecifiedIsInput: boolean;
        aToBOne: boolean;
        aToBTwo: boolean;
        discriminator: ReadonlyUint8Array;
        otherAmountThreshold: bigint;
        sqrtPriceLimitOne: bigint;
        sqrtPriceLimitTwo: bigint;
    }
    Index

    Properties

    amount: bigint
    amountSpecifiedIsInput: boolean
    aToBOne: boolean
    aToBTwo: boolean
    discriminator: ReadonlyUint8Array
    otherAmountThreshold: bigint
    sqrtPriceLimitOne: bigint
    sqrtPriceLimitTwo: bigint