Function executeScheduledTransactionFromAccount

  • Executes a scheduled Neon EVM transaction from a Solana holder account.

    This function retrieves and executes a previously scheduled Neon transaction by creating and sending an on-chain transaction from a Solana holder account.

    Parameters

    • connection: Connection

      The Solana connection instance to interact with the blockchain.

    • neonEvmProgram: PublicKey

      The Neon EVM program ID managing the scheduled transaction.

    • solanaUser: SolanaNeonAccount

      The Solana account that will execute the transaction.

    • holderAddress: PublicKey

      The public key of the holder account storing the scheduled transaction.

    • treeAddress: PublicKey

      The public key of the transaction tree account linked to the execution.

    • nonce: number

      A nonce value of the root Neon transaction in the tree of scheduled Neon transactions.

    Returns Promise<void>

    A promise resolving once the transaction is executed.