Module reth_network_p2p::sync

source ·
Expand description

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

Structs§

Enums§

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

Traits§

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