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.
- Appends a new instruction to the thread’s instruction set.
- Removes an instruction to the thread’s instruction set at the provied index.
- Kicks off a thread if its trigger condition is active.
- Pauses an active thread.
- Resets a thread’s next instruction.
- 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.