The current step index in the transaction execution.
The total number of execution steps to be processed.
The Neon EVM program ID managing the execution of the transaction.
The Solana account executing the transaction.
The public key of the holder account storing the transaction.
The address of the treasury pool used for transaction fees.
The raw transaction data for the specific execution step.
Optional
additionAccounts: PublicKey[] = []An optional array of additional accounts required for execution.
A Solana Transaction
object, ready to be signed and sent.
256 KB
to allocate enough memory for processing.
Creates a Solana transaction to execute a partial call or continue execution of a Neon EVM transaction.
This function is responsible for processing large Ethereum-like transactions on Neon EVM by breaking them down into smaller execution steps (EVM steps) and handling partial execution.