pub type Authorities = WeakBoundedVec<(Public, u64)>;

Aliased Type§

struct Authorities(pub Vec<(Public, u64)>);

Fields§

§0: Vec<(Public, u64)>