Type Alias Weights

Source
pub type Weights<T> = BoundedVec<(<T as Config>::AccountId, u16), ConstU32<{ u32::MAX }>>;

Aliased Typeยง

struct Weights<T>(/* private fields */);