• Creates a devnet version of the Neon Transfer Mint Transaction with holder account creation.

    This function generates a transaction to transfer SPL tokens from Solana to NeonEVM on the devnet. Unlike the mainnet version, this transaction creates a holder account to enhance performance. The holder account is utilized temporarily during the transaction, allowing for optimized execution.

    Type Parameters

    • W extends Provider

      The type of the provider, generally extending the Provider type.

    • TxResult extends TransactionResult

      The type of the transaction result, generally extending TransactionResult.

    Parameters

    Returns Promise<Transaction>

    • A Promise that resolves to the generated Solana transaction.