The Solana connection instance to interact with the blockchain.
The Neon EVM program ID managing the execution of the transaction.
The Solana account that will execute the transaction.
The public key of the holder account storing the scheduled transaction.
The address of the treasury pool used for transaction fees.
The public key of the storage account linked to transaction execution.
Optional
additionalAccounts: PublicKey[] = []An optional array of additional accounts required for execution.
A promise resolving with the receipt of the executed transaction.
Executes a scheduled Neon EVM transaction step-by-step from a Solana holder account.
This function iteratively processes a large Ethereum-like transaction by breaking it into smaller execution steps (EVM steps) and executing them sequentially on Solana. It ensures that each step is confirmed before proceeding to the next one.