• Creates a mainnet version of the Neon Transfer Mint Transaction without creating a holder account.

    This function generates a transaction to transfer SPL tokens from Solana to NeonEVM for mainnet use. Unlike the default mint transaction, it skips the creation of the holder account. The function handles various operations such as approving deposits, computing budgets, and executing Neon transactions.

    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.