Type Definition sc_finality_grandpa::VotingRuleResult
source · pub 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.