Type Alias frontier_template_node::service::GrandpaLinkHalf
source · type GrandpaLinkHalf<B, C> = LinkHalf<B, C, LongestChain<TFullBackend<B>, B>>;
Aliased Type§
struct GrandpaLinkHalf<B, C> { /* private fields */ }
Implementations
§impl<Block, C, SC> LinkHalf<Block, C, SC>where
Block: Block,
impl<Block, C, SC> LinkHalf<Block, C, SC>where
Block: Block,
Get the shared authority set.
pub fn justification_stream(
&self,
) -> NotificationStream<GrandpaJustification<Block>, GrandpaJustificationsTracingKey>
pub fn justification_stream( &self, ) -> NotificationStream<GrandpaJustification<Block>, GrandpaJustificationsTracingKey>
Get the receiving end of justification notifications.