Module persistence

Source
Expand description

The background writer service, coordinating write operations on static files and the database.

Structs§

PersistenceHandle
A handle to the persistence service
PersistenceService
Writes parts of reth’s in memory tree state to the database and static files.

Enums§

PersistenceAction
A signal to the persistence service that part of the tree state can be persisted.
PersistenceError
One of the errors that can happen when using the persistence service.