Module accountsdb_plugin_interface

Source

Structs§

ReplicaAccountInfo
Information about an account being updated
ReplicaBlockInfo
ReplicaTransactionInfo
Information about a transaction

Enums§

AccountsDbPluginError
Errors returned by plugin calls
ReplicaAccountInfoVersions
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.
ReplicaBlockInfoVersions
ReplicaTransactionInfoVersions
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.
SlotStatus
The current status of a slot

Traits§

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

Type Aliases§

Result