Function sc_finality_grandpa::best_justification[][src]

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

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