Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
interfaces::WalletAddress Struct Reference

Information about one wallet address. More...

#include <wallet.h>

Public Member Functions

 WalletAddress (CTxDestination dest, bool is_mine, wallet::AddressPurpose purpose, std::string name)

Public Attributes

CTxDestination dest
bool is_mine
wallet::AddressPurpose purpose
std::string name

Detailed Description

Information about one wallet address.

Definition at line 353 of file wallet.h.

Constructor & Destructor Documentation

◆ WalletAddress()

interfaces::WalletAddress::WalletAddress ( CTxDestination dest,
bool is_mine,
wallet::AddressPurpose purpose,
std::string name )
inline

Definition at line 360 of file wallet.h.

Member Data Documentation

◆ dest

CTxDestination interfaces::WalletAddress::dest

Definition at line 355 of file wallet.h.

◆ is_mine

bool interfaces::WalletAddress::is_mine

Definition at line 356 of file wallet.h.

◆ name

std::string interfaces::WalletAddress::name

Definition at line 358 of file wallet.h.

◆ purpose

wallet::AddressPurpose interfaces::WalletAddress::purpose

Definition at line 357 of file wallet.h.


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