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§
- Noop
Sync State Updater - A
NetworkSyncUpdater
implementation that does nothing.
Enums§
- Sync
State - The state the network is currently in when it comes to synchronization.
Traits§
- Network
Sync Updater - An updater for updating the SyncState and status of the network.
- Sync
State Provider - A type that provides information about whether the node is currently syncing and the network is currently serving syncing related requests.