Module sync

Available on crate feature network only.
Expand description

Syncing related traits. Traits used when interacting with the sync status of the network.

Structs§

NoopSyncStateUpdater
A NetworkSyncUpdater implementation that does nothing.

Enums§

SyncState
The state the network is currently in when it comes to synchronization.

Traits§

NetworkSyncUpdater
An updater for updating the SyncState and status of the network.
SyncStateProvider
A type that provides information about whether the node is currently syncing and the network is currently serving syncing related requests.