Module clockwork_thread_program::thread_program
source · Expand description
Program for creating transaction threads on Solana.
Functions
Return the crate information via
sol_set_return_data/sol_get_return_data
Creates a new transaction thread.
Closes an existing thread account and returns the lamports to the owner.
Executes the next instruction on thread.
Kicks off a thread if its trigger condition is active.
Pauses an active thread.
Resumes a paused thread.
Resumes a paused thread.
Allows an owner to update the mutable properties of a thread.
Allows an owner to withdraw from a thread’s lamport balance.