• Creates a transaction to initialize an associated token account for a given wallet and token mint.

    This function generates a transaction that includes:

    1. A compute budget instruction to increase the heap frame size for Neon compatibility.
    2. An instruction to create an associated token account for the specified wallet and token mint.

    Parameters

    Returns Transaction

    A new Solana Transaction containing the instructions to create the associated token account.