All chains
    Preparing search index...

    Type Alias friend_groups

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

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