Type Definition sp_finality_grandpa::AuthorityList [−][src]
type AuthorityList = Vec<(AuthorityId, AuthorityWeight)>;
Expand description
A list of Grandpa authorities with associated weights.
type AuthorityList = Vec<(AuthorityId, AuthorityWeight)>;
A list of Grandpa authorities with associated weights.