Struct consensus_notifications::ConsensusCommitNotification [−][src]
pub struct ConsensusCommitNotification {
pub transactions: Vec<Transaction>,
pub reconfiguration_events: Vec<ContractEvent>,
// some fields omitted
}Expand description
A commit notification to notify state sync of new commits.
Fields
transactions: Vec<Transaction>reconfiguration_events: Vec<ContractEvent>