referrerpolicy=no-referrer-when-downgrade

AuthorityList

Type Alias AuthorityList 

pub type AuthorityList = Vec<(Public, u64)>;
Expand description

A list of Grandpa authorities with associated weights.

Aliased Type§

pub struct AuthorityList { /* private fields */ }