Parameters
- transactionData: CreateScheduledTransactionData
chainId: number
Optional
isMultiple?: 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 a Neon EVM transaction, enabling the execution of a Neon Transaction tree.
This functionality allows for the automatic splitting of large Ethereum-like transactions into smaller, independent Neon transactions. In this model, an individual Neon transaction may fail without affecting the entire transaction flow, as the results of executed Neon transactions can be aggregated and handled.