referrerpolicy=no-referrer-when-downgrade

FriendGroupsOf

Type Alias FriendGroupsOf 

Source
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 */);