Structs

Information about an account being updated

Information about an account being updated (extended with transaction signature doing this update)

Information about a transaction

Information about a transaction, including index in block

Enums

Errors returned by plugin calls

A wrapper to future-proof ReplicaAccountInfo handling. If there were a change to the structure of ReplicaAccountInfo, there would be new enum entry for the newer version, forcing plugin implementations to handle the change.

A wrapper to future-proof ReplicaTransactionInfo handling. If there were a change to the structure of ReplicaTransactionInfo, there would be new enum entry for the newer version, forcing plugin implementations to handle the change.

The current status of a slot

Traits

Defines a Geyser plugin, to stream data from the runtime. Geyser plugins must describe desired behavior for load and unload, as well as how they will handle streamed data.

Type Definitions