Type Definition substrate_subxt::AuthorityList[][src]

type AuthorityList = Vec<(AuthorityId, AuthorityWeight)>;

A list of Grandpa authorities with associated weights.