# TxAccountRecoveryConfirms

#### Blockchain operations

* recover\_account

#### Columns

| Name                     | Description                                                                     |
| ------------------------ | ------------------------------------------------------------------------------- |
| account\_to\_recover     | username of the account to recover                                              |
| new\_owner\_authority    | new public owner key provided by the account to recover to the recovery account |
| recent\_owner\_authority | a public owner key of the account to recover **before** it was last changed     |

#### Description

This table contains operations broadcasted to the blockchain by the hacked account's owner to confirm the account recovery request sent by its Recovery Account.

Although it is a recent **private** owner key that is broadcasted to the blockchain node, it is the corresponding **public** owner key that is stored in the blockchain (and in the database).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hivesql.io/technical-informations/operations/txaccountrecoveryconfirms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
