Expand description

All objects needed to describe and manage the program’s state.

Structs

The execution context of a particular transaction thread.
Tracks the current state of a transaction thread on Solana.
The properties of queues which are updatable.

Enums

The triggering conditions of a queue.
The event which allowed a particular transaction thread to be triggered.

Constants

Traits

Trait for reading and writing to a queue account.