referrerpolicy=no-referrer-when-downgrade

Function sc_consensus_grandpa::best_justification

source ·
pub fn best_justification<B, Block>(
    backend: &B,
) -> Result<Option<GrandpaJustification<Block>>>
where B: AuxStore, Block: BlockT,
Expand description

Fetch the justification for the latest block finalized by GRANDPA, if any.