pub type Weights<T> = BoundedVec<(<T as Config>::AccountId, u16), ConstU32<{ u32::MAX }>>;
struct Weights<T>(/* private fields */);