Type Alias ActiveRecoveries

ActiveRecoveries: StorageDescriptor<FixedSizeArray<2, SS58String>, {
    created: number;
    deposit: bigint;
    friends: SS58String[];
}, true, never>

Active recovery attempts.

First account is the account to be recovered, and the second account is the user trying to recover the account.