The public key of the Neon EVM program.
The public key of the operator executing the transaction - instance of the SolanaNeonAccount.
The public key of the balance account involved in the transaction.
The public key of the holder account storing transaction data.
The public key of the tree account managing the transaction.
The nonce of the scheduled transaction.
Optional
additionAccounts: PublicKey[] = []An optional list of additional accounts required for execution.
A Solana TransactionInstruction
to start the scheduled transaction.
Creates a transaction instruction to start a scheduled transaction from an account.
This function constructs a Solana transaction instruction that initiates a scheduled transaction using a tree structure. It requires the holder account, tree account, operator, and balance account to be provided. Additional accounts can be included as needed.