pub type Approvals = BoundedVec<u32>;

Aliased Type§

struct Approvals(pub Vec<u32>);

Fields§

§0: Vec<u32>