Electroneum
Electroneum::AddressBookRow Struct Reference

AddressBookRow - provides functions to manage address book. More...

#include <wallet2_api.h>

Collaboration diagram for Electroneum::AddressBookRow:

Public Member Functions

 AddressBookRow (std::size_t _rowId, const std::string &_address, const std::string &_paymentId, const std::string &_description)
 
std::string getAddress () const
 
std::string getDescription () const
 
std::string getPaymentId () const
 
std::size_t getRowId () const
 

Public Attributes

std::string extra
 

Detailed Description

AddressBookRow - provides functions to manage address book.

Definition at line 216 of file wallet2_api.h.

Constructor & Destructor Documentation

◆ AddressBookRow()

Electroneum::AddressBookRow::AddressBookRow ( std::size_t  _rowId,
const std::string &  _address,
const std::string &  _paymentId,
const std::string &  _description 
)
inline

Definition at line 218 of file wallet2_api.h.

218  :
219  m_rowId(_rowId),
220  m_address(_address),
221  m_paymentId(_paymentId),
222  m_description(_description) {}

Member Function Documentation

◆ getAddress()

std::string Electroneum::AddressBookRow::getAddress ( ) const
inline

Definition at line 231 of file wallet2_api.h.

231 {return m_address;}

◆ getDescription()

std::string Electroneum::AddressBookRow::getDescription ( ) const
inline

Definition at line 232 of file wallet2_api.h.

232 {return m_description;}

◆ getPaymentId()

std::string Electroneum::AddressBookRow::getPaymentId ( ) const
inline

Definition at line 233 of file wallet2_api.h.

233 {return m_paymentId;}

◆ getRowId()

std::size_t Electroneum::AddressBookRow::getRowId ( ) const
inline

Definition at line 234 of file wallet2_api.h.

234 {return m_rowId;}

Member Data Documentation

◆ extra

std::string Electroneum::AddressBookRow::extra

Definition at line 230 of file wallet2_api.h.


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