Type Definition sc_finality_grandpa::VotingRuleResult [−][src]
type VotingRuleResult<Block> = Pin<Box<dyn Future<Output = Option<(<Block as BlockT>::Hash, NumberFor<Block>)>> + Send>>;
Expand description
A future returned by a VotingRule
to restrict a given vote, if any restriction is necessary.