Bitcoin
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 dest, isminetype is_mine, std::string name, std::string purpose)
 

Public Attributes

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

Detailed Description

Information about one wallet address.

Constructor & Destructor Documentation

◆ WalletAddress()

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

Member Data Documentation

◆ dest

CTxDestination interfaces::WalletAddress::dest

◆ is_mine

isminetype interfaces::WalletAddress::is_mine

◆ name

std::string interfaces::WalletAddress::name

◆ purpose

std::string interfaces::WalletAddress::purpose

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