BSHA3  0.17.99
P2P Blockchain, based on 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.

Definition at line 296 of file wallet.h.

Constructor & Destructor Documentation

◆ WalletAddress()

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

Definition at line 303 of file wallet.h.

Member Data Documentation

◆ dest

CTxDestination interfaces::WalletAddress::dest

Definition at line 298 of file wallet.h.

◆ is_mine

isminetype interfaces::WalletAddress::is_mine

Definition at line 299 of file wallet.h.

◆ name

std::string interfaces::WalletAddress::name

Definition at line 300 of file wallet.h.

◆ purpose

std::string interfaces::WalletAddress::purpose

Definition at line 301 of file wallet.h.


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