Enum finality_grandpa::voter::CommunicationIn
source · pub enum CommunicationIn<H, N, S, Id> {
Commit(u64, CompactCommit<H, N, S, Id>, Callback<CommitProcessingOutcome>),
CatchUp(CatchUp<H, N, S, Id>, Callback<CatchUpProcessingOutcome>),
}
Expand description
Communication between nodes that is not round-localized.
Variants§
Commit(u64, CompactCommit<H, N, S, Id>, Callback<CommitProcessingOutcome>)
A commit message.
CatchUp(CatchUp<H, N, S, Id>, Callback<CatchUpProcessingOutcome>)
A catch up message.