Documentation
    Preparing search index...

    Type Alias SwapInstructionData

    type SwapInstructionData = {
        amount: bigint;
        amountSpecifiedIsInput: boolean;
        aToB: boolean;
        discriminator: ReadonlyUint8Array;
        otherAmountThreshold: bigint;
        sqrtPriceLimit: bigint;
    }
    Index

    Properties

    amount: bigint
    amountSpecifiedIsInput: boolean
    aToB: boolean
    discriminator: ReadonlyUint8Array
    otherAmountThreshold: bigint
    sqrtPriceLimit: bigint