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

Information about one wallet address. More...

#include <wallet.h>

Collaboration diagram for interfaces::WalletAddress:
[legend]

Public Member Functions

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

Public Attributes

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

Detailed Description

Information about one wallet address.

Definition at line 357 of file wallet.h.

Constructor & Destructor Documentation

◆ WalletAddress()

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

Definition at line 364 of file wallet.h.

Member Data Documentation

◆ dest

CTxDestination interfaces::WalletAddress::dest

Definition at line 359 of file wallet.h.

◆ is_mine

wallet::isminetype interfaces::WalletAddress::is_mine

Definition at line 360 of file wallet.h.

◆ name

std::string interfaces::WalletAddress::name

Definition at line 362 of file wallet.h.

◆ purpose

wallet::AddressPurpose interfaces::WalletAddress::purpose

Definition at line 361 of file wallet.h.


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