Type Alias pallet_grandpa::AuthorityList
pub type AuthorityList = Vec<(Public, u64)>;
Expand description
A list of Grandpa authorities with associated weights.
Aliased Type§
struct AuthorityList { /* private fields */ }
pub type AuthorityList = Vec<(Public, u64)>;
A list of Grandpa authorities with associated weights.
struct AuthorityList { /* private fields */ }