All chains
    Preparing search index...

    Type Alias AttemptDiscarded

    AttemptDiscarded: PlainDescriptor<
        {
            existing_inheritor: SS58String;
            friend_group_index: number;
            lost: SS58String;
        },
    >

    A recovery attempt was discarded because the account was already recovered by a friend group of equal or higher priority.

    The attempt is consumed (removed from storage) and its deposits are released, but the existing inheritor remains unchanged.