pub type Keys = WeakBoundedVec<Public>;

Aliased Type§

struct Keys(pub Vec<Public>);

Fields§

§0: Vec<Public>