Module clockwork_thread_program::state
source · Expand description
All objects needed to describe and manage the program’s state.
Structs
- The clock object, representing a specific moment in time recorded by a Solana cluster.
- The execution context of a particular transaction thread.
- Account metadata needed to execute an instruction on Solana.
- The data needed execute an instruction on Solana.
- Tracks the current state of a transaction thread on Solana.
- A response value target programs can return to update the thread.
- The properties of threads which are updatable.
Enums
- Operators for describing how to compare two values to one another.
- The triggering conditions of a thread.
- The event which allowed a particular transaction thread to be triggered.
Constants
Statics
- The stand-in pubkey for delegating a payer address to a worker. All workers are re-imbursed by the user for lamports spent during this delegation.
Traits
- Trait for reading and writing to a thread account.