Module state_sync

Source
Expand description

State sync support.

Structs§

StateSync
State sync state machine. Accumulates partial state data until it is ready to be imported.
StateSyncProgress
Reported state download progress.

Enums§

ImportResult
Import state chunk result.
StateSyncPhase

Traits§

StateSyncProvider
Generic state sync provider. Used for mocking in tests.