Expand description
All objects needed to describe and manage the program’s state.
Structs§
- Clock
Data - The clock object, representing a specific moment in time recorded by a Solana cluster.
- Exec
Context - The execution context of a particular transaction thread.
- Serializable
Account - Account metadata needed to execute an instruction on Solana.
- Serializable
Instruction - The data needed execute an instruction on Solana.
- Thread
- Tracks the current state of a transaction thread on Solana.
- Thread
Response - A response value target programs can return to update the thread.
- Thread
Settings - The properties of threads which are updatable.
Enums§
- Equality
- Operators for describing how to compare two values to one another.
- Trigger
- The triggering conditions of a thread.
- Trigger
Context - The event which allowed a particular transaction thread to be triggered.
- Versioned
Thread
Constants§
- NEXT_
INSTRUCTION_ SIZE - Static space for next_instruction field.
- SEED_
THREAD
Statics§
- PAYER_
PUBKEY - 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§
- Thread
Account - Trait for reading and writing to a thread account.