All chains
    Preparing search index...

    Type Alias FriendGroups

    FriendGroups: StorageDescriptor<
        [Key: SS58String],
        [
            {
                cancel_delay: number;
                friends: SS58String[];
                friends_needed: number;
                inheritance_delay: number;
                inheritance_priority: number;
                inheritor: SS58String;
            }[],
            bigint,
        ],
        true,
        never,
    >

    The friend groups of an account that can conduct recovery attempts.

    Modifying this storage is not possible while an account has ongoing recovery attempts.