Interface ChangeRecoveryAccountOperation

Generic operation.

interface ChangeRecoveryAccountOperation {
    0: "change_recovery_account";
    1: {
        account_to_recover: string;
        extensions: any[];
        new_recovery_account: string;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    account_to_recover: string;
    extensions: any[];
    new_recovery_account: string;
}

Type declaration

  • account_to_recover: string

    The account that would be recovered in case of compromise.

  • extensions: any[]

    Extensions. Not currently used.

  • new_recovery_account: string

    The account that creates the recover request.