Documentation
    Preparing search index...

    Type Alias DecreaseLiquidityV2InstructionData

    type DecreaseLiquidityV2InstructionData = {
        discriminator: ReadonlyUint8Array;
        liquidityAmount: bigint;
        remainingAccountsInfo: Option<RemainingAccountsInfo>;
        tokenMinA: bigint;
        tokenMinB: bigint;
    }
    Index

    Properties

    discriminator: ReadonlyUint8Array
    liquidityAmount: bigint
    remainingAccountsInfo: Option<RemainingAccountsInfo>
    tokenMinA: bigint
    tokenMinB: bigint