Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
interfaces::WalletMigrationResult Struct Reference

Migrated wallet info. More...

#include <wallet.h>

Collaboration diagram for interfaces::WalletMigrationResult:
[legend]

Public Attributes

std::unique_ptr< Walletwallet
 
std::optional< std::string > watchonly_wallet_name
 
std::optional< std::string > solvables_wallet_name
 
fs::path backup_path
 

Detailed Description

Migrated wallet info.

Definition at line 433 of file wallet.h.

Member Data Documentation

◆ backup_path

fs::path interfaces::WalletMigrationResult::backup_path

Definition at line 438 of file wallet.h.

◆ solvables_wallet_name

std::optional<std::string> interfaces::WalletMigrationResult::solvables_wallet_name

Definition at line 437 of file wallet.h.

◆ wallet

std::unique_ptr<Wallet> interfaces::WalletMigrationResult::wallet

Definition at line 435 of file wallet.h.

◆ watchonly_wallet_name

std::optional<std::string> interfaces::WalletMigrationResult::watchonly_wallet_name

Definition at line 436 of file wallet.h.


The documentation for this struct was generated from the following file: