referrerpolicy=no-referrer-when-downgrade
sc_consensus_grandpa

Type Alias 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.

Aliased Type§

struct VotingRuleResult<Block> {}