All chains
    Preparing search index...

    Type Alias set_friend_groups

    set_friend_groups: TxDescriptor<
        {
            friend_groups: {
                cancel_delay: number;
                friends: SS58String[];
                friends_needed: number;
                inheritance_delay: number;
                inheritance_priority: number;
                inheritor: SS58String;
            }[];
        },
    >

    Set the friend groups of the calling account before it lost access.

    Cannot be used while there are ongoing recovery attempts. The friends of each group MUST be sorted and unique. Trying to insert two friend groups with the same set of friends will result in an error.

    A FriendGroupsChanged event is emitted only when the new friends groups differed from the old ones.