pub type NextKeys = WeakBoundedVec<Public>;

Aliased Type§

struct NextKeys(pub Vec<Public>);

Fields§

§0: Vec<Public>