Electroneum
Electroneum::SubaddressRow Struct Reference

#include <wallet2_api.h>

Collaboration diagram for Electroneum::SubaddressRow:

Public Member Functions

 SubaddressRow (std::size_t _rowId, const std::string &_address, const std::string &_label)
 
std::string getAddress () const
 
std::string getLabel () const
 
std::size_t getRowId () const
 

Public Attributes

std::string extra
 

Detailed Description

Definition at line 259 of file wallet2_api.h.

Constructor & Destructor Documentation

◆ SubaddressRow()

Electroneum::SubaddressRow::SubaddressRow ( std::size_t  _rowId,
const std::string &  _address,
const std::string &  _label 
)
inline

Definition at line 261 of file wallet2_api.h.

261  :
262  m_rowId(_rowId),
263  m_address(_address),
264  m_label(_label) {}

Member Function Documentation

◆ getAddress()

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

Definition at line 272 of file wallet2_api.h.

272 {return m_address;}

◆ getLabel()

std::string Electroneum::SubaddressRow::getLabel ( ) const
inline

Definition at line 273 of file wallet2_api.h.

273 {return m_label;}

◆ getRowId()

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

Definition at line 274 of file wallet2_api.h.

274 {return m_rowId;}

Member Data Documentation

◆ extra

std::string Electroneum::SubaddressRow::extra

Definition at line 271 of file wallet2_api.h.


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