• Not used

    Creates a Solana transaction instruction to deposit tokens into a Neon EVM account.

    This function generates a TransactionInstruction that facilitates the deposit of SPL tokens into a Neon EVM-compatible account.

    Parameters

    • solanaWallet: PublicKey

      The public key of the Solana wallet initiating the deposit.

    • neonPDAWallet: PublicKey

      The public key of the Neon PDA wallet.

    • depositWallet: PublicKey

      The public key of the deposit wallet.

    • neonWallet: string

      The Ethereum-style Neon wallet address in hex format.

    • neonEvmProgram: PublicKey

      The public key of the Neon EVM program.

    • neonTokenMint: PublicKey

      The public key of the SPL token mint.

    • OptionalserviceWallet: PublicKey

      The optional service wallet used for operational transactions.

    Returns TransactionInstruction

    A Solana TransactionInstruction for depositing tokens into the Neon EVM account.