Crate consensus_notifications
source ·Structs
- A commit notification to notify state sync of new commits.
- The state sync component responsible for handling consensus requests and notifications.
- The result returned by state sync for a consensus notification.
- The consensus component responsible for sending notifications and requests to state sync.
- A commit notification to notify state sync to sync to the specified target.
Enums
Traits
- The interface between state sync and consensus, allowing consensus to send synchronization notifications to state sync.
Functions
- This method returns a (ConsensusNotifier, ConsensusNotificationListener) pair that can be used to allow consensus and state sync to communicate.