Enum finality_grandpa::voter::CommunicationIn [−][src]
pub enum CommunicationIn<H, N, S, Id> { Commit(u64, CompactCommit<H, N, S, Id>, Callback<CommitProcessingOutcome>), CatchUp(CatchUp<H, N, S, Id>, Callback<CatchUpProcessingOutcome>), }
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.
Trait Implementations
impl<H, N, S, Id> Unpin for CommunicationIn<H, N, S, Id>
[src]
Auto Trait Implementations
impl<H, N, S, Id> !RefUnwindSafe for CommunicationIn<H, N, S, Id>
impl<H, N, S, Id> Send for CommunicationIn<H, N, S, Id> where
H: Send,
Id: Send,
N: Send,
S: Send,
H: Send,
Id: Send,
N: Send,
S: Send,