Parameters
- transactionData: CreateScheduledTransactionData
chainId: number
OptionalisMultiple?: boolean
neonEvmProgram: PublicKey
neonTransaction: string
neonWallet: string
neonWalletNonce: number
signerAddress: PublicKey
tokenMintAddress: PublicKey
Returns Transaction
A Solana Transaction object, ready to be signed and sent.
Creates a Solana transaction to schedule multiple Neon EVM transactions as part of a Neon transaction tree execution.
This function wraps
createScheduledNeonEvmTransactionbut explicitly setsisMultiple: true, allowing the execution of multiple dependent transactions within the same scheduled process.