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,

pub fn shared_authority_set( &self, ) -> &SharedAuthoritySet<<Block as Block>::Hash, <<Block as Block>::Header as Header>::Number>

Get the shared authority set.

pub fn justification_stream( &self, ) -> NotificationStream<GrandpaJustification<Block>, GrandpaJustificationsTracingKey>

Get the receiving end of justification notifications.