HasLegacyRecords overloads
Declared in <wallet/walletdb.h>
Returns true if there are any DBKeys::LEGACY_TYPES record in the wallet db
bool
HasLegacyRecords(CWallet& wallet);
» more...
Returns true if there are any DBKeys::LEGACY_TYPES record in the wallet db.
bool
HasLegacyRecords(
CWallet& wallet,
DatabaseBatch& batch);
» more...
true if the wallet contains any legacy records.
| Name | Description |
|---|---|
| wallet | The wallet to inspect. |
| batch | An open batch on the wallet database to read through. |