Helius SDK - v3.1.0
    Preparing search index...

    Function assertNoAddressLookupsOnV1

    • Rejects address lookup tables on version 1 transactions.

      SIMD-0385 drops lookup table support from the v1 format. Rather than failing, @solana/kit silently compiles a lookup account into a static address — so a transaction built to save space via a lookup table would quietly inline every address instead, and can then breach the 64-address cap or the size limit for reasons that are hard to trace back to the lookup table.

      Parameters

      • version: TransactionVersion
      • instructions: readonly Instruction<string, readonly any[]>[]

      Returns void