Expand description
Program for creating transaction threads on Solana.
Functions§
- get_
crate_ info - Return the crate information via
sol_set_return_data/sol_get_return_data
- thread_
create - Creates a new transaction thread.
- thread_
delete - Closes an existing thread account and returns the lamports to the owner.
- thread_
exec - Executes the next instruction on thread.
- thread_
instruction_ add - Appends a new instruction to the thread’s instruction set.
- thread_
instruction_ remove - Removes an instruction to the thread’s instruction set at the provied index.
- thread_
kickoff - Kicks off a thread if its trigger condition is active.
- thread_
pause - Pauses an active thread.
- thread_
reset - Resets a thread’s next instruction.
- thread_
resume - Resumes a paused thread.
- thread_
update - Allows an owner to update the mutable properties of a thread.
- thread_
withdraw - Allows an owner to withdraw from a thread’s lamport balance.