pub type Holds = BoundedVec<IdAmount<(), u64>>;

Aliased Type§

struct Holds(pub Vec<IdAmount<(), u64>>);

Fields§

§0: Vec<IdAmount<(), u64>>