referrerpolicy=no-referrer-when-downgrade
sp_consensus_grandpa

Type Alias AuthorityList

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

A list of Grandpa authorities with associated weights.

Aliased Type§

struct AuthorityList { /* private fields */ }