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> { /* private fields */ }