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

#include <wallet.h>

Collaboration diagram for wallet::MigrationResult:
[legend]

Public Attributes

std::string wallet_name
 
std::shared_ptr< CWalletwallet
 
std::shared_ptr< CWalletwatchonly_wallet
 
std::shared_ptr< CWalletsolvables_wallet
 
fs::path backup_path
 

Detailed Description

Definition at line 1119 of file wallet.h.

Member Data Documentation

◆ backup_path

fs::path wallet::MigrationResult::backup_path

Definition at line 1124 of file wallet.h.

◆ solvables_wallet

std::shared_ptr<CWallet> wallet::MigrationResult::solvables_wallet

Definition at line 1123 of file wallet.h.

◆ wallet

std::shared_ptr<CWallet> wallet::MigrationResult::wallet

Definition at line 1121 of file wallet.h.

◆ wallet_name

std::string wallet::MigrationResult::wallet_name

Definition at line 1120 of file wallet.h.

◆ watchonly_wallet

std::shared_ptr<CWallet> wallet::MigrationResult::watchonly_wallet

Definition at line 1122 of file wallet.h.


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