Bitcoin ABC  0.29.2
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>

Public Member Functions

 WalletAddress (CTxDestination destIn, isminetype isMineIn, std::string nameIn, std::string purposeIn)
 

Public Attributes

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

Detailed Description

Information about one wallet address.

Definition at line 334 of file wallet.h.

Constructor & Destructor Documentation

◆ WalletAddress()

interfaces::WalletAddress::WalletAddress ( CTxDestination  destIn,
isminetype  isMineIn,
std::string  nameIn,
std::string  purposeIn 
)
inline

Definition at line 340 of file wallet.h.

Member Data Documentation

◆ dest

CTxDestination interfaces::WalletAddress::dest

Definition at line 335 of file wallet.h.

◆ is_mine

isminetype interfaces::WalletAddress::is_mine

Definition at line 336 of file wallet.h.

◆ name

std::string interfaces::WalletAddress::name

Definition at line 337 of file wallet.h.

◆ purpose

std::string interfaces::WalletAddress::purpose

Definition at line 338 of file wallet.h.


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