pub type FriendGroupsOf<T> = BoundedVec<FriendGroupOf<T>, ConstU32<MAX_GROUPS_PER_ACCOUNT>>;Expand description
Collection of friend groups of a lost account.
Aliased Type§
pub struct FriendGroupsOf<T>(/* private fields */);pub type FriendGroupsOf<T> = BoundedVec<FriendGroupOf<T>, ConstU32<MAX_GROUPS_PER_ACCOUNT>>;Collection of friend groups of a lost account.
pub struct FriendGroupsOf<T>(/* private fields */);