Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
wallet::MigrationResult Struct Reference

#include <wallet.h>

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 1135 of file wallet.h.

Member Data Documentation

◆ backup_path

fs::path wallet::MigrationResult::backup_path

Definition at line 1140 of file wallet.h.

◆ solvables_wallet

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

Definition at line 1139 of file wallet.h.

◆ wallet

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

Definition at line 1137 of file wallet.h.

◆ wallet_name

std::string wallet::MigrationResult::wallet_name

Definition at line 1136 of file wallet.h.

◆ watchonly_wallet

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

Definition at line 1138 of file wallet.h.


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