# 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).
