Type Definition sp_consensus_grandpa::AuthorityList

source ·
pub type AuthorityList = Vec<(AuthorityId, AuthorityWeight)>;
Expand description

A list of Grandpa authorities with associated weights.