Function createScheduledNeonEvmTransaction

  • 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.

    Parameters

    • transactionData: CreateScheduledTransactionData

      The structured data required to create a scheduled Neon EVM transaction.

      • 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.