Type Definition pallet_grandpa::AuthorityList
source · pub type AuthorityList = Vec<(Public, u64), Global>;
Expand description
A list of Grandpa authorities with associated weights.
pub type AuthorityList = Vec<(Public, u64), Global>;
A list of Grandpa authorities with associated weights.